/* CSS Document */
body{
background-image:url(images/background.png);
background-repeat:repeat-x repeat-y;
}
.grhead{
background-image:url(images/grhead.jpg);
background-repeat:no-repeat;
}
.logohead{
background-image:url(images/logohead.jpg);
}
.btbox{
background-image:url(images/butbox.png);
background-repeat:no-repeat;
}
.rightimg{
background-image:url(images/rightimg.jpg);
background-repeat:no-repeat;
}
.button{
background-image:url(images/button.png);
background-repeat:no-repeat;
height:41px;
width:152px;
}
.bt{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.bt:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
h1{
	font-size:18px;
	color: #06C;
	padding-top: 6px;
}
.descr{
font-family:Verdana;
font-size:12px;
color:#BF2259;
}
a{
font-family:Verdana;
font-size:11px;
color:#21B6A5;
text-decoration:none;
}
a:hover{
font-family:Verdana;
font-size:11px;
color:#BF2259;
text-decoration:none;
}
.contant{
color:#000000;
font-size:11px;
line-height:20px;
font-family:Verdana;
}
.conlink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#AD59BF;
text-decoration:none;
}
.conlink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066FF;
text-decoration:underline;
}

.midtext{
    color: #999999;
	font-family:Verdana;
	font-size:12px;
	padding-left: 28px;
}
.product{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#2DA9BF;
font-weight:bold;
}
.footer{
background-image:url(images/footer.jpg);
}
.footerlink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}
.footerlink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
/*text-decoration:underline;*/
}
