/* 

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

Notes

*/

/* --------- 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 {
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
	width: 704px;
	}
#masthead {
	float: left;
	height: 175px;
	width: 601px;
	border-right: 3px solid #FFF;
	background-color: #FFF;
		}
		
#logo {
	border: 5px solid #FFF;
	float: left;
	height: 216px;
	background-color: #FFF;
		}
		
#navContainer {
	background-color: #030000;
	height: 43px;
	width: 599px;
	float: left;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
		}
#spacer {
	width: 60px;
	float: left;
	clear: left;
}
#mainSec {
	float: left;
	width: 704px;
	height: 145px;
	background-position: 100% top;
	background-repeat: no-repeat;
}
#leftBar {
	float: left;
	width: 193px;
	padding: 35px 15px 0px 5px;
}
#footer {
	width: 702px;
	height: 47px;
	background-repeat: repeat-x;
	text-align: center;
	background-position: bottom;
	clear: left;
	padding-top: 15px;
		}
#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 10px 0px 23px;
	text-align: center;
}

/* ---------- 3. links and navigation ---------- */

a {
	color: #F51925;
		}
h2 {
	font-size: 12px;
	color: #EC1D24;
	padding-bottom: 3px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-bottom: 3px;
}

.readMore a{
	color: #EC1D24;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.price {
	color: #0066FF;
	font-weight: bold;
}
address p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: -3px;
}
.caption {
	font-size: 10px;
}
.tabletitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #BE1536;
	padding: 2px;
}
#limitations {
	clear: left;
}
.question {
	font-weight: bold;
	margin-bottom: -10px;
}
.answer {
	font-size: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
}

/* ---------- 4. fonts ---------- */
ul {
	list-style-type: disc;
	padding-left: 10px;
		}
li {
	list-style-type: disc;
	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: 82px;
	padding: 0px 10px 0px 5px;
}
#fullContent {
	float: left;
	width: 585px;
}
#fullContent p {
	padding-bottom: 12px;
}
