*{ margin:0px; padding:0px;}
html{height: 100%;}
body {height: 100%;color:#4c4c4c;font-size:12px;font-family:Arial, Helvetica, sans-serif; }

a:active 		{  	text-decoration: underline;color:#999; 	}
a:visited 	{   text-decoration: none;	color:#999; 		}
a:link 		{	text-decoration: none;	color:#999; 		}
a:hover 		{  	text-decoration: underline;color:#000;  }

img{border:0px;}

h1,h2 {color:#000; margin-bottom:15px; color:#000; font-weight:normal; }
h1{ font-size:24px; }
h2{ font-size:18px; }
h3{ font-size:14px; }


#outer{margin:0 auto; max-width:1540px; min-width:1010px;min-height: 100%; overflow:hidden; }
#header{height:87px; position:fixed; background:#fff; width:100%; max-width:1540px; min-width:1010px; font-family:Arial, Helvetica, sans-serif; font-size:15px; z-index:99999;background:url(../image/transparent_bg.png);}
#header #logo{ height:76px; width:220px; float:left; margin-left:15px; border-bottom:1px solid #b2b2b2;}
#header #logo img{margin-top:6px; width:213px; height:54px;}
#header #menu{
	height:76px;
	border-bottom:1px solid #b2b2b2;
	z-index:9999;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 270px;
}

#top_menu			{position:relative; z-index:10;text-transform:uppercase;}
#top_menu_margin	{padding:25px 0 0 0px; }
#top_menu ul		{list-style:none; float:left; margin:22px 0 0 3px; /*background-color:#0000CC*/}
#top_menu ul li		{display:block; float:left; position:relative; padding-top:3px;}
#top_menu ul li a	{color:#919191; font-size:14px; letter-spacing:0px;text-decoration:none  }
#top_menu ul li a:hover, #top_menu ul li a.active{color:#000; text-decoration:none;}

#top_menu ul li {margin-left:10px; /*background-color:#990000 BORDEAUS*/}

@media only screen and (min-width:1120px)
{
#top_menu ul li {margin-left:20px; /*background-color:#FF33FF /*FUCHSIA*/}

}

@media only screen and (min-width:1540px)
{
#top_menu ul li {margin-left:30px;/* background-color:#00ff00 /*GREEN*/}
}

#social{float:right; margin-top:28px; height:40px;text-transform:uppercase;width:113px; }
#social img{margin-left:1px;border:none}


#content{overflow:hidden; padding-bottom: 35px; padding-top:87px; position:relative;height:auto;}
#maincontent {margin:0 auto; padding:0; width:1000px; position:relative; height:500px;}

#news{position: relative; background:#fff; margin:0 auto; margin-top: -63px; /* negative value of footer height*/ height: 63px; clear:both; max-width:1540px; min-width:1010px;  font-size:13px;text-transform:uppercase;}

#footer {position: relative; background:#fff; margin:0 auto; margin-top: -150px; /* negative value of footer height*/ height:auto; clear:both; max-width:1540px; min-width:1010px;  font-size:13px;text-transform:uppercase;}

#footer #copyright {float:left;  border-top:1px solid #999; width:1100px; margin-top:18px;margin-left:15px;padding-top:13px;}
#footer #nbw {float:right; border-top:1px solid #999; width:330px; margin-top:18px;margin-right:15px;text-align:right;padding-top:13px;}






/* Misc */
.wrapper{overflow:hidden;}
.clear {clear:both; width:100%; height: 0px; visibility:hidden;}

