/***********************************
 CSS Document 					   *
***********************************/
* {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px 0px 0px 0px;
    background: url(../img/bg.gif) repeat-x #ff7200;
	font-family: Tahoma;
	font-size: 11px;
}
input, select, textarea {
	background-color: #ffffff;
	border: 1px solid #797979;
}
.noclass {
	background: none;
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrap {
	width: 984px;
	margin: 10px auto 0px auto;
}
	#mainMenu {
		padding: 0px 20px;
		margin-bottom: 10px;
	}
	.leftCol {
		width: 540px;
		float: left;
		margin-left: 4px;
	}
		#slideshowDiv {
			width: 265px;
			height: 191px;
			display: block;
			padding-right: 10px;
			float: left;
		}
	.middleCol {
		width: 204px;
		float: left;
		padding: 0px 10px;
	}
	.left_middleCol {
		width: 754px;
		float: left;
		padding: 0px 10px 0px 0px;
		margin-left: 4px;
	}
	.rightCol {
		width: 208px;
		float: left;
		margin-right: 4px;
	}
	#footer {
		background-color: #e06400;
		height: 50px;
		color: #ffcea6;
		font-size: 11px;
	}
		#footer .fLeft {
			background: url(../img/footer_left.gif) no-repeat;
			width: 10px;
			height: 50px;
			float: left;
			display: block;
		}
		#footer .fContent {
			float: left;
			width: 956px;
			height: 40px;
			display: block;
			text-align: center;
			padding-top: 10px;
		}
			#footer .fContent a, #footer .fContent a:hover {
				color: #ffcea6;
				font-size: 11px;
				text-decoration: none;
			}
			#footer .fContent a:hover {
				color: #ffffff;
			}
		#footer .fRight {
			background: url(../img/footer_right.gif) no-repeat;
			width: 10px;
			height: 50px;
			float: right;
			display: block;
		}
.error_msg {
	background-color: #efefef;
	border: 1px solid #cccccc;
	width: 300px;
	padding: 20px;
	margin: 20px auto;
	font-weight: bold;
	color: #aa0000;
}	
	
/************************************
 Clearfix 							*
************************************/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
display:block;
}
