html, body, ul, ol, li {margin: 0; padding: 0;}
body {margin: 0; padding: 0; font: 11px arial, helvetica, tahoma, sans-serif; background: #faede7;}


/* ------------------------ */
/* DEFAULT */
a {text-decoration: none;}
a:hover {text-decoration: underline;}
ul,ol {list-style: none;}
.clear {clear: both;}


/* ------------------------ */
/* PAGE */
#page {margin: 0 auto; width: 763px;}


/* ------------------------ */
/* HEADER */
#page #header {height: 163px; background: url('images/page.header.jpg') no-repeat;}
	#page #header h1 {position: absolute; overflow: hidden; margin: 40px 0 0 52px; width: 170px; height: 60px;}
		#page #header h1 a {display: block; width: 170px; height: 60px; text-indent: -666em;}


/* ------------------------ */
/* CONTENT */
#page #content {overflow: hidden; width: 763px; background: url('images/background.jpg') repeat-y;}
	#page #content h1 {margin: 0 0 5px 0; padding: 0; font-size: 15px; font-style: italic; color: #ce3000;}

	#page #content #sidebar {display: inline; float: left; margin: 0 0 0 20px; padding: 15px 0 20px 10px; width: 195px; font-size: 10px; font-weight: bold; color: #f2f2f2; }
		#page #content #sidebar a {color: #f2f2f2;}
		#page #content #sidebar span {display: block; margin: 10px 0 0 0; font-size: 11px;}
	
	#page #content #main {display: inline; float: right; margin: 0 15px 0 0; padding: 15px 15px; width: 490px; color: #2c3a46;}
		#page #content #main .container {overflow: hidden; width: 490px;}
		#page #content #main ul {}
			#page #content #main ul li {padding: 0 0 0 15px; font-size: 12px; font-weight: bold; background: url('images/li.gif') no-repeat 0 6px;}
				#page #content #main ul li a {color: #2c3a46;}
		
		#page #content #main #main-menu {display: inline; float: left; border-right: 1px solid #bfc4c6; width: 244px;}
			#page #content #main #main-menu img {margin: 10px 0 0 15px;}
		
		#page #content #main .right {display: inline; float: right; padding: 0 0 0 20px; margin: 0 0 0 -1px; border-left: 1px solid #bfc4c6; width: 225px; font-size: 12px; font-weight: bold;}
		
		#page #content #main #main-customers {margin: 15px 0 0 0; border-top: 1px solid #d2dae0; padding: 15px 0 0 0;}


/* ------------------------ */
/* BOTTOM */
#page #bottom {padding: 20px 0 10px; letter-spacing: -0.25px; text-align: center; background: url('images/page.bottom.jpg') no-repeat; color: #6b8499;}
	#page #bottom a {font-weight: bold; color: #6b8499;}
