*{
margin:0px;
padding:0px;
}
body{
}
#main{
position:relative;
width:100%;
height:300px;
margin: 0px auto;
}
#navbar-wrapper {
width: 100%;
height: 40px;
max-height: 40px;
background-color: #000;
}
#navbar {
width: 960px;
margin: 0 auto;
text-align: left;
}
#navbar ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
#navbar a, #navbar h2 {
font: bold 9pt/10pt arial, helvetica, sans-serif;
display: block;
border-width: 0px;
margin: 0px;
}
#navbar h2 {
color: #fff;
background: #000;
}
#navbar a {
color: #FFF;
background: #000;
text-decoration: none;
line-height: 40px;
padding: 0 12px;
height: 40px;
}
#navbar .double-line {
	line-height: 14px;
	padding-top: 8px;
}
#navbar a:active {
	background: #555;
}
#navbar a:hover {
	color: #000;
	background-color: #ecad00;
	background-image: url('../images/menu_bkgrnd.png'); 
}
#navbar li {position: relative;}

#navbar ul ul {
	position: absolute;
	width: 170px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#navbar ul ul ul {
	top: 0;
	left: 100%;
}

div#navbar ul ul,
div#navbar ul li:hover ul ul,
div#navbar ul ul li:hover ul ul
{display: none;}

div#navbar ul li:hover ul,
div#navbar ul ul li:hover ul,
div#navbar ul ul ul li:hover ul
{display: block;
 z-index: +20}

#navbar #homenav  {
	float: left;
}

#navbar #homenav .homeicon {
	padding-top: 10px;
}

div#searchdiv a:hover {background-color: transparent; background-image:none;}

#banner{
position:relative;
width:100%;
height:120px;
background:gold;
}
#box{
position:relative;
width:960px;
height:318px;
background: white;
box-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.55);
margin: 0 auto;
}

#sliderFrame {position:relative;width:700px;margin: 0 auto;} 
#slider {
    width:940px;height:306px;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:auto;
    box-shadow: 0px 1px 5px #999999;
	left:-120px;
	bottom:-6px;
	
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}

div.mc-caption-bg {
	background-color:black;
}
div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	padding:10px 0;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
	text-align:center;
}
div.mc-caption a {
	color:#FB0;
}
div.mc-caption a:hover {
	color:#DA0;
}

#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}



#footer1{
position:relative;
width:100%;
height:120px;
background:gold;
}
#footer2{
position:relative;
width:100%;
height:40px;
background: black;
}
#contentt{
position: relative;
width: 960px;
height: 500px;
}

