/* Begin HTML5 CSS */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { 
	display: block;
}
/* Begin Eric Meyer's Reset CSS */
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,
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;
}
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;
}
/* Begin Almacen del Vino CSS */
#header {
	position: relative;
	height: 115px;
	width: 960px;
	margin: 0 auto;
}
#av_logo {
	position: absolute;
	top: 1px;
	left: 10px;
	z-index: 100;
}
#bf_logo {
	position: absolute;
	top: 10px;
	right: 230px;
	z-index: 99;
}
div#phones {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 24px;
	color: #fff;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #444;
	text-align: right;
}
#navigation {
	position: absolute;
	top: 55px;
	right: 0;
	clear: both;
}
#navigation ul {
	list-style: none;
	margin-left: 125px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	padding: 12px 9px;
	text-decoration: none;
}
#slider {
	width: 960px;
	height: 250px;
	margin: 0 auto;
}
#inside-content-wrapper {
	width: 100%;
	display: inline-block;
	padding-bottom: 30px;
}
#content, #inside-content {
	width: 960px;
	margin: 0 auto;
	padding: 25px 10px 40px 10px;
} 
#inside-content {
	padding: 55px 0 0 0;
}
#main-column {
	float: left;
	width: 580px;
	padding: 15px;
}
#side-column {
	float: right;
	width: 320px;
	padding: 0;
}
.side-section {
	padding: 15px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.index_box {
	width: 28%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.index_box h3 {
text-align: center;
}
#footer-wrapper {
	height: 100px;
}
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	color: #fff;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 50px 0 0 0;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
}
hr.custom {
       height: 1px;
       background-color: #850120;
       color: #850120;
}
#copyright {
	position: relative;
	clear: both;
	float: right;
}
#copyright a {
	color: #fff;
}
/* Begin Font Styles */
body {
     /*	font-family: Verdana, Geneva, Tahoma, sans-serif;*/
        font-family: 'Droid Serif', arial, serif; 
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	color: #7b011d;
	text-shadow: 1px 1px 1px #444;
}
h2 {
	font-size: 24px;
        color: #850120;
       /* font-family: 'Josefin Sans Std Light', arial, serif;*/
       font-family: 'Droid Serif', arial, serif; 
}
h3 {
	font-size: 22px;
        color: #7f7f7e;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 17px;
        font-family: 'Josefin Sans Std Light', arial, serif;
}
h6 {
	font-size: 17px;
        font-family: 'Inconsolata', arial, serif;
}
h7 {
	font-size: 18px;
        font-family: 'Crimson Text', arial, serif;
}

p {
	margin-bottom: 15px;
}
a {
	color: #7b011d;
}
#navigation ul, #footer ul {
	/* font-family: Verdana, Tahoma, Geneva, sans-serif;*/
       font-family: 'Droid Serif', arial, serif; 
	font-size: 18px;
	text-shadow: 1px 1px 1px #444;
}
#navigation ul li a {
	color: #fff;
}
#copyright {
	font-size: 10px;
}
/* Begin Background and Images */
body {
	background-color: #6e0019;
}
#header-wrapper {
	background: url('../images/template/header_bg.png') repeat-x top left;
	border-bottom: 3px solid #d3222a;
}
#navigation ul li:hover, #navigation ul li.selected, #navigation ul li a {
	background: url('../images/template/navigation_bg.png') repeat-x top left;
}
#navigation ul li a {
	background-repeat: no-repeat;
}
#slider-wrapper {
	background-color: #fff;
	border-bottom: 15px solid #f28f21;
}
#content-wrapper {
	position: relative;
	background: url('../images/template/index_bg.jpg') repeat-x top left #fff;
	z-index: 0;
}
#inside-content-wrapper {
	background-color: #fff;
}
#main-column {
	background: url('../images/template/main_column_bg.png') no-repeat top center;
}
.side-section {
	background: url('../images/template/side_column_bg.png') no-repeat top center;
}
#footer-wrapper {
	position: relative;
	z-index: 10;
	background: url('../images/template/footer_bg.png') no-repeat top left;
	margin-top: -40px;
}
#footer a:hover {
	color: #f28f21;
}
.index_box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #db9e57;
	background-color: #fef8dd;
}
.clickme {
	cursor: pointer;
}
.hidden {
	display: none;
}