/* 

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 {
	background: #242424;
	font: 12px/17px Arial, Helvetica, sans-serif;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 860px; 
	background: #FFF url(../new_images/wrapBkg.gif) repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 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;
}
#searchText input{
	font-size: 10px;

}
#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#submit {
	padding-left: 2px;
	height: 18px;
	color: #771313;
	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;
}
#pcMain #submit {
	background-color: #FFF;
	border: 0 solid #FFF;
}
#submit:hover{
	background-color: #f9f7f3;
}	
#logo {
	padding: 21px 0 9px 27px;
	float: left;
		}
#masthead {
	margin-top: 11px;
	float: left;
	padding-left: 31px;
}
#wrapper #masthead #pcMain #manuals {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#wrapper #masthead #pcMain #manuals img {
	float: left;
	padding-right: 3px;
}
#wrapper #masthead #pcMain #manuals .productManual {
	font-size: 11px;
	color: #771313;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
}
#wrapper #masthead #pcMain #manuals #manuals ul {
	padding-left: 47px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrapper #masthead #pcMain #manuals #manuals li {
	list-style-type: none;
	padding: 0px;
}
#wrapper #masthead #pcMain #manuals #manuals a {
	padding: 0px;
}
pcShowCart a {
	font-weight: bold;
	color: #771313;
	text-decoration: none;
		}
pcShowCart a:hover {
	text-decoration: underline;
		}
#mainImg {
	float: left;
	margin-left: 11px;
}
#pcfooter {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #999;
	margin-top: 30px;
	background: #FFF;
	clear: both;
}
#pcfooter p {
	padding-left: 25px;
}
#pcfooter a {
	color: #999;
	text-decoration: none;
}
#pcfooter a:hover {
	color: #333;
	text-decoration: none;
	}
#bluespace a {
	color: #FFF;
	text-decoration: none;
}
#bluespace a:hover {
	text-decoration: none;
}
#bluespace {
	background: #242424;
	float: left;
	width: 829px;
	text-align: right;
	padding-top: 6px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
#gsa {
	margin-top: 11px;
	margin-left: 11px;
	clear: left;
	float: left;
}
.move {margin: 11px 0 0 11px;
	float: left; clear: left;}
h1 {
	font-size: 18px;
	color: #771313;
	padding-bottom: 8px;
	text-align: left;
}

h2 {
	font-size: 18px;
	color: #553433;
	padding-bottom: 8px;
}

h3 {
	font-size: 18px;
	color: #321414;
	padding-bottom: 8px;
}

/* ---------- 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;
		}  

