/* global */



* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 100%;     
}
body {
	height: 100%;      
	min-height: 100%;
	background: #dfdbdb;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;    
	color: #959191;
}
h1 {
	color: #F7931D;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 25px;
}
h2 {
	font-size: 20px;
	color: #F7931D;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 0 12px;
}
h4 {
	padding: 0 0 25px 0;
	font-weight: bold;
	font-size: 18px;
	color: #F7931D;
}
ul {
	list-style-type: none;
	margin: 0 0 0 0;
}
li {
	background: url(pic/bullet.gif) no-repeat 0 12px;
	padding: 0 0 0 8px;
}
a {
	color: #F7931D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* end global */





/* basic */



#wrap {
	margin: auto;
	width: 960px;
	text-align: left;
	min-height: 100%;
	background: url(pic/wrapBg.jpg) repeat-y;
}
#header {
	height: 227px;
	width: 900px;
	background: #dfdbdb;
	/*background: #000;*/
	margin: 0 30px 0 30px;
}
#content {
	width: 900px;
	padding: 0 30px 0 30px;
	float: left;
	background: url(pic/wrapBg.jpg) repeat-y;
}
#contentIn {
	background: #000;
	float: left;
	width: 896px;
	padding: 0 0 10px 0;
	color: #df702d;
	border: 2px solid #650909;
}
#contentIn ul {
	float: left;
	width: 115px;
}
#contentIn ul a {
	font-size: 16px;
}
.blockRow {
	border-bottom: 2px solid #650909;
	float: left;
	padding: 0 15px 0 15px;
	width: 866px;
}
.leftSide, .middleSide, .rightSide {
	float: left;
	text-align: center;
}
.leftSide, .rightSide {
	width: 415px;
	padding: 10px 0 0 0;
	height: 160px;
	overflow: hidden;
}
.leftSide h2 {
	/* margin: 0 0 0 130px;*/
}
.rightSide ul, .center ul {
	/*margin: 0 0 0 10px;*/
}
.leftSide img {
	border: 1px solid #e4341d;
	/*float: right;*/
}
.rightSide img, .center img {
	border: 1px solid #e4341d;
	/*float: left;*/
}
.middleSide {
	width: 26px;
	background: #750033;
	height: 180px;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}
.center {
	float: left;
	padding: 10px 0 0 280px;
}
#menu {
	width: 860px;
	padding: 8px 15px 8px 15px;
	text-align: center;
	color: #0066FF;
}
#menu a {
	color: #0066FF;
}
#logo {
	height: 91px;
}
#logo img {
	padding: 0 0 0 200px;
}
#headerBottom {
	height: 194px;
}
.textContent {         
	padding: 20px;     
	width: 530px;    
	float: left;     
}
.textContent p {     
	padding: 0 0 10px 0;/*color: #0099FF;*/

}
.textContent a {
}
.rightGallery {
	float: left;
	width: 250px;
	padding: 20px;
}    
.rightGallery img {
	border: 1px solid #e4341d;
	margin: 0 0 10px 0;
}   
#contentIn .textContent ul {
	float: left;
	width: 100%;
}   
#contentIn .textContent ul a {
	font-size: 12px;
}   
.row {
	width: 100%;
	padding: 5px 0 5px 0;
	float: left;
}   
.label {
	float: left;
	width: 20%;
}   
.formw {
	float: left;   
	width: 80%;    
}   
.formw input, .formw textarea {   
	background: #333333 !important;  
	border: 1px solid #666666;   
	color: #fff;    
}   
/* end basic */       





/* footer */



#footer {
	clear: both;
	position: relative;
	margin-top: -56px;
	width: 100%;
	height: 56px;
	font-size: 10px;
	color: #F7931D;
	text-align: center;
}
#footerIn {
	margin: auto;
	width: 900px;
	background: url(pic/footerBg.jpg) repeat-y;
	height: 56px;
	padding: 0 30px 0 30px;
}
#footerTop {
	background: url(pic/footerTop.gif) no-repeat;
	height: 27px;
	width: 839px;
	padding: 10px 30px 0 30px;
	color: #0066FF;
}
#footerTop a {
	color: #0066FF;
}
#footerIn p {
	background: #605f5f;
}



/* end footer */