/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #326A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main-body {
	background-image: url(images/body_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.page {
	width: 999px;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header #logo {
	float: left;
}

#header #topmenu {
	float: left;
	position: relative;
	margin-top: 60px;
	margin-left: 270px;
	width: 600px;
	text-align: left;
}

#body_index {
	margin-top: 10px;
}

#body_index ul {
	padding: 0px;
	margin: 0px;
}

#body_index ul li {
	list-style-type: none;
	float: left;
	color: #B4DB70;
	padding-right: 15px;
}

ul.ourworks li {
	list-style-type: none;
	display: inline;
}

#body_index ul.ourworks li {
	padding-right: 7px;
	color: #B4DB70;
}

#body_index ul li span.linktitle, #body_index ul li a.linktitle {
	font-size: 29px;
	color: #B4DB70;
	letter-spacing: -2px;
}

#body_index ul li a:hover {
	text-decoration: none;
}

#body_index ul li.webdesign {
	height: 95px;
}

#works {
	float: left;
	padding-bottom: 20px;
}

#works .thumbnail {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#works .website_title {
	color: #B4DB70;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 205px;
	margin-left: 10px;
}

#works .website_zoom {
	float: left;
	width: 22px;
}

#works .website_open {
	float: left;
	margin-left: 10px;
	width: 17px;
}

#page_footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #0E1F0C;
	min-height: 300px;
}

#footer {
	width: 999px;
	color: #377532;
	padding-top: 30px;
	text-align: left;
}

#footer a {
	color: #377532;
}

#footer div.copyright {
	float: left;
	padding-top: 35px;
}

#footer div.searchbox {
	float: right;
	color: #B5DB6E;
}

#footer div.searchbox input.textbox {
	background-color: #B5DB6E;
	padding: 4px;
	width: 180px;
	border: 0px;
}

#footer div.searchbox input {
	margin-top: 5px;
}

#footer div#footerdiv {
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer div#footermenu {
	float: left;
}

#footer div#footermenu ul {
	padding: 0px;
	margin: 0px;
}

#footer div#footermenu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 35px;
	position: relative;
	width: 150px;
}

#footer div#footermenu ul li a {
	font-size: 14px;
	font-weight: bold;
}

#footer div#footermenu ul li ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 25px;
	left: 0px;
}

#footer div#footermenu ul li ul li {
	list-style-type: none;
	display: block;
}

#footer div#footermenu ul li ul li a {
	font-size: 11px;
	font-weight: normal;
}

#footer div#twitter {
	float: right;
	color: #B5DB6E;
	text-align: right;
}
