@font-face {
	font-family: maven_pro;
	src: url('maven_pro.ttf');
}
body {
	background: #FFFFFF;
	margin: 0 0 0;
	font-family: maven_pro;
	color: #999999;

}
ul {
	list-style-type: none;
	font-size: 11px;
}
#navbg {
	background: #f6f6f6;
	height: 472px;
	vertical-align: top;
	color: #999999;
}
#navbginner {
	background: #f6f6f6;
	vertical-align: top;
	color: #999999;
}
.topnav a {
	color: #999999;
	font-size: 18px;
	text-decoration: none;
}
#selected {
	color: #ef0b0a;

}
#certificationstable a {
	color: #999999;
	text-decoration: none;
}
#certificationstable a:hover {
	color: #ef0b0a;
	text-decoration: none;
}
.topnav a:hover {
	color: #ef0b0a;
	font-size: 18px;
	text-decoration: none;
}
#catbg {
	background: #FFFFFF;
	background-repeat: no-repeat;
}
.surgical {
	display: block;
	background-image: url('../images/surgical-grey.png');
	height: 44px;
	width: 160px;
} 
.surgical-selected {
	display: block;
	background-image: url('../images/surgical.png');
	height: 44px;
	width: 160px;
} 
.surgical:hover {
	display: block;
	background-image: url('../images/surgical.png');
	height: 44px;
	width: 160px;
}
.aesthetics {
	display: block;
	background-image: url('../images/aesthetics-grey.png');
	height: 44px;
	width: 160px;
}
.aesthetics-selected {
	display: block;
	background-image: url('../images/aesthetics.png');
	height: 44px;
	width: 160px;
}
.aesthetics:hover {
	display: block;
	background-image: url('../images/aesthetics.png');
	height: 44px;
	width: 160px;
}
.singleuse {
	display: block;
	background-image: url('../images/single-use-grey.png');
	width: 160px;
	height: 44px;
}
.singleuse-selected {
	display: block;
	background-image: url('../images/single-use.png');
	width: 160px;
	height: 44px;
}
.singleuse:hover {
	display: block;
	background-image: url('../images/single-use.png');
	width: 160px;
	height: 44px;
}
.beautycare {
	display: block;
	background-image: url('../images/beauty-care-grey.png');
	width: 160px;
	height: 44px;
}
.beautycare-selected {
	display: block;
	background-image: url('../images/beauty-care.png');
	width: 160px;
	height: 44px;
}
.beautycare:hover {
	display: block;
	background-image: url('../images/beauty-care.png');
	width: 160px;
	height: 44px;
}
.dentalcare {
	display: block;
	background-image: url('../images/dental-care-grey.png');
	width: 160px;
	height: 44px;
}
.dentalcare-selected {
	display: block;
	background-image: url('../images/dental-care.png');
	width: 160px;
	height: 44px;
}
.dentalcare:hover {
	display: block;
	background-image: url('../images/dental-care.png');
	width: 160px;
	height: 44px;
}
#products {
	font-size: 11px;
}
#footer {
	background-image: url('../images/footerbar.png');
	background-repeat: no-repeat;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#downloadcatalog a:hover {
	color: #FF0000;
}
#downloadcatalog a {
	color: #999999;
	text-decoration: none;
}
.obrotu {
	display: block;
	background-image: url('../images/Obrotu-logo-gs.png');
	width: 65px;
	height: 16px;
}
.obrotu:hover {
	display: block;
	background-image: url('../images/Obrotu-logo.png');
	width: 65px;
	height: 16px;
}
#contactform input[type=text], select {
	width: 250px;
}