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


* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(../images/bg.png);
	font-family:Verdana, Geneva, sans-serif;
}

.container {
	background-color:none;
	width: 1000px;
	margin: auto;
}

#header {
	background-color:#edede2;
	width: 100%;
}

#logo{
	margin-top:5px;
}

#logo img {
	position: relative;
	z-index: 50;
}

#info {
	float: right;
	text-align: right;
	position: relative;
	top: 140px;
	color: #4c4c4b;
}

#content {
	width: 715px;
	float:left;
	background-color:#edede2;
	opacity:0.7;
	padding: 0px 10px 0px 10px;
	line-height: 1.5em;
}

#sidebar {
	background-color:#edede2;
	width: 245px;
	float: right;
	opacity:0.7;
	padding: 0px 5px 24px 5px;
	
	line-height: 1.5em;
}

#company {
	
}


#slogan {
	margin-top:150px;	
	margin-left:600px;
}

#footer{
	background-color:#edede2;
	width: 100%;	
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 30px 0px;
}

#footernav{
	float:right;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h6 {font-size: 14px;}
h3 {font-size: 16px;}
h4 {font-size: 18px;}
h5 {font-size: 20px;}


h1 {
	color:#4c4c4b;
	text-align:left;
}
	
h2 {
	color: #000;
    text-align:center;
}

h3 {
	color: #000;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	box-shadow: 0px 3px 2px -2px #777;
}

h6 {
	color:#4c4c4b;
	margin-top: 10px;
}

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

ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
}

a {
	font-size: 14px;
	color: #000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration:inherit;
}

a:hover {
	text-decoration:underline;
	color:#807f7e;
}

a:active {
	text-decoration: none;
}

#form{
	width:580px;
	height:517px;
	margin-top: 3px;
	margin-left:125px;
			
}
	
form input, form textarea {
	border:0;
	padding: 10px;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	border-radius: 8px;
	background: #8da13b;
	color: #fff;
	width: 450px;
	margin-top: 2px;
}

form textarea {
	height: 200px;
}

form label {
	display: block;
	font:Verdana, Geneva, sans-serif; size: 16px; color:#4c4c4b;
	clear: both;
	margin: 2px 0px;
}

input[type="submit"] {
	width: 100px;
	padding: 10px 0px;
	text-align: center;
	margin: 8px 0px 0px 0px;
	background: #8da13b;
	border-radius: 8px;
}

	

	
		




