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

body{
	margin:0px auto;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FEFDE0;
	background:#070807;
	line-height:normal;
}
img{
	border:0;
}

p{
	margin:12px 0px;
}
h1,h2,h4
{
	font-weight:normal;
	color:#F9EF95;
	margin-top:15px;
}
.clear{
	height:1px;
	clear:both;
}
#main-body{
	width:720px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#header{
	width:720px;
	height:218px;
	background:url(../images/header-bg.jpg) no-repeat;
	margin:0;
	padding:0;
	float:left;
}
#logo{
	width:268px;
	height:325px;
	background:url(../images/t.png) no-repeat;
	margin:0px 0px;
	padding:0;
	float:left;
	position:absolute
}
#logo2{
	width:121px;
	height:91px;
	background:url(../images/logo_lone.png) no-repeat;
	margin:310px 0px 0px 40px;
	padding:0;
	float:left;
	position:absolute
}
#col-holder{
	width:720px;
	height:auto;
	background:url(../images/col-holder-bg.jpg) no-repeat top left;
	margin:0;
	padding:0;
	float:left;
}
#col-holder2{
	width:720px;
	height:auto;
	background:url(../images/col-holder-bg2.jpg) no-repeat top left;
	margin:0;
	padding:0;
	float:left;
}
#col-left{
	width:183px;
	height:370px;
	margin:0px;
	padding:100px 0px 0px 0px;
	float:left;
}
ul#nav{
	margin:0px;
	padding:0px;
	width:183px;
	height:auto;
	float:right;
}
	
ul#nav li{
	padding:0;
	margin:0;
	display: block;
}
	
ul#nav li a{
	border:0;
	text-decoration:none;
	display: block;
	font-size:15px;
	color:#FFFFFF;
}

	
li#bio a{
	width:183px;
	height:43px;
	background:url(../images/bio.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#bio a:hover {
	background:url(../images/bio2.png) no-repeat;
}
	
#bio #active {
	background:url(../images/bio2.png) no-repeat;
}
	

li#port a{
	width:183px;
	height:39px;
	background:url(../images/port.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#port a:hover {
	background:url(../images/port2.png) no-repeat;
}
	
#port #active {
	background:url(../images/port2.png) no-repeat;
}

li#cater a{
	width:183px;
	height:46px;
	background:url(../images/cater.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#cater a:hover {
	background:url(../images/cater2.png) no-repeat;
}
	
#cater #active {
	background:url(../images/cater2.png) no-repeat;
}

li#menu a{
	width:183px;
	height:41px;
	background:url(../images/menus.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu a:hover {
	background:url(../images/menu2.png) no-repeat;
}
	
#menu #active {
	background:url(../images/menu2.png) no-repeat;
}

li#wine a{
	width:183px;
	height:40px;
	background:url(../images/wine.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#wine a:hover {
	background:url(../images/wine2.png) no-repeat;
}
	
#wine #active {
	background:url(../images/wine2.png) no-repeat;
}
li#video a{
	width:183px;
	height:49px;
	background:url(../images/video.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#video a:hover {
	background:url(../images/video2.png) no-repeat;
}
	
#video #active {
	background:url(../images/video2.png) no-repeat;
}
li#contact a{
	width:183px;
	height:36px;
	background:url(../images/contact.png) no-repeat;
	margin:0px;
	padding:0px;
	list-style:none;
}
#contact a:hover {
	background:url(../images/contact2.png) no-repeat;
}
	
#contact #active {
	background:url(../images/contact2.png) no-repeat;
}
#col-right{
	width:510px;
	height:450px;
	margin:0px;
	padding:10px 10px 10px 17px;
	text-align:justify;
	float:left;
}
#footer{
	width:720px;
	height:22px;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family:"Kozuka Gothic Pro M";
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	color:#A3A5A5;
	float:left;
}
#footer a{
	text-decoration:underline;
	color:#A3A5A5;
}
#footer a:hover{
	text-decoration:none;
	color:#A3A5A5;
}
.sub-content{
	width:510px;
	height:450px;
	text-align:center;
	margin:0px;
	padding:0px;
	float:left;
	overflow:auto;
	line-height:normal;
}
.sub-content a{
	color:#FEFDE0;
	text-decoration:none;
}
.sub-content a:hover{
	color:#EDB250;
	text-decoration:none;
}


	

