html, body { background-color: #fff; }

body {
	background-image: url(images/bgbar.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Helvetica, sans-serif;
	color: #333;
	text-shadow: 0 0 0 #000;
	}
	
html>body { font-size: 12px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	}

p { 
	font-size: 1em;
	line-height: 1.5em;
	margin: .5em 0 .5em 0;
	max-width: 35em;
	}

ul {
	list-style-type: square;
	margin: 0 0 .95em 1.2em;
	}


li { 
	line-height: 2em;
	}
	
.navli {
	line-height: 1.3em;
	}
	
.nav {	
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #335081;
	margin: 20px 0 0 35px;
	}
	
.nav a {
	color: #335081;
	background-color: inherit;
	}	

	
a { 
	color: #000;
	background-color: inherit;
	}
	
a:link, a:visited {
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

	
	
h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin: -.5em 0 1em 2em;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin: -.2em 0 .3em 1em;
	font-weight: bold;
	}
	
fieldset { 
		width: 500px;
		border: 0;
		}
		
	
#hd {
	background-image: url(images/bgbar.jpg);
	background-repeat: repeat-x;
	margin: 0 0 30px 0;
	}
	
#ft {
	position: absolute;
    left: 38px;
	margin: .8em .8em 0 0;
	font-size: .9em;
	color: #999999;
	}
	
.bold {
	font-size: 1.2em;
	font-weight: bold;
	}
	
.contact {
	font-size: 1.5em;
	color: #8a8d95;
	font-weight: bold;
	margin: 3px 15px 0 0;
	
	}
	
.transparent {
	width:100%;
	color:black;
	background:white;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	}
	
.transparentimg {
	width:110px;
	color:black;
	background:white;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	}

.imagepad {
margin: 0 25px 0 0;
}

.transparentimghome {
	width:200px;
	color:black;
	background:white;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.50;
	}
	
.products {
	color: #000000;
	margin: 8px 5px 5px 5px;
	font-size: 1.8em;
	font-weight: bold;
}

.cartlink {
	margin: 5px 5px 5px 5px;
	}
	

div#links { z-index: 100; }

div#links a { text-decoration: none;
}

div#links a:hover { background-color: #ffffff; }

div#links a span {
	display: none;
}

div#links a:hover span {
	display: block;
	position: absolute; top: 260px; left: 220px; width: 125px;
	padding: 5px; margin: 10px; z-index: 100;
	color: #000; background: white;
	font-size: 1em;
	font-style: Arial, helvetica, sans-serif; 
	text-align: left;
}

div#gallery { z-index: 100;


 }

div#gallery a { text-decoration: none;
}

div#gallery a:hover { background-color: #ffffff; }

div#gallery a span {
	display: none;
}

div#gallery a:hover span {
	display: block;
	position: relative;
	width: 125px;
	padding: 2px; 
	margin: 5px 0 0 10px; 
	z-index: 100;
	color: #000; background: #ffffff;
	font-size: 1em;
	font-style: Arial, helvetica, sans-serif; 
	text-align: left;
}