/*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;}
.home-only {margin-bottom:3px;}
#footer {background-image: url("../images/bg-footer-mid-home.jpg"); margin-left:13px; height:46px;}
.footer-bottom {margin-left:13px}
#footer address {padding-top:6px;}

/*menu on front page*/
#homemenu {
	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 15px "Times New Roman",Georgia,serif;
color: #8C6639;
}

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

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
}
