/* 

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: 12px/17px 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;
	height: auto;
	margin: 20px 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;
}
#navBar p {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 1.2em;
}
#navBar a {
	color: #FFF;
}
#navBar a:hover {
	text-decoration: underline;
}
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;
		}
h1 a.homeLogo {display: block; width: 200px; height: 47px; float: left; text-indent: -999em; margin: 21px 0 9px 27px; background: url(../new_images/logo.gif) no-repeat left top;}
.topRightNavFix #searchbar{margin-right: 54px;}
#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;
}

#footHat {float: left; clear: both; width: 764px; background-color: #f1eee7; padding: 24px 0 24px 34px; margin: 15px 0 0 31px;}
.ie6Footer #footHat {margin: 15px 0 0 15.5px !important;}
#footHat .col {float: left; width: 212px; padding-right: 34px;}
#footHat .col h4 {font-size: 15px; padding-bottom: 4px;}
#footHat #colThree h4 {padding-top: 12px;}
#footHat .col ul {padding-left: 18px;}
#footHat .col ul li{padding: 3px 0;}
#footHat .col p {padding-bottom: 8px;}

#footer {
	width: 860px;
	padding-top: 11px;
	background-image: url(https://www.bohlmann.com/new_images/wrapBkg.gif);
	color: #999;
	font-size: 10px;
	clear: both;
		}

#footer p {padding: 0 0 6px 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;
}

h3 {
	font-size: 15px;
	color: #321414;
	padding-bottom: 8px;
	line-height: 17px;
	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;
		}  

