@charset "utf-8";

/***************      Core Styling     ******************/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #358BB5;
	background-image: url(../media/body_bkgrd_gradient.jpg);
	background-repeat: repeat-x;
	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;
}

P {
	font-size: 12px;
}

H1 {
	font-family: "Times New Roman", Times, serif;
    font-size: 1.3em;
	letter-spacing: normal;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: normal;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: normal;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: normal;
}

H5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: normal;
}

P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
}

a:link {
	color: #0C7EB6;
	text-decoration: underline;
}

a:hover {
	color: #074D6D;
	text-decoration: none;
}

a:visited {
	color: #0C7EB6;
	text-decoration: underline;
}

a img {
 border: none;
 }



/***************      Container styles     ******************/

.thrColLiqHdr #container { 
	width: 98%;  /* this will create a container 99% of the browser width */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/***************      Header styles     ******************/

.thrColLiqHdr #header { 
	background-color: #074D6D; 
	background-image: url(../media/header_banner_tile.jpg); 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
} 
.thrColLiqHdr #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 */
}

.thrColLiqHdr #header img { 
	display: inline;
}

#logo	{
	float: left;
	width: auto;
}

#header_banner {
	float: left;
	width: auto;
	margin: 0 0 0 30px;
}

/***************      Top Navigation styles - (see fsmenu style sheets for flyout/dropdown styles)     ******************/

.thrColLiqHdr #topnav_container {
	background-color: #074D6D;
	width: auto;
	height: 1%;
}

.thrColLiqHdr #topnav_leftspace {
	float: left;
	width: 249px;
	background-color: #074D6D;
}

.thrColLiqHdr #topnav_navbar {
	float: left;
	width: auto;
	background-color: #999;
}

/***************      Sidebar styles     ******************/

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 178px; /* since this element is floated, a width must be given */
	background: #87ADC2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 20px 0; /* top and bottom padding create visual space within this div  */
	border-right: 1px solid #333;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px; /* since this element is floated, a width must be given */
	background: #CEDFF2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0; /* top and bottom padding create visual space within this div */
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/***	Nested Sidebar 1 (left nav) styles	***/

#leftnav_search {
	margin: 5px 10px 0 10px;
	padding: 5px;
	border: 1px solid #666;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #CEDFF2;
}

#leftnav_container {
	margin: 20px 0 1px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #333;
}


/***	Nested Sidebar 2 (right sidebar) styles	***/

.sidebar2_actionbox {
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border: 1px solid #87ADC2;
  	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.sidebar2_actionbox h1 {
	color: #0B597D;
	font-size: .9em;
	padding: 0 0 0 10px;
}

.sidebar2_actionbox h2 {
	color: #0B597D;
	font-size: .8em;
	margin-bottom: -2px;
	padding: 0 0 0 10px;
}

.sidebar2_actionbox p {
	font-size: .7em;
	line-height: 1.2em;
}



/***************      Main Content styles     ******************/

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	margin: 3% 18% 0 22%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-color: #FFFFFF;
}

.thrColLiqHdr #mainContent p {
	font-size: .75em;
	line-height: 1.4em;
}

.thrColLiqHdr #mainContent h1, h2, h3, h4, h5, h6 {
	color: #0B597D;
}

.thrColLiqHdr #mainContent h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.thrColLiqHdr #mainContent h5 {
	margin: 0 0 5px 0;
	font-size: 1em;
	margin: 18px 0 -3px 0;
}

.thrColLiqHdr #mainContent li {
	font-size: .8em;
	padding: 0 0 8px 0;
}


/***	Nested Main Content styles	***/

.main_content_feature {
	margin: 0 0 30px 0;
	padding: 10px 10px 15px 15px;
	border: 1px solid #87ADC2;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main_content_feature p {
	line-height: 1.4em;
}

.main_content_feature h1, h2, h3, h4, h5, h6 {
	color: #0B597D;
}

.main_content_feature h6 {
	font-size: .75em;
	margin-bottom: -2px;
}
	
.main_content_news_promo {
	width: 180px;
	float: right;
	margin: 10px 0 10px 15px;
	padding: 0 10px 10px 10px;
	font-size: .85em;
	border-left: 1px solid #87ADC2;
}

.main_content_news_promo h5 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
}

.main_content_news_promo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main_content_news_promo p {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main_content_news_promo a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.main_content_news_promo li {
	margin: 0 0 0 -20px;
	padding: 0 0 8px 0;
}

.main_content_news_promo form {
	font-size: .85em;
}

.main_content_noborder_promo {
	width: 190px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	font-size: .85em;
}

.main_content_noborder_promo img {
	float: right;
}

.main_content_intro {
	margin: 30px 0 0 0;
}

.main_content_intro_promo {
	width: 180px;
	float: right;
	margin: 20px 0 10px 15px;
	padding: 0 10px 10px 10px;
	font-size: .8em;
	border: 1px solid #87ADC2;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main_content_intro_promo h5 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
}

.main_content_intro_promo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main_content_intro_promo p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 2em;
}

.main_content_intro_promo a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.product_model_number h1 {
	color: #F89B1F;
	border: 1px dotted #F89B1F;
	margin-bottom: 20px;
	padding: 2px 0 2px 5px;
	width: 135px;
}

.product_model_number_featured h1 {
	color: #F89B1F;
	border: 1px dotted #F89B1F;
	margin-bottom: 20px;
	padding: 2px 0 2px 5px;
	width: 205px;
}

.product_price {
	color: #F89B1F;
	font-size: .9em;
	font-weight: bold;
	border: 1px dotted #F89B1F;
	padding: 3px 0 3px 6px;
}

.product_table_grid table {
	border: 1px solid #333;
}

.buttons img {
	float: left;
	margin: 20px 0 0 0;
}


/** UNUSED STYLES 
.landing_page_gallery_wrapper {
	margin: 0;
	padding: 0;
}

.landing_page_gallery_2col {
	float: left;
	width: 180px;
	border: 1px solid #999;
	margin: 0 10px 12px 0;
	padding: 0;
	padding-top: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.landing_page_gallery_2col h5 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.6em;
}

.landing_page_gallery_2col h6 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: .9em;
}

.landing_page_gallery_2col img {
	display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;  
}

.landing_page_gallery_equip {
	margin: 0;
	margin-top: 25px;
}

.landing_page_gallery_2col p {
	display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: .95em;
}

.landing_page_gallery_highlight {
	color: red;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-bottom: 8px;
}

.landing_page_gallery_2col a {
	font-size: 1em;
	font-weight: bold;
}

.landing_page_gallery_2col hr {
	width: 60%;
}

.equip_features {
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding: 0;
	padding-top: 10px;
	font-weight: bold;
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.action_link {
	float: left;
	margin: 0 0 10px 10px;
}

.action_link img {
	padding: 0 5px 0 0;
}

.clearboth { 
	clear: both; 
}

**/
	 

/***************      Footer styles     ******************/

.thrColLiqHdr #footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#074D6D;
} 
.thrColLiqHdr #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 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:#074D6D;
	border: 0;
	border-top: 2px solid #333;
	text-align: center;
	font-size: .8em;
	color: #CCC;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


/***************    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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}


/***		Custom Styles for Redirect / Thank You page (NateMail)		***/

.natemail_messagebox {
	padding: 20px;
	border: 1px solid #000080;
} 
	
.fieldNameCSS {
	font-size: .8em;
	font-weight: normal;
	color: #000080;
	margin: 0 0 20px 0;
	padding: 0 0 20px 40px;
}

.fieldValueCSS {
	font-size: .8em;
	font-weight: normal;
	color: #000080;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

/***		Custom Styles for Google 404 Widget		***/

#goog-wm {
  width: auto;
  padding: 0;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #0B597D;
  border-bottom: 3px dashed #074D6D;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {
  color: #0B597D;
}
   
#goog-wm ul li {
	padding: 0;
	padding-bottom: 10px;
}

#goog-wm form {
	padding: 0;
	padding-top: 10px;
}

/***		Tracking div styles		***/

#tracking {
	display: none;
}
