* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	font: 8pt Tahoma;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #006cd0;
	color: black;
	/*font-weight: bold;*/
}
a:hover {
	text-decoration: underline;
}

div {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#main {
	background-color: #fff;
}

div#centeror {
	width: 768px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
	Top menu
*/
#menu_up {
	background: url("img/menu_t.jpg") repeat-x;
	height: 39px;
	clear: both;
	width: 768px;
	margin-bottom: 3px;
}
#menu_up a {
	font: bold 12px Arial;
	color: #fff;
}
#menu_up div {
	float: left;
	clear: none;
	margin-top: 15px;
}
#menu_up img {
	float: left;
}
#menu_up div img {
	float: left;
	margin-right: 10px;
}


/*
	Content
*/
/*style="width: 770px; height: 314px; clear: both; display: block; background: url('gfx/contpad.gif')*/
div#cont {
	width: 573px;
	margin-left: 5px;
	background-color: #f0f0f0;
	color: #888;
	float: left;
	height: auto;
	clear: right;
	display: block;
	z-index: 2;
	background-color: #fff;
}
div#cont p {
	display: block;
	clear: both;
	text-align: justify;
	margin: 10px 15px 10px 15px;
}
div#cont div.head { border-top: 0; }
div#cont div.content {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

/*
	Menu
*/
div#menu {
	width: 192px;
	height: 182px;
	float: left;
	clear: none;
	display: inline;
	margin-right: 3px;
}
div#menu .button1 {
	width: 190px;
	height: 34px;
	display: block;
	border-top: 2px solid #C2C2C2;
	border-right: 2px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
div#menu .button {
	width: 176px; /* 190-padding */
	height: 24px; /* 34-padding */
	display: block;
	border-top: 1px solid #C2C2C2;
	border-right: 2px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	font: bold 8pt Tahoma;
	color: #9F9F9F;
	padding-left: 14px;
	padding-top: 10px;
}
div#menu .button:hover{
	/*background: url('gfx/menuactiv.gif');*/
	background: #000;
	color: #fff;
	text-decoration: none;
}

/*
	Panel
*/
div#panel {
	width: 190px;
	background-color: #f0f0f0;
	color: #888;
	float: left;
	clear: left;
}

div#panel div#brand {
	background-color: #fff;
	width: 170px;
	height: 50px;
	margin: 10px auto 17px auto;
	border: 1px solid #c8c4c8;
}
div#panel div#brand div#brandlogo {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#prodnav {
	width: 85%;
	margin: 13px auto 20px auto;
	background-color: #fff;
	border: 1px solid #c8c4c8;
	border-bottom: 0;
	list-style-type: none;
}
#prodnav li {
}
#prodnav li a {
	display: block;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #a0a0a0;
	border-bottom: 1px solid #c8c4c8;
}
#prodnav li:hover a {
	/*background-color: #006cd0;*/
	background: #eee;
	color: #000;
	text-decoration: none;
}

/*
	Forms
*/
input.text, button, textarea {
	color: #a0a0a0;
	background-color: #fff;
	font: 10px Tahoma;
}
button {
	width: auto;
	height: 20px;
	border: 1px solid #c8c4c8;
	padding: 2px 8px 3px 8px;
}
input.text {
	width: auto;
	height: auto;
	border: 1px solid #c8c4c8;
	padding: 3px 8px 3px 8px;
}

textarea {
	width: auto;
	height: auto;
	border: 1px solid #c8c4c8;
	padding: 3px 8px 3px 8px;
}

/*
	Product Search Box
*/
#product_search {
	margin: 10px 5px 18px 10px;
	/*border: 1px dashed red;*/
}
#product_search input.radio {
	margin: 0px 4px 0px 0px;
}
#product_search label {
	margin: 0px 5px 0px 0px;
}
label input {
vertical-align: middle;
}
#product_search input.text {
	width: 100px;
	float: left;
	clear: none;
}
#product_search button {
	float: left;
	clear: right;
	width: 50px;
	margin-left: 5px;
	margin-bottom: 3px;
}
#product_search p {
	display: block;
	text-align: center;
	font: 9px Tahoma;
	margin-top: 5px;
}
/*
	Product Info Footer (Shop)
*/
.product_foot input.text {
	width: 10px;
}
.product_foot button {
	width: 70px;
	margin-left: 5px;
	/*margin-bottom: 3px;*/
}

/*
	Sub/Footer
*/
div#sub {
	width: 768px;
	height: 39px;
	clear: both;
	display: block;
	float: left;
	background: url('img/foot.jpg');
}
div#sub p {
	margin: 13px 0 0 13px;
	font: bold 11px Verdana;
	color: #fff;
}
div#sub p a {
	font-weight: normal;
	color: #d9d9d9;
}
/*
	Product List
*/
.prodlist {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.prodlist a {
	color: #d14c1f;
	font: bold 8pt Tahoma;
}
.prodlist th, .prodlist td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #eee;
}
.pagenav {
	display: block;
	text-align: center;
	/*border: 1px dashed red;*/
	font: bold 9pt Tahoma;
	padding: 10px 10px 10px 10px;
}

img.br { /* todo */
	display: block;
	clear: both;
}
img.l {
	float: left;
	display: block;
	clear: both;
}
img.c {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
img.r {
	float: right;
	display: block;
	clear: both;
}

h4 {
	font: bold 9pt Tahoma;
	margin: 10px 5px 10px 5px;
}

/*
	Headers
*/
div.head {
	background: url('img/head2.jpg') repeat-x;
	height: 35px;
	color: #fff;
	font: bold 8pt Tahoma;
}
div.head img { float: left; }
div.head h2 {
	margin: 13px 0px 0px 15px;
	float: left;
	color: #fff;
	font: bold 12px Arial;
	display: inline;
}

div.conthead {
	background: url('img/head2.jpg') repeat-x;
	height: 35px;
	clear: both;
	display: block;
}
div.conthead h2 {
	margin: 10px;
}
div.conthead * {
	color: #fff;
	font: bold 8pt Tahoma;
}

#contnav {
	background: #545246;
	display: block;
	clear: both;
	color: #fff;
	font: bold 11px Tahoma;
	padding: 7px 13px 7px 13px;
}
#contnav a {
	color: #fff;
	font: 11px Tahoma;
}

.navbar, .navbar a {
	color: #fff;
	font: bold 11px Tahoma;
}

.newsletter {
margin: auto; width: 300px; border: 1px solid #aaa; padding: .5em; background-color: #eee; font-family: Tahoma, Verdana, sans-serif; font-size: 8pt;
}
.newsletter p {
	text-align: justify;
	padding: 0 1em 0 1em;
}
.newsletter div {
	margin: 5px 0 5px 0;
}
.newsletter input {
	font: 11px Tahoma;
	padding: 2px;
	border: 1px solid #bbb;
}
.newsletter input[type=submit] {
	background-color: #fff;
}