body, html {

	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background:url(../images/bgr.png) repeat-x #8e1b24;
}

.menu-table{
	background:url(../images/topmenu-bg.png) no-repeat;
	height:44px;
	width:969px;
}


.searchbgr{
	background:url(../images/search-bg.png) no-repeat;
	width:275px;
	height:253px;
}


.slidebgr{
	background:url(../images/slide-bg.png) no-repeat;
	width:685px;
	height:253px;
}








/* Top Menu structure */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 96%;
overflow: hidden;
height:44px;


}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: #000;
padding: 14px 24px 14px 24px;
text-decoration: none;
border-right: 1px solid #ffeaa9;
}



.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/topmenu-bg-hover.png) center center repeat-x;
}


