/*Author A12team*/

body	{
	margin: 0;
	padding: 0;
	background: #000;	
	font: normal 70%/1.3 Verdana;
	color: #63676A;
}

a { color: #C2C8CC;;	text-decoration:underline; }
a:hover	{ color: #C2C8CC; text-decoration:none; }

img { border:0; }

p { text-indent: 1cm; }

#view {
	width: 800px;
	margin: 0 auto;
}

/* Banner */

#banner {
	width: 800px;
	height: 205px;
	margin: 0 auto;
	background: url('../images/banner1.jpg') no-repeat;
}

/* Menu */

#menu_bar {
	width: 800px;
	height: 44px;
	margin: 0 auto;
	background: url('../images/menu-bg.jpg') repeat-x;
}

#menu {
	float: left;
	height: 44px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	height: 44px;
	display: block;
	float: left;
	padding: 12px 25px 0px 25px;
	background: url('../images/menu-bracket.jpg') no-repeat right 8px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
}

#menu a:hover { text-decoration: underline; }

#content {
	width:800 px;
	height:100%;
	margin:10px auto;
	clear:both;
}

#contMain {
	padding:10px 10px 0 10px;
	width: 500px;
	float:left;
}

#sidebar {
	padding: 10px 0 0 10px;
	width:270px;
	float:right;
}

#contact {
	padding-left:150px;
	margin: 10px auto;
}

#contact label{
	font-weight: bold;
	float: left;
	margin-left: -150px;
	width: 150px; 
}

#contact .button {
	height:22px;
	border:none;
	background: url('../images/btnbg.png') repeat-x 0 0;
	font: normal 11px Verdana;
}

#contact .text{
	width: 150px;
	font: normal 11px Verdana;
}

#contact .errMsg {
	line-height:%200;
	color:#F00;
	margin-left:-150px;
	margin-bottom:15px;
}

#contact textarea {
	width:			300px;	
	height:			200px;
	font: normal 11px Verdana;
}

h3 {
	color:#06A;
	font-size:12px;
	text-indent: 1cm;
	font-weight:bold;
}

#message {
	text-align:center;
}

#foot {
	height: 40px;
	padding-top:10px;
	text-align:center;
	clear:both;
	color:#FFF;
	background: url('../images/menu-bg.jpg') repeat-x;
}
	

.left	{ float: left !important; padding-left: 50px; }
.right	{ float: right !important; padding-right: 50px; }