@charset "UTF-8";
body {
	background-image:url('../images/site-bg.jpg');
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#444444;
}


/* Specific containers */
.wrapper {
	margin:auto;
	width:750px;
	background:#ffffff;
}
.wrapper div {
	float:left;
	margin:0px;
}
#header {
	background-image:url('../images/header-bg-promo.jpg');
	background-repeat:repeat-x;
	float:left;
	padding-top:50px;
	position:relative;
}
#header-logo {
	float:left;
	background-image:url('../images/bp_logo.gif');
	background-position:center;
	width:210px;
	height:105px;
	margin:0px;
	overflow:hidden;
}
#header-logo span {
	visibility:hidden;
}
#header-nav {
	float:right;
	list-style-type:none;
	list-style:none;
	margin:59px 10px 0px 0px;
	padding:0px;
}
#header-nav li {
	float:left;
}
#header-nav a {
	height:46px;
	display:block;
	background-position:bottom center;
	background-repeat:no-repeat;
	text-decoration:none;
}
#header-nav span {
	visibility:hidden;
}
#header-nav a.nav-home {
	background-image:url('../images/nav-home.gif');
	width:68px;
}
#header-nav a.nav-home-selected {
	background-image:url('../images/nav-home-selected.gif');
	width:68px;
}
#header-nav a.nav-testimonials {
	background-image:url('../images/nav-testimonials.gif');
	width:124px;
}
#header-nav a.nav-testimonials-selected {
	background-image:url('../images/nav-testimonials-selected.gif');
	width:124px;
}
#header-nav a.nav-portfolio {
	background-image:url('../images/nav-portfolio.gif');
	width:102px;
}
#header-nav a.nav-portfolio-selected {
	background-image:url('../images/nav-portfolio-selected.gif');
	width:102px;
}
#header-nav a.nav-aboutus {
	background-image:url('../images/nav-aboutus.gif');
	width:94px;
}
#header-nav a.nav-aboutus-selected {
	background-image:url('../images/nav-aboutus-selected.gif');
	width:94px;
}
#header-nav a.nav-bookmark {
	background-image:url('../images/nav-bookmark.gif');
	width:125px;
}
#header-slogan {
	background-image:url('../images/header-slogan.gif');
	width:100%;
	height:40px;
	padding:0px;
}
#header-slogan span {
	visibility:hidden;
}
#featured-contact {
	background-image:url('../images/featured-contactus.jpg');
	height:244px;
	overflow:hidden;
}
#featured-contact h2{
	visibility:hidden;
	height:70px;
	margin:0px;
	overflow:hidden;
}
#featured-contact #contact_submit{
	margin:0px 0px 0px 130px;
}
#featured-testimonial {
	height:237px;
	background-color:#F2F1F1;
}
#featured-testimonial p {
	margin:10px;
	margin-bottom:0px;
	line-height:1.5em;
	color:#444444;
}
#featured-testimonial h2 {
	margin:5px;
}
#featured-testimonial a {
	text-decoration:none;
	color:#C04800;
}
#featured-testimonial img {
	position:relative;
	top:7px;
}
#footer {
	float:none;
	clear:both;
	text-align:center;
	font-size:12px;
}
ul#form {
	list-style:none;
	list-style-type:none;
	width:240px;
	text-align:right;
	margin-bottom:0px;
}
ul#form li {
	margin-bottom:2px;
}
div#portfolio-samples {
	background:#e5e4e4 url(../images/greybox-bg.gif) repeat-x;
	border: 1px solid #DADADA;
	margin:0px 5px 5px 5px;
	width:738px;
}
div#portfolio-samples *{
	float:none;
	text-align:center;
}
div#portfolio-samples img{
	margin:0px auto 20px auto;
}
div#portfolio-samples h2 {
	text-align:left;
}
ul#services-col1 {
	float:left;
	width:200px;
	margin-left:20px;
}
ul#services-col2 {
	float:left;
	width:200px;
	margin-left:20px;
}
.servicelist {
	list-style:none;
	font-size:15px;
	line-height:1.35em;
	padding-left:0px;
}
.servicelist li {
	background-image:url(../images/checkmark_12x12.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin-top:5px;
}
.fineprint {
	font-size:10px;
	text-align:center;
	margin-top:0px;
}

/* General formatting */
h1,h2 {
	color:#c04800;
	font-style:normal;
	font-weight:100;
	margin:5px 0px 0px 10px;;
}
h3 {
	font-style:normal;
	font-weight:100;
	margin:10px;
}
p {
	margin:10px 0px 10px 10px;
}
a {
	color:#444444;
}
a:hover {
	color:#c04800;
}
em {
	color:#c04800;
}
.col-wide {
	width:484px;
}
.col-narrow {
	width:246px;
}
.col-full {
	width:100%;
}
div.secondary {
	float:right;
	width:252px;
	background:#e5e4e4 url(../images/greybox-bg.gif) repeat-x;
	border: 1px solid #DADADA;
	font-size:13px;
	margin:5px 5px 0px 0px;
}
div.secondary * {
}
#services {
	background:#e4ecf3 url(../images/bluebox-bg.gif) repeat-x;
	margin:5px 0px 5px 5px;
	width:477px;
	border:1px solid #E4ECF3;
}

div#bbb { 
float:right;
margin-left:5px;
margin-right:5px;
margin-top:-35px;
padding-left:5px;
padding-top:2px;
}