@charset "utf-8";
/* CSS Document */

body{
	background: #222 url(images/bgtile.gif) repeat-x;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-shadow:0 1px 1px rgba( 255, 255, 255, 0.35);
}

h1{
	font-size:24px;
	color:#2b2b2b;
	font-weight:normal;
	line-height:24px;
	height:24px;
	margin:0px;
	padding:0 0 15px 0;
}

p{
	padding:0px;
	margin:0px;
}

input, textarea{
	background:#cfcfcf;
	border-top:1px solid #4c4c4c;
	border-left:1px solid #4c4c4c;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding: 3px 5px;
	margin: 5px 0 10px 0;
	width:540px;
}
textarea{
	height:125px;
}

input[type=submit]{
	display: inline-block;
	padding: 5px 10px;
	margin:10px 0 0 0;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	background:#cfcfcf;
	/*Background*/
	background: #3585B3; /*Fallback*/
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
				
	width:auto !important;
	
	cursor:pointer;
}

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}


.left{
	float:left;
}
.clear{
	clear:both;
}

.contentbox{
	background: #999;
	border-top: 1px solid #bebebe;
	padding:30px;
	margin:30px 0 0 0;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 1)
}


#wrapper{
	width:920px;
	margin: 0 auto;
	padding: 30px;
}

#logo{
	border:inside 1px solid white;
	width:200px;
	margin:0 30px 0 0;
}

#slider{
	width:690px;
	height:200px;
}

#column1{
	width:280px;
	margin-right:30px;
}
#column2{
	width:610px;
}

#contactform{
	width:610px;
}