@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
}



.menutop {
	background-color: #999999;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 0px;
	height: 42px;
	padding-bottom: 0px;
}
.menu  {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/bgmenu_top.png);
	background-repeat: repeat-x;
	width: 150px;
}

.menu a:link {
	display: block;
	height: 41px;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 41px;
}

.menu a:visited {
	display: block;
	height: 41px;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 41px;
}

.menu a:hover {
	color: #FFFF00;
	background-image: url(images/arrowmenu.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #313131;
}

.content {
	padding: 0px;
}
.content .prod {
	color: #0099CC;
	width: 150px;
}
.content .prod a {
	font-family: Tahoma;
	font-size: 11px;
	color: #0893f4;
	background-image: url(images/b.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
.content .prod a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-color: #DBDBDB;
}


.content   input, textarea {
	font-size: 11px;
	font-family: Tahoma;
}

.content br {
	line-height: 0.5em;
}
.content   a  {
	color: #003399;
	text-decoration: none;
}
.content a:hover {
	color: #000000;
	text-decoration: underline;
}

.content strong {
	color: #CC3300;
	font-weight: bold;
}
.content   ul, ol  {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.content      li {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(images/icon_scale.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 0px;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

ul.productlist {
	list-style: none;
	margin: 0;
	padding: 0;
}	
	ul.productlist li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
	}
	ul.productlist li a {
		display: block;
		width: 135px;
		text-align: center;
		text-decoration: none;
		padding: 10px 0;
	}
	ul.productlist li a:hover {
		background-color: #dbdbdb;
		text-decoration: none;
	}
	ul.productlist li a img {
		width: 100px;
		height: 100px;
	}

.productdetails {
}
	.productdetails .prodimg {
		float: left;
		margin-right: 10px;
		background-color: #dbdbdb;
		border: solid 1px #ccc;
		padding: 3px;
	}
	.productdetails .prodcat {
		font-weight: bold;
	}
	.productdetails .prodcat span {
		color: #c30;
	}
	.productdetails .proddesc {
		margin-top: 10px;
	}

.clearboth {
	clear: both;
}
.content h2 {
	color: #FF0000;
}
.content h3 {
}
.content_blackbold {
	font-size: 11px;
	font-weight: bold;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 41px;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 41px;
}

.footer a:hover {
	color: #FFFF00;
	
}

