/*-----------------------------------------------------------------------
AVV Studios Print CSS (http://www.avvstudios.com)

Version:	1.0
Created On:	24th December 2008 (Working On Christmas Eve ??)	
Creator:	David Weatherby
Contact:	david@avvstudios.com
URL:	    http://www.avvstudios.com
/*-------------------------------------------------------------------- */


/*******************************/
/*                             */            
/*	      Global Reset    	   */
/*                             */
/*******************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: 100; }
q:before, q:after { content:''}

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


/*******************************/
/*                             */            
/*	        Base Styles    	   */
/*                             */
/*******************************/

body {
	background-color: #1b2024;
	font-family: "Lucida Grande";
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #657383;
	text-decoration: none;
}

a:active {
	color: #BBC0BF;
}

/*******************************/
/*                             */            
/*	        Home Styles    	   */
/*                             */
/*******************************/

#SiteWrap {
	width: 100%;
	height: auto;
	margin: auto;
}

#Header {
	width: 100%;
	height: 155px;
	background-color: #23282c;
}

#InnerHeader {
	width: 840px;
	height: auto;
	margin: auto;
}

#MainLogo {
	width: 255px;
	height: 100px;
	float: left;
	margin: 30px 0px 0px 44px;
	background-image: url(../Assets/Main/MainLogo.gif);
	background-repeat: no-repeat;
}

#MainLogo a {
	width: 255px;
	height: 100px;
	float: left;
}

#MainLogo h1 {
	text-indent: -1000em;
}

#HeaderTagline {
	width: 479px;
	height: 60px;
	font-size: 1.63em;
	float: left;
	margin: 30px 0px 0px 51px;
	padding-top: 36px;
}

#MainContent {
	width: 945px;
	height: auto;
	margin: auto;
}

#SiteNav {
	width: 210px;
	height: 696px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#NavList {
	width: 210px;
	height: 679px;
	float: left;
}

#NavList li {
	width: 210px;
	height: 134px;
	float: left;
}

.NavName {
	font-size: 1.63em;
	margin: 41px 0px 0px 25px;
}

.NavDesc {
	font-size: 1.25em;
	margin: 0px 0px 0px 25px;
}

#HomePageIntro {
	width: 432px;
	height: 538px;
	font-size: 0.90em;
	line-height: 18px;
	float: left;
	margin: 41px 0px 0px 0px;
}

#RightCol {
	width: 288px;
	height: 584px;
	font-size: 0.90em;
	float: left;
	background-image: url(../Assets/Main/ProjectSep.gif);
	background-repeat: no-repeat;
}

#LatestProjectsInner {
	width: 288px;
	height: 584px;
	margin: 40px 0px 0px 11px;
}

#LatestProjectsInner h4 {
	width: auto;
	height: auto;
	float: left;
	border-bottom: 2px solid #8d9092;
}

#RightColHeader {
	margin-left: 10px;
}

#LatestProjectsInner h5 {
	width: 288px;
	height: auto;
	color: #999999;
	float: left;
	padding-top: 3px;
}

#LatestProjectsInner li {
	padding-left: 10px;
}

.SmallProjectHolder {
	width: 228px;
	height: 113px;
	float: left;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #606366;
}

.SmallProjectHolder h4 {
	width: 288px;
	border: none!important;
}

#WorkStamp {
	width: 251px;
	height: 96px;
	float: left;
	margin: 29px 0px 0px 2px;
	background-image: url(../Assets/Home/WorkStamp.gif);
	background-repeat: no-repeat;
}

#WorkStamp a {
	width: 251px;
	height: 96px;
	float: left;
}


/*******************************/
/*                             */            
/*	     Footer Styles    	   */
/*                             */
/*******************************/

#Footer {
	width: 100%;
	height: 155px;
	font-size: 0.88em;
	float: left;
	background-color: #23282c;
}

#InnerFooter {
	width: 900px;
	height: auto;
	margin: auto;
	padding: 26px 0px 0px 0px;
}

#FooterCopyInfo {
	width: 325px;
	height: auto;
	float: left;
	margin-right: 50px;
}

#InnerFooter img {
	float: left;
	margin-right: 20px;
}

#MText {
	font-size: 0.56em;
	color: #ACACAC;
}

.FooterList {
	width: 130px;
	height: auto;
	font-size: 0.90em;
	float: left;
}

.FooterList li {
	width: 130px;
	height: auto;
	float: left;
	margin-bottom: 3px;
}

.FooterList li:first-child {
	width: auto;
	height: auto;
	color: #BBC0BF;
	float: left;
	border-bottom: 1px solid #FFFFFF;
}


/*******************************/
/*                             */            
/*	     About Page Styles     */
/*                             */
/*******************************/

#AboutIntro {
	width: auto;
	height: auto;
	font-size: 1.2em;
	line-height: 20px;
	color: #E2F0D6;
}

#About .SmallProjectHolder {
	width: 140px;
	height: 113px;
	float: left;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #606366;
}


/*******************************/
/*                             */            
/*	  Services Page Styles     */
/*                             */
/*******************************/

#Services #HomePageIntro {
	width: 650px;
	height: auto;
}
