@charset "UTF-8";
/* Home Page */

body{
	background-color:#000000;
	text-align:center;
	background-image:url(../images/background.png);
	background-repeat: repeat;
	
}

#container{
	position:relative;
	margin-top:13px;
	width:1180px;
	height:840px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
}

#footer{
	position:relative;
	top:40px;
	font-size:14px;
	margin-bottom:25px;
}

table{
	text-align:center;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
}


/* Drop Down Css */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	position: relative;
	float:left;
}


.hwdrop ul {
	position: absolute;
	left: 357px;
	top: 403px;
	display: none;
	float:left;
}

ul li a {
	display: block;
	color: #fff;
}

.hwdrop:hover ul { display: block; }


a.button1 {
	display: block;
	background: url(../images/hw_reg.png) 0 0 no-repeat;
	background-color:#FFFFFF;
	width: 150px;
	padding-top:155px;
	text-align: center;
	color:#CC0000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
}

a.button2 {
	display: block;
	background: url(../images/hw_silverados.png) 0 0 no-repeat;
	background-color:#FFFFFF;
	width: 150px;
	padding-top:155px;
	text-align: center;
	color:#CC0000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
}

a.button3 {
	display: block;
	background: url(../images/hw_lil.png) 0 0 no-repeat;
	background-color:#FFFFFF;
	width: 150px;
	padding-top:155px;
	text-align: center;
	color:#CC0000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
}

a.button4 {
	display: block;
	background: url(../images/hw_ctbox.png) 0 0 no-repeat;
	background-color:#FFFFFF;
	width: 150px;
	padding-top:155px;
	text-align: center;
	color:#CC0000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
}	

a.button5 {
	display: block;
	background: url(../images/hw_ctpacks.png) 0 0 no-repeat;
	background-color:#FFFFFF;
	width: 150px;
	padding-top:155px;
	text-align: center;
	color:#CC0000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
}
.dropwrap{
	position:relative;
	border: 5px solid #000000;
	background-color:#000000;
	width:762px;
	height:175px;
	display:;
}

/* Rounded Corners */

.roundcont {
	width: 1180px;
	background-color: #000000;
	color: #000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	position:relative;
	background: url(../images/rs_tr.png) no-repeat top right;
	height:34px;
	width:1180px;
	 
}

.roundtop img{
	position:absolute;
	top:0;
	left:0;
}

.roundbottom {
	position:relative;
	background: url(../images/rs_br.png) no-repeat top right; 
	height:34px;
	width:1180px;
}

.roundbottom img{
	position:absolute;
	top:0;
	left:0;
}

img.corner {
   width: 34px;
   height: 34px;
   border: none;
   display: block !important;
}

/* Misc */

.introplayer{
	position:relative;
	top:25px;
}