@import url(http://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);

html {
	background: #55362e url(../img/background.png) repeat-x top center;
}

html,body {
	margin:0;
	padding:0;
}

body {
	
	font-size:100%;
	font-family:Sans-Serif, Arial;
	color:#373737;
}

h1 {
	margin:0;
	padding:  0 0 2px 0;
	font-family:Times, Serif;
	font-weight:normal;
	color:#700e16;
	font-size:160%;
	
}

h2 {
	margin-bottom:0;
	padding:  0 0 2px 0;
	font-family:Times, Serif;
	font-weight:normal;
	color:#000000;
	font-size:130%;
}

h3 {
	margin-bottom:0;
	font-family:Asap, Helvetica, Arial, Sans-Serif;
	font-weight:400;
	color:#aa5f00;	
}

p {
margin:0;
padding-top:10px;
}


#wrapper_main {
	border:4px #700e16 solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	width:1000px;
	margin: 25px 0 25px 0;
	box-shadow: 0 0 25px #371d16;
	-webkit-box-shadow: 0 0 25px #371d16;
	-moz-box-shadow: 0 0 25px #371d16;
	-khtml-box-shadow: 0 0 25px #371d16;
}

#header {
	margin:0;
	height:300px !important;
	background:url(../img/header_top.jpg) no-repeat top left;
	padding:0px 90px 0 90px;
}

#header #top_nav {
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:90%;
}

#body {
	margin:0;
	background:url(../img/body_bg.jpg) repeat-y top left;
	padding:0 90px 0 90px;
	font-size:90%;
	min-height:500px;
}

.sub_nav {
	list-style-type:none;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	border-right:1px #ffe1bb solid;
}

.sub_nav li{
 	list-style-type:disc;
 	margin:0 0 0 20px;
}

.sub_nav li a {
 	font-size:90%;
 	text-decoration:none;
 	color:#aa5f00;
}

.sub_nav li a:hover {
 	color:#000000;
}

.sub_nav li.title {
	border-bottom:1px #c8c8c8 dotted;
	list-style-type:none;
	font-family:Asap, Helvetica, Arial, Sans-Serif;
	font-size:110%;
	margin:20px 0 5px 0;
	font-weight:400;
}

.photo {
	width:225px;
	padding:3px;
	border: 1px silver solid;
	background:#FFFFFF;
	box-shadow: 0 0 5px #7f90a3;
	-webkit-box-shadow: 0 0 5px #7f90a3;
	-moz-box-shadow: 0 0 5px #7f90a3;
	-khtml-box-shadow: 0 0 5px #7f90a3;
}


.wines img{

	height:125px;
	margin-bottom:15px;
}

.wines div{
	font-family:georgia;
	padding:10px;
	width:125px;
	height:195px;
	border:1px silver solid;
	background:#FFFFFF;
	color:#484848;
	font-size:85%;
	margin-bottom:15px;
	-moz-box-shadow: 0 0 10px #e5e5e5;
	-webkit-box-shadow: 0 0 10px #e5e5e5;
	box-shadow: 0 0 10px #e5e5e5;
	background: url(../img/background2_silver.jpg) repeat-x bottom left;
}

#pop {
	width:100%;
	min-height:400px;
	background: #FFFFFF url(../img/pop_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#body_pop {
	padding:25px;
	font-size:90%;
}


#footer {
	width:990px;
	font-size:85%;
	color:#FFFFFF;
	margin-bottom:15px;
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	float:left;
	border-right:1px #ba8648 solid;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

#footer ul li:last-child {
	border:0;
}

#footer ul li a{
	color:#ba8648;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#000000;
	text-decoration:underline;
}


#brands td {
	padding:5px;
	background:#FFFFFF;
}