@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #010F60;
	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;
}
a:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #29378F;	text-decoration: none;}
a:active  { font-family: Verdana, Arial, Helvetica, sans-serif;	color: #29378F; text-decoration: none;}
a:link    { font-family: Verdana, Arial, Helvetica, sans-serif;	color: #29378F; text-decoration: none;}
a:hover   {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #f6921e; text-decoration: none;}

img { border-style: none;}

.container {
	width: 925px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.header {
	background-image: url(images/hdr_bground.jpg);
	height: 109px;
	width: 925px;
} 
.btnYourCart {
	height: 21px;
	width: 155px;
	position: relative;
	left: 754px;
	top: 74px;
	float: left;
}
.globalNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #2E3191;
	background-image: url(images/gn_bground_home.gif);
	background-repeat: repeat-x;

}
.globalNavHome {
	float: left;
	height: 30px;
	width: 45px;
}
.globalNavLinks {
	text-align: left;
	display: inline;
	margin-right: 13px;
	padding-top: 9px;
	float: left;
}
.mainContent {
	padding: 0;
	background: #FFFFFF;
	width: 925px;
}
.homeProducts {
	float: left;
	height: 200px;
	width: 155px;
	padding: 14px;
}
.secondProducts {
	padding: 12px;
	float: left;
	height: 200px;
	width: 278px;
}
.footer {
	background-image: url(images/ftr_bground.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 925px;
} 
.clearfloat {
    width:1px;
    clear:both; 
    height:20px; 
    line-height: 0px;
}

td.bgTopSpan {
	background-image:url(images/td_bg_topSpan.gif);
	background-repeat:repeat-x;
	height:30px;
}
td.bgTopSpan2 {
	width: 119px;
	background-image:url(images/td_bg_topSpan.gif);
	background-repeat:repeat-x;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-style: normal;
	font-weight: bold;
}
td.bgTopSpan3 {
	width: 242px;
	background-image:url(images/td_bg_topSpan.gif);
	background-repeat:repeat-x;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-style: normal;
	font-weight: bold;
}
td.topSpanGear {
	width: 22px;
	background-image:url(images/td_bg_topSpan.gif);
	background-repeat:repeat-x;
	height:30px;
}
td.bgTopLeft {
	background-image:url(images/td_bg_topLeft.gif);
	background-repeat:no-repeat;
	width:7px;
	height:30px;
}
td.bgTopRight {
	background-image:url(images/td_bg_topRight.gif);
	background-repeat:no-repeat;
	width:7px;
	height:30px;
}
td.bgLeftSpan {
	background-image:url(images/td_bg_leftSpan.gif);
	background-repeat:repeat-y;
	width:7px;
}
td.bgRightSpan {
	background-image:url(images/td_bg_rightSpan.gif);
	background-repeat:repeat-y;
	width:7px;
}
td.bgBtmLeft {
	background-image:url(images/td_bg_btmLeft.gif);
	background-repeat:no-repeat;
	width:7px;
}
td.bgBtmSpan {
	background-image:url(images/td_bg_btmSpan.gif);
	background-repeat:repeat-x;
	height:9px;
}
td.bgBtmRight {
	background-image:url(images/td_bg_btmRight.gif);
	background-repeat:no-repeat;
	height:9px;
}
.subheadtxt {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
    line-height: 5px;
	color: #000066; 
	font-style: normal; 
	font-weight: bold; 
}
.selectionList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #2E3191;
	float: left;
}
.SearchResHeaderText{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #282965;
}
.searchResultsText{
      font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #282965;
}
.searchHeaderTextField{    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #282965;	
}
