@charset "utf-8";
body  {
	background: #232e30;
	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;
}

#container { 
	width: 955px;  
	margin: 0 auto; 
	text-align: left;
} 
#header { 
	position: relative;
	width: 955px;
	height: 82px;
	background: url(/custom/themes/default/images/header.gif);
} 

#header #search {
	position: absolute;
	margin: 0px;
	top: 50px;
	left: 455px;
}

#header #qlinks {
	position: absolute;
	top: 80px;
	left: 265px;
	font-size: 11px;
}

#header #qlinks a{
	color: #fff;
}


#header #phone {
	position: absolute;
	top: 15px;
	left: 795px;
	width: 140px;
	height: 24px;
	background: url(/custom/themes/default/images/phone.gif);
}

#search .searchbutton {
	position: absolute;
	top: 0px;
	left: 370px;
	width: 118px;
	height: 22px;
}
.formField5 {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 350px;
	height: 17px;
	border: 1px solid #fff;
}


#tagline {
	position: absolute;
	top: 17px;
	left: 263px;
	margin: 0;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
}

#header h2 {
	position: absolute;
	top: 45px;
	left: 19px;
	margin: 0;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	letter-spacing: .06em;
}

#sidebar1 {
	float: left; 
	width: 260px;
	padding: 15px 0;
}

#sidebar1 #bluebox {
	width: 250px;
	background-color: #577ec1;
	color: #fff; 
}
	
#bluebox #bluetop {
	background: url(/custom/themes/default/images/blue-topright.gif) no-repeat top right;
}

#bluebox p{
	margin: 0 15px;
	font-size: 11px;
}


#bluebox #bluebottom {
	background: url(/custom/themes/default/images/blue-botright.gif) no-repeat top right;
}

#bluebox img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}



#sidebar1 #yellowbox {
	width: 250px;
	background: url(/custom/themes/default/images/yellow-tile.gif) repeat-y;
}

#yellowbox #yellowtop {
	background: url(/custom/themes/default/images/yellow-topleft.gif) no-repeat;
	width: 250px;
	height: 15px;
}

#yellowbox #yellowbottom {
	background: url(/custom/themes/default/images/yellow-bottom.gif) no-repeat;
	width: 250px;
	height: 15px;
}


#yellowbox p{
	margin: 0 15px;
	font-size: 11px;
	
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#mainContent {
	float: left;
	width: 680px;
	margin: 15px 0 10px 0;
	background: url(/custom/themes/default/images/content-tile.gif) repeat-y;
} 

#mainContent #homebox{
	position: relative;
	width: 645px;
	height: 175px;
	font-size: 11px;
}

#homebox h2 {
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #1e5da6;
}
	

#homebox #box1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 212px;
	height: 128px;
}

#homebox #box2 {
	position: absolute;
	top: 0px;
	left: 215px;
	width: 212px;
	height: 128px;
}

#homebox #box3 {
	position: absolute;
	top: 0px;
	left: 430px;
	width: 212px;
	height: 128px;
}

#mainContent #top {
	background: url(/custom/themes/default/images/content-header.gif) no-repeat;
	width: 680px;
	height: 12px;
}

#mainContent #foot {
	background: url(/custom/themes/default/images/content-footer.gif) no-repeat;
	width: 680px;
	height: 12px;
}


#mainContent #middle{
	background: url(/custom/themes/default/images/content-tile.gif) repeat-y;
	width: 650px;
	padding: 0 15px;
}



h4#productTitle {
	font-weight: normal;
	height: 50px;
    line-height: 1.25em;
}

h1#pageTitles	 {
	color: #232e30;
	font-weight: normal;
	font-size: 18px;
}













#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#232e30;
} 
#footer #ftag {
	margin: 0;
	padding: 10px 0;
	font-size:14px;
	font-weight: normal;
	color: #999999;
}

/* Miscellaneous classes for reuse */
.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;
}
