@charset "UTF-8";
/* CSS Document */

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: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/common/bg-1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 19px;
	background-color: #002d62;
}
a:link {
	color: #79BAFF;
	text-decoration: none;
}
a:visited {
	color: #79BAFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#container {
	width: 932px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #056dcc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #011326;
	position: relative;
} 
#header {
	padding: 0;
	height: 190px;
	background-color: #01244c;
	background-image: url(../images/common/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#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 */
}
#logo {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: 156px;
	width: 426px;
}
#nav {
	padding: 0px;
	height: 25px;
	margin-bottom: 10px;
	list-style-type: none;
	position: absolute;
	margin-top: 0px;
	top: 152px;
	left: 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 900px;
	float: left;
}
#nav li {
	background-image: url(../images/common/bg-nav-right.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	margin-left: 5px;
}
#nav ul a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 25px;
	background-image: url(../images/common/bg-nav-left.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 1px;
}
#nav ul a:hover {
	color: #FFFFFF;
}
#quote {
	float: right;
	margin-right: 50px;
}
#mainContent {
	margin-top: 20;
	margin-bottom: 0;
	margin-left: 52px;
	margin-right: 52px;
	padding: 0;
}
#mainContent h1 {
	margin-top: 20px;
}
#intro_rollover00, #intro_rollover01, #intro_rollover02, #intro_rollover03, #intro_rollover04, #intro_rollover05, #intro_rollover06, #intro_rollover07, #intro_rollover08, #intro_rollover09, #intro_rollover10 {
	height: 40px;
	width: 744px;
	text-align: center;
	position: absolute;
	top: 310px;
	left: 84px;
	visibility: hidden;
	letter-spacing: 0.125em;
	margin: 0px;
	padding: 0px;
}
#intro_rollover {
	height: 40px;
	width: 744px;
	text-align: center;
	position: absolute;
	top: 310px;
	left: 84px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.125em;
}
#footer {
	padding: 0 10px 0 20px;
} 
#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 */
	text-align: center;
	font-size: 11px;
}
#footer a {
	font-size: 10px;
	text-transform: uppercase;
}
#phone {
	position: absolute;
	width: 130px;
	top: 40px;
	right: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#shipping {
	position: absolute;
	height: 34px;
	width: 93px;
	top: 96px;
	right: 64px;
}
#wcsw {
	position: absolute;
	width: 250px;
	left: 480px;
	top: 116px;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainhead {
	font-size: 15px;
	color: #75bfe4;
	letter-spacing: .25em;
	background-image: url(../images/common/bg-h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 24px;
}
.subhead {
	font-size: 12px;
	line-height: normal;
	color: #75bfe4;
	font-weight: bold;
}
.gold {
	color: #FFCC33;
}
.red {
	color: #FF0000;
}
.light_grey {
	background-color: #EEFFFF;
}
.dark_grey {
	background-color: #666666;
}
table {
	background-color: #FFFFFF;
	color: #000033;
}
.img-border {
	padding: 4px;
	border: 1px solid #66CCFF;
}
.intro-thumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	float: left;
	height: 140px;
	width: 155px;
}
.intro-thumb img {
	padding: 4px;
	border: 1px solid #056DCC;
}
.boldwhite {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
.normalwhite {
	font-size: 13px;
	line-height: 19px;
	color: #EFEFEF;
	font-weight: normal;
}
.white {
	color: #EFEFEF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
