html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-size: 10pt;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



#privacy h2
{
	font-size: 1.5em;
	color: #ff6633;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
body 
{
	font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	background: url("../images/bg.jpg");
	color: white;
}
p
{
	color: black;
	text-align: center;
	font-size: 1em;
}
h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.6em;

}

h2 a
{
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}
h3
{
	font-size: 1.2em;
	color: black;
	text-align: center;
	line-height: 1.1em;
}
h4
{
	font-size: 1em;
	color: black;
	text-align: center;
	line-height: 1em;
}

#wrapper {
	margin: 0 auto;
	width: 984px;	
}
#header {
	width: 984px;
	float: left;
	height: 100px;
	background: url(../images/header.png) top left no-repeat;
	overflow: hidden;
}

#header h1{
	float: right;
	width: 270px; 
	height: 100px;
	text-align: center;
	line-height: 110px;
	text-indent: -9999px;
	}

#header h2{
	padding-top: 40px;
	height:40px;
	text-indent:-9999px;

}
#navigation {
	float: left;
	width: 984px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	overflow: hidden;
}

#nav{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	height: 30px;	
	overflow: hidden;
	/*position: absolute;*/
	width: 800px;
}
#nav li{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#content h2{
	color: rgb(0,0,0);
	margin: 10px 20px 10px 0px;
}


#nav a{
	float: left;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	height: 0px ;
	height: 30px;
}

#nav a:hover{
	background-position: 0 -30px;	
}

#nav a:active, #nav a.active{
	background-position: 0 -30px;
}

a#navHome{
	width: 197px;
	background: url(../images/nav_home.png) top left no-repeat;
}

a#navProducts{
	width: 197px;
	background: url(../images/nav_products.png) top left no-repeat;
}

a#navAboutUs{
	width: 197px;
	background: url(../images/nav_about.png) top left no-repeat;
}

a#navLinks{
	width: 197px;
	background: url(../images/nav_links.png) top left no-repeat;
}

a#navContact{
	width: 196px;
	background: url(../images/nav_contact.png) top left no-repeat;
}
#main
{
	width: 984px;
	/*background: rgb(0,173,239)	 url(../images/MineralWell.png) bottom left no-repeat;*/
	background: rgb(0,173,239);
}


#leftNav ul
{
	font-size: 1.2em;
	display: block;
	text-indent: -5px;
	padding: 0px 0px 0px 5px;
}

#leftNav h2 a
{
color: rgb(254,196,101);
}

#leftNav a
{
	color: white;
}

#leftNav a:hover
{
	color: rgb(254,196,101);
	}


#leftNav
{
	float: left;
	width: 220px;
	padding: 5px 0px 0px 5px;
	color: rgb(255,250,230);
	line-height: 1.5em;
}


#content
{
	float: left;
	width: 720px;
	/*background: rgb(255,250,230);*/
	background: rgb(255,250,230) url(../images/MineralWell.png) bottom right no-repeat;
	float: right;
	margin: 5px 5px 0px 5px;
	min-height: 300px;
	padding: 10px 10px 10px 10px;
	line-height: 1.3em;
}
#content p
{
	margin: 0px 12px 0px 10px;
}
#content h2
{
	margin: 5px 12px 5px 10px;
	text-align: center;
}


#footer {
	float: left;
	width: 944px;
	padding: 5px 20px 5px 20px;
	background: rgb(254,196,101);
	font-size: .7em;
	color: rgb(0,0,0);
}

#footer a
{
	color: rgb(0,0,0);
	font-size: inherit;
}
#privacy
{
	width: 944px;
	margin: 0 auto;
	background-color: rgb(255,255,255);
	padding: 10px 20px 10px 20px;
	color: black;
	border: 1px solid black;
}

.alignLeft
{
	text-align: left;
	float: left;
	font-size: inherit;
}
.alignRight
{
	text-align: right;
	float: right;
	font-size: inherit;
}
.listHeader
{
	text-align: left;
	margin: 5px 0px 3px 0px;
	font-weight: bold;
}
div.spacer
{
	clear: both !important;
	line-height: 1px;
}
.border
{
	border: 1px solid black;
}

.middle
{
	vertical-align: middle;
}

img
{
	border: 0px solid black;
	vertical-align: middle;
}

table {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	color: black;
	margin: 0px auto;
	float: left;
	
}
table  th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(0,173,239);
	text-align: center;
	color: rgb(255,255,255);
}
table  td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	text-align: center;
}

table a, table a:hover
{
	color: inherit;
}

table td.highlight
{
	background-color: rgb(254,196,101);
}

#myMap
{
	float: left;
	width: 500px; 
	height: 500px;
	color: black;
	
}

.mapinfo
{
	color: rgb(0,0,0);
	width: 400px; 
	height: 200px; 
	overflow: auto;
	text-align: center;
}

.mapinfo h1
{
	font-size: 1em;
}

#side_bar
{
	line-height: 15px;
	text-align: left;
	padding: 5px 0px 5px 5px;
	height: 490px;
	width: 215px;
	overflow: auto;
	
}

#side_bar ul
{
	color: rgb(0,0,0);
	font-size: .8em;
}

#side_bar ul a{
font-size: .8em;
}
#mapCategories
{
	margin: 0px auto;
	color: rgb(0,0,0);
	text-align: center;
}

#copyright span, #copyright a
{
	font-size: 8px;
}

.news
{
	font-size: 1em;
	text-indent: 10px;
	text-align: left;
	padding-top: 5px;
}
strong
{
	font-weight: bold;
}

li
{
	color: black;
}

.productPhoto
{
	width: 200px;
	float: left;
	margin-right: 20px;
}
.productList
{
	width: 480px;
	border: 5px outset black;
	margin: 10px auto;
	background: lightGray;
	float: left;
}
	
.product
{
	border: 4px solid rgb(0,173,239);
	width: 460px;
	height: 150px;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	float: left;
	
}
.productHeader
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}

.productFooter
{
	text-align: center;
	clear: both;
}

.productButton
{
	margin: 20px 0px 5px 0px;
	text-align: center;
}



.productDescription
{
	font-size: .9em;
	text-indent: 10px;
}

.productPrice
{
	font-size: 1.2em;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
	
.infoBox
{
	border: 1px solid black;
	margin: 5px 10px 5px 10px;
	float: left;
	width: 200px;
	height: 91px;
	overflow: hidden;
}

.dateBox
{
	/*background: rgb(200,222,245); */
	background: url(../images/dateBox.png) top left no-repeat;
	float: left;
	margin: 2px 5px 2px 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: black;
}

.dateBoxMonth
{
	font-size: .8em;

}
.dateBoxDate
{
	font-size: 1.5em;
}
.dateBoxYear
{
	font-size: .9em;
}