/** html img { behavior: url(iepngfix.htc); }*/

@import url(type.css);
@import url(nav.css);

@import url( h_style.css );
@import url( h_tabs.css );
@import url( h_base.css );
@import url( h_rating.css );

/*@import url(forms.css);*/
/*@import url(home.css);*/

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Duane Blankenship
Version: 20090402
----------------------------------------------- */



* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #000000;
}

body {

}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure

----------------------------------------------- */

#container {
	background-image:url(../images/UltimateTailgateBG.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1024px;
	height:100%;
}

/* =Head
	background-image:url(../images/UltimateTailgateHeaderBG.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align:center;
----------------------------------------------- */



#head {
	height:165px;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align:center;
}

#head_region_1 {

}

#head_region_1 h1 {
	text-indent: -5000px;
}

#index #head_region_2 {
}

#head_region_2 {
	top: 75px;
	position: relative;
}

#head_region_3 {
	top: 15px;
	left: 400px;
	position: relative;
}


/* =Content

----------------------------------------------- */

#content {

	background-color: transparent;
	width: 980px;
	min-height: 400px;
	_height: 400px;
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content_region_1 {

}

#content_region_2 {
	width: 940px;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
}


#content_region_3 {

}

/* =Footer

----------------------------------------------- */
#foot {
	background-color: transparent;
	height: 120px;
	margin: 0 auto 0 auto;
	display:block;
	clear: both;
}

#foot_region_1 {
	padding: 0;
	margin: 0;
	display: block;
}

#foot_region_2 {
}

#foot_region_3 {
}



