/* CSS Document */

/* columns */
div.clear {clear: both;	}
div.spacer {height: 10px;line-height: 10px;font-size: 10px;}
#cdmain {float:left;width:812px;}

.submenu {background: #ffffff;padding-left:15px;}
#mainmenu {float:left;width:180px;text-decoration: none;display:block;color:#ffffff;padding:10px 10px 0 0px;}
	#mainmenu ul{list-style-type: none;margin: 0;padding: 0;margin-bottom: 0; /*bottom spacing between each UL and rest of content*/}
	#mainmenu ul li{padding-bottom: 1px; /*bottom spacing between menu items*/ color:red;}
		#mainmenu ul li a{font: normal 12px Verdana;color: black;	background: #eab52b; display:block; padding: 5px 0;
	line-height: 18px;padding-left: 6px; /*link text is indented 8px*/	text-decoration: none; border-width:1px 0;}
		#mainmenu ul li a:hover { /*hover state CSS*/	color: #D7910F;background: #000001;}

		
#cdfooter {float:left;font: bold 11px Verdana, sans-serif;color: white;width:1004px}
	#cdfooter .tr {background-image: url("../img/footer/tr.gif");background-position: 560px 0;	}
	#cdfooter .fcontent {padding: 10px 15px 12px 10px;}
		#cdfooter ul {list-style-type: none; padding: 0px 0 10px 0;}
			#cdfooter ul li {	float: left;padding:0 35px 0 0 ;display:inline;background-image:none;}
				#cdfooter ul li a {color: #ffffff;text-decoration: none;}
				#cdfooter ul li a:hover {	text-decoration: underline;	}					

				
.tr { background-repeat: no-repeat; background-position: top right; }

.black {background-color: #000001;}
.black .tr { background-image: url("../img/wrappers/black/tr.gif"); }
.black div.content {padding: 5px;}
.black h2 {font: normal 20px Verdana;color: white;}

