body {
	margin: 0px;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
}

a {
	color: #0080FF;
}

h1 {
	font-family: arial, tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #5D5D5D;
	padding: 0px;
	margin: 0px;
}

h2 {
	margin-top: 30px;
	font-size: 26px;
	font-weight: bold;
}

h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	background: #EFEFEF;
	margin-bottom: 0px;
}

a.toplinks {
	display: block;
	width: 120px;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
	background: red;
	padding: 5px;
	color: white;
	border-left: 1px solid white;
	float: right;
}

a.toplinks:hover {
	background: #DEDFE1;
	color: red;
}

div.topheader {
	width: 100%;
	height: 75px;
	background: red;
}

img.header {
	margin-top: 7px;
}

img.button {
	vertical-align: middle;
	padding-right: 7px;
}

div.bottomheader {
	clear: both;
	width: 100%;
	height: 8px;
	background-image: url('../images/headergrad.gif');
	background-repeat: repeat-x;
	font-size: 0px;
	margin-bottom: 20px;
}

div.toplinks {
	margin-top: 1px;
	width: 100%;
	background: red;
}

span.phonenumber {
	display: block;
	width: 300px;
	float: left;
	background: red;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: white;
}

div.clear[class] {
	font-size: 0px;
	width: 100%;
	clear: both;
}

div.menu {
	position: absolute;
	top: 120px;
	left: 25px;
	height: 239px;
	width: 184px;
	background-image: url('../images/bgmenu.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

ul.menu {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 45px;
	padding-left: 0px;
}

ul.menu li a {
	text-decoration: none;
	display: block;
	width: 170px;
	border: 1px solid #808080;
	padding: 2px;
	background: #FBFBFB;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	color: #494949;
	border-right: none;
	margin-bottom: 10px;
}

ul.menu li a:hover {
	color: red;
	text-decoration: underline;
}

div.main {
	padding: 10px;
	margin-left: 210px;
}

div.clearfloat:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.clearfloat { display: inline-table; clear: both; }

hr {
	height: 1px;
	color: #C0C0C0;
	background: #C0C0C0;
	border: none;
	margin: auto;
	width: 90%;
}

hr.top[class] {
	margin-top: 10px;
}

p.copyright {
	font-family: tahoma, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

p.copyright[class] {
	margin-top: 5px;
}

div.newproducts {
	width: 49%;
	float: left;
}

div.picture {
	width: 50%;
	background-image: url('../images/picture.jpg');
	height: 261px;
	background-position: center center;
	background-repeat: no-repeat;
}

div.picture[class] {
	margin-left: 50%;
}

div.news {
	margin-top: 20px;
	background: #F7F7F7;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

p.aboveheader {
	margin-top: 20px;
}

input,textarea {
	font-family: tahoma, sans-serif;
	font-size: 10px;
}

table.contactform {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}

table.contactform td {
	padding-bottom: 6px;
}

p.news {
	margin-left: 10px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.newproducts li {
	padding-bottom: 3px;
}

table.productstable {
	margin-top: 30px;
	margin: auto;
	width: 95%;
}

table.productstable td.header {
	text-align: center;
	color: #555555;
	font-family: tahoma, sans-serif;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background: #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.productstable td {
	border-bottom: 1px solid #E6E6E6;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

table.pagenumbers {
	margin-top: 20px;
}

table.pagenumbers td.top {
	font-weight: bold;
	background: white;
}

table.pagenumbers td a {
	color: black;
	text-decoration: none;
}

table.pagenumbers td.bottom {
	padding-top: 3px;
	padding-bottom: 20px;
	font-family: tahoma, sans-serif;
	font-size: 10px;
}

p.productdesription {
	font-size: 16px;
	margin-bottom: 20px;
}

table.detailscategory {
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #FBFBFB;
	margin: 0px;
	padding: 0px;
}

table.detailscategory td {
	padding: 3px;
}

div.productpic {
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #808080;
	background: #FBFBFB;
	float: right;
	padding: 6px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

ul.categories {
	list-style-type: square;
}

ul.categories li {
	font-size: 14px;
	padding-bottom: 8px;
}