@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x #450000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9f7676;
}

a:focus{
	outline:none;
}


.bold{
	font-weight:bold;
}

#quote{
	width:950px;
	height:100px;
	background:url(../images/quote.gif) no-repeat;
	margin:0px 0px 0px 0px;
	float:left;
	display:inline;
}

#quote2{
	width:950px;
	height:100px;
	background:url(../images/quote-2.gif) no-repeat;
	margin:0px 0px 0px 0px;
	float:left;
	display:inline;
	margin-top:20px;
}

.wine_left{
	float:left;
	display:inline;
	width:600px;
	text-align:justify;
}

.wine_right{
	float:left;
	display:inline;
	width:100px;
	margin-left:95px;
	text-align:center;
}

.current{
	color:#F04243;
}

a{
	color:#F04243;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.clearer{
	clear:both;
}

#container{
	width:950px;
	margin:0 auto;
	position:relative;
}

#subfooter{
	width:950px;
	height:98px;
	float:left;
	display:inline;
	background:url(../images/subfooter.jpg) no-repeat;
	position:absolute;
	bottom:-105px;
	left:0px;
}

#drinkaware{
	position:absolute;
	left:40px;
	top:20px;
	height:40px;
	width:175px;
	font-size:0px;
	text-indent:-10000px;
	overflow:hidden;
}

a#drinkaware:hover{
	background:url(../images/subfooter-over.jpg) no-repeat scroll -40px -20px;
}

#rioja{
	position:absolute;
	left:220px;
	top:10px;
	height:50px;
	width:75px;
	font-size:0px;
	text-indent:-10000px;
	overflow:hidden;
}

a#rioja:hover{
	background:url(../images/subfooter-over.jpg) no-repeat scroll -220px -10px;
}

#pierola{
	position:absolute;
	left:430px;
	top:10px;
	height:50px;
	width:95px;
	font-size:0px;
	text-indent:-10000px;
	overflow:hidden;
}

a#pierola:hover{
	background:url(../images/subfooter-over.jpg) no-repeat scroll -430px -10px;
}
	
	
#top{
	width:950px;
	height:180px;
	position:relative;
}

#logo{
	position:absolute;
	top:10px;
	left:20px;
}

ul#nav{
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:0px;
	top:140px;
	right:20px;
}

ul#nav li{
	float:left;
	display:inline;
}

#header{
	width:944px;
	height:246px;
	float:left;
	display:inline;
	border:3px solid #872526;	
	position:relative;
}

#subnav{
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:absolute;
	top:15px;
	left:15px;
	z-index:2;
}

#subnav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#subnav ul li{
	margin-bottom:5px; border-bottom:1px dotted #C00000; display:block; padding-bottom:5px; width:80px; padding-left:10px; 	
}

#subnav ul li a{
	color:#ffffff;
	margin-bottom:5px;	
}

#overlay{
	position:absolute;
	top:0px;
	left:0px;
	height:247px;
	width:120px;
	background:#000000;
	filter:alpha(opacity=70); 
	opacity:.70;
	z-index:1;
}

#header-left{
	width:660px;
	float:left;
	display:inline;
	border:3px solid #872526;
	height:314px;
}

#header-right{
	width:268px;
	margin-left:10px;
	float:left;
	display:inline;
	border:3px solid #872526;
	height:314px;
	position:relative;
}

* html #header-right{
	overflow:hidden;	
}

#header-right a img{
	position:absolute;
	bottom:0px;
	left:0px;
}

#main{
	width:850px;
	float:left;
	display:inline;
	margin-top:20px;
	padding:30px 50px 30px 50px;
	background:#260000;
	margin-bottom:0px;
	line-height:20px;
}

#main h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#F04243;
	margin-bottom:10px;
}

#main h2{
	margin:0px;
	padding:0px;
	font-size:17px;
	color:#952424;
}

#footer{
	width:850px;
	float:left;
	display:inline;
	padding:0px 50px 0px 50px;
	color:#794949;
	position:relative;
	margin-bottom:70px;
	margin-top:10px;
}


.drinkaware{
	position:absolute;
	left:50px;
	top:30px;
}

#footer a{
	color:#794949;
}

#footer a:hover{
	color:#BB8E8E;
}

#footer p{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}

#footer ul{
	float:right;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#footer ul li{
	float:left;
	display:inline;
	padding-left:10px;
	border-left:1px solid #794949;
}
	
#wine-bottles{
	width:850px;
	height:335px;
	float:left;
	background:url(../images/wine-bottles.jpg) no-repeat;
	position:relative;
}

#wine-bottles img{
	display:none;
}

.error{
background:#FFEBE8;
border:1px solid #DD3C10;
padding:4px 8px 4px 8px;
text-align:left;
color:#333;
margin-bottom:10px;
margin-top:10px;
width:90%;
float:left;
}

.success{
background:#FFFABF;
border:1px solid #FFB900;
padding:4px 8px 4px 8px;
text-align:left;
color:#333;
float:left;
width:90%;
margin-bottom:10px;
margin-top:10px;
}


.field1{
	width:170px;
	background:#601818;
	color:#e8bdbd;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 2px;
	border:1px solid #953939;
}

.btn{
	background:#601818;
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 2px;
	border:1px solid #953939;	
}

a.bottle-button:focus{
	outline:none;
}

.bottle-button{
	width:170px;
	height:295px;
	display:block;
	font-size:0px;
	text-indent:-10000px;
	overflow:hidden;
	/*background:#ff0000;
	opacity:0.6;*/
	position:absolute;
	top:0px;
	z-index:10;
}

#blanco{
	left:69px;
	background:url(../images/bottles/new/blanco.jpg) no-repeat;
}
#blanco2{
	position:absolute;
	left:69px;
	top:0px;
	z-index:15;
}

#crianza{
	left:247px;
	background:url(../images/bottles/new/crianza.jpg) no-repeat;
}
#crianza2{
	position:absolute;
	left:247px;
	top:0px;
	z-index:15;
}

#reserva{
	left:435px;
	background:url(../images/bottles/new/reserva.jpg) no-repeat;
}
#reserva2{
	position:absolute;
	left:435px;
	top:0px;
	z-index:15;
}

#vitium{
	left:617px;
	background:url(../images/bottles/new/vitium.jpg) no-repeat;
}
#vitium2{
	position:absolute;
	left:617px;
	top:0px;
	z-index:15;
}

.hidden{
	display:none;
}