@import url("admin.css");
body{
	background:url(../images/bg.jpg) left top repeat-x;
	height:121px;
	background-color:#FFFFFF;
	margin:0px;
	margin-top:0px;
}
.text{
font-family:Tahoma;
font-size:12px;
text-decoration:none;
padding-left:5px;
color:#4f4d4d;
}
.heading{
font-family:Tahoma;
font-size:12px;
text-decoration:none;
font-weight:bold;
padding-left:5px;
color:#2c76f1;
}
.mainheading{
font-family:Tahoma;
font-size:16px;
text-decoration:none;
font-weight:bold;
padding-left:5px;
color:#2c76f1;
}
.mainlink{
font-family:Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#2c76f1;
}
.mainlink:hover{
font-family:Tahoma;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#4f4d4d;
}
.gap{
	width:1px;
	height:33px;	
	margin:auto;
}
.Home{
	width:137px;
	height:33px;	
	margin:auto;
}
.Home a{
	display:block;
	width:137px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/HomeBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Home a:hover{
	background:url(../images/HomeBGA.jpg) no-repeat top left;	
}
.Company{
	width:163px;
	height:33px;
	margin:auto;
}
.Company a{
	display:block;
	width:163px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/CompanyBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Company a:hover{
	background:url(../images/CompanyBGA.jpg) no-repeat top left;
}
.Product{
	width:137px;
	height:33px;
	margin:auto;
}
.Product a{
	display:block;
	width:137px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/ProductBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Product a:hover{
	background:url(../images/ProductBGA.jpg) no-repeat top left;
}
.Gallery{
	width:111px;
	height:33px;
	margin:auto;
}
.Gallery a{
	display:block;
	width:111px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/GalleryBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Gallery a:hover{
	background:url(../images/GalleryBGA.jpg) no-repeat top left;
}
.Quality{
	width:161px;
	height:33px;
	margin:auto;
}
.Quality a{
	display:block;
	width:161px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/QualityBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Quality a:hover{
	background:url(../images/QualityBGA.jpg) no-repeat top left;
}
.Contact{
	width:133px;
	height:33px;
	margin:auto;
}
.Contact a{
	display:block;
	width:133px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/ContactBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Contact a:hover{
	background:url(../images/ContactBGA.jpg) no-repeat top left;
}
.Site{
	width:142px;
	height:33px;
	margin:auto;
}
.Site a{
	display:block;
	width:142px;
	height:33px;
	margin:auto;
	text-decoration:none;
	background:url(../images/SiteBG.jpg) no-repeat top left;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}
.Site a:hover{
	background:url(../images/SiteBGA.jpg) no-repeat top left;
}
.prolink{
	background-image:url(../images/linkBG.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 2px 2px 2px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;	
	height:26px;
}
.prolink span{
	position:relative;
	top:3px;
	left:2px;
}
.prolink span a{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#4e4b4b;
	text-decoration:none;
}
.prolink span a:hover{
	color:#f37e01;
	text-decoration:none;
}
