body{
	background-color: #2f2f2f;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding-top:24px;
}
	
/* mainbody */
#mainbody{
width:941px;
margin:0 auto;
height:600px;
background-position:center;
}

#header{
	float:left;
}

/* Header */
#structure{
width:941px;
margin:0 auto;
height:41px;
float:center;
}

#logo{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
float:left;
height:41px;
margin-left:60px;
margin-right:110px;
width:301px;
}

#rightmenu{
height:41px;
float:right;
width:450px;

}

.dropdownmenu,
.dropdownmenu li,
.dropdownmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdownmenu{
	float: right;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.dropdownmenu li{
	float:left;
	line-height: 1.3em;
	vertical-align: left;
	padding: 7px 0;
	padding-right:10px;
	background-color: transparent;
	color: #cccccc;
	line-height: normal;
}

.dropdownmenu li:hover{
	position: relative;
	z-index: 599;
	cursor: default;
}

.dropdownmenu a:link,
.dropdownmenu a:visited { color: #ccc; text-decoration: none; }
.dropdownmenu a:hover { color: #999999; text-decoration: none; }
.dropdownmenu a:active { color: #ccc; }

.dropdownmenu ul{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;

	background-color: #333;
	color: #ccc;
	font-size: 10px;
	text-transform: none;
}

.dropdownmenu ul li {
	float: none;
	line-height:norma;
	background-color: black;
	color: #000;
	text-align:left;
	padding-left:10px;
	font-size:1.3em;
}

.dropdownmenu ul ul{
	top: 0px;
	left: 99%;
}

.dropdownmenu li:hover > ul {
	visibility: visible;
}

.dropdownmenu ul li.hover,
.dropdownmenu ul li:hover {
	background-color: #999999;
}

.dropdownmenu ul a:link,
.dropdownmenu ul a:visited { color: #ccc; }
.dropdownmenu ul a:hover { color: #ccc; text-decoration: none; }
.dropdownmenu ul a:active { color: #ccc; }

.dropdownmenu *.dir {
	padding-right: 0px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}



/* Banner */
#rotatebanner{
height:272px;
float:center;
width:941px;
margin-bottom:6px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}
/* footer */
#footerbanner{
height:108px;
float:left;
width:502px;
/*background-image:url(images/footerbanner.jpg);
background-repeat:no-repeat;*/
margin-right:255px;
}
#footerbutton{
height:108px;
float:left;
width:184px;
}
#footerbutton_inner{
height:25px;
float:left;
width:184px;
}
.buttonlink{
font-family:Arial;
font-size:11px;
font-weight:normal;
color:#CCCCCC;
text-decoration:none;
}
.buttonlink:hover{
font-family:Arial;
font-size:11px;
font-weight:normal;
color:#999999;
text-decoration:underline;
}

.tablediv {
display: table;
border-collapse:separate;
}

.rowdiv {
display: table-row;
width:auto;
}

.celldiv {
float:left; /*fix for IE since display:inline doesn't work */
display: table-cell;

}




