/***********************************
 CSS Document 					   *
***********************************/
* {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px 0px 0px 0px;
    background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtForm, .txtform {
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
}
.frmButton {
	background-color: #ffffff;
	border: 1px solid #4397d7;
	color: #0091fe;
	height: 20px;
}
.noclass {
	background: none;
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrap {
	width: 994px;
	margin: 0px auto;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
	#quickSearch {
		float: right;
		height: 20px;
		padding: 10px;
		background: url(img/search_bg.gif) repeat-x;
	}
	#mainMenu {
		background: url(img/menu_bg.gif) repeat-x;
		border-bottom: 1px solid #e5e5e5;
	}
	.holder {
		padding: 10px;
	}
	.leftCol {
		width: 528px;
		float: left;
	}
	.middleCol {
		width: 213px;
		float: left;
		padding: 0px 10px;
	}
	.left_middleCol {
		width: 751px;
		float: left;
		padding: 0px 10px 0px 0px;
	}
	.rightCol {
		width: 213px;
		float: left;
	}
	#footer {
		background-color: #d2d2d2;
		border-top: 1px solid #cccccc;
		padding: 15px 10px;
		height: 28px;
		color: #898989;
		font-size: 11px;
		text-align: right;
	}
		#footer a, #footer a:hover {
			color: #595959;
			text-decoration: none;
		}
		#footer a:hover {
			color: #000000;
			text-decoration: underline;
		}
.error_msg {
	background-color: #efefef;
	border: 1px solid #cccccc;
	width: 300px;
	padding: 20px;
	margin: 20px auto;
	font-weight: bold;
	color: #aa0000;
}
a, a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.div10pix{
	height: 10px;
	display: block;
}
/************************************
 Clearfix 							*
************************************/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
display:block;
}