body{
	background: #161613;
	color: #eee;
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	/* background-color: #c0dB5A; */
	background: url(../images/header.gif) repeat;
	}
.sidebar_small {
	font-size: 14px;
	color: #FFFFFF;
}
.small_nav {font-size: 75%}

.dropdown {
	background: #686959;
	color: #fff;
	font-size: 18px;
	padding: 4px;
	border: 1px #999999 solid;
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

p {	line-height: 1.4em;	margin-bottom: 0.9em; font-size: 1em;}
ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li strong {color: #999;}

.top {
	font-size: 0.75em;
	text-decoration:underline;
	color: #FFFFFF;	
	border-top: 2px dashed #596269;
	padding: 6px;
	background: #363633;
}
h1, h2, h3 { font-family: "Trebuchet MS",Verdana,Sans-Serif;}
h1 { font-size: 2em; }
h1 a { color:#fff; border: none; }
h1 em{ color: #ffffff; font-style: normal; }
h2 {
	font-size: 1.25em;
	letter-spacing: 0.4pt;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 0em;
	}
h2 a { color:#fff; border: none; }
h3 {
	font-size: 1.15em;
	letter-spacing: 0.2pt;
	color: #999999;
	text-transform: uppercase;
	padding-top: 0.25em;
	}
h4 {color: #fff; font-size: 1.05em;}
a{
	color: #999999;
	text-decoration: underline;
	}
a img{ 	border: none;}
a:hover{
	text-decoration: none;
	}
small{ font-size: 0.8em; }
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
.cell_over {  background-color: #363633; }
.cell_out {  background-color: #161613; }

/* sidebar
----------------------------------------------- */


#nav a{
	display: block;
	height: 2em;
	padding: 0.8em 0.3em 0.3em 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	font-size: 0.95em;
	font-weight: normal;
	text-decoration: none;
	}
#nav a:hover{
	color: #ffffff;
	background-color: #596269;
	}
.product_menu {
	text-align: center;
	height: 3em;
	padding: 0.8em 0.8em 0.8em 0.8em;
	border-right: 1px solid #000000;
	color: #eee;
	background-color: #363633;
	font-size: 1em;
	font-weight: normal;
}
a.product_menu{
	text-decoration: underline;
	}
a.product_menu:hover{
	color: #ffffff;
	background-color: #596269;
	}

