body {
	font-family: Arial, Helvetica, Tahoma, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9pt;
	text-align: left;
	background: #f4f4f4;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a {
	text-decoration: underline;
	color: #2a6a83;
	font-weight: normal;
}

a:hover {
	color: #059d22;
}

.clear {
	clear: both;
}

#topbar {
	height: 34px;
	background: #e6e6e6;
}

.wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
}

#lang {
	position: absolute;
	right: 150px;
	top: 6px;
}

#social {
	padding-top: 6px;
}

#social a {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -3000px;
	margin-left: 20px;
}

#social a.twitter {
	background: url('images/twitter.jpg');
}
#social a.facebook {
	background: url('images/facebook.jpg');
}
#social a.skype {
	background: url('images/skype.jpg');
}

#header {
	position: relative;
	height: 140px;
}

#logo {
	position: absolute;
	display: block;
	left: 10px;
	top: -24px;
	background: url('images/logo.jpg');
	width: 142px;
	height: 136px;
	text-indent: -3000px;
}

#moto {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url('images/moto.gif');
	width: 803px;
	height: 62px;
	text-indent: -3000px;
}

#head {
	position: relative;
	text-align: left;
	width: 947px;
	height: 456px;
	background: #FFF;
	padding: 26px 0 0 32px;
	margin-bottom: 20px;
}

#head img {
	width: 920px;
	height: 430px;
}

#menu {
	position: absolute;
	top: 76px;
	left: 180px;
	width: 780px;
}

/* MENU START */
#nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#nav li {
	float: left;
	padding: 0;
	height: 38px;
	text-align: left;
	display: block; 
	position: relative;
	z-index: 500;
}

#nav li.sep {
	float: left; 
	display: block;
	background: url('images/menu-sep.gif');
	float: left;
	width: 2px;
	padding: 0;
	height: 37px;
}

#nav li a {
	display: block; 
	font-weight: bold;
	text-decoration: none;
	color: #696969;
	font-size: 12pt;
	padding: 11px 15px 0 15px;
	height: 22px;
}

#nav li a:hover, #nav li a.hover {
	border-bottom: 3px solid #cc883d;
}

#nav li a.active, #nav li a.active:hover {
	color: #696969;
	border-bottom: 3px solid #059d22;
}

#nav li ul {
	position: absolute; 
	left: 0; 
	top: 38px;
	display: none; 
	padding: 0;
	list-style: none;
}

#nav li :hover>ul {
  display: block;
}

#nav ul a {
	display: block;  
	height:15px;
	padding: 9px; 
	color:#333;
	background:#AAA;
	width: 100%;
}

#nav ul a:hover {
	text-decoration: underline;	
}

#nav li ul.sub {
	padding: 0 10px 5px 10px;
	text-align: left;
	background: #e6e6e6 url('images/subbg.jpg') repeat-y;
}

#nav li ul.sub {
	padding-top: 6px;
}

#nav li ul.sub li {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	height: 25px;
}

#nav li ul.sub li a, #nav li ul.sub li a:hover {
	display: block;
	font-size: 10pt;
	background: url('images/bullet1.gif') left center no-repeat;
	padding: 2px 10px 1px 12px;
	border: 0;
	margin: 0;
	text-align: left;
	text-decoration: none;
	color: #696969;
}

#nav li ul.sub li a:hover, #nav li ul.sub li a.hover {
	background: url('images/bullet1.gif') left center no-repeat;
	color: #059d22;
}
/* MENU END */


#sidebar {
	float: left;
	width: 250px;
}

#sidebar .panel {
	position: relative;
	background: white;
	padding: 15px;
	text-align: left;
	margin-bottom: 20px;
}

#sidebar .panel h2 {
	font-size: 14pt;
	border-bottom: 1px solid #aba7a5;
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

#sidebar .panel .links a {
	background: url('images/bullet1.gif') left center no-repeat;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	color: #5f5f5f;
	font-size: 11pt;
	line-height: 21px;
}

#sidebar .panel .links a:hover {
	color: #059d22;
}

#sidebar .panel .title {
	color: #0a9e20;
	margin-top: 10px;
}

#maincontent {
	position: relative;
	float: right;
	background: white;
	width: 675px;
	padding: 10px 20px 10px 20px;
	text-align: left;
}

#maincontent h1 {
	position: relative;
	font-size: 14pt;
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent h1 span {
	position: absolute;
	top: 0;
	right: 5px;
	width: 150px;
	height: 15px;
	text-align: right;
	text-transform: none;
}

#maincontent h1 span a {
	font-size: 8pt;
}


#footer {
	height: 60px;
	background: #e6e6e6;
	padding-top: 25px;
}

#footer .links {
	float: right;
}

#footer .links a {
	text-decoration: none;
	color: #333;
}

#footer .links a:hover {
	color: #059d22;
}

#footer .copy {
	float: left;
}


.opacity0 {
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter:alpha(opacity=0);
    zoom:1;
}

.opacity10 {
    opacity:0.1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
    filter:alpha(opacity=10);
    zoom:1;
}

.opacity20 {
    opacity:0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
    filter:alpha(opacity=20);
    zoom:1;
}

.opacity30 {
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter:alpha(opacity=30);
    zoom:1;
}

.opacity40 {
    opacity:0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter:alpha(opacity=40);
    zoom:1;
}

.opacity50 {
    opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter:alpha(opacity=50);
    zoom:1;
}

.opacity60 {
    opacity:0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter:alpha(opacity=60);
    zoom:1;
}

.opacity70 {
    opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter:alpha(opacity=70);
    zoom:1;
}

.opacity80 {
    opacity:0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter:alpha(opacity=80);
    zoom:1;
}

.opacity90 {
    opacity:0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
    filter:alpha(opacity=90);
    zoom:1;
}

.opacity100 {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter:alpha(opacity=100);
    zoom:1;
}

#homeabout {
	float: left;
	width: 320px;
}

#homenews {
	float: right;
	padding-left: 20px;
	width: 300px;
	padding-right: 14px;
	border-left: 1px solid #a1a1a1;
}

.clear {
	clear: both;
}

.spacer10 {
	clear: both;
	height: 10px;
}

.spacer20 {
	clear: both;
	height: 20px;
}

.spacer30 {
	clear: both;
	height: 30px;
}

.shortnew {
	margin: 0 0 15px 0;
}

.shortnew img {
	float: left;
	margin-right: 10px;
	width: 88px;
	border: 0;
}

.shortnew .content {
	float: left;
	font-size: 8pt;
}

.shortnew .content .date {
	color: #a7447f;
	font-size: 9pt;
	font-weight: bold;
}

.shortnew .content h2, .shortnew .content h2 a {
	font-size: 9pt;
	padding: 2px 0 3px 0;
	margin: 0;
	text-decoration: none;
	color: #2a2a2a;
	font-weight: bold;
}

.shortnew .content h2 a:hover {
	color: #e075b5;
}

.shortnew .content a.more {
	float: right;
}

.tl {
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/corner_tl.gif');
	width: 7px;
	height: 7px;
}

.tr {
	position: absolute;
	top: 0;
	right: 0;
	background: url('images/corner_tr.gif');
	width: 7px;
	height: 7px;
}

.bl {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/corner_bl.gif');
	width: 7px;
	height: 7px;
}

.br {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('images/corner_br.gif');
	width: 7px;
	height: 7px;
}

.prodthumb {
	float: left;
	padding: 10px;
	text-align: center;
}

.prodthumb img {
	padding: 2px;
	border: 1px solid #666;
}

.lthumb {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	padding: 2px;
}

