﻿/* IE 6 warning */
#ie6-warning {
	border: 1px solid #F7941D; 
	background: #FEEFDA; 
	text-align: center; 
	clear: both; 
	height: 75px; 

}
#ie6-warning .close {
	position: absolute; 
	right: 3px; 
	top: 3px; 
	font-family: courier new; 
	font-weight: bold;
}
.browser-icon{
	width: 75px; 
	float: left;
}
.icon-content {
	width: 640px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 0; 
	overflow: hidden; 
	color: black;
}
.triangle {width: 75px; float: left;}
#ie6-warning p{
	width: 265px;
	float: left;
}
/* end IE 6 warning */

#content-wrapper {
	position: relative;
	background: url(../Images/backgrounds/main-footer.jpg) no-repeat left bottom;
	margin-left: 24px;
	padding-bottom: 46px;
	width: 938px;
}

#header {
    /* Modified by Thomas */
	margin-top: 21px;
	overflow:visible;
}

#header h1 a {
	height: 115px;
	margin: 0 0 0 20px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1000;
	background: url(../Images/gl_zestra_logo.png) no-repeat;
	width: 260px;
	font-size: 1em;
}

#nav {
	background: #851965 url(../Images/backgrounds/header.jpg) no-repeat;
	height: 44px;
	clear: both;
	overflow: visible;
}
#nav ul {
	list-style: none;
	height: 44px;
	padding: 0 0 0 0px;
	margin: 0;
	font: 16px/1em Arial, sans-serif;
	position: relative;
	z-index: 11;
	float: right;
	overflow: visible;
	/* Modified by Thomas */
	/*padding-left: 285px;*/
}

#nav a {
	display: block;
	width: auto;
	color: #fcf7ef;
	text-decoration: none;
	padding: 13px 21px; 
	/*text-shadow: 0px 1px 1px #603f2c; */
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
	margin: 0px 0;
	height: 44px;
	white-space: nowrap;
	background: url(../Images/gl_nav_dividerline.png) no-repeat;
	font-weight: bold;
}
#nav li ul  {
	float: left;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
	width: 260px;
	overflow: hidden;
	/*w\idth: 13.9em;*/
	font-weight: normal;
	margin: 0;
	background: transparent url(../Images/gl_nav_ul_li_ul_bkg.png);
}
#nav li#nav-what ul{
	width: 254px;
}
#nav li#nav-how ul {
	width: 268px;
}

#nav li ul li {
	font-size: .9em;
	height: auto;
	border: 0;
	font-weight: normal;
}

#nav li li {
	padding-right: 1em;
	width: 100%;
	margin-top: 0;
}

#nav li ul a {
	overflow: hidden;
	padding: 10px 18px 8px;
	/*w\idth: 9em;*/
	color: #333;
	text-shadow: none;
	border-bottom: dotted 1px #d0afc6;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover, #nav li ul li a:hover {
	background: url(../Images/backgrounds/active-nav.gif) repeat-x right top !important;
	color: #fff;
}

#nav li.active {
background:url("../Images/backgrounds/active-nav.gif") repeat-x scroll right top transparent !important;
}

#nav li#nav-buy {
	background:  #f28635 url(../Images/gl_nav_buy_bkg.jpg) repeat-x;
}

#logout {
    /* Modified by Thomas */
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: .9em;
	text-transform: uppercase;
	background: #75aa46;
}
#logout a {
    /* Modified by Thomas */
	color: #fff;
	padding: 5px;
	text-decoration: none;
	display: block;
}
#logout a:hover {
	background: #a02780;
}

#header ul#company {
	float: right;
	/* Modified by Thomas */
	margin: 37px 8px 3px 0;
	}
#header ul#company li {
	color: #fff;
	float: left;
	margin: 0 10px;
	font-size: 10px;
	}
#header ul#company li.first {
	list-style-type: none;
}
#header ul#company li a {
	color: #f5f8f4;
	display: block;
	font-size: 12px;
	/* Modified by Thomas */
	padding: 5px 3px 12px;
	text-decoration: none;
	}
#header ul#company li a:hover {
	text-decoration: underline;
	}
#header ul#company li.hcp a {
	background: url(../Images/icons/hcp.gif) no-repeat 0 5px;
	padding-left: 18px;
	}
#header ul#company li.hcp.active a {
	padding-left: 4px;
	}	
#header ul#company li.nav-cart a {
	background: url(../Images/gl_nav_carticon.gif) no-repeat 0 6px;
	padding-left: 18px;
	}	
#header ul#company li.active a:link,
#header ul#company li.active a:visited,
#header ul#company li.active a:hover,
#header ul#company li.active a:active {
	background: url(../Images/backgrounds/active-company-nav.gif) no-repeat center 0px;
	text-decoration: none;
	}
	
/* FOOTER */
#footer {
		background-color: #7c1b60;
		color: #ebaacd;
		font-size: 11px;
		height: 26px;
		padding: 0 9px;
		}
#footer a {
	color: #fff;
	}
#footer a:hover {
	text-decoration: underline !important;
	}
#footer ul {
	float: left;
	line-height: 26px;
	}
#footer ul li {
	background: url(../Images/icons/footer-bullet.gif) no-repeat left center;
	float: left;
	}
#footer ul li.first {
	background: none;
	}
#footer ul li a {
	padding: 0 10px;
	text-decoration: none;
	}
#footer p {
	float: right;
	}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



#top_buy {
	position: absolute;
	top: 10px;
	right: 0;
	width: 360px;
	overflow: hidden;
	}
#top_buy h3 {
	text-transform: uppercase;
	color: #7c1b60;
	font-size: 14px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	font-family: Arial, sans-serif;
}
#top_buy h3 span {
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	margin-left: 3px;
}
/*#top_buy .buynow {
	float: left;
	width: 96px;
	height: 31px;
	background: url(../Images/buttons/top_buynow.gif) no-repeat 0 0;
	text-indent: -3000px;
}
#top_buy .buynow a{
	display: block;
	padding-top: 31px;
	height: 0;
	background: url(../Images/buttons/top_buynow.png) no-repeat 0 0;
}*/
#top_buy .buynow {
	float: left;
	width: 100px;
	height: 31px;
}
#top_buy .buynow a{
	
		display: block;
	padding: 3px 6px 0 12px;
	height: 31px;
	font-size: 13px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none !important;
	color: #fff !important;
	text-transform: uppercase;
		background: url(../Images/buttons/top_buynow.png) no-repeat 0 0;

}
#top_buy .buynow a:hover {
	background: url(../Images/buttons/top_buynow.png) 0 -31px repeat-x;
}
span.raquo { font-size: 1.2em; }

.nobuy #top_buy {
	display: none;
}

/*.clear {
	clear: both;
	height: 0; IE7... 
	font-size: 1px;  IE6... 
	line-height: 0; IE6... 
}*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    clear: both;
    height: 0; /* IE7... */
	font-size: 1px; /* IE6... */
	line-height: 0; /* IE6... */
}


.float-left {
	float: left;
	padding: 0 15px 15px 0;
}
.float-right {
	float: right;
	padding: 0 0px 15px 15px;
}