@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;	
}

/* general sfuff */
.strong{
	color:#000000;
	font-weight:bold;		
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

body a:link{
	color:#09F;	
}

body a:visited{
	color:#09F;	
}

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

body a:active {
	color:#999;	
}

/* header */
#header{
	width:100%;
	height:86px;
	margin:auto;
	background:url(assets/titleBackground.jpg) repeat-x;
	
	background-color:#FF0000;
}

#image_title{
	width:730px;
	height:52px;
	margin:auto;
}

#seo_title{
	position:fixed;	
	left:5000px;
}

/* banner */
#banner{
	width:730px;
	margin:auto;
	margin-top:14px;
}

#banner_top{
	width:730px;
	height:24px;
	background:url(assets/frameTop.jpg) no-repeat;
}

#banner_content{
	background:url(assets/frameMiddle.jpg) repeat-y;	
}

#banner_bottom{
	width:730px;
	height:25px;
	margin-top:-5px;
	margin-left:-1px;
	background:url(assets/frameBottom.jpg) no-repeat;
}

#banner_holder{
	width:730px;
	height:430px;
	border:#999999 solid 2px;
	margin-left:17px;
	background-color:#CCCCCC;
}

#thumbs_holder{
	width:730px;
	background:url(assets/frameMiddle.jpg) repeat-y;
}

/* columns text */
#columns_text{
	background:url(assets/columnsTextBackground.jpg) repeat-x;
	background-position:bottom;
	width:100%;
	margin:auto;
}

#columns_holder{
	width:730px;
	margin:auto;	
}

#t0{
	color:#666666;	
	width:100%;
	line-height:22px;
	margin-top:11px;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:-2px;
}

#t1{
	color:#666666;	
	width:100%;
	line-height:22px;
	margin-top:11px;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:-2px;
}

#t2{
	color:#666666;	
	width:100%;
	line-height:22px;
	margin-top:11px;
	margin-bottom:12px;
	padding-left:5px;
	padding-right:-2px;
	padding-bottom:20px;
}

/* main text */
#features{
	background-repeat:no-repeat;
	width:920px;
	height:45px;
	margin:auto;
	margin-top:10px;
}

#main_text_line{
	background:url(assets/lineBk.jpg) repeat-x;
	width:100%;
	height:1px;
	margin:auto;
}

#main_text_holder{
	width:100%;
	background-color:#f0f0f0;
	margin:auto;
}

#main_text{
	width:730px;
	margin:auto;	
}

#ul_text{
	color:#000000;
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:22px;
}

.first_li_text{
	background-repeat:no-repeat;
	background-position:0px 25px;
	padding-top:17px;
	padding-left:2px;
	margin-left:5px;
}

.center_li_text{
	background-repeat:no-repeat;
	background-position:0px 20px;
	background-position:0px 50px;
	padding-top:12px;
	padding-left:2px;
	margin-left:5px;
}

.last_li_text{
	background-repeat:no-repeat;
	background-position:0px 20px;
	padding-top:12px;
	padding-left:2px;
	margin-left:5px;
	padding-bottom:16px;
}

.plusBk{
	display:inline-block;
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	margin-right:4px;
	padding-bottom:1px;
}

/* foother */
#footer{
	width:100%;
	max-width:1400px;
	margin:auto;
	margin-top:10px;
}

/* foother */
#footer{
	width:730px;
	overflow:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	color:#000000;
	background-color:#CCC;
}

.footer{
	float:left;	
}

.copyright{
	float:right;
	margin-right:12px;	
	color:#000000;
}