* {
	margin: 0; 
	padding:0;
}

#page_container {			
	margin: auto;
	width: 100%;
	height: 318px;
	background-image:url(../images/bgheader2.jpg);
}

/* header */

#header {				
	height: 83px;
	width: 960px;
	margin: auto;
	clear: both;
	background-image:url(../images/header2.gif);
}

#header_links {
	width: 300px;
	margin:15px 25px 0px 0px;
	float:right;
	text-align:right;
}

/* banner  */

#banner_container {
	height: 204px;
	width: 960px;
	margin: auto;
	clear: both;
	background-image:url(../images/banner_bg2.jpg);
	background-repeat:repeat-y;
}

#banner {
	height: 170px;
	width: 880px;
	clear: both;
	position:relative;
	float:left;
	border: 1px solid #E1F0FF;
	margin: 20px 0px 0px 40px;
}

/* menu */

#menu_container {
	height: 31px;
	width: 960px;
	margin: auto;
	clear: both;
	background-image:url(../images/bgcontent.jpg);
}

#menubar {
	height: 25px;
	width: 880px;
	clear: both;
	position:absolute;
	z-index:80;
	float:left;
	background:url(../images/menu_bar.gif) no-repeat;
	margin: 5px 0px 5px 40px;
}

/* popup */

#popup_container {
	height:620px;
	width:350px;	
}

/* content */

#content_container {
	width: 100%;
	z-index:900;
	margin:auto;
	background-color:#E6F1F7;
	border:1px #666666;
}

#content {
	width: 890px;
	/*height:450px;*/
	margin:auto;
	background-image:url(../images/bgcontent.jpg);
	padding: 10px 35px 0 35px;
	font-size:1.1;	
}

/* footer */

#footer_container {
	clear: both;
	height: 70px;
	width: 100%;
	background-color:#CAE6BE;
}

#footer_bg {
	margin: 0 auto;
	height: 40px;
	width: 960px;
	background-image:url(../images/footer2.jpg);
	background-repeat:no-repeat;
	padding: 0px;
}

#footer_text_left {
	float:left;
	width:600px;
	margin:18px 0px 0px 40px;
	font-size:1.0em;
	text-align:left;
}

#footer_text_right {
	float:right;
	width:250px;
	margin:18px 50px 0px 0px;
	font-size:1.0em;
	text-align:right;
}

/* page content */

.intro {
	position:relative;
	float:left;
	left:5px;
	top:5px;
}

#pagecontent {
	padding:5px 10px 5px 10px;
	height:auto;
	min-height:450px;
	overflow:auto;
	background-image:url(../images/bg.gif);
	background-position:bottom right;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

#pagecontent ul.drops li {
	padding:0px 5px 10px 10px;
	list-style-position:inside;
	list-style-type:none;
	list-style-image:url(../images/li_drops.gif);
}

#pagecontent ul.disc li {
	padding:0px 5px 10px 10px;
	list-style-position:inside;
	list-style-type:disc;
}

#textsizer_container {
	height: 25px;
	width: 960px;
	margin: auto;
	clear: both;
	background-image:url(../images/bgcontent.jpg);
}

#textsizer_controls {
	height: 25px;
	width: 920px;
	clear: both;
	position:absolute;
	text-align:right;
	margin: 10px 0px 0px 0px;
}

#editable {
	width: 100%;
	height:auto;
	overflow: auto;
}

/* product  -  general */

#product_container {	
	width:875px;
	margin:0px 5px 0px 5px;
	padding-bottom:15px;
	background-color:#fff;
	z-index:100;
	float:left;
}

/* sub page links container */

#pplinkscontainer {
	border: 1px solid #CAE6BE;
	height: auto;
	width: 100px;
	float:right;
	padding:15px;
	margin:10px 0px 10px 10px;
}

#prodpagelinks #links {
	padding-top:8px;
}

#prodpagelinks #bottle {
	margin-left:10px;
}

.prodlinks {
	position:absolute;
	top:290px;
	width:auto;
	height:auto;
	float:left;
}

.prodlinks img {
	padding-right:5px;
	float:left;
}

.bottle{
	position:relative;
	width:80px;
	margin:60px 0px 0px 10px;
}

.controls{
	position:relative;
	width:180px;
	height:20px;
	margin:10px 0px 0px 10px;
}

.controls_promo{
	position:relative;
	width:180px;
	height:20px;
	margin:275px 0px 0px 10px;
}

.cart{
	float:left;
	margin-right:15px;
}

.info{
	float:left;
}

/* product item1 */

#product_item1 {
	position:relative;
	margin:20px 10px 10px 10px;
	float:left;
	width:200px;
	height:300px;
	background:url(../images/active_bg.gif) no-repeat;
}

/* product item2 */

#product_item2 {
	position:relative;
	margin:20px 10px 10px 10px;
	float:left;
	width:200px;
	height:300px;
	background:url(../images/daily_bg.gif) no-repeat;
}

/* product item3 */

#product_item3 {
	position:relative;
	margin:20px 10px 10px 10px;
	float:left;
	width:200px;
	height:300px;
	background:url(../images/aftersun_bg.gif) no-repeat;
}

/* product item4 */

#product_item4 {
	position:relative;
	margin:20px 0px 10px 10px;
	float:left;
	width:200px;
	height:300px;
	background:url(../images/promo_bg.gif) no-repeat;
}

/* forms */

.contactforms {
	background-color:#F6FAF5; 
	width:600px;
}

th {
	font-weight:bold;
	color:#426B95;
}

td {
	padding: 5px 0px 5px 0px;
}

fieldset {
	width:100%;
	border: 1px dotted #666699;
	text-align: left;
}

legend {
	font-size: 115%;
	font-weight: bold;
	background-color: #fff;
	color: #426B95;
	padding: 2px 4px;
}

dt {
	float: left;
	clear: left;
	width: 25%;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #666699;
}

dd {
	text-align: left;
	padding: 5px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666699;
	padding: 2px;
}

.input {
	border: 1px solid #666699;
	padding: 2px;
}

.btn {
	background-color: #666699;
	color: #fff;
	padding: 4px;
	font-size: 110%;
	font-weight: bold;
}

/* sitemap layout */
#sitemap ul {
	list-style:none;
}

#sitemap li.t0 {
	font-size:10pt;
	line-height:16px;
	font-weight:600;
	margin-bottom:5px;
}

#sitemap li.t1 {
	font-weight:500;
	text-indent:20px;
	margin-bottom:5px;
}

#sitemap li.t2 {
	font-weight:500;
	text-indent:40px;
	margin-bottom:5px;
	font-style:italic;
}