@charset "UTF-8";
/* CSS Document */
body {
	margin: 50px 0 0 50px;
	font-size: 12px;
	color: #878787;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../assets/page_bkg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	background-color: #fff;
	padding: 0;
}
.error, .alert {
	color: #993300;
	font-weight: bold;
}
.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	color: #009999;
	font-weight: normal;
}
#wrap {
	width: 900px;
	background-image: url(../assets/BB_logo_inner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 600px;
}
#menu {
	float: right;
	color: #009999;
	width: 599px;
	text-align: right;
}
#menu a {
	color: #878787;
	text-decoration: none;
	letter-spacing: 1px;
}
#menu a:hover {
	border-bottom: 2px solid #878787;
	padding-bottom: 0;
}
#hplink {
	width: 301px;
	height: 17px;
}
#hplink img {
	border: none;
}
#sidebar {
	width: 220px;
	height: auto;
	padding-top: 60px;
	float: left;
	position: relative;
	line-height: 1.5em;
}
#sidebar ul {
	margin: 0 0 0 -3em;
}
*+html #sidebar ul {
	margin: 0 0 0 0;
}
* html #sidebar ul {
	margin: 0 0 0 0;
}
#sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}
#sidebar a {
	font-size: 14px;
	text-transform: uppercase;
	color: #878787;
	text-decoration: none;
}
#clientlist a {
	color: #878787;
}
#clientlist a:hover {
	color: #009999;
}
#socialnet {
	float: left;
	margin: 12px 0 30px 0;
}
#socialnet img {
	margin-right: 12px;	
	border: 0;
}
#content {
	width: 620px;
	float: right;
	position: relative;
	padding: 60px 20px 20px 0;
	background-image: url(../assets/content_bkg.png);
	background-repeat: repeat;
}
#content p, li {
	line-height: 2em;
	font-size: 13px;
}
#content a {
	color: #009999;
}
#content ul {
	margin: 0 0 0 -2em;
}
*+html #content ul {
	margin: 0 0 0 1.5em;
}
* html #content ul {
	margin: 0 0 0 1.5em;
}
#content h3 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #009999;
	font-weight: normal;
}
#content img.ourwork{
	border: 2px solid #ccc;
	margin-bottom: 8px;
}
#content img.thumb {
	border: none;
	margin-right: 4px;
}
#content p.more {
	color: #878787;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .85em;
	margin-top: 2px;
}
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #878787;
	margin: 0;
	padding: 5px;
}
.contactform label, .contactform input, .contactform select, .contactform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #878787;
	display: block;
	float: left;
	width: 23em;
	margin: 5px 0;
	padding: 2px;
	}
.contactform input, .contactform textarea, .contactform select, .storeform input {
	border: 1px solid #878787;
}
.contactform input.xsmall {
	width: 2em;
}
input.button {
	height: 22px;
	border: 1px solid #009999;
	line-height: 12px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	padding: 0 7px 2px 7px;
}
input.hidden {
	height: 1px;
	border: none;
}
.contactform select {
	background-color: #fff;
	width: 23.5em;
	border: 1px solid #878787;
}
.contactform label {
	color: #009999;
	text-align: left;
	width:10em;
	margin-right: 5px;
	font-weight: bold;
}
.contactform br {
	clear:left;
}
.contactform input.submit {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #158e8f;
	color: #fff;
	background-color: #009999;
	padding: 1px 15px 2px 15px;
	width: auto;
}
