body {
	background: #000000 repeat-x top left;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.left {
	float: left;
}

.right {
	float: right;
}


.clear {
	clear: both;
}


#wrapper {
	background: url(../images/interface/wrapper_background_black.jpg) repeat-y top center;
	width: 1010px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../images/interface/header_background_black.jpg) no-repeat top center;
	width: 1010px;
	height: 175px;
}

#header h1, #header a {
		text-indent: -9999px;
}

#header a {
	margin: 0;
	padding: 0;
	display: block;
	width: 1010px;
	height: 175px;
}

#content {
	background: url(../images/interface/content_background_black.jpg) no-repeat top center;
	width: 1010px;
	margin: 0;
	min-height: 320px;
}

#content-items {
	margin: 0;
	padding: 90px 80px 0px;
}


#footer {
	background: url(../images/interface/footer_black.jpg) no-repeat bottom center;
	width: 1010px;
	height: 70px;
}

#footer-content {
	padding: 0px 80px 80px;
}

h1 {
	font-size: 1.4em;
	padding: 3px;
	margin: 0;

}

h2 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 10px 0 0;
	color: #FFF;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin:inherit;
	color: #627a32;
}

h4 {
	font-size: 1em;
	padding: 0px;
	margin:inherit;
	color: #627A32;
}

h4 a {
	text-decoration: none;
	color: #627A32;
}

#contact-form h2 {
	color: #FFFFFF;
    font-size: 2.5em;
    font-weight: normal;
    margin: -30px 0 0;
}

ul {
	margin-top: 3px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: #627a32;
}

#footer-content p {
	padding: 0;
	margin: 0;
}

#menu {
	display: block;
	width: 480px;
	position: absolute;
	top: 206px;
	left: 359px;
	margin-left: 20px;
}

#menu ul {
	list-style: none;
	width: 480px;
	height: 43px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	height: 43px;
	float: left;
	display: inline;
}

#menu ul li a {
	background: url(../images/interface/menu.png) 0 0 no-repeat;
	display: block;
	height: 43px;
	text-indent: -9999px;
}

#menu ul li.about-us a {
	background-position: 0 1px;
	width: 120px;
}

#menu ul li.about-us a:hover {
	background-position: 0 -48px;
	width: 120px;
}

#menu ul li.services a {
	background-position: -120px 1px;
	width: 120px;
}

#menu ul li.services a:hover {
	background-position: -120px -48px;
	width: 120px;
}

#menu ul li.contact a {
	background-position: -240px 1px;
	width: 120px;
}

#menu ul li.contact a:hover {
	background-position: -240px -48px;
	width: 120px;
}

#menu ul li.portfolio a {
	background-position: -360px 1px;
	width: 120px;
}

#menu ul li.portfolio a:hover {
	background-position: -360px -48px;
	width: 120px;
}

#footer-navigation {
	display: block;
	font-size: 10px;
	position: relative;
	background: none;
	margin-top: -27px;
	text-align: right;
	color: white;
	width: 980px;
}

#contact-form {
	width: 650px;
	height: 400px;
}

#contact-form span {
	color: #627a32;
}

#contact-form input#name {
	height: 25px;
	display: block;
	width: 500px;
	color: #627a32;
	padding-left: 10px;
	font-size: 12px;
}

#contact-form input#email {
	height: 25px;
	display: block;
	width: 500px;
	color: #627a32;
	padding-left: 10px;
	font-size: 12px;
}

#contact-form input#phone {
	height: 25px;
	display: block;
	width: 500px;
	color: #627a32;
	padding-left: 10px;
	font-size: 12px;
}

#contact-form textarea#query {
	height: 100px;
	display: block;
	width: 500px;
	color: #627a32;
	padding-left: 10px;
	font-size: 12px; 
}

#contact-form  label {
	float: left;
	width: 70px;
}

#contact-form p {
	clear: both;
}

#contact-form input#submit_button {
	float: right;
	margin-right: 68px;
}

#portfolio {
	width: 800px;
}

.website-item {
	width: 200px;
}

.website-item img {
	margin: 10px 10px 10px 20px;
}

.website-item h4 {
	text-align: center;
	margin-left: -10px;
}

#breadcrumbs {
	margin: 0px 0px 10px 2px;
	color: #627a32;
}

#tag-line {
	margin-left: 70px;
}
