/* CSS Document */

html, body {
	background-color: #DEDEDE;
	height: 100%;
	}


#container {
	width: 1000px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
	}

#toc {
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	display: block;
	width: 100%;
	min-width: 960px;
	height: 22px;

	}
	
#toc ul {
	display: inline;
	list-style-type: disc;
	list-style-image: url(images/template/toc_bullet.gif);
	list-style-position: inside;
	padding: 0;
	margin: 0;
	}
	
#toc ul li {
	display: inline;
	background-image: url(images/template/toc_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 23px;
	padding-right: 40px;
	}

#toc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939598;
	text-decoration: none;
	font-weight: bold;
	}


#toc h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#toc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#subtoc {
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	min-width: 960px;
	height: 22px;
	padding-left: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	}
	
#subtoc ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#subtoc ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#subtoc a {
	text-decoration: none;
	color: #000000;
	}

#subtoc a:hover {
	color: #FF3841;
	}
	
#toc_products {
	position:absolute;
	left:118px;
	top:23px;
	width:125px;
	height:175px;
	z-index:2;
	border: solid 1px #aeb0b2;
	border-top: 0px;
	padding-top: 115px;
}

#toc_products p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #939598;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	}
	
#toc_products a {
	font-weight: bold;
	color: #939598;
	text-decoration: none;	
	}
	
#toc_products a:hover {
	color: #F5373F;
	}

#toc_products h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #939598;
	margin: 0;
	padding: 0;
	}

#toc_surfaces {
	position:absolute;
	left:230px;
	top:23px;
	width:125px;
	height:80px;
	z-index:3;
	border: solid 1px #aeb0b2;
	border-top: 0px;
	padding-top: 50px;
}

#toc_surfaces p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #939598;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	}
	
#toc_surfaces a {
	font-weight: bold;
	color: #939598;
	text-decoration: none;		
	}
	
#toc_surfaces a:hover {
	color: #F5373F;
	}

#toc_surfaces h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #939598;
	margin: 0;
	padding: 0;
	}

	
#logo {
	position:absolute;
	left:26px;
	top:52px;
	width:147px;
	height:27px;
	z-index:5;
}


	
#footer {
	width: 940px;
	text-align: center;
	color: #777777;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding: 30px;
	}
	
#footer a {
	color: #777777;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

#footer a:hover {
	color: #FF0000;
	}
	
