@import url("/style/nav.css");

/* Tag styles */

body {
	background: url(/images/bkgd-main.gif);
}

body, p, li, td { /* Default text attributes for site: family, color, and size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

h1, h2, h3, h4, p {
	margin: 0 0 0.5em 0;
}

h1, #home h2 {
	font-size: 22px;
	color: #660000;
}

h2 {
	font-size: 18px;
	color: #666666;
}

h3 {
	font-size: 15px;
	color: #660000;
}

img {
	border: 0;
}

li {

}

p, li, td {
	line-height: 1.5em;
}

ul {

}

/* Custom class styles */

.alt { /* Use for alternative text when needed */
	display: none;
}

.clr { /* Apply to elements following floated elements to clear the float. */
	clear: both;
}

.col {
	float: left;
}

.imgRt {
	float: right;
	margin: 0 0 15px 15px;
}

.imgLt {
	float: left;
	margin: 0 10px 10px 0;
}

.nobullets {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}


/* Styles specific to section */

#header {
	width: 746px;
	background-color: #fff;
}

#header h1 {
	width: 375px;
	float: left;
	margin: 13px 0 0 16px;
}

#imgHolder {
	width: 270px;
	float: right;
}

#imgHolder img{
	border-left: solid #fff 1px;
}
#flashcontent {
	width: 746px;
	height: 41px;
	border-top: solid #000 10px;
}

#home #flashcontent {
	width: 475px;
	overflow: hidden;
	height: 41px;
}

#home #content h2 {
	margin: 0;
}

#home #content h3 {
	font-size: 13px;
	font-weight: normal;
	color: #660000;
}

#home .col {
	width: 475px;
}

#home .col2 {
	width: 269px;
	border-left: solid #fff 2px;
}

#home .col2 img{
	border-top: solid 1px #fff;
}

#nav, #nav ul {
	width: 746px;
	margin: 0;
	padding: 0;
}

#home #nav, #home #nav ul {
	width: 475px;
	margin: 0;
	padding: 0;
}

#home #nav li ul {
	width: 12.9em;		
}

#nav {
	background: url(/images/nav-bkgd.gif) repeat-x;
}

#nav li a{
	display: block;
	/*height: 7px;*/
	padding: 5px 6px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	line-height: 0.9em;
	font-weight: bold;
	text-decoration: none;
	border-right: solid #DEB4AD 1px;
}

#nav li a:hover {
	background: #000;
	text-decoration: none;
}

#nav .last a {
	border: none;
}

#nav li ul li a {
	text-align: left;
	color: #fff;
	background: #666666;
	margin: 0;
	padding: 5px 10px;
	border: none;
	font-weight: normal;
	line-height: normal;
}

#content {
	margin: 0 auto;
	padding: 22px;
	background: url(/images/bkgd-content-top.gif) 0 0 repeat-x;
}

#home #content {
	margin: 0 auto;
	padding: 0;
	background: url(/images/bkgd-home-content.gif) 0 0 repeat-y;
}

#home .twoCol {
	background: #fff;
	margin: 0;
}

#home .twoCol, #productNav  {
	border-bottom: solid #660000 1px;
}

#home #content .content {
	width: 243px;
	padding: 20px;
	margin-left: 192px;
	background: url(/images/bkgd-home-content-top.gif) 0 0 repeat-x;
}

#home #content img{
	border-bottom: solid #fff 1px;
	float: left;
	margin: 0;
}

.affiliate, .employee, .links, .heroListing, .category {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dashed #ccc 1px;
}

.affiliate .logo {
	display: block;
	float: left;
	margin: 0;
}

.affiliate .content {
	display: block;
	float: right;
	width: 575px;

}

.links h2 {
	font-size: 15px;
}

.first {
	border: none !important;
}

#productNav {
	background: #fff;
	text-align: center;
	padding: 0 10px;
}

#productNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#productNav ul li{
	display: block;
	float: left;
	padding: 8px 3px 12px 4px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	width:auto;
}

#productNav ul li a{
	text-align: center;
	display: block;
	}
	
#productNav ul li a:hover {
	color:#FF6600;
}

#productNav ul li img {
	margin: 0 auto;
}

#productNav ul li img strong{
	display: block;
}

#home #news {
	padding: 15px;
}

#home #news ul{
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0;
}

#footer {
	margin: 22px;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

#footer #logos {
	float: right;
	width: 260px;
}

#footer #logos a {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer #logos a img {
}


#footer li {
	display: block;
}

#footer .adr {
	margin-bottom: 5px;
}

.wrapper {
	border: solid #883322 7px;
	width: 746px;
	background: #fff;
	margin: 0 auto;
}

.infoDisplay {
	margin: 0 0 1em 0;
}

.infoDisplay td, .infoDisplay th {
	padding: 0 5px 5px 0;
	vertical-align: top;
}

.infoDisplay th {
	text-align: right;
}

#townCrier h1 {
	width: 225px;
	height: 38px;
	background: url(/images/town-crier.gif) 0 0 no-repeat;
}

.imgRt table {
	margin-bottom: 0;
}

.productImgs td, .productImgs th{
	padding: 0 5px 5px 0;
	width: 150px;
	text-align: center;
}

.productImgs.threeCol td {
	width: 110px;
}

.productImgs.oneCol td, .productImgs.oneCol th {
	width: 250px;
}

.productImgs th {
	vertical-align: top;
}

.imgRt p, .imgRt, .productImgs th , .productImgs th p {
	font-size: 11px;
	color: #660000;
}

.heroImgs img{
	margin: 0 0 5px 4px;
}
.heroImgs .first {
	margin-left: none;
	margin-top: none;
}
