/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

/**

* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/


html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td  {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

strong {
	font-weight:bold;
}

.clear {
	font-size:1px;
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix:after {
	zoom:1;
}

body { font-family:Arial, Helvetica, sans-serif;
       font-size: 62.5%;
}

#header {
	background: url(top_bg.jpg) repeat-x left top;
	height: auto;
	padding-top:8px;
}

div.lang {
	text-align:right;
	height:13px;
	padding:0px 180px 0 0;
}

div.lang a {
	float:right;
	width:25px;
	height:13px;
	margin-right:10px;
}

div.lang a.bg {
	background: url(bg-flag.gif) no-repeat left top;
}

div.lang a.en {
	background: url(en-flag.gif) no-repeat left top;
}

#container {
	font-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 27px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding-top: 27px;
}

#content {
	margin-right: 250px;
	margin-left: 210px;
	padding: 5px;
	min-height:400px;
}

#footer {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: 1em;
	padding-top: 0px;
	clear:both;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #FFF;
	font-size: 3em;
	padding-left: 20px;
}

h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
	font-weight:bold;
	font-size:20px;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
	font-weight:bold;
	font-size:15px;
}

h4 {
	background-image: url(menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
	font-weight:bold;
	font-size:13px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #000000;}     /* unvisited link */
a:visited {color: #333333;}  /* visited link */
a:hover {color: #FF6633;}   /* mouse over link */
a:active {color: #FF3333;}   /* selected link */

a.on {
	color: #FF6633;
}

#header h1 a {
	display:block;
	background: url(logo_new.jpg) no-repeat left top;
	height:101px;
	padding:25px 0 0 85px;
	color:#fff;
	text-decoration:none;
}

#header h1 span {
	display:block;
	font-size:0.5em;
}

input {
	border:1px solid #A7AAB3;
	}
	
textarea {
	border:1px solid #A7AAB3;
	width: 200px;
	height:300px;
	}
		
/***********************************'   Left side Menu  *******************************/

#navlist{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;
}

/***********************************'  Header Menu  ****************/
div.topmenu {
	/*background: url(header_menu.jpg) repeat-x left top;*/
	background: #b6b6b6;
	background: -moz-linear-gradient(top,  #b6b6b6 40%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#b6b6b6), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top,  #b6b6b6 40%,#fafafa 100%);
	background: -o-linear-gradient(top,  #b6b6b6 40%,#fafafa 100%);
	background: -ms-linear-gradient(top,  #b6b6b6 40%,#fafafa 100%);
	background: linear-gradient(top,  #b6b6b6 40%,#fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#fafafa',GradientType=0 );
	height: 73px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

ul.navlist {
	padding:0.4em 0 0 1em;
	
	/*text-align: left;
	padding-top: 10px;*/
}

ul.navlist li{
	list-style-type: none;
	float:left;
	width: auto;
	margin-left:3px;
	/*padding-left: 20px;
	font-weight: bold;
	font-size: 1.1em;*/
}

ul.navlist li a {
	padding: 5px;
	background-color: #4A8BC3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size:1.2em;
	text-decoration:none;
	color: #fff;
}

ul.navlist li a:hover, ul.navlist li a.on {
	background-color: #B6B6B6;
	color: #000;
}

ul.first_product li {
	list-style: none;
	display:inline-block;
	margin:0 0 5px 43px;
	vertical-align:top;
	width:102px;
	overflow:hidden;
}

ul.first_product li a {
	text-decoration: none;
	text-transform:none;
}

ul.first_product li a img {
	border:1px solid #A49E93;
}

ul.product_text {
	width:570px;
	float:right;
}

ul.product_text li {
list-style: none;
display:inline-block;
border-right:1px solid #A49E93;
width:240px;
padding:0 10px 0 10px;
}

ul.product_text li.second {
border-right:none;
width:269px;
}

ul.product_text li h5 {
	font-size:15px;
	border-bottom:1px solid #A49E93;
	font-weight:bold;
}

p.des span {
	width:348px;
}

p.des span {
	font-size:12px;
	display:block;
}

div.images {
	width:346px;
}

div.images img {
	margin:0 10px 10px 0;
	display:inline-block;
	width:auto;
	border:1px solid #A49E93;
	vertical-align:top;
}

div.images div.price {
	
}

div.text {
	width:540px;
	float:right;
}

div.pages {
	width:400px;
	height:20px;
	margin-left:20%;
	text-align:center;
}

div.pages a:link,
div.pages a:visited,
div.pages a:hover,
div.pages a:active {
	text-decoration:none;
	font-size:13px;
	border:1px solid #A49E93;
	color:#A49E93;
	padding:2px 5px;
	margin:0 3px;
}

div.pages a.next {
	float:right;
	margin-right:20px;
}

div.pages a.prev {
	float:left;
	margin-left:20px;
}

div.pages a:hover {
	border:1px solid #000;
	color:#000;
}

div.pages span {
	border:1px solid #000;
	color:#000;
	padding:2px 5px;
}

a.more {
	font-weight:bold;
	text-decoration:none;
}

form#order div label {
	float:left;
	width:200px;
	vertical-align:bottom;
	font-weight:bold;
}

form#order div input {
	margin-bottom:5px;
}

form#order input.button {
	margin-left:305px;
}

div.partnerlinks {
	clear: both;
	color: #000;
	margin:0 250px 10px 210px;
}

div.partnerlinks strong {
	display: block;
}

fieldset {
	
}
	fieldset form {
		margin-top:10px;
	}

	fieldset form div {
		clear:left;
	}

	fieldset form label  {
		width: 140px;
		float: left;
		margin: 0 20px 5px 0;
		color: #000;
		font-size: 1.2em;
	}
	
	fieldset form input {
		margin-bottom: 5px;
		width: 575px;
		border: none;
		padding: 6px 15px 6px 15px;
		color:#ffffff;
	}
	
	fieldset form input.checkbox {
		width: 12px;
		height: 12px;
		border: 0;
	}
	
	fieldset form select {
		margin-bottom: 5px;
		width: 255px;
		height:18px;
	}
	
	fieldset form select optgroup {
		font-style: normal;
	}
	
	fieldset form input,
	fieldset form select,
	fieldset form textarea,
	fieldset form button {
		border:1px solid #A7AAB3;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
   		border-radius: 2em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		vertical-align: top;
		color: #000;
	}
	
	fieldset input.check {
		color: #19B36B;
		border:0;
		width:12px;
		height:12px;
	}
	
	fieldset form textarea {
		width: 575px;
		padding: 8px 15px 8px 15px;
		margin: 0px 0 10px 0;
		height: 120px;
	}
	
	fieldset form button,
	a.request {
		float: left;
		text-align: center;
		background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
	    border: 1px solid #B7B7B7;
	    color: #606060;
	    -webkit-border-radius: 2em;
		-moz-border-radius: 2em;
	    border-radius: 2em;
	   	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	    font: 12px/100% Arial,Helvetica,sans-serif;
	    margin: 0 2px;
	    outline: medium none;
	    padding: 0.5em 2em 0.55em;
	    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	    vertical-align: baseline;
	    text-decoration: none;
	}

	fieldset form button {
		float: right;
		margin-right: 110px;
	}

div.error,
div.ok {
	height:auto;
	padding:5px 10px;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align:left;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
    border-radius: 2em;
}

div.error {
	color: #FF0000;
	border:1px solid #FF0000;
}

div.ok {
	color: #19B36B;
	border:1px solid #19B36B;
}

fieldset form button:hover,
a.request:hover {
	background: -moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent;
}

div.partnerlinks a {
	text-decoration:none;
}