body{
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #c1504b;
		color: #edaea6;

}



#container{
	background-image: url(images/bodybg.gif);
	background-color: #b7413c;
	background-position: right top;
	background-repeat: no-repeat;
}

#header{
	display: block;
	overflow: auto;
	
background-image: url(images/logo.gif);
background-position: 10px 10px;
background-repeat: no-repeat;

	padding-top: 170px;
	padding-left: 16px;
padding-bottom: 70px;
padding-right: 30px;

	font-size: 15px;
	line-height: 30px;
}

h1{
	color: #fff;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}





#menu{
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	background-image: url(images/bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 1;
	
}



.menu-detail{
	display: block;
	font-size: 12px;
	line-height: 15px;
	text-align: center;

	padding-top: 0px;
	margin-top: 7px;
	opacity: 0.6;
}




#option1, #option2, #option3{
		display: block;
	float: left;
width: 20%;
min-height: 200px;
padding-left: 5%;
padding-right: 5%;
	}





#option1 a, #option2 a, #option3 a{
background-repeat: no-repeat;
background-position: top center;
text-align: center;
padding-top: 195px;
padding-bottom: 0px;
margin-bottom: 0px;
display: block;
	color: #edaea6;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#option1 a:hover, #option2 a:hover, #option3 a:hover{
	color: #f3cdc8;
	}





#option1 a{
background-image: url(images/menu.gif);
}
#option1 a:hover{
	background-image: url(images/menu2.gif);	
	}
	

	
#option2 a{
background-image: url(images/preorder.gif);
}
#option2 a:hover{
background-image: url(images/preorder2.gif);	
}
	
	
#option3 a{
background-image: url(images/web.gif);
}
#option3 a:hover{
background-image: url(images/web2.gif);	
}


.hidden{
	width: 0px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}