html,
body {
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: arial, san-serif;
	font-size: 12px;
}
body {
	padding: 60px 0 20px 170px;
	background: url(../img/leafs.gif) 0 0 no-repeat;
}
a {
	background-color: #000;
	color: #fff;
	padding: 0 4px;
	text-decoration: none;
}
a:hover {
	background-color: #1BB8FD;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
h4 {
	text-transform: uppercase;
	font-size: 11px;
	padding: 0;
	margin: 0 0 5px 0;
}

.c {
	clear: both;
}
#back {
	position: absolute;
	top: 60px;
	left: 170px;
	height: 70px;
	width: 270px;
	display: block;
	background: transparent;
}

.content_wrap {
	width: 811px;
}
.content_wrap .header {
	height: 130px;
	width: 400px;
	background: url(../img/logo.gif) 0 0 no-repeat;
}
.content_wrap .header h1,
.content_wrap .header h2 {
	display: none;
}

.intro {
	margin: 0;
	float: left;
	width: 420px;
	height: 120px;
}
.intro p,
.outro p,
.footer p {
	line-height: 20px;
}


.contact {
	float: right;
	width: 370px;
	height: 120px;
	background: url(../img/circle_phone.gif) top right no-repeat;
	margin-top: -25px;
}
.contact p {
	margin: 25px 120px 0 0;
	line-height: 20px;
}



.outro {
	margin: 35px 0;
}


.footer,
.footer a {
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.content {
	height: 350px;
	overflow: hidden;
	position: relative;
	/*border-top: 1px solid red;
	border-bottom: 1px solid red;*/
}

.projects {
	margin: 0 -30px 0 0;
	font-size: 11px;
	width: 850px;
}

.projects .more_info {
	clear: left;
	height: 350px;
	width: 820px;
}
.more_item {
	display: none;
}

.more_item img {
	margin-right: 30px;
	float: left;
	
}
.more_item p {
	float: left;
	width: 240px;
	line-height: 18px;
}


.more_item ul {
	float: left; 
	margin: 5px 0 0 15px; 
	padding: 0;
	line-height: 18px;
}

.projects .project {
	float: left;
	margin: 0 30px 0 0;
	height: 180px;
}
.projects .project p {
	width: 250px;
	line-height: 17px;
}
.projects .project h3 {
	width: 250px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
}

.projects .project h3 a {
	text-transform: none;
	font-weight: normal;
}


.projects .project img {
	margin-bottom: 10px;
	cursor: pointer;
}
.frbit {
	background: #000 url(../img/rabbitmovement.gif) top right no-repeat;
	padding-right: 18px;
}



.contact_meta {
	width: 250px;
	float: left;
}
.contact_form {
	width: 400px;
	float: left;
	position: relative;
}
.contact_meta .text_wrap {
	margin-bottom: 40px;
}

.contact_meta p {
	line-height: 20px;
}
.contact_meta h3 {
	text-transform: uppercase;
	margin: 0 0 7px 0;
	font-size: 11px;
}
.contact_form label span {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.contact_form label input,
.contact_form label textarea {
	margin-bottom: 10px;
	font-size: 12px;
	font-family: arial, san-serif;
	display: block;
	border: 2px solid #ececec;
	width: 380px;
	padding: 5px 7px;
}
.contact_form label input {
	width: 300px;
}
.contact_form label textarea {
	height: 130px;
}


.contact_form label input:focus,
.contact_form label textarea:focus {
	border: 2px solid #1db8fb;
}

.contact_form button {
	border: 0;
	height: 22px;
	width: 70px;
	display: block;
	background: url(../img/submit_button.gif) top left no-repeat;
	cursor: pointer;
}
.contact_form button:hover {
	background: url(../img/submit_button.gif) bottom left no-repeat;
}

.contact_form button span {
	display: none;
}
.error_message {
	margin: 10px 0;
	color: red;
}

#map_canvas a {
	background: transparent !important;
}



