﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	color: #fff;
	background: url('../siteart/bg.gif');
	text-align: left;
}

table, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	margin: 0 auto;
}

a:link, a:active, a:visited {
	color:#000;
	font-weight:bold;
    text-decoration:underline;
}

a:hover{
	color:#de0f0f;
}

#nav {
	color: #000;
	width: 203px;
	height:600px;
	background: url('../siteart/nav-bg.gif') repeat-y;
	background-position: 1 0;
	font-size:15px;
}

#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	padding: 0 0 14px 26px;
	line-height: 35px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url('../siteart/nav.gif');
	background-position:  -407px 0;
}

#nav a.on:link, #nav a.on:active, #nav a.on:visited {
	background-position: 0 0;
}

#nav a:hover {
	background-position: -204px 0;
}

#rightcontent {
	width: 606px; 
	height:600px; 
	background: #8c8a8b;
}

#right {
	width: 100%;
	height:600px; 
	background: #8c8a8b;
	vertical-align:top;
}

.left {
	padding:0px 5px 10px 35px;
	font-size: 10pt;
	font-weight: bold;
}

.red {
	color: #de0f0f;
}

.content {
	padding: 15px;
	font-size: 11pt;
}

.content div {
	font-weight: bold;
	text-align: center;
}

#slideshow {
	height: 173px;
}

#inv {
	height: 90px;
}


#address {
	vertical-align:top; 
	background:url('../siteart/top_04.jpg') repeat-y; 
	border-top:2px #515151 solid;  
	border-bottom:2px #cccccc solid; 
	padding:5px 10px 8px 10px; 
	font-size:12px; 
	text-align:center;
}

#logo {
	padding:5px;
	background:#fff;
	border:1px #cccccc solid;
	text-align:center;
	margin:0px 10px 0px 0px;
	vertical-align: top;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fff;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #8b8b8b;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
border-bottom: 1px solid #fff;
display: block;
padding: 2px 0;
color: #000;
text-decoration: none;
font-weight: bold;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #dbdbdb;
}
