/* CSS Document */
@import url(forms.css);
@import url(navbar.css);

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	 color:#000;
	 font-weight:500;
}
h1 {
}
h2 {
}
h3 {
}
p {
	font-size:79%;
/*	font-weight:bold;*/
}

a:link, a:visited {
	text-decoration:none;
	color:#cc5401;
}
a:hover, a:focus {
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:41em;
	text-align:left;
	background:url(../images/wrapperBGRepeat.gif) right top repeat-y transparent;
}
#header {
	width:645px;
	height:124px;
	text-align:right;
	margin:15px auto;
	position:relative;
	background:url(../images/header-bg.gif) left top no-repeat transparent;
}
#header p {
	color:#fff;
	margin:0;
	padding:45px 35px 0 0;
}

#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	display:block;
	overflow:hidden;
	width:220px;
	height:0;
	padding:85px 0 0 0;
	background:transparent;
	margin:0;
	position:absolute;
	top:20px;
	left:30px;
}

#content {
	font-size:90%;
	margin:0 200px 0 0;
}
html>body #wrapper #content {
}

#content ul {
	font-size:90%;
	font-weight:bold;
	color:#cc5401;
}
#content ul li {
	color:#000;
	list-style:square;
}
#servicesImg {
	float:right;
	margin:10px 0 0 0;
}


#contact-us {
	width:560px;
	background:url(../images/contact-us.jpg) right center no-repeat transparent;
}

#footer {
	clear:both;
	font-size:70%;
	font-weight:bold;
	margin:10px 0;
	padding:10px 5px;
	border:2px solid #808080;
	border-width:2px 0;
	margin:15px 0 0 0;
	color:#808080;
}
#footer p {
	margin:8px 0;
	text-align:right;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999;
}
#footer a:hover, #footer a:focus {
	color:#000;
}
#footer ul {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}
#footer ul li {
	margin:0;
	padding:2px 0;
	list-style:none;
	display:inline;
}
#footer ul li.curr {
	padding:2px 10px;
}
#footer ul li a {
	padding:0px 10px;
}

#logos {
	float:left;
	width:300px;
}
.ourwork div {
	float: left;
	width: 47%;
}
.ourwork li {
	padding-right: 12px;
	padding-left: 1px;
}