@charset "utf-8";
/* CSS Document */
/* div { border: 1px solid red ! important } */
/* Elements */

.h_div{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

h1{
  font-size: 32px;
}

h2{
  font-size: 24px;
}

h3{
  font-size: 14px;
}

.index_background_x{
	float:left;
	clear:both;
	width:100%;
	height:100%;
	background-image:url(/images/bg_stretcher_index.jpg);
	background-position: top center;
	background-repeat:repeat-x;
}.index_background{
	float:left;
	clear:both;
	width:100%;
	height:100%;
	background-image:url(/images/bg_index.png);
	background-position: top center;
	background-repeat:no-repeat;
}

.nav{
	float:left;
	clear:both;
	width:100%;
	padding-top:35px;
	margin-left:10px;
}
.nav a{
	float:left;
}

/* content */

.page_content{
	float:left;
	clear:both;
	width:580px;
	height: 345px;
	padding-top:20px;
	margin-left:40px;


}.page_content .section{
}


.logo{
	float:left;
	clear:both;
}
.page_title{
	float:left;
	padding-top:10px;
	padding-left:5px;
}

.page_p{
	float:left;
	clear:both;
	width:430px;
	margin-left:10px;
	margin-top:10px;
}



.sub_background{
	float:left;
	clear:both;
	width:100%;
	margin-top: -1px;
	background-image:url(/images/bg_sub.png);
	background-position: top center;
	background-repeat:no-repeat;
}

.sub_page_top{
	float:left;
	clear:both;
	width:100%;
	background-image:url(/images/bg_sub_top.png);
	background-position: top center;
	background-repeat:no-repeat;
	margin-top:-7px;
position:relative;
z-index:1;
}
.sub_page_middle{
	float:left;
	clear:both;
	width:100%;
	background-image:url(/images/bg_sub_middle.png);
	background-position: top left;
	background-repeat:repeat-y;
	margin-top:322px;
position:relative;
z-index:2;
}
.sub_page_middle_pad{
	float:left;
	clear:both;
	width:100%;
	margin-top:-285px;
position:relative;
z-index:4;
}
.sub_page_bottom{
	float:left;
	clear:both;
	width:856px;
	background-image:url(/images/bg_sub_bottom.png);
	background-position: top left;
	background-repeat:no-repeat;
	height:130px;
}

.sub_page_content{
	float:left;
	clear:both;
	width:790px;
	height: auto;
	padding-left:40px;
	z-index: 3;
}
.sub_page_title{
	float:left;
	clear:both;
	padding-top:20px;
	padding-left:5px;
}

.hot_rating_div{
	float:left;
	clear:both;
	width:100%;
	padding:10px 0;
}
.hot_rating_title{
	float:left;
}
.how_hot{
	float:left;
	margin-left:80px;
	margin-top:20px;
	margin-right:5px;
}
.flames{
	float:left;
	margin-top:7px;
}

.sub_page_content_p{
	float:left;
	clear:both;
	width:100%;
}


/* footer */

.index_footer{
	float:left;
	margin-top:50px;
	clear:both;
	}
.footer{
	float:left;
	clear:both;
	width:430px;
	margin-left:40px;
	margin-top:-20px;
	padding-bottom: 20px;
	color:#490a0b;
}
.footer a{
	color:#490a0b;
}

