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


#header {
	background: url(../images/main-bg2.png) top repeat-y;
	color: #660033;
	height:365px;
	}	

#header-main {
	position:relative;
	background:url(../images/header-home.jpg) top no-repeat;
	height:365px;
	width:1024px;
	margin:auto;
	}	
			
#dave {
	position:absolute;
	height:416px;
	width:328px;
	left:38px;
	z-index:22;
	}	
	
#header-text {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	top:35px;
	left:306px;
	color:#430b03;
	}	

#header-text h1{
	font-size:26px;
}	

#header-text ul{
	font-size:16px;
	margin-left:50px;
	font-weight:bold;
}	

#header-text ul li{
	margin-top:10px;
}

#header-text ul li a{
	margin-top:10px;
	text-decoration:none;
	color:#430b03;
}

#header-text ul li a:hover{
	text-decoration:none;
	color:#cf212a;
}

#main {
	background:url(../images/main-bg2.png) top repeat-y;
	height:229px;
	}

#content-home {
	position: relative;
	background:url(../images/main-home.jpg);
	height:229px;
	width:1024px;
	margin:auto;
}

#panel{
	position:absolute;
	top:44px;
	left:34px;
	}

.video {
	position:absolute;
	width:123px;
	height:222px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.video a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}

.video a:hover{
	color: #f5e196;
	}
		
.store {
	position:absolute;
	top:-24px;
	left:-11px;
	width:250px;
	height:192px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:23;
	}

.store a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}

.store a:hover{
	color: #f5e196;
	}
					
#bottom {
	height:42px;
	background:url(../images/bottom.png);
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
