/* CSS Reset ====================================================================== */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}

td, th, caption {
	font-weight: normal;
	text-align: left;
	}

img, fieldset {
	border: none;
	}

ol {
	padding-left: 30px;
	list-style: decimal;
	}

ul {
	padding-left: 30px;
	list-style:square;
	}

/* ==================================================================================== */
body {
	background: #eed97e url(images/background.jpg) no-repeat center;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}
/* Top Menu ==================================================================================== */
#menu {
    width: 100%;
    height: 42px;
    background-color: #6a1d1f;
    margin: 0;
    padding: 0;
	position: fixed;
	top: 0;
	}
#menu ul {
    display: block;
    list-style-type: none;
    width: 770px; /* Total number of menu items x 100px */
    margin: 0 auto;
    padding: 0;
	}
#menu ul li {
    margin: 0;
    padding: 0;
	}
#menu ul li a {
    display: block;
    float: left;
    max-height: 26px;
    width: 110px;
    margin: 0;
    padding: 5px 0;
    font-family: 'Paprika', cursive;
    font-size: 1.2em;
    text-align: center;
    background-color: #6a1d1f;
    text-decoration: none;
    color: #eed97e;
    border-bottom: #6a1d1f solid 4px;
}
#menu ul li a:hover {
	border-bottom: #eed97e solid 4px;
	}
/* ==================================================================================== */
#maindiv {
	border: 10px #6a1d1f solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin: 10px auto;
	width: 980px;
	clear: both;
	}
/* Header Section ==================================================================================== */
#header {
	background: url(images/header.png) no-repeat center;
	width: 988px;
	height: 180px;
	margin-top: 40px;
	}
#header h1 {
	visibility: hidden;
	}
#header p {
	visibility: hidden;
	}
/* Footer Section ==================================================================================== */
#footer {
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	font-size: 0.7em;
	overflow:hidden;
	clear: both;
	}
#footer p {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: DimGrey;
	}
/* Page Title Section ==================================================================================== */
#title {
	width: 968px;
	margin-top: 10px;
	padding-left: 10px;
	}
/* Full Width Section ==================================================================================== */
#fullwidth {
	width: 968px;
	margin-top: 10px;
	}
/* Left Section ==================================================================================== */
#leftside {
	float: left;
	width: 690px;
	margin-top: 10px;
	}
/* Right Section ==================================================================================== */
#rightside {
	float: right;
	width: 270px;
	/* height: 550px; */
	margin-top: 10px;
	margin-right: 5px;
	}
/* Contact Box ==================================================================================== */
#contact-box {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 3px #6a1d1f solid;
	padding: 5px 5px;
	width: 255px;
	background-color: transparent;
	}
#contact-box p {
	line-height: 1.2em;
	}
/* Testimonials ==================================================================================== */
#testimonials {
	float: left;
	width: 690px;
	}
#testimonials p {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.2em;
	line-height: 1.5em;
	}
/* Smoke Ring Ad==================================================================================== */
#smokering {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 3px #6a1d1f solid;
	padding: 5px 5px;
	width: 255px;
	background-color: transparent;
	font-size: .65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	}
/* Common Settings ==================================================================================== */
.common h2 {
	font-family: 'Gentium Basic', serif;
	font-size: 2em;
	border-bottom: dotted #000 2px;
	display: inline; /* Keeps the dotted line above under the text only */
	}
.common h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding-left: 20px;
	}
.common h4 {
	font-size: 1em;
	padding: 0 0 10px 20px;
	}
.common ul {
	list-style-position: inside;
	}
.common p {
	padding: 0 0 10px 20px;
	line-height: 1.3em;
	font-size: 1em;
	}
/*
.common p:first-letter { 
	font-size: 125%;
	}
*/
.common hr {
	background-color: #6a1d1f;
	border: none;
	height: 3px;
	width: 95%;
	margin: 15px auto;
	}
.rounded {
	border: 3px solid #6a1d1f;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 3px;
	background-color: #f1dc89;
	}
/* Links ==================================================================================== */ 
.links a {
	color: black;
	text-decoration: underline;
	line-height: 1.5em;
	}
.links a:hover {
	color: #6a1d1f;
	text-decoration: underline;
	}
/* ==================================================================================== */
.order {
	width: 650px;
	float: right;
	line-height: 1.5em;
	padding-bottom: 15px;
	}
/* Image Positions ==================================================================================== */ 
.image-right {
	float: right;
	padding: 0 0 0 10px;
	}
.image-left {
	float: left;
	padding: 0 10px 0 0;
	}
.awards {
	border: 10px ridge #b62224;
	}
.order-single-bottle {
	float: left;
	padding: 0 50px 0 30px;
	}
.grub-rub-bottle {
	float: left;
	padding: 0 50px 90px 30px;
	}
.buynow {
	padding-bottom: 20px;
	}
.buynow4 {
	padding-bottom: 20px;
	padding-left: 20px;
	}
.recipe-image {
	float: right;
	padding: 0 10px 0 10px;
	}
/* ==================================================================================== */ 
