/* CSS Document */

/* 
-------------------------------------------------------------------------
This document deals with mainly the divs and styles that are used site wide. 
*/


/* GLOBAL ELEMENTS
================================================== */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 0px;
	background-color: #71AAC8;
	line-height: 120%;

}

/* Style the wrapper - THIS CONTAINS THE WHOLE SITE AND ALL THE INDIVIDUAL DIVS*/

#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: white;
	padding: 6px;
	border: #ccc 4px solid;
}

/* MASTHEAD
================================================== */


/* Style the navigation and masthead - CONTAINS THE HEADER IMAGE - THE 2 */

#masthead {
/*background-image: url(../images/masthead.jpg);*/
height: 258px;
padding: 0;
margin: 0;
position:relative;
}

#flashHolder{
position:absolute;
width: 760px;
height: 258px;
overflow:hidden;
left: auto;
top: 10px;
z-index: 0;
}

/* THIS IS THE PLACEHOLDER FOR THE MAIN 3 LEVEL NAV */

#placeNav {
padding: 188px 0 0 10px;
}

/* THIS IS THE PLACEHOLDER FOR THE SECOND 1 LEVEL NAV WHICH SITS JUST BELOW THE MAIN HEADER IMAGE */

#placeSecondNavBar {
padding: 38px 0 0 330px;
}

/* THIS IS THE CONTAINER WHICH HOLDS ALL THE CONTENT BELOW THE MAIN HEADER IMAGE AND 2 LEVELS OF NAVIGATION 
CONTENT
-------------------------------------------------- */

#PageContentBodyContainer {
	/*background-color: red;*/
	padding: 0;
	margin: 0;
}

/* Holder of side Content */

#SideContent {
	/*background-color: yellow;*/
	padding: 10px 0 10px 0 10px;
	margin: 0;
	float:right;
	width: 215px;
}

/* Holder of Page Body Content */

#BodyContent {
	/*background-color: blue;*/
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	float:left;
	width: 510px;
}

.picProducts {
	float: right;
	margin-left: 20px;
}

/* Right hand side Lozenges */

#loz1, #loz2, #loz3, #loz4 {
	padding: 15px 17px 10px 20px;
	font-size: 10px;
}

#loz1 {
	background: url(../images/bg_loz1.jpg) no-repeat;
	height: 182px;
}
h2.loz1 {
	color: #3AB633;
	font-size: 11px;
	line-height: 100%;
	background: none;
}


#loz2 {
	background: url(../images/bg_loz2.jpg) no-repeat;
	height: 260px;
}
h2.loz2 {
	color: #EBA41F;
	font-size: 11px;
	line-height: 100%;
	background: none;
}
#loz1 a,
#loz1 a:hover {
	color: #3AB633;
}

#loz2 a,
#loz2 a:hover {
	color: #eba41f;
}

#loz3 a,
#loz3 a:visited {
	color:  #833AA0;
}

#loz3 {
	background: url(../images/bg_loz3.jpg) no-repeat;
	height: 100px;
}

h2.loz3 {
	color: #833AA0;
	font-size: 11px;
	line-height: 100%;
	background: none;
}

#loz4 {
	background: url(../images/bg_loz4.jpg) no-repeat;
	height: 100px;
}

h2.loz4 {
	color: #609EBC;
	font-size: 11px;
	line-height: 100%;
	background: none;
}

#loz4 a, #loz4 a:visited{
	color:#3366CC;
	text-decoration:none;
}

#loz4 a:hover{
	text-decoration:underline;
}

#loz1 p, #loz2 p, #loz3 p, #loz4 p {
	margin-top: 0;
	padding-top: 0;
}



/* This is a fix which forces the #wrapper to go round the page content */
.FloatFix {
	clear: both;
}


/* CASE STUDIES
-------------------------------------------------- */
#caseStudy {
	border: 10px solid #dfdfdf;
	height: 63px;
	margin-top: 30px;
	background: url(../images/pic_cs_sleepbetter.jpg) no-repeat;
	padding-left: 170px;
	padding-bottom: 10px;
	padding-top: 7px;
}
*html #caseStudy {
	height: 60px;
	padding-top: 10px;
}

h2.caseStudy {
	color: #609EBC;
	font-size: 11px;
	line-height: 100%;
	background-color: #fff;
	margin-bottom: 5;
	padding: 0;
}

#caseStudy p {
	margin-top: 0;
	padding-top: 0;
}


/* PRODUCT OVERVIEW BANNER
-------------------------------------------------- */
#productOverview {
	border: 10px solid #D6C6E0;
	height: 63px;
	margin-top: 30px;
	background: url(../images/redbloodcells.jpg) no-repeat;
	padding-left: 170px;
	padding-bottom: 10px;
	padding-top: 7px;
}
*html #productOverview {
	height: 50px;
	padding-top: 10px;
}

h2.productOverview {
	color: #609EBC;
	font-size: 11px;
	line-height: 100%;
	background-color: #fff;
	margin-bottom: 5;
	padding: 0;
}

#productOverview p {
	margin-top: 0;
	padding-top: 0;
}

/* CASE STUDIES RIGHT SIDE
-------------------------------------------------- */

#csRightLoz {
	border: 5px solid #dfdfdf;
	margin-bottom: 10px;
	padding: 5px;
	height: 210px;
}


/* PRODUCT OVERVIEW BANNER
-------------------------------------------------- */

#productRightLoz {
	border: 5px solid #D6C6E0;
	margin-bottom: 10px;
	padding: 5px;
}

/* FOOTER
-------------------------------------------------- */
#footer {
	margin-top: 20px;
	color: #609EBC;
	text-align: center;
	clear: both;
}

/* HEADERS
-------------------------------------------------- */

h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	}
	
h1 {
	font-size: 22px;
	color: #609EBC;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: 120%
	}

h2 {
	font-size: 14px;
	color: #333;
	background-color: #e6e6e6;
	line-height: 15px;
	padding-bottom: 5px;
	}
h3 {
	font-size: 14px;
	color: #609EBC;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	}
h4 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	}

/* FORMATTING
-------------------------------------------------- */

p {
	line-height: 120%;
	margin: 10px 0;
	}
.introP {
	color: #609EBC;
	font-size: 13px;
	line-height: 120%;
}

.sourceCopy {
	color: #609EBC;
}

.developmenTempCopy {
	color:#FF0000;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}


#BodyContent a,
#footer a,
#csRightLoz a,
#productRightLoz a {
	color: #609EBC;
}
#BodyContent a:visited,
#footer a:visited,
#csRightLoz a:visited
#productRightLoz a:visited {
	color: #99CCFF;
}

/* Simply styles the tabbed text on the siteMap Page
-------------------------------------------------- */

.siteMapTab1 {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	list-style-image:url(../images/sitemap_small_bullet_level2.gif);
}

.siteMapTab1Sub {
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
	list-style-image:url(../images/sitemap_small_bullet_level3.gif);
}

.siteMapNoTab {
	margin-left: -24px;
	list-style-image:url(../images/sitemap_small_bullet_level1.gif);
}

.company {
	font-size:13px;
	color: #009933;
}

.products {
	font-size:13px;
	color: #CC6600;
}

.benefits {
	font-size:13px;
	color: #660066;
}



/* These 2 floats are just used to position images either on the left or right when appearing in Body Copy */

.picFloatLeft {
	float:left;
	margin: 0 20px 10px 0;
}

.picFloatRight {
	float:right;
	margin: 0 0px 10px 20px;
}


/* FORM STYLING
-------------------------------------------------- */

/* Join our Mailing List
-------------------------------------------------- */


#FormMailingListHolder {
	padding: 10px 17px 10px 20px;
	font-size: 10px;
	height: 200px;
	background: url(../images/bg_mailinglistloz.jpg) no-repeat;
}

form {
	padding: 0;
	margin: 0;
	}

h2.FormMailingListHolder {
	color: #833AA0;
	font-size: 11px;
	line-height: 100%;
	background: none;
	padding: 0px;
}

#FormMailingListHolder p {
	margin-top: 0;
	padding-top: 0;
}

input {
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;
}


.bulletWithFloatLeftPic {
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
	list-style-image:url(../images/picFloatLeft_small_bullet.gif);
}

*html .bulletWithFloatLeftPic {
	margin: 0 0 0 30px;
	padding: 0 0 0 0px;
	list-style-image:url(../images/picFloatLeft_small_bulletIE.gif);
}
