/* 
STYLE SHEET FOR [MBW PRODUCTS] WEB SITE
Created by Name Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

/* --------- 1. defaults  --------- */

* { 
		margin: 0;
		padding: 0;
		}

body {
	behavior: url(../css/csshover.htc);
	background-image: url(../images/bodyBkg_02.jpg);
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 752px;
	margin-top: 38px;
	float: right;
		}
#wrapper2 {
	margin-right: auto;
	margin-left: auto;
	width: 797px;
}

		
#masthead {
	float: left;
	height: 173px;
	width: 601px;
	background-image: url(../images/topBkg.jpg);
	border-right: solid 5px #FFF;
		}
		
#logo {
	border: 5px solid #FFF;
	float: left;
	height: 216px;
	background-color: #FFF;
		}
		
#navContainer {
	background-color: #030000;
	height: 43px;
	width: 601px;
	float: left;
	border-top: solid 5px #FFF;
	border-right: solid 5px #FFF;
	border-bottom: solid 5px #FFF;
	}

#content {
	padding-top: 55px;
	height: 255px;
		}
#spacer {
	width: 60px;
	float: left;
	clear: left;
}

#mainSec {
	float: left;
	width: 751px;
	height: 145px;
	background-image: url(../images/bottomBkg.jpg);
	background-position: 100% top;
	background-repeat: no-repeat;
}
#leftBar {
	float: left;
	width: 193px;
	padding-top: 35px;
	padding-left: 5px;
	padding-right: 15px;
}



#footer {
	width: 702px;
	height: 47px;
	background-repeat: repeat-x;
	text-align: center;
	background-position: bottom;
	clear: both;
		}
#footer a {
	color: #666;
	text-decoration: none;
}

#footer p{
	padding-top: 10px;
		}
.separator {
		clear: both;
		height: 0;
		}
h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #EC1D24;
	padding-bottom: 14px;
}
.floatLeft {
	float: left;
	width: 50px;
	padding: 10px 20px 0px 23px;
	text-align: center;
}
/* ---------- 3. links and navigation ---------- */

a {
		}
h2 {
	font-size: 12px;
	color: #EC1D24;
	padding-bottom: 3px;
}
.readMore a{
	color: #EC1D24;
	font-size: 11px;
	font-weight: bold;
}

/* ---------- 4. fonts ---------- */
ul {
	list-style-type: circle;
	padding-left: 10px;
		}
li {
	list-style-type: circle;
	list-style-position: outside;
}
#fullContent ul li {
	list-style-type: square;
}
/* ---------- 5. images ---------- */
a img {
		border: 0;
		}	
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
#narrowContent {
	float: left;
	width: 250px;
}
#fullContent {
	float: left;
	width: 445px;
	padding-top: 12px;
}
#fullContent p {
	padding-bottom: 12px;
}
