@charset "utf-8";
/* CSS Document */

body {
	background-image:url(theme/SiteBG.jpg);
	background-repeat:repeat-x;
	background-color:#decfad;
	}
a:link {
	color: #5a5900;
	}
	
.master_container {
	width:772px;
	position:relative;
	background-image:url(theme/bodybg.jpg);
	background-repeat:repeat;
	margin:0 auto;
	overflow:auto;
	}
	
.header {
	width:772px;
	height:147px;
	position:relative;
	background-image:url(theme/Header.jpg);
	clear:both;
	}
	
.footer {
	width:772px;
	height:61px;
	position:relative;
	background-image:url(theme/footerBG.jpg);
	clear:both;
	}
	
.bottlebox {
	width:182px;
	position:relative;
	background-image:url(theme/Bottles.jpg);
	padding-top:160px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	clear:left;
	background-repeat:no-repeat;
	margin-left:5px;
	background-color:#FFFFFF;
	overflow:auto;
	}
.bottlewrap {
	width:182px;
	position:relative;
	float:left;
	clear:left;
	margin-left:5px;
	background-color:#FFFFFF;
	overflow:auto;
	}
.rightbox {
	width:550px;
	height:auto;
	position:relative;
	float:right;
	clear:right;
	background-color:#FFFFFF;
	padding-right:10px;
	margin-right:5px;
	overflow:visible;
	}

.divider {
width:1px;
height:700px;
position:relative;
float:left;
background-color:#decfad;
clear:left;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
margin-right:15px;
}

.redbody {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#520800;
text-align:left;
}

.p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-align:left;
}

.greentxt {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#5a5900;
font-weight:bolder;
text-align:left;
}

li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#520800;
list-style-position:inherit;
}

.slidebox {
	width:315px;
	height:223px;
	padding-top:5px;
	float:right;
	background-image:url(theme/slidebg.jpg);
	}

