@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/layout/bodybg.png);
	background-repeat:repeat;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.clear {
	clear:both;
}

h1 {
  border-bottom:1px solid #CCCCCC;
  color:#B11114;
  font-size:18px;
  font-weight:normal;
  padding-bottom:5px;
	}

h2 {
  border-bottom:1px solid #CCCCCC;
  color:#B11114;
  font-size:16px;
  font-weight:normal;
  padding-bottom:5px;
	}

#fakebody {
	width:100%;
	height:100%;
	background-image:url(../images/layout/fakebg.jpg);
	background-position:50% 0px;
	background-repeat:repeat-y;
	}

#wrap {
	width:900px;
	margin:auto;
	background-color:#FFF;
	
	}
	
	#inwrap {
		padding:0px 30px;
	}
	
#top {
	height:130px;
	background-image:url(../images/layout/topbg.png);
	background-repeat:no-repeat;
	}
	
#menu {
	height:34px;
	background-image:url(../images/layout/menubg.png);
	}
	
	#menu ul {
	padding:0px;
	margin:0px;
	}
	
	#menu ul li {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	
	
	}
	
		#menu ul li a:link, #menu ul li a:visited {
			text-decoration:none;
			color:#FFF;
			display:block;
			height:24px;
			width:102px;
			padding:10px 0 0;
			text-align:center;	
			border-right:1px solid #8D0013;
		}
		
		#menu ul li a:hover {
			display:block;
			height:22px;
			color:#F4CCD2;
			border-bottom:2px solid #8D0013;
		}
	
#mainleft-wrap {
	width:514px;
	float:left;
	position:relative;
}

  #banner-home {
	height:256px;
	background-image:url(../images/banners/home.jpg);
	background-repeat:no-repeat;
  }
	
  #leftcontent {
	padding-right:35px;
	}
	
	#leftcontent ul {
		margin:20px;
	}
	
	#leftcontent ul li {
	list-style-image:url(../images/layout/bullet.png);
	margin-bottom:20px;
	padding-left:10px;
	}

#mainright-wrap {
	width:326px;
	position:relative;
	float:left;
	background-image:url(../images/layout/mainrightbg.png);
	background-repeat:no-repeat;
	background-color:#EEEEEE;
}

	#rightcontent {
		padding:120px 20px 20px 20px;
	}
	
	
	
#footer {
	clear:both;
	font-size:11px;
	color:#999;
	text-align:center;
}

#footer img {
	padding-left:20px;
	padding-bottom:20px;
}

#footer p {
	margin:0px;
	padding:0px;
}

#footer a:link, #footer a:visited {
	color:#CCC;
}


#fakefooter {
	background-image:url(../images/layout/fakefooter.png);
	background-position:50% 0px;
	background-repeat:repeat-y;
	width:100%;
	height:25px;
	}
	

