html,body {
	text-align: center;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray url(../images/bg2.gif) top left repeat;
	font: normal 100% Century Gothic, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	vertical-align: top;
}

div#container {
	text-align: left;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:772px;
	background: #fff url(../images/inner_bg2.gif) top left repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	background:#ddd url(../images/top.gif) top left no-repeat;
	height: 77px;
}

div#content {
	padding: 0 0 90px; /* bottom padding for footer */
}
	div#innerwrap {
		margin: 5px!important;
		margin: 5px 4px 5px 5px;
		padding: 0;
		clear: both;
	}
	
		div#picture {
			float: left;
			background: #fff url(../images/picture.jpg) top left no-repeat;
			width: 549px;
			height: 262px;
		}
		
		div#menu {
			background: #fff url(../images/menu.png) top left repeat-x;
			width: 206px;
			height: 262px;
			margin-left: 554px;
			vertical-align: middle;
		}
		
		div#innerinnerwrap {
			background: #fff url(../images/menu.png) top left repeat-x;
			border: 0px solid white;
			min-height: 262px;
			margin-top: 5px;
			padding: 0;
		}
		
			div#leftMenu {
				float: left;
				width: 200px;
				margin: 0;
				padding: 0;
			}
			
			div#maincontent {
				margin-left: 201px;
				border-left: 1px solid white;
			}
			
			div#maincontent h1 {
				padding-left: 15px;
				border-bottom: 1px solid white;
			}

div#footer {
	position:absolute;
	width:100%;
	height: 90px;
	bottom:0; /* stick to bottom */
	background: #fff url(../images/bottom2.gif) top left no-repeat;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 13px;
}

div.padded {
	padding: 15px;
}

div, p, h2, h1 {
	line-height: normal;
	padding: 0;
	margin: 0;
}

p {
	padding-top: 10px;
	text-align:left;

}

p, li {
	font-size: 13px;
	line-height: 150%;
}

h2 {
	/* color: #940000; */
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #940000;
	font: normal 32px/normal Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.slider_question{	/* Styling question */
	/* Start layout CSS */
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url(../images/bg_answer.gif);
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.slider_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.slider_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

#menu ul {
	margin-left: 0;
	text-indent: 0;
	padding-left: 0;
	margin-left: 15px;
}

#menu li {
	list-style-image: url(../images/arrow.gif);
	vertical-align: center;
	padding: 7px 0 ;
	margin: 7px 0;
	padding-top: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: normal;
	font-family: Century Gothic, Tahoma;
	letter-spacing: 2px;
	text-indent: 5px;
	
}

#menu a:hover {
	color: #990000;
}

a:link, a:visited {
	color:#666;
	text-decoration: none;
	vertical-align: middle;
}

#footer_bar a:link, #footer_bar a:visited {
	color: white;
	text-decoration: none;
	vertical-align: middle;
	height: 26px;
	float: left;
	padding: 6px 12px 0 12px;
	margin:1px 0 0 0;
	
}

#footer_bar a:hover {
	background: transparent url(../images/bottom_over.gif) top left repeat-x;
	border-bottom: none;
}


.leftmenublock a:link, .leftmenublock a:visited {	
 	display: block;
	width: 180px;
	height: 50px;
	background: transparent url(../images/lm_norm.gif) top left no-repeat;
	color: black;
	font-size: 10px;
	vertical-align: middle;
}

.leftmenublock b {
	color: #940000;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	height: 5px!important;
	display: block;
	margin: 0;
	padding: 7px 0 0 10px!important;
	padding: 0 0 0 10px;
}

.leftmenublock span {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 11px;
	color: black;
	font-weight: normal;
}

.leftmenublock a:hover {
	height: 50px;
	width: 190px;
	background: transparent url(../images/lm_over.gif) top left no-repeat;
}


table {
	font-size: 10px;
}

.leftinner {
	vertical-align: middle;
	padding: 0;
	margin: 12px 0 6px 25px;
	list-style-image: url(../images/arrow.gif);

}

.leftinner li {
	vertical-align: middle;
	padding: 0; 
	margin: 0;
}

.leftinner a:link, .leftinner a:visited {
	padding: 0;
	margin: 0;
	color: #940000;
}
.leftinner a:hover {
	color: black;
}
form {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	font-size: 10px;
	line-height: normal;
}
input, textarea {
	font-size: 10px;
	width: 150px;
}

.submit {
	width: auto;
}
#sub_footer {
	color: #666;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 10px;
	padding-top: 10px;
}

#sub_footer a:hover, .padded a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
body#metafix #dMetafix a, body#scrap #dScrap a, body#med #dMed a, body#silver #dSilver a, body#filtration #dFiltration a, body#plate #dPlate a, body#silvRec #dSilvRec a, body#airQual #dAir a  {
 	display: block;
	width: 190px;
	height: 50px;
	background: transparent url(../images/lm_sel.gif) top left no-repeat;
	color: black;
	font-size: 10px;
	vertical-align: middle;
}
