/* cellar no. 8 css by Deborah Lyons */

/* general 
_______________________________________*/

html, body {
    margin: 0;
    padding: 0;
}
body {
	background: #000 url(../img/body_bkgd.jpg) no-repeat left top;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size: 13px;}
	
#smaller {
	color: #000;
	font-size: 11px;}
	
/* links 
_______________________________________*/

a:link {
	color:#be2e37;
	}

/* logos
_______________________________________*/

#logo {
	position: absolute;
	left: 27px;
	top: 136px;
	z-index:2;
}

#enjoyResponsibly {
	background-image: url(../img/logo_enjoy_responsibly.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 101px;
	font-size: 0.1px;
	line-height: 0;
	text-indent: -1000px;
}

/* content 
_______________________________________*/
#container {
	width:650px;
	position: relative;
	top:54px;
	left:191px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* content - age verification 
----------------------------------------*/

#contentAgever {
	position:relative;
	width:450px;
	z-index:1;
	background-color: #3b3e2e;
	padding: 100px;
	color: #ECE9D8;
	height: 250px;
}
#contentAgever h2 {
	font: normal;
	text-transform: none;
}

#contentAgever p {
	line-height: 2em;
}

/* content - home
----------------------------------------*/

#contentHome {
	position:relative;
	width:370px;
	z-index:1;
	background-color: #ECE9D8;
	padding: 100px 180px 100px 100px;
	color: #77787A;
}
#contentHome h2 {
	font-size: 1.5em;
	color: #be2e37;
}
#contentHome h3 {
	font-size: 1.1em;
}
#contentHome h4 {
	font-size: 1em;
}
#contentHome p {
	font-size: 1em;
	line-height: 1.5;
}


/* footer 
_______________________________________*/

#footer {
	color: #999999;
	font-size: 9px;
	text-align: right;
	margin-bottom:20px;
	margin-top:5px;}
#footer a {
	color:#ccc;
	text-decoration:none;
	}
#footer a:hover {
	color:#ccc;
	text-decoration:underline;
	}

/* buttons
_______________________________________*/

#buttons,
#enter,
#buy,
#browse {
    width: 200px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 0;
    list-style: none;
}

#buttons li,
#enter li {
    float: left;
    margin: 0;
}
#buy li {
	margin:0;
	}
#buttons a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 0.1px;
    line-height: 0;
    text-indent: -1000px;
    background-position: 0 0;
    height: 28px;
}

#enter a {
    background: url(../img/btn_enter.gif) no-repeat;
}

#enter a:hover {
    background-image: url(../img/btn_enter_on.gif);
}
#buy a {
    background: url(../img/btn_buy.gif) no-repeat;
}

#buy a:hover {
    background-image: url(../img/btn_buy_on.gif);
}
#browse a {
    background: url(../img/btn_browse_wines.gif) no-repeat;
}

#browse a:hover {
    background-image: url(../img/btn_browse_wines_on.gif);
}
#contentHome #beautyShot {
	background-image: url(img/cellar_no_8.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 264px;
	top: 50px;
	left: 483px;
}
