@charset "utf-8";

body{
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #1a1717;
}
.red {
	color: #C3000E;
}
#wrapper {
	width: 981px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
}

#mv{
	position: absolute;

	padding-top:30px;
	padding-left: 10px;
	height: 240px;
}

#header{
	height: 271px;
	/*background:#000000 url(../images/angus_header.jpg) no-repeat; */
	background:#000000 url(../images/angus_header_v.jpg) no-repeat;
}

#header .spright{
	text-align: right;
	color: #fff;
	padding-top: 25px;
	padding-right: 25px;
}

/*BOF Menu*/
#menu{
	height: 48px;
	background:#cb9900 url(../images/menu_bar.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 250px; 
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	display:inline;
	height: 48px;
}

#menu a:link, #menu a:visited {
	margin: 0;
	display: block;
	float: left;
	line-height: 48px;
	color: #333;
	font-weight: 600;
	padding-right: 45px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #0066CC;
}

#menu ul#mainlevel-nav li a.mainlevel-nav#active_menu-nav {
	text-decoration: none;
	color: #006699;
}


#leftcontent{
	display:block;
	float:left;
	width: 556px;
}

#lefttop{
	color: #CCCCCC;
}

.coupon{
	border: 1px dashed #0066CC;
}

table.coupon strong{
	color: #0066CC;
}

#lefttop p{
	padding: 0px 45px 18px 45px;;
}

#leftbtm{
	height: 196px;
}
#rightcontent{
	display:block;
	float: right;
	width: 425px;
}
#maincontent{
	background: #FFFFFF url(../images/rightbg.jpg) repeat-y;
	padding: 15px 35px 5px 35px;

}
#btmrcontent{
	height: 57px;
	background:#FFFFFF url(../images/rightbgbtm.jpg) no-repeat;
}
#footer{
	clear: both;
	height: 46px;
	background:#110f10 url(../images/footerbg.jpg) no-repeat;
}

#footer.copyright{
	color: #cccccc;
	padding-left: 25px;
	line-height: 46px;
	font-size:10px;
}

#footer a{
	color: #cccccc;
	text-decoration:none;
}

#footer a:hover{
	color:#FFCC00;
}

a{
	color:#996600;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration: underline;
}

a.blue{
	color: #3366FF;
	text-decoration:none;
}

a.blue:hover{
	color: #3366FF;
	text-decoration: underline;
}

a.gold{
	color: #FF9900;
	text-decoration:none;
	font-weight: 400;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 55px;
}

a.gold:hover{
	color: #FF9900;
	text-decoration: underline;
}

h1{
	font-size: 20px;
	line-height: 20px;
}

h2{
	font-size: 18px;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h3{
	font-size: 14px;
	line-height: 14px;
}
