/*
Theme Name: qtsys
Theme URI: none
Description: Initial theme
Version: 0.1
Author: Design by Sue Stone
*/
/**************************************************************************/	
/***********       Styles for EcoSeries Product Template         **********/	
/**************************************************************************/

/***********************************************/	
/***********      Masthead Styles     **********/	
/***********************************************/	


#masthead, #masthead-Product-Page {
	width:100%;
	z-index: 10;
	background-color: #ffffff;
	height: 136px;
	text-align: left;
}
#masthead {
	background-image: url(images/msthed-Corp-Rep.jpg);
	background-repeat: repeat-x;
}
#masthead-Product-Page {
	background-image: url(images/msthed-EcoSer-Rep.jpg);
	background-repeat: repeat-x;
}
#mastheadRight {
	position: absolute;
	width:100%;
	z-index: 15;
	top:0;
	right: 0;
	height: 136px;
	text-align: right;
}



/***********************************************/
/************ Nav Menu Styles ********************/
/***********************************************/


#nav a.btnFirstLevel:hover{
	color: #ffffff;
	background-image: url(images//BTN-Current-EcoSer.gif);
	
}
#nav #currentpage a.btnFirstLevel {  /****************bground image to distinguish active current page*/
	background-image: url(images/BTN-Current-EcoSer.gif);
	color: #ffffff;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	background-color: #ccd3d3;/***dropdown bground v.pale grey */
	width: 100px;
	border: 2px solid #00892f; /**qt-ecoSeries-Green***/
	
}

#nav li li {
	display: block;
	float: none;
	
	border-bottom: thin dotted #ffffff;
	
	
}
#nav li li a:hover {
	background-color: #3dab0f; /**qt-ecoSeries-pale bright Green***/
	
}
/*************nav for IE ************/
,#nav li ul {
	margin: 0px 0 0 -50px;
	
}

,#nav li ul ul {
	margin: -16px 0 0 50px;
	
}

/***********************************************/





#content-container-ProductPage {
	
	background-image: url(images/Content_brgrnd-ecoseries.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}


/********* *   Product Side Menu  *  *******/

#ProductSideMenuTop{
	height: 12px;
	margin-left:5px;
	width:180px;
	background: url(images/prod-menu-EcoSeries-top.jpg) no-repeat bottom;
	
}
#ProductSideMenu img {
	display: none;
}
#ProductSideMenu{
	margin-left:5px;
	padding: 0 10px;
	background-image: url(images/prod-menu-EcoSeries-Rep.jpg);
	background-repeat: repeat-y;
	
}
#ProductSideMenu_Bottom{
	margin-left:5px;
	height: 15px;
	background-image: url(images/prod-menu-EcoSeries-bottom.jpg);
	background-repeat: no-repeat;
}
#ProductSideMenuTxtArea{
	padding: 1px 5px 2px 2px;
	
}
.ecoSeriesMenuHeading, ecoCladMenuHeading, ecoSEPMenuHeading{
	margin: 0px;
	padding: 0px;
	font-size: 11.5pt;
	line-height: 14pt;
	text-align: center;
}
.ecoSeriesMenuHeading{
	color: #00892f; /**qt-ecoSeries-Green***/
}
.ecoCladMenuHeading{
	color: #ff8525; /**qt-ecoClad-Orange***/
}
.ecoSEPMenuHeading{
	color: #be0c2e; /**qt-ecoSEP-Red***/
}
#ProductSideMenu p, .ProductSideMenuTxtBody{
	font-size: 8.5pt;
	line-height: 10pt;
	white-space: normal;
	text-align: left;
	
}
#ProductSideMenu a {
	font-size: 8.5pt;
	line-height: 12pt;
	color: #333333;
	border-bottom: none;
}

#ProductSideMenu ul li {
	
	border-bottom: none;
	text-indent: -5px;
	list-style: inherit;
}
#ProductSideMenu a:hover, #ProductSideMenu a:active {
	border-bottom: 1px dotted #470069; /**qt-purple***/
	color: #470069; /**qt-purple***/
	text-decoration: none;
}

#ProductLogo{
	height: 120px;
	background-image: url(images/EcoSeries-Logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}


