html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
a img {border: none;}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900px;
	background: url(stock/content_bg.jpg) repeat-y center;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width: 875px;
	height: 112px;
	margin: 0 12px 0 13px;
}

#content {
	width: 875px;
	background: url(stock/content_top.jpg) repeat-x;
	margin: 0 12px 0 13px;
	padding-bottom: 125px;
}

.body {
	clear: both;
	padding: 0px 12px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;}
.body a { color: #000000; text-decoration: underline; }
.body a:hover { color: #000000; text-decoration: none;}

.body h1 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;}
	
.body img {border: 1px solid #000000; margin-left: 5px;}

img.noborder {border: none;}
	
/* Home Content */
	
.home_content {
	width: 560px;
	float: left;
	text-align: center;
	margin: 0px;
}

p {
	margin: 15px 0px 15px;
	text-align: left;
}

/* Tables */

tr {vertical-align: top;}

.product td {text-align: center; padding: 0px 50px 25px;}

/* Footer */

div#footer {
	width: 100%;
	position:absolute;
	background: #FFFFFF url(stock/footer.jpg) no-repeat center top;
	bottom:0; /* stick to bottom */
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000;}
	
div#footer p {
	padding-top: 95px;
	width: 900px;
	margin: 0 12px 0 13px;
	}
#footer a { color: #000000; text-decoration: underline; }
#footer a:hover { color: #000000; text-decoration: none;}

.error {color: #FF0000;}

/* Navigation */

.nav_left {
	width: 30px;
	height: 56px;
	margin-left: 10px;
	background: url(stock/nav_left.jpg) no-repeat;
	float: left;
}

.nav_right {
	width: 30px;
	height: 56px;
	background: url(stock/nav_right.jpg) no-repeat;
	float: left;
}

.nav {
	height: 43px;
	float: left;
	background: url(stock/nav_bg.jpg) repeat-x;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;}
.nav a { color: #000000; text-decoration: none;}
.nav a:hover { color: #000000; text-decoration: underline;}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #305A56;
	line-height: 17px;
	margin-left: 14px;
	width: 110px;}
.subnav a { color: #305A56; text-decoration: none; }
.subnav a:hover { color: #92334C; text-decoration: underline;}


