/**
	Author: Budi Hariyanto
	www.flextramedia.com
**/
html, body { margin:0; padding:0; }
body {
	background: #006f3a url(../images/bg.gif) repeat-x;
	font-size: 62.5%;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	color: #fff;
}
h1, h2, h3, h4, p { margin: 0; padding: 0; }
a img { border:0; outline: none; }
a { outline: none; color: #f4c615; }
a:hover { color: #fff; }
#rap {
	width: 756px;
	margin: auto auto auto auto;
}
#header {
	margin-top: 22px;
}
.logo { margin-right: 200px; }
.headSpace {
	width: 756px;
	height: 20px;
}
#container {
	width: 756px;
	background: transparent url(../images/content.bg.gif) repeat-y;
	padding-top: 50px;
}
#topNav {
	width: 756px;
	height: 51px;
	background: transparent url(../images/topnav.bg.gif) repeat-x;
	position: absolute;
	top: 132px;
}
.nav {
	float: left;
	height: 51px;
	background: transparent url(../images/nav/navspace.gif) no-repeat left;
	padding-left: 17px;
}
.navSpace {
	float: right;
	text-align: right;
	width: 254px;
	height: 51px;
}
.language { font-size: 1.0em; font-style: italic; margin-top: 10px; }
.content {
	margin:0;
	min-height: 80px;
	height: 80px;
	height: auto !important;
	padding-left: 30px;
	padding-right: 60px;
	padding-top:0;
	padding-bottom: 10px;
	color: #fff;
	font-size: 1.2em;
}
.content h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.8em;
	color: #fff; /*#006f3a;*/
	font-weight: normal;
	font-style: italic;
}
.content h2 {
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #006f3a;
	font-weight: normal;
	font-style: italic;
}
.content h3 {
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
}
.content ul { margin-top: 0; }
.content p {
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 1.4em;
}
.gallery {
	text-align: center;
	margin-bottom: 5px;
}
.gallery img {
	border: 1px solid #fff;
	padding: 1px;
	margin: 10px;
}
.botSpace {
	width: 756px;
	height: 10px;
	margin:0;
	padding:0;
	background: transparent url(../images/bot.bg.gif) no-repeat top left;
}
.clearfloat { clear: both; line-height:0; }
#footer {
	padding-left: 10px;
	padding-right: 40px;
	font-size: 1.0em;
	text-align: right;
	padding-bottom: 20px;
}
#footer p { margin-bottom: 8px; line-height: 1.3em; }
#footer p.bottomlinks a {
	color: #fff;
}
#footer  a {
	color: #8fc63f;
}
#footer p.bottomlinks a:hover, #footer a:hover {
	color: #f4c615;
}
.bottom { }
.address { 
	width: 328px;
	height: 60px;
	background: transparent url(../images/logo-small.gif) no-repeat left;
	float: right; 
	padding-left: 191px;
}
.address_left {
	width: 180px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 6px;
	text-align: right;
}
.address_right {
	width: 135px;
	text-align: left;
	float: right;
}
.red { color: red; font-weight: bold; }
/***	MultiBox v1.2 ***/
.MultiBoxContainer {
	margin-top:20px;
	position: absolute;
	border: 6px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}
.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -16px;
	right: -16px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 27px;
	height: 27px;
	left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 27px;
	height: 27px;
	right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: #000000; /*url(../images/rightDisabled.png) no-repeat;*/
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: #000000; /*url(../images/leftDisabled.png) no-repeat;*/
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 5px 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}