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

body {
	margin-left: 10%;
	margin-top: 0;
	padding: 0;
	background: #FFF url(../img/background.jpg) repeat-x top;
}

#wrapper {
	width: 800px;
	height: 780px;
	border-left: 2px solid #b08f64;
	border-right: 2px solid #b08f64;
	background-color:#FFF;
}

#header {
	width: 100%;
	height: 87px;
	padding: 10px;
	float:left;
}

#header img.logo {
	border: none;
	margin-left:10px;
	float:left;
}
#navBar {
	float:right;
	margin-top:45px;
	margin-right: 25px;
}
	
#navBar ul li {
	display:inline;
	height: 25px;
	line-height: 25px;
	list-style:none;
	text-align:right;
}

#navBar ul li a, a:link {
	color: #400d0d;
	font-family: "Lucida Sans" , sans serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 8px;
	margin:0;
	text-decoration:none;
}

#navBar ul li a:hover {
	color: #d91122;
}
#navBar ul li a.selected {
	color: #5d7322;
}

/*#navBar ul li a:visited {
	color: #5d7322;
	text-shadow:#666666;
}*/

#homeImage {
	height: 340px;
	width: 725px;
	background-image:url(../img/homeImgBkgd.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left: 75px;
	border: none;
	float:left
}

#homeImage p {
	width: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
}
 #homeImage a, a:link {
 	color: #FFF;
 }
 
 #homeImage a:hover {
 	color: #ed1c24;
 }
 #homeImage a:visited {
 	color: #CCC;
 }
 #homeImage img.button{
	/*margin-left: 2px;*/
}

h1 {
	color: #ed1c24;
	font-size: 24px;
	font-family: "Lucida Sans",  "Lucida Grande"; 
	font-weight: 100;
	margin-top: 15px;
}
.red {
	color: #ed1c24;
}

h2 {
	color: #400d0d;
	font-size: 24px;
	font-family: "Lucida Sans", "Lucida Grande"; 
	font-weight: 100;
	margin-top: 15px;
	margin-left: 110px;
}
h3 {
	color: #FFF;
	font-size: 24px;
	font-family: "Lucida Sans", "Lucida Grande"; 
	font-weight: 100;
	margin-top: 15px;
	margin-left: 20px;
}
#contentAreaHome {
	width: 780px;
	margin: 6px;
	margin-top: 10px;
	background: transparent url(../img/contentBkgd.jpg) no-repeat top;
	float:left;
	height: 269px;
	padding-left: 10px;
}
#contentAreaHome a, a:link {
	color: #d91122;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #400d0d;
	font-size:14px;
	text-decoration:none;
}
#contentAreaHome a:hover {
	color: #ed1c24;
}
#contentAreaHome p{
	color: #400d0d;
	padding-left: 110px;
	padding-top: 5px;
	font-size: 14px;
}
#contentAreaHome img.shipping{
	margin-right: 20px;
}
#contentAreaHome img.clear{
	padding-left: 110px;
	margin-bottom: 10px;
	margin-top: -20px;
	float: left;
}
#contentAreaHome .caption {
	font-size: 10px;
	color: #333333;
}
#divider {
	height:67px;
	width: 800px;
	background:transparent url(../img/dividerBar.jpg) repeat-x top;
	float:left;
}
#contentArea {
	float: left;
	height: 547px;
	background:#FFF url(../img/contentBackground.jpg) repeat-x top;
	margin: 10px;
	margin-top: 10px;
	width: 775px;
}
 #contentArea p, table {
 	color: #400d0d;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 12px;
	font-family:"Lucida Sans";
 }
#contentArea ul{
 	color: #400d0d;
	list-style:square;
	font-size: 11px;
	font-family:"Lucida Sans";
 }
 #contentArea li{
 	margin-bottom: 5px;
 }
#contentArea h1 {
	padding-left: 20px;
}
#contentArea a, a:link {
	color: #d91122;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #400d0d;
}
#contentArea a:hover {
	color: #ed1c24
}
#contentArea #leftColumn {
	width: 450px;
	float: left;
}
#contentArea input {
	font-family: "Lucida Sans";
	color: #333333;
	font-size: 13px;
}

.brownBorder {
	border: 1px solid #400d0d;
	margin-top:10px;
}

#contentArea #rightColumn {
	width: 300px;
	float: right;
	margin-right: 10px;
}

#bottle {
	position:absolute;
	left:12%;
	#left: 121px;
	top:512px;
	width:85px;
	height:158px;
	z-index:1;
}


#footer {
	background-color:#400d0d;
	height: 30px;
	width: 780px;
	color: #FFFFFF;
	font-size:10px;
	font-family:Tahoma;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	border: 2px solid #400d0d;
	z-index: 3;
}

#footer a, a:link {
	color: #FFF;
	font-size: 10px;
	font-family:Tahoma;
}

#footer a:hover {
	color: #ed1c24;
}