/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Century Gothic", arial, sans-serif;
	line-height: 14px;
	color: #356383;
	background: url(/images.easiview/bg.jpg) top left repeat-x #fff; }
	
h1, h2, h3 { margin-bottom: 20px; font-size: 18px; font-weight: normal; color: #ff6e00; }

h1 { }

a:link, a:visited { color: #356383; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; line-height: 20px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#wrapper { width: 800px; margin: 0 auto; }

	/*** NAV STYLES ***/
	#nav { 
		width: 585px; 
		height: 61px; 
		margin: 0 auto -1px auto; }
	
		#nav ul { list-style-type: none; list-style-position: outside; }
		
			#nav ul li { float: left; }
			
				#nav ul li a:link, #nav ul li a:visited { display: block; height: 61px; }
				
				#nav ul li a.whatsnew { width: 135px; background: url(/images.easiview/nav_01_whatsnew.jpg) top left no-repeat; }
				#nav ul li a.about { width: 83px; background: url(/images.easiview/nav_02_about.jpg) top left no-repeat; }
				#nav ul li a.home { width: 82px; background: url(/images.easiview/nav_03_home.jpg) top left no-repeat; }
				#nav ul li a.clients { width: 92px; background: url(/images.easiview/nav_04_clients.jpg) top left no-repeat; }
				#nav ul li a.contact { width: 106px; background: url(/images.easiview/nav_05_contact.jpg) top left no-repeat; }
				#nav ul li a.faqs { width: 87px; background: url(/images.easiview/nav_06_faqs.jpg) top left no-repeat; }
			
				#nav ul li a:hover { background-position: bottom left; }
	
	
	/*** HEADER STYLES ***/
	#header { 
		width: 800px; 
		height: 270px;
		margin: 0 auto;  
		background: url(/images.easiview/header.jpg) top left no-repeat; }
		
	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { width: 800px; margin: 0 auto; text-align: left; }	
	
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left;
			min-height: 350px;
			width: 170px; 
			margin-left: 40px;
			background: url(/images.easiview/divider.jpg) top right no-repeat; }
			
		* html #sidebar { margin-left: 30px; } /* IE6 FIX */
			
			#sidebar h3 {
				width: 125px;
				min-height: 35px; 
				margin-bottom: 10px;
				padding-left: 30px;  
				font-size: 14px; 
				line-height: 20px; 
				background: url(/images.easiview/bullet.png) center left no-repeat; }
				
				#sidebar h3 a.active:hover, #sidebar h3 a.active:visited { color: #164e7e; }
				
			
			#sidebar ul { margin: 0 0 10px 20px; }
			
				#sidebar ul li { margin-bottom: 5px; }
			
			#sidebar h3 a:link, #sidebar h3 a:visited { text-decoration: none; color: #ff6e00; }
			
				#sidebar ul li a:link, #sidebar ul li a:visited { 
					text-decoration: none; 
					border-bottom: 1px dashed; }
				
				#sidebar ul li a:hover { text-decoration: none; border-bottom: 1px solid; }
		
		
		/*** CONTENT STYLES ***/
		#content { float: left; width: 500px; margin-left: 30px; }
		
		* html #content { width: 490px; } /* IE6 FIX */
		
			#content blockquote { 
				float: left; 
				width: 220px; 
				margin: 20px 30px 0 0; }
				

/*** FOOTER STYLES ***/
#footer { margin: 60px 0 10px 0; font-size: 90%; }

	#footer p { margin-bottom: 4px; line-height: 12px; }				
