html, body, h1, h2, h3, h4, ul, form, p {
	margin: 0;
	padding: 0;
}

html, body {
	background: #fff url("../img/site_bg.gif") 0 0 repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #0000CD;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

p {
	color: #454545;
}

h1 {
	margin: 10px 0 0 18px;
	color: #53799f;
	font-size: 21px;
	font-weight: normal;
}

h1 span {
	visibility: hidden;
	font-size: 1px;
}

h4 {
	color: #53799f;
	font-size: 12px;
	font-weight: bold;
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

#bg {
	width: 50%;
	height: 298px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/header_bg.gif") repeat-x;
}

#container {
	width: 806px;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

/*///////////////////////// header //////////////////////*/
#header {
	width: 100%;
	height: 298px;
	float: left;
	background: url("../img/header_bg.gif") 0 0 repeat-x;
}

#logo {
	width: 248px;
	height: 63px;
	float: left;
	background-color: #efedd9;
	border-top: 6px #cac488 solid;
	border-bottom: 3px #fff solid;
}

#dot {
	margin-left: 19px;
	padding: 0;
	font-size: 10px;
	color: #575757;
}

#dot img {
	vertical-align: 20%;
	margin-right: 10px;
}

#lang_bar {
	width: 558px;
	height: 63px;
	float: right;
	border-top: 6px #e8e19f solid;
	border-bottom: 3px #fff solid;
	background-color: #fff;
}

#lang_bar ul {
	margin: 26px 0 0 32px;
	list-style: none;
}

#lang_bar ul li {
	width: 25px;
	float: left;
}

#lang_bar a {
	color: #000;
}

#home {
	float: right;
	margin-right: 3px;
	display: inline;
}

ul#menu {
	width: 244px;
	height: 219px;
	float: left;
	border-left: 3px solid #fff;
	list-style: none;
	background-color: #f2f1e5;
}

ul#menu li {
	width: 210px;
	height: 53px;
	margin-left: 17px;
}

ul#menu h2 {
	padding-top: 8px;
	text-align: right;
	float: left;
	font-weight: normal;
	font-size: 18px;
}

ul#menu h2 span {
	font-size: 11px;
}

ul#menu h2 a {
	color: #53799f;
	display: block;
	width: 185px;
}

ul#menu h2 a span {
	color: #575757;
}

.arr {
	font-size: 14px;
	width: 10px;
	float: right;
	color: #53799f;
	margin-top:10px;
}

#h_img {
	float: right;
	border-bottom: 4px #e8e19f solid;
}

#h_img img {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}

/*///////////////////////// content //////////////////////*/
#content {
	float: left;
	margin-top: 3px;
	overflow: hidden;
}

#content h3 {
	color: #53799f;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #dddada;
	margin-left: 18px;
}

#content h3 span {
	color: #b1a261;
}

#left_side {
	width: 244px;
	float: left;
	background-color: #efedd9;
	margin-left: 3px;
	display: inline;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#last_news {
	width: 100%;
	background-color: #fff;
}

#last_news h3 {
	width: 210px;
}

#last_news ul {
	list-style: none;
	margin: 10px 18px 10px 18px;
}

#last_news ul li p {
	padding-bottom: 5px;
}

#last_news ul li p.more {
	text-align: right;
}

#last_news ul li p.more a {
	text-decoration: underline;
	color: #53799f;
	font-weight: bold;
}

#right_side {
	width: 553px;
	float: left;
	background-color: #f0f1f5;
	margin-left: 3px; 
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#right_side h3 {
	width: 514px;
}

#right_side p {
	padding: 0 18px 15px 18px;
	line-height: 150%;
	float: left;
}

#right_side img {
	border: 1px solid #d9d9d9;
}

.zoom {
	float: left;
	background: url("../img/search.png") 2% 100% no-repeat;
}

.zoom:hover {
	text-decoration: none;
}

.zoom span {
	padding: 5px 0 0 20px;
	float: left;
	color: #bbb;
	cursor: pointer;
}

.text {
	width: 290px;
}

/*///// home /////*/
#h_contact {
	width: 100%;
	height: 100px;
	background-color: #fff;
	float: left;
}

#h_contact img {
	border: none;
	margin: 30px 30px 0 18px;
	float: left;
}

#h_contact h4 {
	margin-top: 15px;
}

#h_contact p {
	margin-top: 10px;
	padding: 0;
}

/*///// products /////*/
ul#category {
	width: 515px;
	list-style: none;
	margin: 0 0 0 18px;
	float: left;
	display: inline;
	text-align: center;
}

ul#category li {
	width: 127.5px;
	height: 115px;
	float: left;
	border-left: 1px solid #F0F1F5;
	background: #DFE4E8;
}

ul#category li h4 {
	font-size: 12px;
	font-weight: bold;
	height: 100%;
}

ul#category li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #53799f;
}

ul#category li a:hover {
	text-decoration: none;
	background: #EFEDD9;
}

ul#category li img {
	margin: 10px 0 0 0;
	padding: 0;
}

ul#products {
	width: 515px;
	list-style: none;
	margin: 0 0 0 18px;
	float: left;
	display: inline;
}

ul#products li {
	width: 100%;
	height: 140px;
	padding: 0;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #dddada;
}

ul#products li p {
	padding-bottom: 0 !important;
}

ul#products li img {
	width: 150px;
	height: 113px;
}

ul#products li h5 {
	width: 340px;
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #53799f;
}

ul#products li .artnum {
	color: #454545;
}

ul#products li .noimg {
	width: 150px;
	float: left;
}

/*/////////////////////// footer ////////////////////////*/
#footer {
	clear: both;
	float: left;
	width: 800px;
	background-color: #cac488;
	height: 30px;
	margin: 3px 3px 0 3px;
	display: inline;
}

#footer p {
	color: #f9f2d1;
	text-align: left;
	padding: 9px 0 0 5px;
}

/* /////////////////////// form ////////////////////// */
fieldset {
	border: none;
	width: 325px;
	padding: 0 0 20px 18px;
	float: left;
}

fieldset p {
	margin: 1px 0 0 0 ;
	padding: 0 !important;
}

label {
	width: 60px;
	text-align: left;
	padding: 0px 0 3px 0;
	display: block;
}

input	{
	border: 1px solid #c5c5c5;
	width: 250px;
}

textarea {
	background: #ffffff;
	border: 1px solid #c5c5c5;
	width: 250px;
}

.submit input	{
	background: url(../img/button.gif) no-repeat 0 0; 
	width: 120px; 
	height: 20px; 
	color:#fff; 
	font: normal 12px Arial, sans-serif; 
	border: none;
	margin: 4px 0 0 1px;
	cursor: pointer;
}

#message {
	width: 252px;
	height: 20px;
	float: left;
	margin: 0 0 0 20px;
}

.error {
	color: #c00;
	background-color: #fcc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #c00;
}

.success {
	color: #090;
	background-color: #cfc;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border:1px solid #0c0;
}
