/* clear browser styles */
* {
	margin:0px;
	padding:0px;
}
/* tag styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#3c3c3c;
	color:#fff;
	font-size:12px;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
h1 {
	font-size:24px;
}
img {
	border:none;
}
b {
	font-size:14px;
}
a { 
	text-decoration:none;
}
/* structural styles */
#wrap {
	width:900px;
	margin:0 auto;
}
#banner a {
	color:#fff;
}
#banner a:hover {
	text-decoration:underline;
}
#banner h1 {
	padding:20px 0 0 0;
}
#header {
	width:900px;
}
#content h1 {
	padding:15px 0 5px 0;
}
.services p {
	padding:0 0 30px 0;	
}
.services ul {
	padding:10px 0 40px 40px;
}
.services ul li {
	padding:5px;
	font-size:18px;
	font-weight:bold;
}
#content table td {
	padding:10px 0 10px 0;
}
#recent-projects img {
	border:solid 2px #fff;
}
#recent-projects h1 {
	border-bottom:1px solid #fff;
}
#recent-projects table {
	margin:0 0 30px 0;
}
.contact {
	height:21px;
	text-align:right;
}
.logo {
	width:397px;
	height:94px;
	float:left;
}
.navigation {
	width:503px;
	height:94px;
	float:right;
	background-image:url('images/nav-bg.jpg');
}
.navigation ul {
	list-style-type:none;
	padding:49px 0 0 13px;
	height:45px;
}
.navigation ul li {
	float:left;
}
.navigation ul li a {
	display:block;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0 10px 0 10px;
}
.navigation ul li a:hover {
	text-decoration:underline;
}
#about {
	padding:10px 0 10px 0;
}
#about p {
	padding:5px 20px 8px 0;	
}
.about p {
	padding:5px 0 5px 0;
}
#footer {
	height:315px;
	background-image:url('images/footer-rep.gif');
	background-repeat:repeat-x;
}
#footer .wrap {
	width:900px;
	margin:0 auto;
}
#left {
	width:625px;
	float:left;
	padding:20px 0 0 0;
}	
.contact_h1 {
	background-image:url('images/letter-icon.gif');
	background-repeat:no-repeat;
	padding:0 0 0 50px;
}
#left dd input {
	width:215px;	
}
#left dl {
	clear:both;
}
#left dd, #left dt {
	display:block;
	float:left;
}
#left dt {
	width:180px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding:5px 10px 5px 0;
}
#right {
	width:275px;
	float:right;
	padding:20px 0 0 0;
}	
#right ul {
	list-style-type:none;
}
#right ul li {
	padding:2px 0 5px 12px;	
}
#right ul li a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#right ul li a:hover {
	text-decoration:underline;
}
/* util */
.clear {
	clear:both;
}
