/* 
STYLE SHEET FOR BOHLMANN CONCRETE AMENITIES WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com
/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}
body {
	background: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1em;
		}
/*  --------- 2. structure  --------- */

#wrapper {
	width: 860px;
	background: #FFF url(../new_images/wrapBkg.gif) repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
		}
.left {
	float: left;
	margin-left: 31px;
}
.right {
	float: right;
	margin-right: 31px;
}
#searchbar {
	float: right;
	font-size: 10px;
	color: #333;
	margin: 28px 25px 0 0;
}
#searchbar p {
	padding-top: 11px;
	text-align: right;
}
#searchbar a {
	color: #333;
	text-decoration: none;
}
.searchlink a{
	color: #771313;
	font-size: 11px;
	font-weight: bold;
}
#searchText a{
	font-size: 11px;
	font-weight: bold;
	color: #771313;
}
#searchText {
	margin-bottom: 9px;
}
input {
	padding-left: 2px;
	color: #666;
	background: #f1eee7;
	border: 1px solid #c2c2c2;}
	
input:focus {
	background: #f9f7f3;
}
#wrapper #searchbar a:hover {
	text-decoration: underline;
}
#submit{
	height: 18px;
	font-size: 10px;
	color: #771313;
}
#submit:hover{
	background-color: #f9f7f3;
}	
#logo {
	float: left;
	padding: 21px 0 9px 27px;
		}
#masthead {
	margin-top: 11px;
	float: left;
	padding-left: 31px;
}
#mainImg {
	float: left;
	margin-left: 11px;
}
.tab {
	width: 829px;
	float: left;
	margin-top: 11px;
	color: #666;
	background-color: #f1eee7;
	background-image: url(../new_images/tab_bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}
.sidetab {
	float: left;
	margin-right: 25px;
}
.tabContent {
	width: 525px;
	float: left;
	margin-top: 16px;
	padding-bottom: 16px;
}
.tabContenta {
	width: 435px;
	float: left;
	margin-top: 16px;
	padding-bottom: 16px;
	color: #333;
	line-height: 1em;
}

.tabContent p, .tabContenta p {
	color: #333;
}
.tabImgs {
	float: left;
	padding-left: 0px;
	width: 245px;
	text-align: center;
}
.tabContent ul {
	list-style: none;
	line-height: 17px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 12px;
}
.tabContent ul li {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 14px;
}

.small {
	font-size: 10px;
}


#footer {
	float: left;
	width: 860px;
	padding-top: 11px;
	background-image: url(../new_images/wrapBkg.gif);
	color: #999;
	font-size: 10px;
		}
#footer p {
	padding-left: 56px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
	}
#wrapper #spacer {
	background-color: #242424;
	height: 15px;
	width: 800px;
	clear: both;
}


.adv {
	padding-top: .5em;
	padding-bottom: .5em;
}
#wrapper #bluespace {
	clear: both;
}


#bluespace a {
	color: #FFF;
	text-decoration: none;
}
#bluespace a:hover {
	text-decoration: none;
}

#bluespace {
	background: #242424;
	float: left;
	width: 829px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	padding: 6px 31px 0 0;
}
h1 {
	font-size: 18px;
	color: #771313;
	padding-bottom: 8px;
	text-align: left;
}

h2 {
	font-size: 18px;
	color: #6B7A6F;
	padding-bottom: 8px;
}

h3 {
	font-size: 18px;
	color: #6CA0B3;
	padding-bottom: 8px;
}
h3.steel {
	color: #553433;
}
h3.res {
	color: #321414;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}
.tab .tabContent p, .tab .tabContenta p {
	line-height: 1.3em;
}
.important {
	color: #FF0000;
}
 



/* ---------- 3. links and navigation ---------- */

a {
	font-weight: bold;
	color: #771313;
	text-decoration: none;
		}
		
a:hover {
	text-decoration: underline;
		}
		
a:visited {
	color: #553433;
}

/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
