/*---- general styles ----*/

* {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background-color: #1d340f;
	background-attachment: fixed;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

#header {
	width: 824px;
	padding: 25px 36px 0 36px;
	min-height: 75px;
	_height: 75px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}

#logo {
	width: 350px;
	float: left;
}

#navigation {
	width: 474px;
	float: left;
	text-align: right;
	margin-top: 25px;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 0.85em;
	} 

#navigation ul li {
	margin-left: 0;
	padding: 0 5px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #f0cda0;
	text-decoration: underline;
}

#navigation ul li a.navon {
	color: #f0cda0;
	text-decoration: none;
}

#navigation ul li a.navon:hover {
	color: #f0cda0;
	text-decoration: underline;
}

#navigation ul li.first {
	border-left: 0;
}



#main {
	width: 900px;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	float: left;
}

#frame {
	width: 804px;
	margin: 0 36px;
	_margin: 0 19px;
	padding: 10px;
	background-color: #f0cda0;
	background-image: url(../images/bg-frame.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content {
	width: 804px;
	background-color: #ffffff;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	float: left;
}

.shade {
	width: 804px;
	height: 10px;
	float: left;
	font-size: 0.2em;
}

.top {
	background-image: url(../images/shade-content-top.gif);
	background-repeat: no-repeat;
}

.bottom {
	background-image: url(../images/shade-content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#hptext {
	width: 504px;
	margin: 30px 40px;
	_margin: 30px 23px;
	float: left;
	min-height: 500px;
}

#hptext h1 {
	color: #5d5d5d;
	font-weight: normal;
	line-height: 130%;
	font-size: 2em;
	margin-bottom: 0.8em;
}

#hptext h2 {
	line-height: 130%;
	margin-bottom: 1.6em;
}

#hptext p {
	margin-bottom: 25px;
}

#text {
	width: 504px;
	margin: 30px 40px;
	_margin: 30px 23px;
	float: left;
	min-height: 500px;
}

#ctext {
	width: 724px;
	margin: 30px 40px;
	_margin: 30px 23px;
	float: left;
	min-height: 500px;
}

#text h1, #ctext h1 {
	color: #5d5d5d;
	font-weight: normal;
	line-height: 130%;
	font-size: 2em;
	margin-bottom: 0.8em;
}

#text h2, #ctext h2 {
	color: #5d5d5d;
	font-weight: normal;
	line-height: 130%;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#text p, #ctext p {
	font-size: 0.9em;
	margin-bottom: 0.8em;
	color: #5d5d5d;
	line-height: 140%;
}

#text td {
	font-size: 0.9em;
	margin-bottom: 0.8em;
	color: #5d5d5d;
	line-height: 140%;
}

#text ul, #ctext ul {
	font-size: 0.9em;
	color: #5d5d5d;
	margin-bottom: 1.4em;
}

#text li, #ctext li {
	margin: 0 0 5px 30px;
}

#text a, #ctext a {
	color: #735F33;
	text-decoration: none;
}

#text a:hover, #ctext a:hover {
	color: #1D340F;
	text-decoration: underline;
}

.contactinput {
	padding: 3px 5px;
	width: 280px;
}

.contactbox {
	padding: 3px 5px;
	width: 280px;
}

#text form {
	padding: 15px 0;
}


.quote {
	margin: 0 30px;
}

.terms {
	float: left;
	width: 100%;
	font-size: 70%;
	margin: 30px 0 0 0;
}

#splash {
	width: 220px;
	float: left;
	text-align: right;
	margin: 15px 0 0 0;
}


#footer {
	width: 804px;
	padding: 20px 48px;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#footer p {
	font-size: 0.7em;
	color: #E7C981;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #F0CDA0;
	text-decoration: underline;
}

#legal {
	width: 268px;
	float: left;
}

#drinkaware {
	width: 536px;
	float: left;
	text-align: left;
}

#copyright {
	width: 260px;
	float: left;
	text-align: right;
}

#preloader {
	visibility: hidden;
}

.product {
	float: left;
	width: 144px;
	text-align: center;
}

.gift {
	float: left;
	width: 168px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}


.googlecart-add {
	padding:8px;
	border:solid 1px #5d5d5d;
	background-color: #F0CDA0;
	color: #1D340F;
}

.googlecart-add:hover {
	padding:8px;
	border:solid 1px #000000;
	background-color: #1D340F;
	color: #FFFFFF;
}

.googlecart-quantity {
	border:solid 1px #5d5d5d;
	color: #1D340F;
	width: 12px;
	padding: 8px;
}


.override #googlecart-widget-head {
	background-color: #736033;
	color: #FFFFFF;
	border: #13220A 1px solid;
}
  
.override #googlecart-title {
	color: #ffffff;
}

.override #googlecart-summary {
	color: #F0CDA0;
}

.override #googlecart-widget-body {
	
}

.override #googlecart-widget-list {
	background-color: #F0CDA0;
}

.override .googlecart-widget-title {
	color: #1D340F;
	font-weight: normal;
}
