/*=========================== GLOBALS ======================================*/
*{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

img
{
	border: none;
}

select
{
	font-family: Verdana, sans-serif;
  	font-size:9pt;
  	border-color:#135174;
  	border-width:1px;
  	color:#828083;
  	width: 115px;
  	border-style:solid;
}
body
{
	height: 100%;
	text-align: center; 
	background-color: #003442;
}

/*=========================== CLASSES ======================================*/


/*------------------------------------------ Navigation Classes ----------- */
.nav-wrapper
{
	float: left;
	display: block;
	width: 65px;
}
.nav-active
{
	float: left;
	height: 4px;
	text-align:center;
	width: 65px;
}

.nav-right-active
{

	position:relative;
	left:-10px;
	float: left;
	height: 15px;
	width:  6px;
	padding: 0px 2px;
}

.nav-link
{

	float: left;
	width: 65px;
	height: 10px;
	text-align:center;
	padding-top: 2px;
	padding-bottom:4px;
}

.nav-right-link
{
	position:relative;
	left:-10px;
	float: left;
	width: 45px;
	height: 22px;
	padding-top: 2px;
	padding-bottom:4px;
	text-align: left;
}

.nav-small-floater
{
	float: left;
	height: 13px;
	line-height: 13px;
	padding-left: 10px;
	padding-top: 60px;
}

.nav-right
{
	width: 120px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #1A5275;

}

.nav-right-wrapper
{
	float: left;
}

.nav-right-wrapper a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #1A5275;
	font-weight:900;
}

.nav-right a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #1A5275;
	font-weight:900;
	text-align:left;
}
/*------------------------------------------ Products Classes ----------- */
.products-wrapper
{
	padding-top: 13px;
	padding-bottom: 10px;
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.products-main-nav
{
	position: relative;
	left: -20px;
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.products-tpl
{

	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3E525F;	
} 

.products-inner-tpl 
{

}
.products-inner-tpl a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #787577;	
	position: relative;
	left:20px;

}
.products-inner-tpl a:hover
{
	color: #96B2CA;	
}


.clear
{
	clear: both;
}

/*=========================== MAIN DIVS ====================================*/
#page-wrapper
{
	width: 648px;
	text-align: left;
	margin: 0px auto -32px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

* html #page-wrapper
{
	height: 100%;
}

/*-------------------------------------- TOP HEADER-------------------------------------*/
#header
{
	height: 90px;
}

/*-------------------------------------- NAV DIVS -------------------------------------*/

#nav-bar
{
	float: left;
	margin-top: 57px;
}

#nav-spacer-left
{
	float: left;
	width: 60px;
}
#nav-bar a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #125174;
}

#logo
{
	float: left;
	height: 45px;
	padding-left: 80px;
	padding-top: 33px;
}

#blue-spacer
{
	height: 7px;
	background-color: #0E6488;
}
#flash_component
{
	height: 170px;
	padding: 4px 4px;
}

#flash_component_smaller
{
	height: 108px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-right:4px;
	padding-left: 4px;
}
#product-specific-image-header
{
	height: 108px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-right:4px;
	padding-left: 4px;
}

#flash_component_flash
{
	height: 266px;
}
#product-image-callout-wrapper
{
	float: left;
	width: 375px;
}
#product-image
{
	float: left;
	width: 175px;

}
#product-callout
{
	float: left;
	width: 190px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #096386;	
	padding: 15px 5px;	
}


#main-section
{
	width: 648px;
}

/*-------------------------------------- CONTENT -------------------------------------*/

#content
{
	float: left;
	width: 385px;
	padding-left: 55px;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #807F82;	

}
#content ul
{
	padding: 1em;
	margin: 1em;
}

#content a
{
	text-decoration: none;
	color: #577D9D;	
	font-weight: bold;
}
#content a:hover
{
	color: #96B2CA;	
}

#product-header
{
	padding-left: 55px;
	color: #003341;	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#product-specific-header
{
	color: #096386;	
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*-------------------------------------- RIGHT AREA -------------------------------------*/
#right-area-wrapper
{
	float: left;
	width: 160px;
}

#right-area
{
	float: left;
	padding-left: 44px;
	margin-bottom: 10px;
	width: 146px;
}

#right-area a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #1A5275;
	font-weight:900;
	text-align:left;
}

#right-area a:hover
{
	color: #96B2CA;	
}

#right-area select
{
	width: 135px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #636568;	
}

#right-sub-nav
{
	padding-top: 40px;
	float: left;
	width: 70px;	

}

#nav-right-spacer
{
	height: 18px;
}

/*-------------------------------------- QUICK FINDER -------------------------------------*/
#quick_finder-spacer
{
	height: 20px;
}
#quick_finder
{

}
#quick_finder-select-spacer
{

	height: 5px;
}

#quick_finder-select-div
{

}

#quick_finder p
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #145174;
}


/*-------------------------------------- FEATURED PRODUCT -------------------------------------*/
#featured-product-header
{
	padding: 10px 10px;
	text-align: center;
	background-color: #80A0BE;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#featured-product
{
	float: left;
	width: 135px;
  	border-color:#BEC0C2;
  	margin-left:45px;
  	margin-bottom: 15px;
  	border-width:1px;	
  	border-style:solid;
  	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-align:center;
	color: #818082;
} 
#featured-product a
{
	text-decoration: none;
	font-weight: bold;
	color: #466484;
}

#featured-product-title
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3D525F;	
}
#featured-product-main
{
	float:left;
	width: 131px;
	padding:4px;
	text-align:center;
}
 
/*-------------------------------------- NEWSLETTER -------------------------------------*/
#newsletter
{
	width: 270px;
	text-align: right;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#newsletter input
{
	width: 150px;
	margin-top: 5px;
	border-color:#98B3CB;
	border-width:1px;	
	border-style:solid;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#newsletter label
{
	width: 200px;
	margin-top: 5px;
}

#newsletter-submit
{
	margin-left: 218px;
	margin-top: 5px;
}
/*-------------------------------------- FOOTER -------------------------------------*/
#footer
{
	width:648px;
	clear: both;
	position: relative;
	margin-top: -32px;
	height: 32px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #0E6488;
}

#push 
{
	height: 32px;
}
#footer-content
{
	height: 32px;
	text-align: left;
}
#footer-content a
{
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;	
}
#footer-spacer
{
	height: 8px;
	width: 648px;
}

/* Footer Link spacing class */
.footer-padding
{
	float:left;
	padding-left: 15px;
}