@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
#container { 
	position: relative; 
	width:858px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	position:relative;
	height: 140px;
	background: #000000; 
} 
#headerT {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/header/headerT.gif);
	background-position:top;
	background-repeat:repeat-x;
} 
#headerL { 
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/header/headerL.gif);
	background-position:left;
	background-repeat:repeat-y;
} 
#headerR { 
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/header/headerR.gif);
	background-position:right;
	background-repeat:repeat-y;;
} 
#headerTL { 
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/header/headerTL.gif);
	background-position:top left;
	background-repeat:no-repeat;
} 
#headerTR {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/header/headerTR.gif);
	background-position:top right;
	background-repeat:no-repeat;
} 
#headerlogo {
	position:absolute;
	left: 633px;
	top: 19px;
} 
#headerstrapline {
	position:absolute;
	left: 571px;
	top: 83px;
	font-size:1px;
} 

#mainContent { 
	margin: 0;
}
#mainContentLeft { 
background-image:url(../images/interface/LeftShim.gif);
background-position:left;
	background-repeat:repeat-y;
}
#mainContentRight { 
background-image:url(../images/interface/RightShim.gif);
background-position:right;
	background-repeat:repeat-y;
}
#mainContentMiddle { 
	margin: 0 4px;
background-image:url(../images/interface/mainbackshim.gif);
	background-repeat:repeat-x;
	background-color:#031315;
}
#banner {
	padding-top: 0px;
	width: 458px;
	height: 224px;
}
#footer { 
position:relative;
background-image:url(../images/interface/footerback.gif);
	padding:0;
	margin:0;
	height:200px;
} 
#footbedsimage {
	position:absolute;
	left: 107px;
	top: 0px;
}
#footerstrapline {
	position:absolute;
	left: 495px;
	top: 130px;
}
#titleicon {
	position:absolute;
	width:41px;
	height:41px;
	top: 191px;
	left: 20px;
}
#titleline {
	position:absolute;
	width:755px;
	height:3px;
	top: 210px;
	left: 62px;
	background-color:#FFFFFF;
	font-size:1px;
}
#productssubmenu {
	position:absolute;
	left: 146px;
	top: 35px;
	width: 688px;
	color:#FFFFFF;
	font-size:12px;
}
#productssubmenu a{
	color:#FFFFFF;
	text-decoration:none;
}
#productssubmenu a:hover{
	color:#FFFFFF;
		text-decoration:underline;
}
#productssubmenu a:hover:visited{
	color:#FFFFFF;
		text-decoration:underline;
}
#productssubmenu a:visited{
	color:#FFFFFF;
		text-decoration:none;
}

