@charset "UTF-8";
html {height: 100%;}
body {
	text-align: center;
	background-color: #80848b;
	margin-top: 0px;
	background-image:url(/images/en/home/home_grad-bground.gif);
	background-repeat:repeat-x;
	
}

#container {
	width: 800px; 
	margin: 0 auto; 
	text-align: left;
	height:100%;
}

#topNav{
	width: 800px;
	height: 28px;
	color: #8d8d8d;
	font-style: italic;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	padding-top: 7px;
}


#header{
	width: inherit;
	height: 90px;

}

#mainNav{
	width: inherit;
	height: 25px;
	margin-bottom: 2px;

}

#mainContent{
	width: 780px;
	padding-right: 20px;
	background-color: #F2F2F2;
	float: left;
	clear: both;
	margin-bottom: 4px;
	height:100%;
	background-image:url(/images/en/secondary_leftnav_background.jpg);
	background-repeat: repeat-y;
	
}

#leftNavHeader {
	background-color: #F2F2F2;
		
}

#leftNavBuffer {
	height: 43px;
	background-color: #DDDDDD;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 174px;
}

#leftNav{
	width: 175px;
	height: 100%;
	background-color: #DDDDDD;
	float: left;
}

#content{
	width: 570px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 150px;
	float: left;
	background-image: url(/images/en/secondary_wirebottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#mainBody {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer{
	width: inherit;
	height: 29px;
	background-color:#d23800;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	padding-top: 10px;
	background-image:url(/images/en/home/home_footer_bground.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top: 4px;
	clear:both;

}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Left Navigation Styles */
#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#leftNav li {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	font-size: 11px;
}

#leftNav li.selected {
	border-right: 0;
	background-color: #F2F2F2;
}

#leftNav a {
	padding: 9px 0 9px 18px;
	text-decoration: none;
	display: block;
	color: #000000;
	text-transform:uppercase;
}


#leftNav a:hover {
	background-color: #F2F2F2;
}

/* Text Styles */

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.orangeHeader{
	color: #FF5A00;
	font-weight: bolder;
	font-size: 14px;

}

.blackSubHeader{
	color: #000000;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .12em;
}

p{ font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

li{ font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


a:link, a:visited, a:active {
	color: #FF5A00;
}

a:hover {
	color: #000000;
}

p a:link, a:visited, a:active {
	color: #FF5A00;
}

p a:hover {
	color: #000000;
}

td{ font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #FFFFFF; 
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Product page layout */

#productDetail {
	width: 345px; 
	padding-right: 10px; 
	float: left; 
	clear: none;
}

#productSidebar {
	width: 170px; 
	float: left; 
	clear: none;
	border-left: 1px solid #b9bbbe; 
}

#productImage {
	height: 120px;
	padding-left: 10px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #b9bbbe;
}

#moreProductInfo {
	padding-left: 10px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #b9bbbe;
}

#otherProducts {
	padding-left: 10px;
}

ul.otherProductsList {
	list-style:none; 
	margin-left: -25px;
}


#productGrid td { border-bottom: 1px solid #000000; padding-top: 10px; padding-bottom:10px; text-align:center; vertical-align:bottom;}

