@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;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 264px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 200px;
	padding-left: 0px;
}
#DetailThumbs {
	background-color: #011326;
}
#DetailThumbs ul {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#DetailThumbs li {
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#DetailThumbs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar2 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2 li {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
	background-repeat: no-repeat;
	background-position: center;
	width: 194px;
}
#sidebar2 a {
	text-indent: 12px;
	color: #CCFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/common/btn-ro-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	border-bottom-style: none;
	font-weight: bold;
}
#sidebar2 a:visited {
	color: #CCFFFF;
	text-decoration: none;
}
#sidebar2 a:hover, .selected a {
	color: #75bfe4;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar2 a:active {
	color: #75bfe4;
	text-decoration: none;
}
#quote-btn {
	float: left;
	margin-left: 20px;
}
#mainContent {
	margin-top: 20;
	margin-bottom: 0;
	margin-left: 274px;
	margin-right: 194px;
	padding: 0;
}
#mainContent h1 {
	margin-top: 20px;
}

#mainContent_text {
	position: absolute;
	width: 620px;
	top: 770px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002B5C;
	padding-top: 10px;
}
#mainContent_text-tall {
	position: absolute;
	width: 620px;
	top: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002B5C;
	padding-top: 10px;
	visibility: hidden;
}

#detail01 {
	font-size: 11px;
	line-height: 14px;
	width: 408px;
	height: 380px;
	position: absolute;
	left: 274px;
	top: 270px;
	visibility: visible;
	padding: 0px;
}
#detail02, #detail03, #detail04, #detail05, #detail06, #detail07, #detail08, #detail09, #detail10, #detail11, #detail12, #detail13, #detail14, #detail15, #detail16, #detail17, #detail18, #detail19, #detail20, #detail21, #detail22, #detail23, #detail24, #detail25, #detail26, #detail27 {
	font-size: 11px;
	line-height: 14px;
	width: 408px;
	padding: 0px;
	height: 380px;
	position: absolute;
	left: 274px;
	top: 270px;
	visibility: hidden;
}
#footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: Verdana, 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: 13px;
	color: #75bfe4;
	background-position: bottom;
}
.subhead {
	font-size: 12px;
	line-height: normal;
	color: #75bfe4;
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
}
.detail-company-name {
	height: 18px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 0.125em;
}
.caps {
	font-size: 10px;
	text-transform: uppercase;
}
.gold {
	color: #FFCC33;
}
.red {
	color: #FF0000;
}
.border {
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002B5C;
	border-right-color: #002B5C;
	border-bottom-color: #002B5C;
	border-left-color: #002B5C;
}
.contentSpace {
	margin-top: 840px;
}
