/* CSS Document */

body{
	/*background: url(../images/bodybkg.jpg) repeat-x;*/
	background-color::#ffffff;
	margin: 0px;
}

.topmenu{
	background: url(../images/topcenterbg.jpg) repeat-x;
	}
	
.headin1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color: #67b7ee;
	font-weight: bold;
	}
	
.headin2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color: #fc8b8b;
	font-weight: bold;
	text-align:left;
	}
.ss{float:left; width:490px; border-bottom: #67b7ee 1px dashed; }	
.headin3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #fc8b8b;
	font-weight: bold;
	line-height: 45px;
	}
	
.maintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	font-weight: bold;
	text-align:justify;
	margin-right:10px;
	margin:0;
	padding:0;
	float:left;
	}
	
.maintext1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: normal;
	text-align:justify;
	margin-right:10px;
	padding-top:20px;
	margin:0;
	padding:0;
	float:left;
	}
	
.more{
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	color: #faf7c6;
	font-weight: bold;
	float:left;
}

.more a{
	color: #faf7c6;
	text-decoration: none;
}

.more a:hover{
	color: #faf7c6;
	text-decoration: none;
	}
	
.das{
	border-bottom: #67b7ee 1px dashed;
	height: 10px;
	float:left; width:490px;
	}
	
.bottomlink{
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color: #064b7a;
	font-weight: normal;
}	

.bottomlink a{
	text-decoration: none;
	color: #064b7a;
}

.bottomlink a:hover{

	color: #064b7a;
	text-decoration: none;
}

.toplink{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #022943;
	font-weight: bold;
}	

.toplink a{
	text-decoration: none;
	color: #022943;
}

.toplink a:hover{

	color: #022943;
	text-decoration: none;
}

.toplink2{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #770505;
	font-weight: bold;
}	

.toplink2 a{
	text-decoration: none;
	color: #770505;
}

.toplink2 a:hover{

	color: #770505;
	text-decoration: none;
}

.topmenu1{
	font-family:Rockwell Condensed, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #075286;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 5px;
	display:block;
	}

.topmenu1 a{
	color: #075286;
	text-decoration: none;
	}
	
.topmenu1 a:hover{
	background:url(../images/hoverimg.jpg) no-repeat center; 
	font-family:Rockwell Condensed, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
	
	
.topmenuproducts{
	font-family:Rockwell Condensed, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #075286;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 5px;
	display:block;
	}

.topmenuproducts a{
	color: #075286;
	text-decoration: none;
	}
	
.topmenuproducts a:hover{
	background:url(../images/hovermenu2.jpg) no-repeat center; 
	font-family:Rockwell Condensed, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
	
.topmenuhome{
	background:url(../images/hoverimg.jpg) no-repeat center; 
	font-family:Rockwell Condensed, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #075286;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 5px;
	display:block;
	}

.topmenuhome a{
	color: #075286;
	text-decoration: none;
	}
	
.topmenuhome a:hover{

	font-family:Rockwell Condensed, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.copyright{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #064b7a;
	font-weight: normal;
}



/*menu */

 .hovermenu {
 float:left;
 height:29px;

 }

.hovermenu ul{
font: bold 14px Rockwell Condensed, Arial, sans-serif;
padding-left: 0;
margin-left: 0;
height: 29px;

}

.hovermenu ul li{
	list-style: none;
	display: inline;
	float: left;
	background: url(../images/spcer.jpg) bottom  right no-repeat ;
}

.hovermenu ul li a{
padding:  8px 25px;
text-decoration: none;
float: left;
color: #0d6bac;
}

#hovermenu ul li.last
{
background:none;
}

.hovermenu ul li a:hover{
background: url(../images/menubkg.jpg) top center repeat-x;
color:#FFFFFF;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

