@charset "utf-8";
/* CSS Document */
	html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	background-color: #969ec7;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #666666;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	line-height: 1.2em;
	}
/*a {
	text-decoration: none;
	}
a:link, a:visited, a:active {
	color: #535396;
	border-bottom: 1px solid #535396;
	}
a:hover {
	color: #36306a; 
	background-color: #d1d4e7;
	border-bottom: 1px solid #36306a;
	}*/
#copy a.imageLink:link, #copy a.imageLink:visited, #copy a.imageLink:active, #copy a.imageLink:hover {
	background-color: #FFFFFF;
	border-bottom: none;
	}
p { 
	margin-top:10px ;
	margin-bottom:10px;
	}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	/* z-index: 6; */
	position: relative;
	background-color:#FFFFFF;
	}
/* NAVIGATION STYLES */
#navigation {
	position: absolute;
	/*margin-left: auto;
	margin-right: auto;*/
	top: 172px;
	left: 45px;
	width: 750px;
	z-index: 1000;
	}	
/* HEADER STYLES */
#pageHeader {
	height: 153px;
	width: 800px;
	/*padding-top: 20px;*/
	background-color: #FFFFFF;
	border: none;
	}
#pageHeader h1 {
	background-image: url(../images/H2Max_header_top.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 153px;
	width: 736px;
	position:absolute;
	top: 20px;
	left: 32px;
	margin: auto;
	border: none;
	}
#pageHeader h1 span {
	display: none;
	}
/* style pageHeader h2, h2 span are not used */
/*#pageHeader h2 {
	background-image: url(beauty.png);
	background-repeat: no-repeat;
	height: 234px;
	width: 33px;
	margin-left: 8px;
	position: absolute;
	margin-top: 250px;
	}
#pageHeader h2 span {
	display: none;
	}*/
	
/* this is the old header style
#header {
	width: 736px;
	position: relative;
	margin-right: 32px;
	margin-left: 32px;
	} */	
	
/* FLASH CONTAINER STYLES */		
#flash_container {
	position: absolute;
	width: 600px;
	height: 400px;
	/*padding-left: 185px;*/
	top: 200px;
	left: 180px;
	}
	
/* SIDEBAR STYLES */	
#sidebarRight {
	width: 175px;
	position: absolute;
	left: 610px;
	top: 282px;
	border-left: 3px #6873af solid;
	border-right: 3px #6873af solid;
	font-size: 9px !important;
	}
#sidebarRight p {
	margin-left: 10px;
	margin-right: 10px;
	}
#sidebarLeft {
	width: 175px;
	/* height: 700px; */
	position: absolute;
	left: 0px;
	top: 200px;
	/*background-image:url(../images/sidebarLeft_background.gif);*/
	/*background-repeat:repeat-y;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	/* z-index: 11; */
	}
#sidebarLeftCopy {
	background-image:url(../images/H2Max_sales_locator_header.gif);
	background-repeat:no-repeat;
	width: 162px;
	height: 234px;
	}
#sidebarLeftCopy p {
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 30px;
	line-height: 1.2em;
	font-size: 0.78em !important;
	}
	
/* COPY STYLES */	
/* may need to make some sort of copy holder with no margins or padding so that it does not affect the footer - I wanted to keep the footer relative to the copy since there are pages with varying height - The Zen of CSS uses absolute positoning, but there is only one page to contend with */
#copy {
	/*position: absolute;*/
	background-image:url(../images/sidebarLeft_background.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	top: 250px;
	left: 0px;
	width: 500px;
	padding-right: 100px;
	padding-left: 200px;
	padding-top: 80px;
	padding-bottom: 100px;
	line-height: 1.2em;
	}
#copy a {
	text-decoration: none;
	}
#copy a:link, a:visited, a:active {
	color: #535396;
	border-bottom: 1px solid #535396;
	}
#copy a:hover {
	color: #36306a; 
	background-color: #d1d4e7;
	border-bottom: 1px solid #36306a;
	}
#copyProducts {
	width: 720px;
	position: absolute;
	top: 180px;
	left: 0px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	line-height: 1.2em;
	}
#copyProducts solT {
	width: 720px;
	background-color:#FFFFFF;
	}
#copySalesReps {
	width: 500px;
	padding-right: 100px;
	padding-left: 200px;
	padding-top: 400px;
	padding-bottom: 200px;
	line-height: 1.2em;
	}
/* I don't think this style is being used */
#copyFlash {
	/*position: absolute;*/
	background-image:url(../images/sidebarLeft_background.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	top: 100px;
	/* left: 11px; shifts copy 11px to the right don't want that*/
	/* original styles */
	width: 500px;
	/*height: 800px;*/
	padding-right: 100px;
	padding-left: 200px;
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 1.2em;
	left: 0px;
	z-index: 300;
	}
#copy td {
	padding:0px 0px 0px 0px;
	color:#666666;
	}
#copy td.border {
	border-top: 1px solid #999999;
	}
#copy table {
	border-bottom: 1px solid #999999;
	}
#copy h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#copy h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	}
#copy h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#copy h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	}
#copy li {
	font-size: 1.6em;
	font-weight:600;
	line-height: 1.2em;
	color: #6873af;
	list-style-type: none;
	}
/* COPY TABLE STYLES */
#copyProducts .solT {
	font-size: 0.8em;
	font-family:Verdana, sans-serif;
	text-align:left;
	vertical-align:top;
	border-bottom: none !important;
	}
.solT_rowSolid {
	background-color: #969ec7; /* #6873af  this is the dark purple */
	color: #FFFFFF !important;
	font-weight: bold;
	padding-left: 10px !important;
	height: 10px !important; /* this does not work  height is for overall table height */
	}
#copyProducts .solT td {
	padding:3px 0px 3px 0px;
	color:#555;
	vertical-align: top !important;
		}
#copyProducts .cellPad {
	padding-left: 10px !important;
	}
/* FOOTER STYLES */
#footer {
	width: 500px;
	height: 100px;
	/*position: absolute;*/
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	}
#footerCopy {
	padding-top: 50px;
	padding-left: 0px;
	font-size: .7em;
	/*position: absolute;
	bottom: 0;*/
	}