html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	}
body {
	font-family: tahoma;
	font-size: 13px;
	background: #F3E8B0 url('media/bg.jpg') repeat-x top center;
	}
.c {
	clear: both;
	}
	
img {
	border: 0;
	}
	
#holder {
	width: 858px;
	width: 990px;
	margin: 0 auto;
	background:#fff;
	overflow: hidden;
	margin-top:10px;
	}
	
#top {
	height: 107px;
	overflow: hidden;
	margin-bottom:3px;
	}
	
#leftTop {
	float: right;
	width: 769px;
	background: url('media/top2.jpg') no-repeat top left;
	height: 107px;
	}

#logo {
	float: left;
	width: 220px;
	background: url('media/logo.jpg') no-repeat center center;
	height: 107px;
	}
	
#menu {
	overflow: hidden;
	margin-bottom: 10px;
	}

.menuitem {
	float: left;
	width: 210px;
	width: 254px;
	background: #81C055 url('media/menubg.jpg') no-repeat top right;
	height: 18px;
	padding-top: 1px;
	text-align: center;
	color:#fff;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	display: block;
	text-decoration: none;
	}
.selected {
	background: #08421C url('media/menubg1.jpg') no-repeat top center;
	}
.mbg1 {
	width: 220px;
	margin-right: 2px;
	}

.mbg3 {
	margin:0 3px;
	}

#leftSide {
	width: 220px;
	float: left;
	}
#productMenu {
	
	}
	
	
#rightSide {
	float: left;
	width: 636px;
	width: 768px;
	}
	
#rightSide p {
	text-align: justify;
	padding-left: 20px;
	margin-top: 0;
	}
	
#textBox {
	width:477px;
	float: left;
	padding-bottom:10px;
	outline: none;
	}
	
#pictureBox {
	width:280px;
	float: right;
	}
	
#langHolder {
	position: absolute;
	bottom:5px;
	right:50px;
	font-weight: bold;
	color:#231f20;
	font-size:12px;
	font-family: arial;
	}
	
#langHolder a {
	color:#000;
	text-decoration: none;
	}
	
#langHolder a.sel {
	text-decoration: underline;
	}

.productTitle {
	background:#A9CE28;
	color:#fff;
	margin: 0;
	padding: 0px 0;
	text-align: center;
	font-weight: normal;
	font-size:19px;
	font-family: arial;
	}
	
#productMenu {
	background: #8BC030;
	padding-bottom: 5px;
	}
#productMenu a {
	background: #8AC12F url('media/menubg.gif') repeat-x bottom left;
	display: block;
	text-align: center;
	padding-top:5px;
	color:#000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	height:110px;
	overflow: hidden;
	}

#productMenu a:hover {
	background: #8AC12F url('media/menubg_over.gif') repeat-x bottom left;
	color:#fff;
	}

#productMenu div {
	height: 80px;
	overflow: hidden;
	text-align: center;
	}
	
#productMenu span {
	display: block;
	padding-top:0px;
	}
	
#productHolder {
	overflow: hidden;
	width: 280px;
	}
#productHolder a {
	display: block;
	width: 138px;
	float:left;
	margin: 0 1px 5px 1px;
	text-decoration: none;
	}

#productHolder a .imgHolder {
	height: 85px;
	text-align: center;
	}
	
#productHolder a .linkHolder {
	background:#b59268;
	color:#fff;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	font-family: arial;
	padding: 4px 0;
	}
	
.productContentTitle {
	background:#b59268;
	color:#fff;
	margin: 0 0 10px 2px;
	padding-left: 16px;
	font-weight: normal;
	font-size:19px;
	font-family: arial;	
	}
	
.scroll-pane {
	height: 560px;
	outline: none;
	}
	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	}
	
#popupHolder {
	z-index: 2000;
	width: 890px;
	height: 400px;
	border:1px solid #ddd;
	background:#fff;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -455px;
	padding: 10px;
	padding-top:0px;
	}