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

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back2.jpg);
	background-repeat: repeat-x;
	background-color: #b2a97e;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	color:#000;
}

#cms_content {
	width: 700px;
}

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

#header {
	margin: 0px;
	padding: 0px;
	padding-top: 81px;
	height: 63px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 642px;
	height: 34px;
	float: right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: block;
	float: left;
}

#nav a{
	background-image:url(../images/nav_main.jpg);
	height: 34px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
}

a#home {
	background-position: 0 0;
	width: 114px;
}

a#home:hover {
	background-position: 0 -34px;
}

a#services {
	background-position: -114px 0;
	width: 133px;
}

a#services:hover {
	background-position: -114px -34px;
}

a#project {
	background-position: -247px 0;
	width: 132px;
}

a#project:hover {
	background-position: -247px -34px;
}

a#client {
	background-position: -379px 0px;
	width: 132px;
}

a#client:hover {
	background-position: -379px -34px;
}

a#contact {
	background-position: -511px 0px;
	width: 131px;
}

a#contact:hover {
	background-position: -511px -34px;
}

.nav.current-home a#home {
	background-position: 0 -34px;
	cursor: default;
}

.nav.current-services a#services {
	background-position: -114px -34px;
	cursor: default;
}

.nav.current-project a#project {
	background-position: -247px -34px;
	cursor: default;
}

.nav.current-client a#client {
	background-position: -379px -34px;
	cursor: default;
}

.nav.current-contact a#contact {
	background-position: -511px -34px;
	cursor: default;
}

#secondnav {
	padding-top: 8px;
	float: right;
	text-align: left;
	width: 720px;
	height: 20px;
	color:#fff;
	font-size: 12px;
}

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

#secondnav a:hover {
	text-decoration: underline;
}

#secondnav ul li {
	display: inline;
	list-style-image: none;
}

#homenav {
	display: none;
	padding-left: 110px;
}

#servicesnav {
	display: none;
	padding-left: 60px;
}

#projectnav {
	display: none;
}

#clientnav {
	display: none;
	padding-left: 110px;
}

.nav.current-home #homenav {
	display: inline;
}

.nav.current-services #servicesnav {
	display: inline;
}

.nav.current-project #projectnav {
	display: inline;
}

.nav.current-client #clientnav {
	display: inline;
}

#image {
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0px;
	padding: 20px;
	min-height: 280px;
}

#content h2 {
	font-size: 17px;
	color:#003366;
}

#left{
	margin: 0px;
	padding: 15px;
	width: 428px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}

#right {
	margin: 0px;
	padding: 15p;
	width: 516px;
	float: right;
	font-size: 14px;
}

#right a{
	color:#000;
	text-decoration: none;
}

#right a:hover {
	color:#00a4e4;
}

#right .readmore a{
	color:#fff;
	text-decoration: none;
}

#right .readmore a:hover {
	color:#5D2D0C;
}

#right table {
	font-size: 9px;
}

#right table h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 15px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color:#0597cf;
	font-size: 11px;
	text-align: center;
	color:#fff;
}

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

#footer a:hover {
	color:#003366;
}

.dark {
	color:#455146;
}

.dark a{
	color:#455146;
	text-decoration: none;
}

.dark a:hover {
	color:#999999;
}

.orange {
	color:#da9703;
}

.input {
	background-color:#a39576;
	border: 1px solid #333;
	padding: 2px;
}

.submit {
	background-color:#00a4e4;
	color:#fff;
	font-size: 9px;
	border: none;
	padding: 2px;
}


.readmore {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.readmore a{
	color:#fff;
	text-decoration: none;
}

.readmore a:hover {
	color:#5D2D0C;
}

h1 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 28px;
	color:#fff;
}

h2 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 24px;
	color:#fff;
}

a{
	color:#003366;
	text-decoration: none;
}

a:hover {
	color:#5D2D0C;
}
#project1, #project2, #project3 {
border-bottom: 1px dotted black;
}


