/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #933;}
a:hover {color: #966;}
body {
	
	background: #CECFCE;
	color: #666666;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul, .card {
	font-size: 1.3em;
	padding-bottom: 1.2em;
	margin-right: 4.2em;
}
.card {
	text-align: left;
	margin-left: 6px;
	padding-top:9px;
	padding-bottom: 25px;	
}
.setbox, .pricebox {
	width: 190px;
	height: 50px;
	float: left;
	margin:0;
	padding:0;
	
}
.pricebox {
	width: 100px;
	padding-right:440px;
}

ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif); font-size: 1.3em;}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1em;
	margin-bottom: 1.2em;
	margin-right:4.2em;
	padding: 12px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #333;}
/* misc */
.clearer {clear: both;}
/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	vertical-align:bottom;
	
}
/* top */
.top {
	background: #474348;
	font: normal 2em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 800px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #474348;
	color: #FFF;
}
/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 136px;
	margin: 0 auto;
	width: 800px;
}
/* item */
.item {clear: both;}

.item .content {
	float: left;
	width: 800px;
	
}
.item h1 {
	background: url(img/bgcontainer.gif) repeat-y;
	color: #666;
	line-height: 50px;
	padding-left: 16px;
}
.item h4 {
	font-size: 1.4em;
	line-height: 50px;
	padding-left: 16px;
	
}
.item .body {
	padding: 6px 18px;
	width: 800px;
	height: 650px;
}
.item .body2 {
	padding: 6px 18px;
	width: 800px;
	height: 514px;
}
/*overflow large pages*/
.scroll, .scroll2 {
	height: 504px;
	width: 750px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #ccc;
	padding: 6px;
	}
.scroll2 {
	overflow: hidden;
	
}
/*pageborder*/
.kader	{
	height: 504px;
	width: 750px;
	border: 1px solid #ccc;
	padding: 6px;
}
/* main */
.main {float: left;}
/*navigation */
#hornav {
	margin:0;
	padding:0;
	height: 20px;
	width: 100%;
	float: left;
	background-color: #993400;
	overflow: hidden;
	position: relative;	
	
}
.menubar ul, .menubar_en ul{
margin: 0;
padding: 0;
float: left;
}
.menubar li, .menubar_en li{
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline;
	text-decoration: none;
}
.menubar li a, .menubar_en li a{
	height: 20px;
	float: left;
	color: #CCC;
	margin-left: 31px;
	padding: 3px 0px 0 1px;
	text-align: center;	
	text-decoration: none;
}
.menubar_en li a {
	width: 82px;
	margin-left: 38px;
	text-decoration: none;
	
}
.menubar li a:visited, .menubar_en li a:visited{
	color:#ccc;
	text-decoration: none;
	
}
.menubar li a:hover, .menubar_en li a:hover{
	background-color:#B43D01;
	color: #fff;
	text-decoration: none;
	
}

/* footer */
.footer {
	width: 100%;
	position: relative;
	bottom: 0px; 
	background: url(img/bgfooter.gif) repeat-x;
	color: #666;
	line-height: 30px;
	border: 1px solid #7B7B7B;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 798px;
	height: 28px;
}
.footer a {color: #666;}
.footer a:hover {color: #966;}

