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

body {
	margin:0;
	padding:20px 0px;
	background-color:#222;
	font-size:100%;
	}

p { margin-top:0; margin-bottom:1em;}
a img { border:0px;}
table { border-collapse:collapse;}
td { padding:2px 5px 2px 0px;}

.lastLine { margin-bottom:0px; padding-bottom:0px;}

#base {
	width:950px;
	height:700px;
	margin:0 auto;
	background-color:#e51937;
	background:url(../images/bg_base.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.625em;*/
	font-size:0.6875em;
	/*line-height:1.2em;*/
	line-height:1.3em;
	position:relative;
	overflow:visible;
	}
#bioPage #base {
	/*background-color:#e51937;
	background:url(../images/bg_base_bio.png);*/
	}
	
h1 a{
	display:block;
	text-indent:-10000px;
	width:82px;
	height:700px;
	margin-right:21px;
	float:left;
	background:url(../images/logo_daredevil.png) no-repeat top left;
	}

ul#nav {
	list-style:none;
	display:block;
	margin:0px;
	padding:43px 0 0 2px;
	overflow:hidden;
	}
#nav li { display:inline; margin:0px; padding:0px;}
#nav a {
	display:block;
	float:left;
	width:auto;
	height:20px;
	margin-right:28px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-10000px;
	}
#nav .wines { width:87px; background:url(../images/butt_wines.png);}
#nav .bio { width:43px; background:url(../images/butt_bio.png);}
#nav .contact { width:80px; background:url(../images/butt_contact.png);}
#nav a:hover, #nav .currPage { background-position:bottom;}

#content {
	display:block;
	width:568px;
	padding:20px 20px 0px 17px;
	margin-top:5px;
	margin-right:212px;
	margin-bottom:0px;
	color:#efefef;
	background:url(../images/bg_content.png) no-repeat top left;
	overflow:hidden;
	position:relative;
	z-index:2;
	}
#contentBottom { display:block; margin-top:0px; margin-left:103px; margin-bottom:20px;}

.bioImage { position:absolute; top:60px; left:702px; z-index:1;}

#bottleImage {
	position:absolute;
	left:797px;
	top:297px;
	}
	
/* Headers */
h2, h3 { font-size:1em; /*font-weight:normal;*/ text-transform:uppercase; margin:0px;}
h3 { color:#e51937;}

.creditNote { color:#e51937; margin-top:50px;}

.facebookLink img { margin-right:0.5em; vertical-align:text-bottom; text-decoration:none;}

a:link, a:visited { color:#fff; text-decoration:underline;}
a:hover, a:active { color:#e51937; text-decoration:none;}

.creditNote a { color:#e51937; }


