/*
@@@@@@@@@@@@@@@@@@@@@@
PAGE
@@@@@@@@@@@@@@@@@@@@@@

	about				main body setup of the webpage
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	fonts
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ imported fonts
		..........................................................................*/
			
			
		@font-face {
			font-family: 'ConduitITC-Bold';
			src: url(../fonts/conduititcbold.eot);
			src: url(../fonts/conduititcbold.eot?#iefix) format('embedded-opentype'),
					 url(../fonts/conduititcbold.woff) format('woff'),
					 url(../fonts/conduititcbold.ttf) format('truetype'),
					 url(../fonts/conduititcbold.svg#conduititcbold) format('svg');
			font-weight: normal;
			font-style: normal;
		}
		ul.menu > li > a { font-family:'ConduitITC-Bold'; font-size: 18px !important; text-transform: uppercase; }
			

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	body & html settings
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ html
		..........................................................................*/
			
			/*background*/
			html{}
	
		/*+ body
		..........................................................................*/
		
			/*background*/
			body{background-color:#e0dcd9; }
		
			/*font family*/
			body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif; }
			
			/*color*/
			body{color:#636363;}
	
			/*size & line-height*/
			body{font-size:12px; line-height:1.4; }
	


