*
{
	margin:0;
	padding:0;
}
body 
{
	font:62.5%/1.2 Arial, Sans-Serif;
	background: #414142;
	width:900px !important;
	margin:0 auto;
}
html
{
	background:#414142 url(../images/background.gif) repeat ;
}

* html body { width:900px !important;}
div#site-container
{
	position:absolute;
	width:900px;
	height:800px;
	margin-top: 100px;
	float: right;
	background: url(../images/contentBox_bg.png) repeat-y top;
	
	
}

div#header 
{
	width:100%;
	height:189px;
}
div#header-content 
{
	width:850px;
	margin: 0 auto;
	padding-top:55px;
	position:relative;
	text-align: right;
	vertical-align: middle;
	
	
	
}

div#img

{
float: right;

}

div#container 
{
	width:100%;
}

div#container-content 
{
	width:900px;
	margin:0 auto;
	font-size:1.1em;
	background: url(../images/contentBox_bg.png) repeat-y top;	

}

div#left-nav
{
	width:185px;
	height:auto;
	padding-left:37px;
	float:left;
}

li 
{
	list-style:none;
}


div#left-nav li
{
	font-size:1.3em;
	font-weight:normal;
	color:#00A4E4;
	height: 20px;
	
}
div#left-nav li a 
{
	color:#6E6D6F;
	text-decoration:none;
}



div#home-content 
{
	position:absolute;	
	width:600px;
	height:397px;
	top: 250px;
	left: 260px;
	font-size: 3.0em;
	font-weight: bold;
	color: #EADBBB;
	
	
	
}

div#products-content 
{
	position:absolute;	
	width:620px;
	height:700px;
	top: 250px;
	left: 260px;
	font-size: 3.0em;
	font-weight: bold;
	color: #EADBBB;
	
	
}

div#home-content a
{
	color: #EADBBB;
	text-decoration: none;
	
}







