html,body{
	margin:0;
	padding:0;
}
h1{
	font-family:Verdana;
	color:#545554;
	font-size:22px;
	font-weight:bold;
}
h2{
	color:#fff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}
p{
	font-family:Verdana;
	color:#545554;
	font-size:12px;
}
.top-half{
	background-color:#d8d8d8;
	height:327px;
}
.frame1{
	width:1025px;
	height:650px;
	margin-left: auto;
	margin-right: auto;
	background: url(imgs/bodybg1.jpg) repeat-y;
}
.frame2{
	width:1025px;
	height:650px;
	background: url(imgs/top-left.jpg) 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.frame3{
	width:1025px;
	height:650px;
	background: url(imgs/top-right.jpg) 100% 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.frame4{
	width:1025px;
	min-height:650px;
	background: url(imgs/bottom-right.jpg) 100% 100% no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.frame5{
	width:1025px;
	min-height:650px;
	background: url(imgs/bottom-left.jpg) 0 100% no-repeat;
	margin-left: auto;
	margin-right: auto;	
}
.frame6{
	width:1025px;
	min-height:650px;
	background: url(imgs/bodybg-top1.jpg) 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.frame7{
	width:1025px;
	min-height:650px;
	background: url(imgs/bodybg-bottom1.jpg) 0 100% no-repeat;
	margin:auto;
	padding-top:30px;
	margin-left: auto;
	margin-right: auto;
}
/*Body from here*/
#mainbody{
	margin:auto;
	width:980px;
	height:630px;
	overflow: hidden;
}
#header{
	width:980px;
	height:150px;
	/**/
}
.top{
	height:102px;
	width:100%;
	/*border:1px solid yellow;*/
}
.box1{
	float:right;
	width:528px;
	height:100px;
	/*background:url(imgs/banner1.jpg) no-repeat;*/
	border:1px solid #cecdcc;
}

#fader1,#fader2,#fader3
{
  width: 172px;
  height: 90px;
  border: 0px solid #000;
  float: left;
  margin-left: 3px;
  margin-top: 4px;
}

.box2{
	float:left;
	width:445px;
	height:100px;
	background-color: #fff;
	
}
#logo
{
	width: 460px;
	height: 94px;
	position: relative;
	margin-left: -13px;
}
.Mlogo{
	float:left;
	width:200px;
	height:100px;
}
.slogan{
	float:right;
	margin-right: 5px;
	height:80px;
	width:240px;	
}
#menu{
	width:980px;
	height:50px;
	background: url(imgs/menubg.jpg) repeat-x;
	padding-top:10px;
	text-align:center;
}
#menu a{
	color:#000;
	font-family:Verdana;
	font-size:15px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	padding:3px 10px 5px 10px;
	
}
#menu a:hover{
	color:#D12926;
	font-size:15px;
}
.menulinkactive
{
  color:#D12926 !important;
}

.line1
{
	height:15px;
	width:100%;
	background-color:#FF0000;
}
#content
{
	width:980px;
	height:470px;
  overflow: hidden;	
}
.left-col
{
	float:left;
	width:180px; 
	height:470px;
	background-color:#d6202c;
}
.left-menu
{
	height:160px;
	width:180px;
	display:block;
	
}
#menu-ul
{
	list-style:none;
	
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
}

ul#menu-ul li
{
	
	border-bottom:1px solid #fff;
	
}
ul#menu-ul li:hover
{
	background-color:#6a6868;
}
.activsubmenu
{
  background-color:#6a6868 !important;
}

.left-menu a
{
	color:#fff;
	font-family:Verdana;
	font-size:13px;
	
	/*margin-left:-30px;*/
	text-decoration:none;
	padding-left:10px;
	padding-right:0px;
	padding-top:7px;
	padding-bottom:8px;
	line-height:30px;
	
	
	
	
	/*font-weight:bold;padding-left:10px;background-color:#0000CC;*/
}
.left-menu a:hover{
	color:#FFFFFF;
	
	
}
.contact-info{
	width:180px;
	height:180px;
	margin-top:90px!important;
	
	
}
.contact-info h2{margin-left:20px;  font-family:Verdana;}
.contact-info p{margin-left:20px;  font-family:Verdana;color:#fff;font-size:12px}
.right-col
{
  position: relative;
	float:right;
	width:798px;
	height:460px;
	background-image: url(imgs/adv2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#contentrechts
{
  position: relative;
	margin-top: 20px;
  margin-left: 30px;
	margin-right: 30px;
	font-family:Verdana;
	color:#545554;
	font-size:12px;
	height: 380px;
	width:738px;
	overflow: auto;
}

#contentrechts td
{
  vertical-align: top;
}

.foot
{
	margin:auto;	
	width:1025px;
	height:30px;
}
.info{
	float:right;
	margin-right:20px;
	width:300px;
	height:15px;
	color:#000;
	font-size:11px;
	font-family:Verdana;
}

