/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	font-size: 9pt;
	font-family: "arial", "verdana";
	color: #333333;
	margin: 0px;
}

#wrapper {
	background-color:#FFFFFF;
	position:relative;
	width: 860px;
	min-height: 700px;
	height: auto;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	margin: 0 auto;
}
img {
	vertical-align:bottom;
	border:none;
}
#header {
	position: relative;
	width: 100%;
	height: 180px;
}

#contactArea {
	text-align:right;
	position:absolute;
	top: 8px;
	left: 727px;
	width: 123px;
	height: 73px;
	z-index: 2;
}

#searchArea {
	position:absolute;
	top: 96px;
	left: 653px;
	width: 300px;
	height: 20px;
	z-index: 2;
}

#main {
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
}

#main2 {
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	width: 575px;
}

#footer {
	background-color:#CCCCCC;
	width: 860px;
	min-height:60px;
	max-height:60px;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	margin: 0 auto;
}

#botFooter {
	font-size: 10px;
	text-align: center;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}
.catHeader {font-size: 13pt;
	font-weight:bold;
}
.featureHeader {font-size: 11pt;
	font-weight:bold;
}
textarea {
	overflow:auto;
}

.button {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background-color: #d8d8d8;
	font-family: "arial", "verdana";
	height: 22px;
	width: auto;
	border: 1px solid #666666;
}

#ads {
	position:absolute;
	top: 182px;
	left: 663px;
	width: 160px;
	height: 549px;
	z-index: 2;
}

html {overflow-y: scroll;}

/* for Internet Explorer */
* html #wrapper {
height: 700px;
}
.clearfix:after {content: ".";display: block;height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
