body{

    color: #666666;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;

}

.wrapper{
    margin: 0 auto;
    /* width: 982px; */
    overflow:hidden;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color:  #666666;
}
a:active {
	text-decoration: none;
	color:   #666666;
}

img{
	border: none;
}

.clear{
clear:both;
}

.logo{
float:left;
width:280px;
}

.topbanner{
float:right;
width:500px;
}


.headermenu{
margin-top:5px;
margin-bottom:5px;
}

.headbutton {
    background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
	cursor: pointer;
}

.headbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.categories{
float: left;
width: 460px;
height:325px;
border: 1px solid #dbdbdb;
margin-right:5px;
font-weight: bold;
font-size:13px;
line-height: 19px;
}

.categories td{
width:150px;
}

.categories2{
float: left;
width: 320px;
height:325px;
border: 1px solid #dbdbdb;
margin-right:5px;
font-weight: bold;
font-size:11px;
line-height: 11px;
}

.categories3{
float: left;
width: 180px;
height:325px;
border: 1px solid #dbdbdb;
overflow:hidden;
font-weight: bold;

}

.boxheader h2{
	background-color: #E9E9E9;
    font-weight: bold;
    height: 23px;
    line-height: 20px;
    margin: 0;
    padding: 2px;
    text-align: center;
}

.left{
float: left;
width: 180px;
border: 1px solid #dbdbdb;
margin-right:5px;
margin-top:5px;
}

.main{
float: left;
width: 600px;
margin-top:5px;
border: 1px solid #dbdbdb;
margin-right:5px;
font-size:13px;
line-height: 15px;
font-weight: bold;
padding-bottom:15px;
}

.right{
float: left;
width: 180px;
border: 1px solid #dbdbdb;
margin-top:5px;
}

.footer{
margin-top:5px;
width: 982px;
}

#overlay {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.8;
    /*background:rgba(255,255,255,0.8); or just this*/
    z-index:50;
    color:#fff;
}
