/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************************************************/
/*									GLOBAL							    */
/************************************************************************/

body {
	background-color:  #700703;
}

#wrapper {
	float: left;
	width: 100%;
	background: url(../images/background.jpg) repeat-x top;
}

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

/************************************************************************/
/*								HEADER								    */
/************************************************************************/ 

#header {
	float: left;
	width: 100%;
	height: 219px;
	background: url(../images/top_background.jpg) no-repeat;
	position: relative;
}

#header img.logo {
	float: left;
	margin: 41px 0px 0px 15px;
}

#header #menu {
	float: left;
	margin: 183px 0px 0px 0px;
}

#header #menu li {
	display: inline;
}

#header #menu li a {
	display: block;
	float: left;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fbaf35;
	text-align: center;
	border-right: 1px solid #fbaf35;
	padding: 0px 10px;
}

#header #menu li a:hover {
	color: white;
}

#cart {
	float: right;
	margin: 172px 30px 0px 0px;}

#header img.products {
	float: right;
	margin-top: 20px;
}

/************************************************************************/
/*								CONTENT								    */
/************************************************************************/ 

#content {
	float: left;
	width: 100%;
	background: url(../images/background_content.jpg) no-repeat;
	background-color: #F8931F;
	min-height: 423px;
}

#contentB {
	float: left;
	width: 600px;
	padding-left: 320px;
	background: url(../images/background_content.jpg) no-repeat;
	background-color: #F8931F;
	min-height: 423px;
}

#contentC {
	float: left;
	width: 600px;
	padding-left: 320px;
	background: url(../images/background_content.jpg) no-repeat;
	background-color: #F8931F;
	height: 423px;
	overflow-y: scroll;
}

#contentC a {
	text-decoration: none;
	margin-right: 50px;
	color: maroon;
}

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

#contentC h1 {
	float: left;
	font-size: 23px;
	color: #700703;
	width: 100%;
	margin-top: 20px;
}

#contentC p {
	float: left;
	margin-top: 10px;
	clear: left;
	width: 350px;}

#contentB .pro {
	float: left;
	width: 160px;
	text-align: center;
}

#contentB img.bottle {
	padding: 30px 10px 10px 20px;
}

#contentB img.jar {
	padding: 134px 10px 10px 20px;
}


#contentB p {
	margin-bottom: 10px;
}

#contentB span {
	font-size: 19px;
	display: block;
	color: maroon;
	font-weight: bold;
	margin-top: 5px;}

#contentB a.buy {
	text-align: center;}

#content h2 {
	font-family: arial, sans-serif;
	font-size: 22px;
	color: #700703;
	margin-left: 290px;
	padding-top: 20px;
}

#content p {
	font-family: arial, sans-serif;
	width: 250px;
	font-size: 14px;
	display: block;
	margin-left: 290px;
	line-height: 15px;
	padding-top: 10px;
}

#content a {
	float: left;
	margin: 20px 0px 0px 290px;
}

/************************************************************************/
/*								CONTACT								    */
/************************************************************************/ 


#contentB h2 {
	margin-top: 15px;
	font-family: arial, sans-serif;
	color: maroon;
	font-size: 14px;
	line-height: 17px;
}

#address {
	margin-top: 10px;
}

#address p {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 8px;
	color: maroon;
}

#contact {
	float: left;
	margin-top: 20px;
}

#contact label {
	float: left;
	display: block;
	height: 20px;
	width: 70px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#contact p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#contact #submit {
	margin-left: 250px;
}

#contact p.message {
	color: red;
}

/************************************************************************/
/*								PRIVACY								    */
/************************************************************************/ 

#privacy p {
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: maroon;
}

#privacy h3 {
	float: left;
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: maroon;
	margin-top: 12px;
}

/************************************************************************/
/*								TRAVEL								    */
/************************************************************************/ 

#travel a {
	float: left;
	margin-top: 15px;
	text-decoration: none;
	color: maroon;
}

#travel a:hover {
	color: white;
}

/************************************************************************/
/*								FOOTER								    */
/************************************************************************/ 

.clear {
	clear: both;
}

#footer {
	float: left;
	width: 100%;
	height: 208px;
	padding-top: 20px;
	background: url(../images/footer_background.jpg) no-repeat;
}

#footer ul {
	display: block;
	width: 800px;
	margin: 0px auto;
}

#footer ul li {
	display: inline;
	float: right;
}

#footer ul li a {
	display: block;
	width: 200px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #F8931F;
	text-decoration: none;
}

#footer ul li a:hover {
	color: white;
}