* { margin:0; padding:0; font-family:Arial, Verdana, Helvetica, sans-serif; }
a {color:#333333;}
img {border:0;}
.cl {clear:both;}
.warning {color:red;}

.allnormal p,
.allnormal h2,
.allnormal h3 {
	font-size:12px;
	display:inline;
	font-style:normal;
}

html {
	background:url(menu.gif) repeat-x center 115px #f2f2f1;
}

body {
	width:850px;
	margin:auto;
	color:black;
	font-size:12px;
	line-height:18px;
}

#wrapper {
	clear:both;
	_height:1%;
	overflow:auto;
	padding:0 0 10px 0;
	margin:20px 0 0 0;
	background:url(bg.gif) repeat-y;
}

/**************head**************/
#head {
	color:white;
	height:115px;
	background:url(logo.gif) no-repeat 5px 28px;
}

#head h1 {
	color:#111111;
	font-size:19px;
	line-height:24px;
	padding:28px 0 0 235px;
}

#head p {
	color:#333333;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	padding:4px 0 0 235px;
}

/**************lang**************/
#lang {
	top:0;
	height:33px;
	color:white;
	position:absolute;
	margin:0 0 0 632px;
}

#lang .langl {
	float:left;
	height:33px;
	width:5px;
	background:url(lang_l.gif) no-repeat;
}

#lang .langm {
	float:left;
	height:33px;
	padding:0 0 0 5px;
	background:url(lang_m.gif) repeat-x;
}

#lang .langr {
	float:left;
	height:33px;
	width:5px;
	background:url(lang_r.gif) no-repeat;
}

#lang a {
	color:white;
	font-size:11px;
}

#lang a:hover {
	text-decoration:none;
}

#lang .select {
	float:left;
	padding:5px 4px 0 4px;
}

#langmenu {
	float:left;
}

#langmenu a {
	width:82px;
	float:left;
	color:white;
	display:inline;
	line-height:14px;
	margin:3px 0 3px 0;
	text-decoration:none;
}

#langmenu a:hover {
	color:#FFFF00;
	font-weight:bold;
}

#lang .nl, #lang .fr, #lang .de, #lang .el, #lang .it, #lang .pt, #lang .ru, #lang .es, #lang .en {
	padding:2px 0 1px 30px;
	background-repeat:no-repeat;
	background-position:left;
}

#lang .en {background-image:url(fl_en.gif);}
#lang .nl {background-image:url(fl_nl.gif);}
#lang .fr {background-image:url(fl_fr.gif);}
#lang .de {background-image:url(fl_de.gif);}
#lang .el {background-image:url(fl_el.gif);}
#lang .it {background-image:url(fl_it.gif);}
#lang .pt {background-image:url(fl_pt.gif);}
#lang .ru {background-image:url(fl_ru.gif);}
#lang .es {background-image:url(fl_es.gif);}

#lang .menu1,
#lang .menu2 {
	width:115px;
	float:left;
	cursor:pointer;
	font-size:11px;
	line-height:20px;
	overflow-y:hidden;
	margin:2px 0 0 8px;
	padding:4px 0px 5px 8px;
}

#lang .menu1 {
	height:15px;
}

#lang .menu2 {
	height:auto;
	background:#bb1212;
	opacity:0.9;
	filter:alpha(opacity=90);
}

/**************menu**************/
#nav {
	overflow:hidden;
}
#menu {
	float:left;
	width:640px;
	height:42px;
	overflow:hidden;
	padding:0 0 0 10px;
}

#menu li {
	float:left;
	list-style:none;
}

#menu a {
	float:left;
	color:white;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	padding:11px 15px 9px 15px;
}

#menu a:hover,
#menu a.ved:hover {
	text-decoration:underline;
}

#menu a.ved {
	background:url(sel.png) no-repeat center bottom;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src="images/sel.png"); 
	_background:none;
}

#menu .sep {
	width:4px;
	height:7px;
	_font-size:1px;
	margin:15px 0 0 5px;
	background:url(sep.gif) no-repeat 0 0;
}

/**************flipmenu**************/
#flipmenu {
	display:none;
	z-index:99;
	list-style:none;
	position:absolute;
	background:#dddad9;
	padding:0 0 10px 0;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

#flipmenu a.bigl {
	width:175px;
	color:#333333;
	display:block;
	font-weight:bold;
	background:#dddad9;
	text-decoration:none;
	padding:6px 2px 6px 10px;
	border-bottom:1px solid #eeeeee;
}

#flipmenu a.midl {
	width:165px;
	color:#222222;
	display:block;
	background:#e5e5e5;
	text-decoration:none;
	padding:6px 2px 6px 20px;
	border-bottom:1px solid #eeeeee;
}

#flipmenu a:hover {
	color:#b51818;
	font-weight:bold;
}

/**************search**************/
#search {
	float:left;
	overflow:hidden;
	padding:10px 0 13px 10px;
}

#search input.button {
	border:0;
	width:31px;
	float:left;
	height:20px;
	cursor:pointer;
	_display:inline;
	background:url(search_r.gif) no-repeat;
}

#q {
	border:0;
	float:left;
	color:gray;
	width:120px;
	height:16px;
	font-size:11px;
	padding:4px 0 0 5px;
	background:url(search_m.gif) repeat-x;
}

#search .sleft {
	float:left;
	width:5px;
	height:20px;
	background:url(search_l.gif) no-repeat;
}

/**************side**************/
#side {
	float:left;
	width:190px;
	_display:inline;
}

#side .sidebar {
	clear:both;
	width:175px;
	height:27px;
	padding:9px 0 0 15px;
	border-bottom:white 1px solid;
	background:url(sidebar.jpg) no-repeat;
}

#side .sidebar a {
	color:white;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#side .sidebar a:hover {text-decoration:underline;}

#ctlist {
	margin:0 0 25px 0;
}

#side li {
	clear:both;
	list-style:none;
	overflow:hidden;
}

#side li a {
	color:#42433f;
	text-decoration:none;
}

#side li.cbli {
	display:block;
	padding:6px 10px 6px 14px;
	background:url(listline.gif) no-repeat left bottom;
}

#side li.cbli h2,
#side li.cbli h3 {
	color:#b51818;
	font-size:13px;
	padding:0 0 0 13px;
	background:url(ball.gif) no-repeat 0 7px;
}

#side li.cbli .cbdiv a {
	display:block;
	padding:0 0 0 13px;
	background:url(ball.gif) no-repeat 0 7px;
}

#side li.cbli .cbdiv a:hover {
	color:#b51818;
}

#side li .cmdiv h2,
#side li .cmdiv h3 {
	color:#b51818;
	font-size:13px;
	padding:0 0 0 13px;
}

#side li.cmli .cmdiv {
	margin:0 15px 0 15px;
	padding:4px 10px 3px 10px;
	border-bottom:1px dotted #bbbbbb;
}

#side li.cmli .cmdiv a {
	display:block;
	font-size:11px;
	padding:0 0 0 13px;
}

#side li.cmli .cmdiv a:hover {
	color:#b51818;
}

#side .contact {
	_height:1%;
	overflow:hidden;
	line-height:20px;
	padding:3px 14px 8px 14px;
}

#side .contact span {
	color:#d61213;
	font-weight:bold;
}

#side .more a {
	float:right;
	color:#d61213;
	font-size:11px;
	font-weight:normal;
	padding:2px 0 0 0;
	text-decoration:underline;
}

#side .more a:hover {
	text-decoration:none;
}

#show {
	padding:1px 0 1px 0;
	border-top:1px solid #9b1616;
	border-bottom:1px solid #9b1616;
}

/**************content**************/
#content {
	width:660px;
	float:left;
	_display:inline;
}

#content td {padding:2px;}

#content a:hover {
	color:#b51818;
	text-decoration:none;
}

#content .banner {
	background:white;
	padding:5px 0 0 4px;
}

#content .position {
	color:#000000;
	font-size:11px;
	margin:0 8px 0 8px;
	padding:6px 0 1px 8px;
	border-bottom:1px solid #e4e4e4;
}

#content .position a,
#content .position .cur {
	color:#b51818;
}

#content .position h2 {
	display:inline;
	font-size:11px;
}

#content .title {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 4px 40px;
	margin:2px 15px 0 15px;
	border-bottom:#c4c4c4 1px solid;
}

#content .title h2 {
	font-size:13px;
	display:inline;
}

#content .title a {
	font-size:14px;
	text-decoration:none;
}

#content .ico_info {background:url(ico_info.gif) no-repeat 5px 5px;}
#content .ico_goods {background:url(ico_goods.gif) no-repeat 5px 5px;}
#content .ico_link {background:url(ico_link.gif) no-repeat 5px 5px;}
#content .ico_mail {background:url(ico_mail.gif) no-repeat 5px 5px;}
#content .ico_map {background:url(ico_map.gif) no-repeat 5px 5px;}

#content .desp {
	clear:both;
	padding:3px 15px 8px 18px;
}

#content .line {
	clear:both;
	_font-size:1px;
	margin:0 15px;
	border-bottom:1px solid #d1d1d1;
}

/**************pages**************/
#content .infotitle {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	padding:0 0 0 10px;
	border-bottom:1px solid #dddddd;
}

#content .certificate img {
	margin:0 20px;
}

#content img.infoimg {
	float:right;
}

#content .sitemap ul {margin:0 0 0 16px;}
#content .sitemap li {margin:2px 0 3px 18px;}

#content .focus {
	background:#fff8f5;
	border:1px solid #CCCCCC;
}

#content .blur {
	background:#f5f5f5;
	border-bottom:#FFFFFF 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#FFFFFF 1px solid;
	border-top:#CCCCCC 1px solid;
}

#content .links ul li {
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 30px;
	padding:3px 0 2px 0;
}

#content .links .ved {
	color:#b51818;
	text-decoration:none;
}

#content .links ol li {
	font-size:12px;
	font-weight:normal;
}

/**************ct_pr**************/
#prolist {
	margin:8px 0 8px 0;
}

#prolist .productlist {
	clear:both;
	font-size:13px;
	font-weight:bold;
	margin:5px 15px 3px 15px;
	padding:2px 0 3px 14px;
	background:#f0f0f0;
}

#prolist a {color:black;}
#prolist span {color:#b51818;}

#prolist li {
	margin:0 0 0 40px;
}

/**************products**************/
#products {
	clear:both;
	overflow:hidden;
	padding:4px 10px 8px 15px;
}

#products * {
	font-size:11px;
}

#products li {
	list-style:none;
}

.bigname {
	clear:both;
	overflow:hidden;
	font-weight:bold;
	background:#eeeeee;
	margin:4px 6px 0 7px;
	padding:3px 0 3px 15px;
}

#products .bigname a {
	font-size:13px;
	text-decoration:none;
}

#products .bigname a:hover {
	text-decoration:underline;
}

#products li .imgframe {
	display:block;
	padding:1px 1px 1px 1px;
	background:url(frame.gif) no-repeat left top;
}

#products li a img {
	width:115px;
	height:115px;
}

#products li .imgframe:hover {
	background:url(frame.gif) no-repeat left bottom;
}

#products li a b,
#products li a i,
#products li a span {
	font-weight:normal;
	font-style:normal;
}

/**************mod1**************/
#products li.pic1 {
	float:left;
	height:170px;
	width:140px;
	display:inline;
	overflow:hidden;
	margin:6px 1px 7px 16px;
}

#products li.pic1 * {
	line-height:16px;
}

/**************mod2**************/
#products li.pic2 {
	float:left;
	height:122px;
	width:265px;
	display:inline;
	overflow:hidden;
	padding:3px 5px 2px 6px;
	margin:4px 5px 2px 10px;
}

#products .pic2 .imgframe {float:left;}

#products .pic2 .picinfo {
	float:left;
	width:135px;
	display:inline;
	margin:0 0 0 8px;
}

/**************mod3**************/
#products li.pic3 {
	height:125px;
	width:600px;
	overflow:hidden;
	padding:7px 5px 0 8px;
	margin:4px 0 7px 10px;
}

#products .pic3 .imgframe {float:left;}

#products .pic3 .picinfo {
	float:left;
	width:460px;
	display:inline;
	margin:0 0 0 8px;
}

#products .pic3 .detaildesp {
	height:74px;
	overflow:hidden;
}

#products .pic3 a.more {
	float:right;
	display:inline;
	margin:0 10px 0 0;
}

#products .gbg {
	background:#f5f5f5;
}

/**************foot**************/
#foot {
	clear:both;
	color:#666666;
	font-size:11px;
	text-align:center;
	padding:0 0 10px 0;
	background:#f2f2f1;
}

#foot a:hover {text-decoration:none;}

#foot .link {
	color:white;
	padding:7px 0 7px 0;
	background:url(foot.gif) repeat-x top #a32121;
}

#foot .link dt,
#foot .keywordlist dt {
	display:inline;
}

#foot .link a {
	color:white;
	font-size:11px;
	padding:0 14px 0 14px;
}

#foot .link .ved, 
#foot .link a:hover {
	color:#c3c3c3;
}

#foot .keywordlist .ved,
#foot .keywordlist a:hover {
	color:#a32121;
}

#foot .keywordlist a {
	color:#333333;
	font-size:10px;
	line-height:14px;
	margin:0 3px 2px 3px;
}

#foot .bottom,
#foot .bottom a {
	line-height:14px;
	font-size:10px;
}

#foot .bottom a {
	color:#2f6fe5;
}

