/*this css only gets used on the item with ItemID = 1 In other words, this allows us to override anything on the Home page of the site*/
/*we're using the menu-dependent items module, in the customheader position to add a css file (named for the itemID) to the mix.*/
/*you can thank me for not using PHP conditionals now... */
h1.logo {display:none;}
#main {display:none;}
#header {display:none;}
#header ul {display:none}
#header div.intro {display:none}
#container {padding:0 0 0 0;}


#container{
    background:url(../images/main-bg2.png);
	width:869px;
	height:835px;
	margin:0 auto;
	position:relative;
	padding:0 0 0 0;
	/*background-color: #EFECE9;*/
}

.logo-link-image {
	text-indent:-99999px;
	background:url("http://www.buriedcane.com/images/22.png") no-repeat top left;
	width:833px;
	height:58px;
	display:block;
	position:absolute;
	z-index:99;
	top:20px;
	left:36px;
}

.home-image {
    width:773px;
    height:490px;
    position:absolute;
    top:81px;
    left:46px;

}

.home-only {margin-bottom:3px;}
#footer {
background-image: url("../images/footer-home-bg.gif"); 
background-repeat: repeat-x;
position:absolute;
left:23px;
top:804px;
height:46px;
width:795px;
}
.footer-bottom {margin-left:13px}
#footer address {color:#d7c39e; padding-top:9px;}
#footer p {color:#2c1f08;}
#footer p a {color:#2c1f08;}

/*menu on front page*/
#homemenu {
    display:none;
	position:absolute;
	top: 600px;
	left: 410px;
	height: 60px;
	width: 370px;
	padding: 10px 0 0 12px;
	text-align: center;
}

#homemenu ul {
	margin: 0;
}

#homemenu ul.menu li { 
display:inline;
clear:none;
float:left;
margin-left: 8px;
font: small-caps 14px "Times New Roman",Georgia,serif;
color: #8C6639;
}

#homemenu ul.menu li a {
color: #9D6D3F;
}

.home-cursive-menu {
    position: absolute;
    top: 585px;
    left: 468px;
    display:block;
    width:207px;
    height:154px;
}

#header .ttl{
	display:none;
	}
ul.menu li.active a, ul.menu li a {
	background: url("../images/finger-pointer.png") no-repeat scroll 0 0 transparent;
	text-decoration: none;
}

ul.menu a:hover, ul.menu li#current a {
	background: url("../images/finger-pointer-hover.png") no-repeat scroll 0 0 transparent;
	text-decoration: none
}

.homepage .bottle-link:link, .homepage .bottle-link:visited, .homepage .bottle-link:hover, .homepage .bottle-link:active {
	background:none;
}

.homepage ul#bottle-menu li {
	background:none!important;
}

div.home-only {margin:0;}

div.home-only ul.menu {
    left:55px;
    /* top:350px; */
	top:412px;
}

.home-cursive-menu ul {
    list-style-type:none;
    display:block;
    margin:0;
    padding:0;

}
.home-cursive-menu ul li {
    width:207px;
    height:20px;
}
.home-cursive-menu ul li a {display:block; width:100%; height:100%; background-repeat:no-repeat;}
.home-cursive-menu ul li a em {display:none;}
.home-cursive-menu ul li#item1 {height:39px;background:url(../images/chardonnay-cursive-menu2.gif); background-repeat:no-repeat;} /*chard*/
.home-cursive-menu ul li#item2 {height:37px;background:url(../images/riesling-cursive-menu.gif); background-repeat:no-repeat;} /*riesling*/
.home-cursive-menu ul li#item3 {height:38px;background:url(../images/red-wine-cursive-menu.gif); background-repeat:no-repeat;} /*red wine*/
.home-cursive-menu ul li#item4 {height:40px;background:url(../images/cabernet-sauvignon-cursive-menu.gif); background-repeat:no-repeat;} /*cabernet*/

.home-winemaker-video {
    background:url(../images/winemaker-video.png);
    position:absolute;
    top: 584px;
    left:714px;
    width: 93px;
    height: 149px;
}

.home-winemaker-video a {display:block; height:100%; width:100%;}
.home-winemaker-video a em {display:none;}

.footer-bottom {display:none}