@CHARSET "ISO-8859-1";

body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:80%; /* Prevent content from becoming unreachable in Gecko */
}

img {
	border: 0;	
}

a { color: #990000; text-decoration: none; border-bottom: thin dashed #990000; padding-bottom: 3px; }
a:hover {border-bottom: thick solid #990000; padding-bottom: 1px;}
/* position:absolute for all browsers - the whole page scrolls */
div#header_wrapper {
	/*p\osition:absolute;*/
	width:100%;
	top:0;
	left:0;
	height:145px;
	background: #fff;
}

/* position:fixed for modern browsers - header and footer do not scroll */
body>div#header_wrapper {
	/*position:fixed;*/
}

div#header {
	height:145px;
	width:90%;
	margin:0 auto;
	border-bottom: 4px solid #B12020;
	background: #fff;
}


/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#main_wrapper {
/* set left margin and bottom padding for IE5/Win */
	/*padding:180px 0 0 0;*/
	padding: 20px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	/*padding-bottom:100px;*/
}
/* set left margin for modern browsers */
body>div#main_wrapper {
	/*margin-top: -12px;*/
	margin-left:0;
}

div#main {
	width:90%;
	margin:0 auto;
	text-align: center;
}

div#content {
	padding:0 15px;
	text-align: left;
}
div#lorem {
	width: 50%; /* this is for demo purposes */
}

/* no positioning for IE5/Win - the whole page scrolls */
div#footer_wrapper {
	width:100%;
	/*p\osition:absolute;
	bottom:0;
	left:0;
	height:90px;*/
	background: #fff;
	clear: both;
	padding-top: 15px;
}
body>div#footer_wrapper {
	/*position:fixed;*/
}
div#footer {
	height:90px;
	width:90%;
	margin:0 auto;
	background: #fff;
	border-top: 3px solid #B12020;
}

#footer a, #footer a:hover { border: 0; }

div#footer_right {
	float: right;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
}
div#footer_left {
	float: left;
	padding-top: 5px;
}
#footer_left a {
	
}

#footer_left img {
	height: 78px;
	border: 0;	
}

div#footer_copy {
	font-size: xx-small;
	margin-top: 15px;
	font-weight: normal;
}

.home { width: 1045px; align: center; text-align: center; padding-top: 10px;}
.homeSpecials { 
	width: 315px;
	float: left;
	clear: none;
	text-align: center;
	
	
}
.homeSpecials a { padding: 0; margin: 0;  }
.homeSpecials img {
	height: 445px;
	border: 0px;
	padding-left: 5px;
	float: left;
}

.homeFlash {
	width: 715px;
	float: left;
	clear: none;
	position: relative;
    z-index: 0;
}
.homeFlash img {
	height: 445px;
	border: 0px;
}
.productCategories {display: inline; }

.productCategories ul  { 
	position:relative;
	display: inline;
	font-size: small; 
	text-align: center; 
	padding: 0;
	margin-left: 0; padding-left: 0;
}

.productCategories ul li {display: inline; padding: 0 .45em; height: 2.5em; float: left;}
.productCategories ul li a { 
	color:#990000; font-weight: bold; 
	text-decoration: none; border-bottom: thin dashed #990000;
	padding: .25em .25em;
	margin: 0 0 .45em 0;
}

.productCategories ul li:hover a,
.productCategories ul li a:hover {color:#fff; background:#B12020; border-bottom: thick solid #fff;}

.products { clear: both; }

.productLinesListing { float: left; text-align: left; background: #dfc184; width: 215px;}
.productLinesListing ul {display: block; list-style-type: none; margin: 0 10px; padding: .35em 0;}
.productLinesListing ul li { padding: 0 0 .5em 0;}
.productLinesListing a { color: #990000; border-bottom: thin solid #990000; text-decoration: none;}
.productLinesListing a:hover { border-bottom: thick solid #990000; }

.productContent { text-align: left; margin-left: 235px; margin-top: 10px; border-top: thin solid #990000;}