@charset "UTF-8";

/* 	
----------------------------------------------------
		
	HSV 
	Stylesheet: branding.css

----------------------------------------------------
		
	COLOR REFERENCE:
		
/* 	#112266;	=color1		/*	Blue  - Dark Navy	*/    			
/* 	#6699ff;	=color2		/*	Blue  - HSV BLUE 	*/    			
/* 	#88bbff;	=color3		/*	Blue  - Med 		*/    			
/* 	#bbefff;	=color4		/*	Blue  - Light Aqua	*/  
/* 	#00ddff;	=color5		/*	Blue  - Bright Aqua	*/  

/* 	#ff0055;	=color6		/*	Magenta  - Bright	*/    			

/* 	#8899aa;	=color7		/*	Blue Grey - Footer	*/ 
/* 	#c1d1d9;	=color8		/*	Blue  - Pale Grey	*/ 
/* 	#f4f7f8;	=color9		/*	White - Soft White	*/ 


/* 	
----------------------------------------------------*/
.color1 	{color: #112266 !important;}
.color2 	{color: #6699ff !important;}
.color3 	{color: #88bbff !important;}
.color4 	{color: #bbefff !important;}
.color5 	{color: #00ddff !important;}

.color6 	{color: #ff0055 !important;}

.color7 	{color: #8899aa !important;}
.color8 	{color: #c1d1d9 !important;}
.color9 	{color: #f4f7f8 !important;}


/* MAIN CONTAINERS / SECTIONS
----------------------------------------------------*/

/* FEATURE PROMO AREA (FIRST SECTION OF LANDING PAGE)
----------------------------------------------------*/
#featurePromo	{	
	margin-top: 10px;
	}
	
#featurePromo p	{	
	font-size: 0.80em;
}

#featurePromo p.button	{	
	font-size: 0.70em;
	cursor: hand;
}
	
	
#featurePromo img.featurePromo10	{ /*Image spans 10 columns*/
	/*
	width:568px;
	height:242px;
	*/
	padding: 5px;
	margin: 0;
	margin-top: 5px;
	border: 1px solid #c1d1d9;
	}


/*ADD 120px from previous*/
#featurePromo img.featurePromo12	{ /*Image spans 10 columns*/
	/*
	width:688px; 
	height:228px;
	*/padding: 5px;
	margin: 0;
	margin-top: 5px;
	border: 1px solid #c1d1d9;
	}

#featurePromo ul.productList li,
#featurePromo div.productList	{
	width: 200px;
	/*height: 300px;*/
	}

/*
#featurePromo ul.productList li img,	
#featurePromo div.productList img {
	width: 78px; 	
	}
*/	

/* SECONDARY PROMO AREA (consists of 2 columns of products)
----------------------------------------------------*/
#secondaryPromo, #otherPromo			{	
	/*margin-top: 20px;*/
	margin-top: 10px;
	margin-bottom: 0;
	/*font-size: 0.875em;*/
	font-size: 0.90em;
	line-height: 1em;
	}
	
#secondaryPromo li,
#secondaryPromo div.productList, #otherPromo div.productList, #secondaryPromo div.productListFull	{
	width: 440px;
	height: 118px;
	}
	
#secondaryPromo div.productListFull{
width: 640px;
}

#secondaryPromo img,
#secondaryPromo li img	{
	width: 198px; 	/*220px subtract left+right padding and borders*/
	height: 108px;
	
	}
		
#otherPromo img	{
	width: 198px; 	/*220px subtract left+right padding and borders*/
	height: 70px;
	float: right;
	margin-left: 8px;
	}		

#otherPromo div.productList{
background: #e9f9ff  /* #ddf6ff */  /*#cff3ff*/  /*#bbeeff*/;
}

/* PRODUCT AREA (consists of 4 columns of products)
----------------------------------------------------*/
#productArea, #productAreaAlt 		{
	margin-top: 0px;
	/* margin-top: 20px;  */
	/*font-size: 0.875em;*/
	font-size: 0.9em;
	line-height: 1em;
	}

#productArea li		{	
	/*width: 200px;*/
	width: 200px;	/*220px subtract left+right padding*/
	}
	
#productAreaAlt li{
width: 190px;
}

/*100px subtract left+right padding and borders
#productArea li	img	{	
	width: 78px;	
	}
*/

/* PRODUCT HEADING
----------------------------------------------------*/
.productHeading{
	padding: 0px;
	border-top: 0px solid #c1d1d9;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.125em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #112266;
	/*background-color: #fff;*/

	}
	
.productHeading h2, .productHeading h1{
font-size: 1.2em;
color: #fff;
padding: 3px 0 3px 10px;
margin: 5px 0 10px 0;
background-color: #899aab  /*#196d85*/;

background-image: url(/images/h2bg.jpg);
background-position: top left;
background-repeat: repeat-x;

}

.productHeading h2 a,.productHeading h1 a{
color: #fff;
text-decoration: underline;
}

/* PRODUCT LIST (UL classes first, DIV below)
----------------------------------------------------*/

ul.productList{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	}
	
ul.productList li	{
	list-style: none;
	display: block;
	float: left;
	text-align: left;
	/*use 18px margin to accommodate for 1px border*/
	margin: 0px 20px 10px 0px;
	padding: 10px;
	background-color: #f4f7f8;
	border: 0px solid #ececec
	}
	
ul.productList li.endProduct	{
	margin-right: 0;
	}
	
ul.productList li img	{
	float: left;
	padding: 5px;
	margin: 0;
	margin-right: 5px;
	border: 1px solid #c1d1d9;
	/*background: #fff;*/
	}
	
ul.productList li a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	}
	
ul.productList li a:hover	{
	text-decoration: none;
	color:  #d14e1d
	}
	
ul.productList li a:hover img 	{
	text-decoration: none;
	border-color:#00ddff;
	}
	
/* PRODUCT LIST (DIV rules - use with heavy copy)
----------------------------------------------------*/

div.productList, div.productListFeature, div.productListFeatureFull, div.productListFeature2 	{
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	/*use 18px margin to accommodate for 1px border*/
	margin: 0px 20px 10px 0px;
	padding: 10px;
	background-color: #f4f7f8;
	border: 0px solid #ececec
	}
	
div.productListFeature	{
margin-left: -10px;
/*width: 440px;*/
width: 420px;
}

div.productListFeatureFull	{
margin-left: -10px;
/*width: 680px;*/
width: 650px;
}

div.productListFeature2	{
margin-left: 0px;
/*width: 320px;*/
width: 290px;
background: #e9f9ff;

}
	
div.productList p, div.productListFeature p, div.productListFeatureFull p, div.productListFeature2 p	{
	margin: 0px 0px 10px 0px;
	padding: 0;
	}
	
div.productList .endProduct	{
	margin-right: 0;
	}
	
div.productList p img, div.productListFeature p img, div.productListFeatureFull p img, div.productListFeature2 p img	{
	float: left;
	padding: 5px;
	margin: 0;
	margin-right: 10px;
	border: 1px solid #c1d1d9;
	}
	
div.productList p a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	}
	
div.productList p a:hover, div.productListFeature p a:hover, div.productListFeatureFull p a:hover, div.productListFeature2 p a:hover	{
	text-decoration: underline;
	color:  #d14e1d;
	
	}
	
div.productList p a:hover img 	{
	text-decoration: none;
	border-color:#00ddff;
	}
	

.productList h3{
font-size: 1.2em;
margin-bottom: 10px;	
/*
background: #dbe8ed;
padding: 6px;
*/
}
	
/*========== LEFT HAND NAVIGATION START =========*/

#leftnav{
padding: 0px;
margin-right: 0px;
padding-bottom: 30px;
}

#leftnav ul{
margin-top: 0px;
border: 0px; 
margin-left: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
font-size: 0.9em;
line-height: 1.20em;
}

#leftnav ul li{
border-bottom: 1px solid #e9ecf4  /*e0e0e0*/;
float: left;
text-align: left;
margin: 0px;
}

#leftnav ul li a{
background: #fff;
width: 170px;
border: 0px solid #fff;
padding: 3px 0 3px 5px;
margin: 0px;
color: #669;
text-decoration: none;
display: block;
text-align: left;
}

#leftnav ul li a:hover{
color: #669;
background: #f2f5fa   /*e9ecf4*/   /*f2f5fb*/   /*ffffcc*/ /*#efefef*/;
text-decoration: none;
margin: 0px;
}

/*==============================================================*/


.nopadding{
padding: 0;
margin:0;
}

.grid_3 h2{
font-size: 0.95em;
margin: 20px 0 5px 5px;
line-height: 1.65em;
}

h1.productHeading, h2.productHeading{
font-size: 1.1em;
font-weight: normal;
color: #fff;
padding: 5px 0 5px 10px;
margin: 5px 0 10px 0;
background-color: #899aab  /*#196d85*/;
background-image: url(/images/h2bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}

h2.productHeading{
font-size: 1.0em;
font-weight: bold;
}

/*
.productHeading h2, .productHeading h1{
font-size: 1.2em;
color: #fff;
padding: 3px 0 3px 10px;
margin: 5px 0 10px 0;
background-color: #899aab  ;
background-image: url(/images/h2bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}
*/


h2.productHeading a, h2.productHeading a:link, h2.productHeading a:visited{
color: #fff;
text-decoration: underline;
}

h2.productHeading a:hover{
color: #fff;
text-decoration: none;
}

h2.expday{
font-size: 0.80em;
font-weight: bold;
}


.grid_3_leftnav{
margin-right: 30px;
border: 0px solid #000;
width: 180px;
display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	
}

.grid_3_leftnav h2{
font-size: 0.95em;
line-height: 1.65em;
margin: 20px 0 5px 5px;
}

/******************************************************/

#imageTransitionWrapper {
		
	position: relative;				
	margin-right: 10px;
	width: 450px;
	height: 210px;	
	padding: 5px;
	border: solid 1px #c1d1d9;
	margin-top: 10px;
	overflow: hidden;	
	
}
#imageTransitionContainer {
		         		       
    position: relative;
    width: 450px;
	height: 210px;
    overflow: hidden;    
	
}

#imageTransitionContainer img#backgroundImage {

	position: absolute;
	top: 0px;
	z-index: 1;	

}

#imageTransitionContainer img#foregroundImage {

	position: absolute;
	top: 0px;
	z-index: 2;	        		 			  	     		 	

}









