/* 

STYLE SHEET FOR BOHLMANN CONCRETE AMENITIES WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks
 
Notes

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font: 11px/15px Arial, Helvetica, sans-serif;
	background-color: #242424;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 860px;
	background: #FFF url(https://www.bohlmann.com/new_images/wrapBkg.gif) repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
		}
.left{
	float:left;
	margin-left: 31px;
	}
.right{
	float:right;
	margin-right: 31px;
	}
.pcleft{float: left;}
.pcright{float: right;}
#searchbar {
	float: right;
	margin-top: 28px;
	font-size: 10px;
	color: #333;
	margin-right: 25px;
}
#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 {
	color: #666;
	background: #f1eee7;
	border: 1px solid #c2c2c2;
	padding-left: 2px;}
	
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 {
	padding-top: 21px;
	padding-left: 27px;
	padding-bottom: 9px; 
	float: left;
		}
#masthead {
	margin-top: 11px;
	float: left;
	padding-left: 31px;
}
#mainImg {
	float: left;
	margin-left: 11px;
}
#content {
	margin-right: 31px;
	margin-left: 22px;
	padding-top: 22px;
	width: 514px;
	float: left;
	background: #FFF;
}
#content p {
	padding-bottom: 12px;
	line-height: 16px;
}
#full {
	width: 798px;
	background: #FFF;
	margin-right: 31px;
	margin-left: 31px;
}
#footer {
	width: 860px;
	padding-top: 11px;
	background-image: url(https://www.bohlmann.com/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;
}
#bluespace {
	background: #242424;
	float: left;
	width: 829px;
	padding-right: 31px;
	text-align: right;
	padding-top: 6px;
	font-size: 10px;
	color: #FFF;
}
#bluespace a {
	color: #FFF;
	text-decoration: none;
}
#bluespace a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #771313;
	padding-bottom: 8px;
}
h2 {
	font-size: 14px;
	color: #553433;
	padding-bottom: 2px;
}
h3 {
	font-size: 17px;
	color: #321414;
	padding-bottom: 8px;
	line-height: 19px;
	padding-top: 4px;
}
.breadcrumbs {
	font-size: 10px;
	padding-bottom: 16px;
}

/* ---------- 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;
	padding-bottom: 15px;
		}
#content ul {
	list-style-type: none;
	padding-bottom: 15px;
	padding-left: 30px;
		}
#bl {
}
#bl li {
	padding-top: 4px;
}


ul li {
	list-style-type: disc;
}
ul ul {
	padding-left: 15px;
} 
 


/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
