* {margin: 0; padding: 0;}

body {
	background:#131a3c url(images/bkg_graident.jpg) left top repeat-x ;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	text-align: center;
	margin: 50px auto;
	padding: 0px;
	border:0;
	width: 1024px;
	height: 757px;
}

#header {
	height: 65px;
	background: url(images/bkg_header.jpg) no-repeat center;
	padding: 0px;
}

#image_header {
	height: 158px;
	background: url(images/image_header.jpg) no-repeat center;
	padding: 0px;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 0px;
	height: 21px;
	background: url(images/nav_bkg.jpg) no-repeat center;
}

#navlist {
	color: White;
	width: 100%; 
	height: 20px;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	text-indent: 9px;
}

#navlist li { 
	display: inline;
	list-style-type: none;
	text-decoration: none;
	line-height: 21px;
}

#navlist li a {
	padding: 0.2em .5em;
	color: #666666;
	text-decoration: none;
	height: 21px;
}

#navlist li a:hover {
	color: #CC9900;
	text-decoration: none;
	height: 21px;
}

span.colon {
	color: #CC9900;
}

#home .home, #about .about, #contact .contact { color: #ccc; }

#main {
	width: 700px;
	height: 513px;
	background-color: #fff;
	float: left;
	text-align: left;
	border-left:solid 1px #333;
}

#main ul {
	margin-left: 40px;
}

#main p{
	margin: 5px 20px 13px 20px;
}

h2 {
	font-size: small;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
	
.spacer {
	clear:both; 
	height:1px;
}

/* ----------- My Form ----------- */
.myform{
	width: 321px;
	height: 280px;
	background-color: #fff;
	background: url(images/contact_box.jpg) no-repeat top;
	border-left:solid 1px #333;
}
	/* ----------- basic ----------- */
	#basic{
		float: left;
		height: 280px;
		border-right:solid 1px #333;
		border-bottom:solid 1px #333;
		background-color: #fff;

}
	#basic h1 {
		margin-top: 30px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		border-bottom:solid 1px #dedede;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:70px;
		float:left;
	}
	
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 20px 10px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	#basic textarea{
		float:left;
		width:205px;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:2px 0 10px 10px;
	}
	
	#basic button{ 
		clear: both;
		float: left;
		margin-left: 140px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding: 2px 10px;
	}

input.btn {
		clear: both;
		float: left;
		margin-left: 140px;
		color: #fff;
 		font-size:11px;
		font-weight:bold;
  		background-color: #666666;
  		border:1px solid;
 		border-color: #333333;
		padding: 20px 10px;
	}

#news {
	float: left;
	width: 322px;
	height: 232px;
	background: url(images/web_scales.jpg) no-repeat center;
	border-right:solid 1px #333;
}

#footer {
	clear: both;
	height: 100px;
	text-align: center;
	border-left:solid 1px #333;
	border-bottom:solid 1px #333;
	border-right:solid 1px #333;
	background: url(images/Footer.jpg) no-repeat top;
}


a img {border:none;} 

