body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Helvetica;
}
body a {
	text-decoration: none;
	color: #850e08;
}

b{font-size: 110%;}
em{color: red;}

table {
	border-collapse: collapse;
	border-spacing:0;
}

#drop_down {
	*margin-left: -40px;
}

#maincontainer {
	width: 850px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#top-banner {
}

#topsection{
	height: 100px; /*Height of top section*/
	/* margin: -10px -200px 0px -10px;*/
	background: #feedd1;  /* Light Tan */
	width: 100%;
}

#topsection h1{
	margin: 0;
	padding-top: 10px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
/*  margin-left: 200px; */ /*Set left margin to LeftColumnWidth*/
	margin-right: 205px;  /*Set right margin to RightColumnWidth*/
	margin-top: 5px;
}

#contentcolumn a {
	text-decoration: none;
}
/*
#leftcolumn{
	float: left;
	width: 200px; */ /*Width of left column*/
/*	margin-left: -100%;
	padding: 0px 10px 10px 0px;
} 

#leftcolumn a {
	text-decoration: none;
}
 */

#search {
	display: inline;
	float: right;
	font-weight: bold;
	font-style: italic;
	color: #890c08;
	text-align: right;
}

#rightcolumn{
	margin-top: 5px;
	float: right;
	width: 200px; /*Width of right column in pixels*/
	margin-left: -200px; /*Set margin to -(RightColumnWidth)*/
	/* background: #feedd1; */ /* Light Tan */
} 

#rightcolumn a {
	text-decoration: none;
}


#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

#footer-header {
	height: 30px;
	background: #890c08;
	color: #FFFFFF;
}

#footer-detail {

}

#footer a{
	color: #FFFF80;
}

#footerfadein {
	float: left;
}

.innertube{
	margin: 5px;  /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.leftNav {

}

.leftNav ul {
	margin-left: -20%;
	text-align: left;
	list-style: none;
}

.leftNavHeader {
	text-align: center;
	border: solid 2px;
	font-weight: bold;
	background-color: #D1DFEE;
}

.grid {
	margin: 10px;
}

.grid th {
	background-color: #CCCCCC;
	padding: 0px 10px 0px 10px;
}

.grid td {
	padding: 0px 10px 0px 10px;
}

.grid tr {
	padding: 0px 10px 0px 10px;
}

#topnavfadeout {
	display: inline; 
	float: right; 
}


#top-nav-menu ul
{
	text-align: center;
	list-style: none;
	margin-top: 1px;
}

#top-nav-menu li
{
	font-weight: bold;
	font-size: 1em;
	float: left;
	/* height: 46px; */
	width: 77px; 
	border-color: #000000;
	float: left;
}

#top-nav-menu li a
{
	font-weight: bold;
	height: 100%;
	/* width: 6em; */
	display: block;
	color: #FFFFFF; /*#0d2474; */
	text-decoration: none;

}

#top-nav-menu li a:hover
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#top-nav-menu li a
{
	float: none
}
/* End hide */

#top-nav-menu
{
	float: left; 
	text-align: center; 
	height: 30px;
    margin-top: 10px;
	background: #890c08;
}


#catalog_menu ul {
	text-align: left;
	list-style: none;
	float: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#catalog_menu li {
	margin-top: -5%;
	border: none;
	text-align: center;
	line-height: 2em; 
	clear: both;
	font-size: 1.2em;
	height: 50px;
	width: 200px;
	font-weight: bold;
}

#catalog_menu li a {
	display: block;
	color: #fd2323; 
	background: url(/images/website/black_button_up.jpg) no-repeat;


}

#catalog_menu li a:hover {
	background: url(/images/website/black_button_dn.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#catalog_menu {
	text-align: left;
}

/* Hide from IE5-Mac \*/
#catalog_menu li a
{
	float: none
}
/* End hide */