
/* Body Default__________________________________________________________*/
* {
	margin: 0px;
	padding: 0px;
	color: #000;
}
a {
	/*color: #497e08;*/
	text-decoration: none;
}
a:hover {
	color: #535353;
	text-decoration: underline;
}
img {
	border: none;
}
li {
	list-style: none;
}
li a{
	text-decoration: none;
}


.clear {
	clear: both;
}
#body{
	font: normal 13px/22px   Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.2pt;
	background: url(../images/bodybg.jpg) no-repeat center top;
}
/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
#comingsoon {
	position: absolute;
	top: 65px;
	left: 200px;
	width: 182px;
	height: 52px;
	background: url(../images/comingsoon.png) no-repeat top right;
}
#mainNav {
	position: relative;
	margin: 0 auto;
	width: 860px;
	min-height: 480px;
	_height: 670px;
	padding: 0 25px 0 0;
	/*border: 2px solid #000;*/
}
h1.main {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
}
#matterCon {
	float: left;
	width: 537px;
} 
	#mainNav h2 {
		float: left;
		width: 507px;
		clear: left;
		padding: 0 15px 0 15px;
		text-align: justify;
		font-size: 13px;
		font-weight: bold;
		margin: 10px 0 0px 0;
	}
	#mainNav h2 strong {
		float: left;
		clear: both;
		margin: 3px 0 6px 0;
		font-size: 18px;
		font-weight: normal;
		/*font-family: Arial, sans-serif;*/
	}
	#mainNav h2.mainhead {
		float: left; 
		width: 507px;
		clear: left;
		padding: 0 15px 0 15px;
		text-align: justify;
		font-size: 13px;
		font-weight: normal;
		margin: 36px 0 5px 0;
	}
	
	#mainNav p {
		float: left;
		width: 498px;
		text-align: justify;
		margin: 5px 10px 0px 16px;
		_margin: 5px 10px 0px 8px;
	}
	#mainNav .compatable {
		float: left;
		position: relative;
		width: 498px;
		margin: 30px 10px 0px 16px;
		_margin: 0px 10px 0px 8px;
		border-top: 1px dashed #ccc;
		background-color: #f4f8fd;
		text-align: center;
	}
		#mainNav .compatable img {
			margin: 12px 5px 0 5px;
			_margin: 12px 3px 0 2px;
		}
		#mainNav .compatable h5 {
			float: none;
			position: absolute;
			top: -30px;
			clear: both;
			margin: -10px 0 0 0 0;
		}
#logoCon {
	float: left;
	margin: 48px 0 0 10px;
}
#formCon {
	float: right;
	width: 270px;
	height: auto;
	margin: 155px 5px 0 0;
	_margin: 155px 3px 0 0;
}
#formCon .text {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
#formCon ul {
	float: left;
	width: 255px;
	margin-left: 6px;
	_margin-left: 3px;
}
#formCon ul li {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#formCon input {
	background: url(../images/textfield_bg.jpg) no-repeat left top;
	_background-attachment: fixed;
	border: none;
	height: 23px;
	width: 243px;
	padding: 11px 6px 6px 6px;
	margin-bottom: 4px;
	font-size: 13px;
	background-color: Aqua;
	font-family: Arial, Helvetica, sans-serif;	
}
#formCon input.button {
	background: url(../images/button_bg.jpg) no-repeat left top;
	_background-attachment: fixed;
	border: none;
	float: right;
	height: 37px;
	width: 114px;
	padding: 5px 6px 6px 6px;
	margin-bottom: 4px;	
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;	
}
#formCon li.select {
	background: url(../images/textfield_bg.jpg) no-repeat left top;
	_background-attachment: fixed;
	border: 0;
	height: 38px;
	margin-bottom: 4px;	
	padding: 2px 0 0 3px;
}
		#formCon li.select select {
			background: transparent;
			background-color: #c59a5f;
			border:0;
			height: 33px;
			width: 98%;
			padding: 10px 6px 6px 6px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;	
		}
#formCon textarea {
	background: url(../images/textarea_bg.jpg) no-repeat left top;
	_background-attachment: fixed;
	border: none;
	height: 80px;
	width: 243px;
	padding: 8px 6px 10px 6px;
	margin-bottom: 4px;	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;	
	overflow-y: auto;
}
	
	
#bottomCon {
	float: left;
	height: 70px;
	_height: 60px;
	width: 100%;
	background: url(../images/bottombg.png) repeat-x bottom;
	_background: url(../images/bottombg.jpg) repeat-x bottom;
}
/*#bottomCon {
	float: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	height: 70px;
	_height: 60px;
	width: 100%;
	background: url(../images/bottombg.png) repeat-x bottom;
	_background: url(../images/bottombg.jpg) repeat-x bottom;
}*/