/* Template Styles------------------------------------------------*/

div.mainwin{
	width:800px; 
	background: #000000; 
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	margin:0 auto;
	text-align: left;
	padding:0;
	
}


/*----------------------------------------------------------------*/
/* HEADER MENU
----------------------------------------------------------------*/

.headermenubox {
	width: 756px;
	height: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 22px;
	padding-left: 22px;
	border-bottom: 1px solid #444444;
}
#headermenu {
	width: 756px;
	height: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 22px;
	padding-left: 22px;
	border-bottom: 1px solid #444444;
}

.headermenutext {
	font-size: 11px;
	color:#c3bfbe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/template/TopNavBgnd.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
	letter-spacing: 0.1em;
}

a.headermenu:link, a.headermenu:visited {
	color: #c3bfbe;
	font-size:11px;
	text-decoration:none;
}

a.headermenu:hover {
	color: #f19804;
	font-weight:bold;
}

/*----------------------------------------------------------------*/
/* LOGO
----------------------------------------------------------------*/

#logo {
	width: 258px;
	height: 87px;
	padding-top: 16px;
	padding-bottom: 13px;
	padding-right: 271px;
	padding-left: 271px;
	border-bottom: 1px solid #444444;
}

.logobgrnd {
	background-image: url(../images/template/LogoBgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

/*----------------------------------------------------------------*/
/* OTHER
----------------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}



/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer {
	width: 755px;
	height: 49px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 22px;
	padding-left: 22px;
}

.footertext {
	font-size: 10px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/footerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_menu {
	width:410px;
	float:left;
	padding-top: 10px;
}

.footer_ssl {
	width:81px;
	float:left;
}

.footer_fitwarehse {
	width:235px;
	float:left;
	padding-top: 8px;
}
.float_fitwarehse {
	float: right;
}

.footer_divider {
	margin:7px 6px 0px 6px;
	width:1px;
	height:40px;
	float:left;
	background-image: url(../images/template/footerdivider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

a.footer:link, a.footer:visited {
	color: #999999;
	font-size:10px;
	text-decoration:none;
}

a.footer:hover {
	color: #f19804;
	font-size:10px;
	text-decoration:none;
}

