/* reset */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

/** Global **/
body {
	color: #666;
	background: url("../images/home_body_bg.jpg") top left repeat-x #f3f3f3;
	font-family: Arial, serif;
	font-size: 12px;
	line-height: 18px;
}

body#contact{
	background: url("../images/contact_bg.jpg") top left repeat-x #f3f3f3;
}

body#about{
	background: url("../images/contact_bg.jpg") top left repeat-x #f3f3f3;
}

body#portfolio{
	background: url("../images/contact_bg.jpg") top left repeat-x #f3f3f3;
}


.clear {
	clear: both;
}


#page-wrap {
	width:960px;
	margin: 0 auto;
}

#header {
	background: url("../images/header_bg.jpg") top left no-repeat;
	width: 960px;
	height: 116px;
}

#logo {
	float: left;
	width: 279px;
}

#nav {
	float: right;
	margin-top: 50px;
	width: 400px;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	float: left;
	margin-left: 45px;
}

#nav ul li a {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

#banner {
	width: 960px;
	height: 361px;
	background: url("../images/sample_banner.jpg") top left no-repeat;
}

#portfolio #banner {
	width: 960px;
	height: 25px;
	background: url("../images/banner_bg.jpg") top left no-repeat;
}

#banner-inner {
	padding-top: 20px;
	height: 341px;
}

#about #banner {
	height: 325px;
}

#about #banner-inner {
	width: 960px;
	height: 304px;
	background-color: #eee;
}

#content-inner {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

h1 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	margin-top: 3px;
	font-weight: normal;
}

h1 span {
	color: #004383;
	font-weight: bold;
}

#main-content {
	float: left;
	width: 610px;
}

#sidebar {
	float: right;
	width: 280px;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004383;
	margin-bottom: 2px;
}

#home-main,
#home-sidebar {
	border-top: solid 1px #ddd;
	padding-top: 5px;
}

#home-main p {
	margin-bottom: 10px;
}

.highlight {
	color: #004383;
	font-weight: bold;
}

a.contact_home {
	color: #ce7312;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.contact_home:hover {
	text-decoration: underline;
}

#sidebar a {
	text-decoration: underline;
	color: #666;
}

#footer {
	width: 960px;
	height: 71px;
	background: url("../images/footer_bg.jpg") top left no-repeat;
}

#copyright {
	padding-top: 20px;
	padding-left: 15px;
	color: #aaa;
}

#about-content {
	width: 960px;
	height: 639px;
	background: url("../images/about_bg.jpg") top left no-repeat;
}

#about-main {
	float: left;
	width: 590px;
	margin-top: 30px;
	padding-left: 12px;
	height: 428px;
}

#about-main-content {
	padding-top: 8px;
	width: 565px;
	color: white;
}

#about-main-content p {
	margin-bottom: 10px;
}

#about-services {
	float: right;
	width: 312px;
	margin-top: 28px;
}

#about-services h2 {
	padding-left: 15px;
}

body#about h2 {
	color: #7d90a2;
	font-size: 16px;
}

#services-content {
	padding-left: 15px;
	color: white;
	padding-top: 10px;
}

#services-content ul {
	list-style: none;
}

#services-content ul li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#about-links h2 {
	padding-left: 15px;
	margin-bottom: 0;
}

#about-links-content {
	padding-left: 15px;
}

#about-links-content  a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

body#contact #content {
	margin: 0 auto;
	width: 952px;
	background: url("../images/contact_top_bg.jpg") top left no-repeat;
	height: 600px;
}

#contact-form {
	float: left;
	width: 580px;
	margin-top: 40px;
	margin-left: 10px;
}

#contact-sidebar {
	float: right;
	width: 280px;
	margin-top: 40px;
}


#contact h2 {
	color: #b3bcc5;
	font-size: 16px;
	line-height: 24px;
}

#contact-form-inner {
	border-top: solid 1px #cfcfcf;
	padding-top: 20px;
}


label {
	display: block;
	margin-bottom: 5px;
}

.inputbox {
	width: 260px;
	height: 22px;
	line-height: 20px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
}

textarea {
	border: solid 1px #ccc;
}

.btn_submit {
	color: white;
	padding: 5px 15px;
	font-size: 13px;
	background: #383838;
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
}

#contact-info-details {
	border-top: solid 1px  #cfcfcf;
	padding-top: 15px;
	width: 220px;
}

#contact-info-details a {
	color: #666;
	text-decoration: none;
}

#contact-info-details a:hover {
	text-decoration: underline;
}

#address {
	margin-top: 80px;
}

#map {
	border-top: solid 1px  #cfcfcf;
	padding-top: 15px;
	width: 220px;
}	


#portfolio-content {
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
}



#clients-list { 
	padding-top: 20px;
	padding-left: 15px;
}

#clients-list h2 {
	color: #b3bcc5;
	font-size: 16px;
	line-height: 24px;
}

.clients-column {
	float: left;
	width: 315px;
}

.clients-column ul {
	margin-top: 10px;
	list-style: square;
	margin-left: 30px;
}

.clients-column ul li {
	line-height: 25px;
}


#banner-prompt {
	float: left;
	width: 400px;
}

#banner-prompt-inner {
	padding-top: 90px;
	padding-left: 30px;
}

#banner-prompt-inner h1 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom:5px;
}

#banner-prompt-inner span {
	font-size: 16px;
	color: #7D90A2;
	font-weight: bold;
}

#about-flash-banner {
	float: left;
	width: 550px;
}
