html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #9E9E9E;
	font-size: 12px;
}
a{
	color: #c8b198;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 5px;
	height: auto;
	width: 890px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.logo {
	background-image: url(../assets/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 100%;
	margin-top: 15px;
}
.nav {
	height: 25px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.nav .navItem {
	float: left;
	height: 25px;
	width: auto;
}
.nav .sep {
	background-image: url(../assets/sep.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 25px;
	width: 20px;
	float: left;
}

/*contact*/
.contactSet{
	width:890px;
	height:auto;
	position:relative;
	margin-top: 80px;
}
.contactLeft{
	width:300px;
	height:auto;
	position:relative;
	float:left;
	margin-right:50px;
	margin-left: 150px;
	color: #919191;
}
.contactRight{
	width:350px;
	height:auto;
	position:relative;
	float:left;
	color: #7D7D7D;
}


.contactTxt {
	height: auto;
	width: 190px;
	padding-left: 60px;
	position:relative;
	margin-bottom: 5px;
}
.contactTxt label{
	height: auto;
	width: 55px;
	position:absolute;
	font-weight:bold;
	text-align: right;
	left: 0px;
	padding-right: 5px;
}
.contactform
{
	width:200px;
}


p, h1, form, button, .hr{border:0; margin:0; padding:0;}
.contactform h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color: #3e67a6;
}
.contactform  p{
	font-size:11px;
	color:#9E9E9E;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contactform  label#label_hd{
	display:block;
	font-weight:bold;
	text-align:left;
	width:auto;
	float:none;
	line-height: 16px;
	position: relative;
	margin-left: 10px;
	font-size: 10px;
}

.contactform  label.error           {
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px;
	padding-left:25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(file:///C|/Inetpub/wwwroot/and/website/assets/cancel.png);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
}
.contactform  .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:80px;
}
.contactform  input{
	font-size:12px;
	width:200px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B6B6B6;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #B6B6B6;
	position: relative;
}
.contactform  textarea{
	font-size:12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B6B6B6;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #B6B6B6;
	width:200px;
	height:110px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	position: relative;
}
.contactform  button{
	clear:both;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-right: 4px;
	padding-left: 4px;
	float: right;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #666666;
	background-image: url(assets/buttonBg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}












.clickable {
	cursor: hand;
	cursor:pointer;
}

