@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
}
 
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
}

#wrap {
	background: url(../images/nav_bg.jpg) repeat-y left;
	width: 960px;
	margin: 0 0;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
	background: url(../images/h1twirl.gif) no-repeat;
	height: 87px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 25px;
	color: #656565;
	padding: 10px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
 
h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #656565;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: italic;
}
 
h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #656565;
}

p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #181818;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	color: #b19813;
}

a:hover {
	color: #666666;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
 
textarea {
	width: 100%;
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#content {
	
}

#left {
	width: 253px;
	float: left;
	padding: 10px;
}
#main {
	width: 580px;
	background-color: #FFF;
	float: left;
	padding: 10px;
}

#top {
	background: url(../images/top.gif) no-repeat;
	width: 705px;
	height: 22px;
}

#mid {
	background: url(../images/mid.gif) repeat-y;
	width: 705px;
	height: auto;
	padding-left: 40px;
}

#bottom {
	background: url(../images/bottom.gif) no-repeat;
	width: 705px;
	height: 22px;
}

#contentbox p  {
	width: 600px;
	line-height: 30px;
	text-align: justify;
}

#home #contentbox p  {
	width: 310px;
	line-height: 30px;
	text-align: justify;
}

#home #mid {
	height: 489px;
}

#home.order #mid {
	height: auto;
}

#bottles {
	text-align: center;
	margin: 30px 0 0 120px;
}

#logo {
	margin-left: 30px;
}

.tomcat {
	margin-bottom: -9910px;
	margin-left: -9999px;
}

.winehome {
	float: right;
	margin-right: 62px;
}

#twirls {
	margin-top: 30px;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	width: 960px;
	height: 10px;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
}

#footer_left, #footer_right {
	padding: 10px;
	height: 10px;
	width: 45%;
}

#footer_right {
	float: right;
	text-align: center;
	margin-right: 30px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: none;
}

#footer li a:hover {
	color: #b19813;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 250px;
}


#nav, #nav ul {
	width: 140px;
	margin: 0;
	margin-left: 45px;
	padding: 0;
	list-style-type: none;
	position: relative;
	line-height: 1.5em; 
	text-align: center;
}

#nav a {
	display: block;
	padding: 10px;
	height: 19px;
	color: #000;
	text-decoration: none;
}

#nav a:hover,
#home .home, #about .about, #our-region .our-region, #products .products, #contact-us .contact-us {
	color: #3a3326;
}

#nav li {
	font-family: "Georgia", Times New Roman, Times, serif;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

#nav ul {
	position: absolute;
	display: none;
	width: 110px;
	top: 45px;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	width: 100px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 15px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
	
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
	
}

/*-------------------------------------------------------------- PLUGINS*/

#breadcrumbs {
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	padding-top: 10px;
}

#breadcrumbs a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
}

#search {

}

#searchresult {
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
}

#searchresult h2 a:hover {
	color: #000000;
}

#searchresult:hover {
	background-color: #E6E6E6;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#sitemap {

}

#image1, #image2 {

}

#flash {

}

#result {
	border: 1px solid #CCC;
	width: 600px;
	margin: 5px;
	margin-bottom: 15px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

.product_addtocart {

}

.product_viewcart {

}

.product_viewpdf {

}

.product_viewurl {

}

.btn_order {
	display: block;
	width: 215px;
	height: 58px;
	background: url(../images/btn_order.jpg) left no-repeat;
}

.btn_order:hover {
	background-position: right;	
}

table {
	margin-top: 30px;	
}

th {
	border-bottom: 1px solid #CCC;	
	border-top: 1px solid #CCC;	
	text-align: left;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #181818;
}

td {
	border-bottom: 1px solid #ddd;	
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #181818;
}

