@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #191919;
	font-family: helvetica, arial, clean, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
}

img
{
	border-style: none;
}

a.loginlink:link {color: #CCCCCC; text-decoration: none; }
a.loginlink:active {color: #CCCCCC; text-decoration: none; }
a.loginlink:visited {color: #CCCCCC; text-decoration: none; }
a.loginlink:hover {color: #CCCCCC; text-decoration: underline; }

a.bluelink:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a.bluelink:active {color: #CCCCCC; text-decoration: underline; }
a.bluelink:visited {color: #CCCCCC; text-decoration: underline; }
a.bluelink:hover {color: #CCCCCC; text-decoration: none; }

.style4 {
	font-size: 1.7em;
	color: #6394FC;
	font-weight: bold;
}
.style5 {
	font-size: 1.3em;
	color: #EBEBEB;
}

.style6 {
	font-size: 1em;
	color: #CCCCCC;
}

.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #333333;
}

.brandBanner {
	height: 31px;
	width: 249px;
	margin: 0;
	padding-top: 24px;
	padding-left: 24px;
	padding-bottom: 18px;
	float: left;
}
.login {
	float: right;
	padding-top: 38px;
	padding-right: 32px;
}
.tabsContainer {
	height: 25px;
}

/*  This creates hover states for the tabs */
#menu {
	height: 25px;
	}
	
div.outer {
	float: left;
	width: 102px;
	height: 25px;
	background-image: url(../images/bars.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	}

div.outer a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 25px;
	background-image: url(../images/bars.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
div.outer span {
	display: block;
	}
div.outer a:hover {
	background-image: none;
	}
div.outer a:active {
	color: #999999;
	}
.tabDown {
	background-image: url(../images/tab_Down.jpg);
	height: 25px;
	width: 102px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	line-height: 25px;
}


.tabsLevel_left {
	background-image: url(../images/tab_level.jpg);
	width: 24px;
	height: 25px;
	float: left;
}
.tabsLevel_right {
	background-image: url(../images/tab_level.jpg);
	width: 264px;
	height: 25px;
	float: left;
}
.tabsBanner {
	height: 128px;
	width: 900px;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p {
	font-size: 1.2em;
	font-weight: normal;
	color: #F4F4F4;
	line-height: 138%;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #597AEF;
	vertical-align: top;
}
.oneColFixCtrHdr #mainContent {
	background: #333333;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	font-size: 0.8em;
	color: #999999;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#content_3span {
	width: 842px;
	margin: 0;
	padding: 10px 32px 24px 32px;
}
#content_2span {
	width: 535px;
	margin: 0;
	padding: 10px 24px 24px 32px;
}
#content_1span {
	float: left;
	text-decoration: none;
}


.productBlock {

}

.left {
	float: left;
}
.margindiv {
	clear:both;
	padding:10px;
}
