
/* Body Style */
body {
	color: #333;
	margin: 0px;
	background-color: #f1f0ed;
	text-align: center;
	font-size: 12px;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

/* standard Hyperlink */
a {
	color: #5d620e;
	text-decoration: underline;
}

a:hover {
	color: #ff4e00;
	text-decoration: underline;
}

/* standard Form */
form {
	margin: 0px;
}
input {
	font-size: 11px;
}
select{
	font-size: 11px;
}
textarea {
	font-size: 11px;
}

input.button {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #d4d0c8;
	border-top: 1px solid #eae9e8;
	border-left: 1px solid #eae9e8;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	cursor: pointer;
}

/* standard cell */
td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 5px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear {
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- main element -------- */
.body {
	padding: 0px;
	background: url(../images/bg.gif) top repeat-x #fff;
	border-bottom: 1px solid #d8d6ce;
}

.mainPage{
	width: 968px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bgBase.gif) top left repeat-y #fff;
}

.container {
	width: 930px;
	margin: 0px;
	padding: 15px 19px 15px 19px;
	text-align: left;
	background: url(../images/bgTop.gif) top left no-repeat;
}

.page {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.wrapper {
	margin: 0px;
	padding: 0px;
	background: url(../images/bgSide.gif) top right repeat-y #fff;
}
.main {
	width: 515px;
	float: left;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
.content {
	padding-bottom: 20px;
}
.content h1.pageTitle {
	margin: 10px 0px 15px 0px !important;
	padding: 5px 0px !important;
	font-size: 20px;
	color: #1e1f21;
	font-weight: lighter;
	border-bottom: 1px solid #d8d6ce;
}
.content h2 {
	font-size: 16px;
	margin: 10px 0px !important;
	padding: 0px !important;
	color: #5d620e;
}
.content h2.headTitle {
	font-size: 13px;
	margin: 20px 0px !important;
	padding: 8px 5px !important;
	color: #1e1f21;
	background-color: #f4f4f4;
	border-top: 1px solid #eeefef;
	border-bottom: 1px solid #d8d6ce;
}
.content h3 {
	font-size: 1.1em;
	margin: 10px 0px 10px 0px !important;
	padding: 0px !important;
	color: #111;
}
.content p {
	margin: 10px 0px !important;
	line-height: 130%;
}

ul.links {
	margin: 15px 10px !important;
	padding: 0px !important;
	list-style: none;
}
ul.links li {
	margin: 3px 0px;
	padding: 2px 10px 4px 10px;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 6px;
	border-bottom: 1px solid #f2f2f2;
}
ul.links li span {
	display: block;
	color: #999;
	font-size: 11px;
}
ul.links li a {
	color: #5d620e;
	text-decoration: none;
}
ul.links li a:hover {
	color: #ff4e00;
	text-decoration: none;
}

.rightbar {
	float: right;
	width: 190px;
	margin: 15px 0px;
	padding: 0px 14px 0px 15px;
	background: url(../images/dotBg.gif) top left repeat-y;
}
.sidebar {
	float: right;
	width: 160px;
	padding: 0px 10px;
	overflow: hidden;
	background: url(../images/sidebar.gif) top left repeat-x;
}

.headerImg {
	width: 750px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
}
.mainImage {
	position: absolute;
	width: 750px;
	height: 120px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 4;
}

.flowNav {
	position: absolute;
	width: 740px;
	height: 30px;
	margin-top: 45px;
	margin-left: 0px;
	padding: 0px 0px 0px 18px;
	overflow: hidden;
	z-index: 5;
	background: url(../images/flowBase.png) top left no-repeat;
}
.flowNav p {
	float: left;
	margin: 0px !important;
	padding: 7px 20px 7px 5px !important;
	font-size: 14px;
	color: #fff;
	text-transform: lowercase;
	background: url(../images/bgFlow.png) top left repeat-x;
}
.flowNav p a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.flowNav p a:hover{
	color: #fff;
	text-decoration: none;
}

/* ------- header element ---------- */
.header {
	height: 75px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) bottom right no-repeat;
}
.headerCell {
	float: left;
	height: 75px;
	padding: 0px;
	overflow: hidden;
}
a.sitename {
	display: block;
	float: left;
	padding-right: 20px;
}
a.sitename img {
	border: none;
}

/* --------------- language -------------- */
.lang {
	float: right;
	padding: 16px 10px;
}
.lang a {
	padding: 0px 5px 0px 15px;
	font-size: 12px;
	color: #939a24;
	text-decoration: none;
	background: url(../images/langList.gif) no-repeat;
	background-position: 5px 5px;
}
.lang a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* ----------- navigation -------------- */
.header ul.nav {
	margin: 50px 0px 0px 0px !important;
	padding: 0px !important;
	list-style: none;
}
.header ul.nav li {
	float: left;
	display: block;
	background: url(../images/navMask.gif) top left no-repeat;
	padding: 0px 3px 0px 5px;
}
.header ul.nav li.first {
}
.header ul.nav li a{
	padding: 6px 20px 8px 15px;
	color: #c8d40d;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/navBase.gif) top right no-repeat;
}
.header ul.nav li a:hover {
	color: #fff;
	text-decoration: none;
}

a.active {
	color: #fff !important;
}

.footer ul.nav {
	margin: 0px !important;
	padding: 10px 10px 0px 10px !important;
	list-style: none;
	background-color: #e3e1db;
	border: 1px solid #d8d6d1;
	border-bottom: none;;
}
.footer ul.nav li {
	display: inline;
	padding: 0px 6px;
	border-left: 1px solid #c8c7c5;
}
.footer ul.nav li.first {
	border: none;
}
.footer ul.nav li a{
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.footer ul.nav li a:hover {
	color: #333;
	text-decoration: underline;
}

/* --------------- menu -------------- */
.menu {
	background-color: #f1f0ed;
	margin-bottom: 15px;
}

/* --------------- banner -------------- */
.banner {
	padding: 0px;
	margin-bottom: 20px;
}
.banner p {
	text-align: center;
	margin: 10px 0px !important;
	padding: 0px !important;
}

/* --------------- welcome -------------- */
.welcome {
	margin-bottom: 20px;
}
.welcome h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 20px;
	color: #20221c;
	font-weight: lighter;
	border-bottom: 1px solid #d8d6ce;
}
.welcomeCell {
	
}
.welcomeCell p {
	margin: 10px 0px !important;
	line-height: 150%;
}

/* --------------- cs -------------- */
.cs {

}
.cs h2 {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	color: #20221c;
	background: url(../images/dottedGray.gif) bottom left repeat-x;
}
.csCell {
	padding: 10px 5px;
	margin: 0px;
}
.csCell table{
	width: 100%;
	border: 0px;
	font-size: 11px;
}
.csCell table tr td {
	padding: 3px 0px 2px 0px;
	color: #111;
}
.csCell table tr td img {
	border: none;
	float: right;
}

/* --------------- newsletter -------------- */
.newsletter {
	margin: 15px 0px 20px 0px;
	background: url(../images/greenBlockBot.gif) bottom left no-repeat #859826;
}
.newsletter h2 {
	margin: 0px !important;
	padding: 6px 10px 0px 10px !important;
	font-size: 12px;
	color: #fff;
	background: url(../images/greenBlockTop.gif) top left no-repeat;
}
.newsletterCell {
	font-size: 11px;
	padding: 3px 10px 30px 10px;
	color: #fdd108;
	background: url(../images/greenBlockMid.gif) top left no-repeat;
}
.newsletterCell p {
	margin: 0px !important;
	padding: 0px !important;
}
.newsletterCell input {
	font-size: 11px;
	margin-bottom: 1px;
	width: 140px;
	padding: 2px 0px;
	border: none;
}
.newsletterCell input.button {
	float: right;
	width: 64px;
	height: 17px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background: url(../images/buttonSubmit.gif) no-repeat;
	background-position: 0px 1px;
	cursor: pointer;
}
*html .newsletterCell input.button {
	padding-bottom: 1px;
}
*:first-child+html .newsletterCell input.button {
	padding-bottom: 1px;
}


/* --------------- polling -------------- */
.polling {
	margin: 15px 0px 20px 0px;
}
.polling h2 {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	color: #20221c;
	background: url(../images/dottedGray.gif) bottom left repeat-x;
}
.pollingCell {
	font-size: 11px;
	padding-bottom: 45px;
}
.pollingCell p {
	margin: 10px 0px !important;
}
.pollingCell form {
	margin: 0px;
}
.pollingCell input.pollingBtn {
	float: right;
	width: 55px;
	height: 55px;
	border: 0px;
	color: #252525;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	background: url(../images/pollingBtn.gif) no-repeat;
	cursor: pointer;
}
.polling a.linkMore {
	float: left;
	margin-top: 18px;
	font-size: 11px;
	padding: 3px 0px 3px 9px;
	color: #898989;
	text-decoration: underline;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 7px;
}
.polling a.linkMore:hover {
	color: #333;
	text-decoration: underline;
}

/* --------------- statistic -------------- */
.statistic {
	margin: 15px 0px 20px 0px;
}
.statistic h2 {
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 14px;
	color: #20221c;
	background: url(../images/dottedGray.gif) bottom left repeat-x;
}
.statisticCell {
	margin: 0px;
}
.statisticCell table{
	width: 100%;
	border: 0px;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
}
.statisticCell table tr td {
	padding: 4px 0px 4px 0px;
	background: url(../images/dottedGray.gif) bottom left repeat-x;
}
.statisticCell table tr td.bgCC {
	text-align: right;
	font-weight: bold;
	color: #111;
	font-size: 10px;
}

/* --------------- news -------------- */
.news {
	margin: 15px 0px;
}
.news h2 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 16px;
	color: #20221c;
	border-bottom: 1px solid #d8d6ce;
}
.newsCell {
	padding-bottom: 5px;
	background: url(../images/dottedBlue.gif) bottom left repeat-x;
}
.newsItem {
	margin: 15px 0px 15px 0px;
}
.newsItem .date {
	width: 40px;
	height: 52px;
	padding: 0px 3px 0px 1px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../images/bgDate.gif) top left no-repeat;
}
*html .newsItem .date {
	margin-bottom: 0px;
}
*:first-child+html .newsItem .date {
	margin-bottom: 0px;
}
.newsItem .date h4 {
	margin: 0px !important;
	padding: 3px 0px !important;
	font-size: 10px;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	line-height: 100%;
}
.newsItem .date h3{
	margin: 1px 0px 0px 0px !important;
	padding: 1px 0px 0px 0px !important;
	font-size: 18px;
	text-align: center;
	color: #111;
	line-height: 100%;
}
.newsItem .date h5{
	margin: 0px !important;
	margin-top: -1px !important;
	padding: 0px !important;
	font-size: 10px;
	text-align: center;
	color: #666;
	font-weight: lighter;
	line-height: 100%;
}
.newsItem .desc {
	
}
.newsItem .desc span {
	color: #898989;
}
.newsItem .desc h2 {
	margin: 3px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	border: none;
}
.newsItem .desc h2 a {
	color: #1e1f21;
	text-decoration: none;
}
.newsItem .desc h2 a:hover {
	color: #1e1f21;
	text-decoration: underline;
}
.newsItem .desc h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #5d620e;
}
.newsItem .desc p {
	clear: left;
	margin: 10px 0px !important;
}

.news a.linkMore {
	float: right;
	padding: 12px 0px 12px 24px;
	color: #5d620e;
	text-decoration: none;
	font-size: 11px;
	background: url(../images/arrowRound.gif) no-repeat;
	background-position: 0px 10px;
}
.news a.linkMore:hover {
	color: #5d620e;
	text-decoration: none;
}

/* --------------- service -------------- */
.service {
	margin: 20px 0px;
}
.service h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #898989;
	border-bottom: 1px solid #c3c795;
}
.serviceCell {
	margin: 10px 0px;
	line-height: 130%;
}
.service a.linkMore {
	font-size: 11px;
	padding: 3px 0px 3px 9px;
	color: #898989;
	text-decoration: underline;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 7px;
}
.service a.linkMore:hover {
	color: #333;
	text-decoration: underline;
}

/* --------------- agenda -------------- */
.agenda {
	margin: 15px 0px;
}
.agenda h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #898989;
	border-bottom: 1px solid #c3c795;
}
.agendaCell {
	margin: 10px 0px;
}
.agendaCell table {
	width: 100%;
	background-color: #eee;
	border-spacing: 1px;
	margin-bottom: 10px;
}
*html .agendaCell table {
	border: 1px solid #dedede;
}
*:first-child+html .agendaCell table {
	border: 1px solid #dedede;
}
.agendaCell table th, .agendaCell table td {
	text-align: center;
}
.agendaCell table th {
	color: #c7d147;
	font-size: 11px;
	padding: 8px 10px 7px 10px;
	background: url(../images/bgCalh.gif) top center no-repeat #44474c;
}
.agendaCell table td {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #fff;
	border-spacing: 1px;
}
.agendaCell table td.days {
	background-color: #dcdcdc;
}

.agendaCell ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.agendaCell ul li {
	padding: 3px 0px 3px 10px;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 7px;
	border-bottom: 1px solid #f1f0ed;
}
.agendaCell ul li span {
	font-size: 10px;
	color: #898989;
}
.agendaCell ul li p {
	margin: 0px !important;
	font-size: 11px;
}
.agendaCell ul li p a {
	text-decoration: none;
}
.agendaCell ul li p a:hover {
	text-decoration: underline;
}


/* --------------- product -------------- */
.product {
	
}
.productItem {
	clear: both;
	min-height: 180px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
*html .productItem {
	height: 140px;
	overflow: visible;
}
.productItem .img {
	float: left;
	width: 135px;
	height: 135px;
	margin-top: 5px;
	margin-right: 15px;
	overflow: hidden;
	background: url(../images/imgProduct.gif) top left no-repeat;
}
.productItem .desc {
	float: right;
	width: 365px;
}
.productItem .desc h2 {
	margin: 3px 0px !important;
	padding: 0px !important;
	font-size: 13px;
}
.productItem .desc h2 a {
	text-decoration: none;
}
.productItem .desc h2 a:hover {
	text-decoration: none;
}
.productItem .desc blockquote {
	margin: 15px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}
.productItem .desc blockquote span {
	float: left;
	width: 100px;
	padding-left: 10px;
	background: url(../images/arrowDotted.gif) no-repeat;
	background-position: 0px 5px;
}

/* --------------- table -------------- */
table.contactTbl {
	width: 100%;
	border: 0px;
}
table.contactTbl th {
	padding: 8px 2px;
	text-align: left;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
table.contactTbl td {
	padding: 4px 2px;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
}

/* --------------- page navigation -------------- */
.pageNav {
	clear: both;
	padding: 10px 0px 8px 0px;
	margin: 15px 0px;
	text-align: center;
	background-color: #f4f4f4;
	border-top: 1px solid #eeefef;
	border-bottom: 1px solid #d8d6ce;
}
.pageNav p {
	display: inline;
	padding: 0px 5px !important;
	border-left: 1px solid #ccc;
}
.pageNav p.first {
	border: none;
}
.pageNav p a, .pageNav p a:hover {
	text-decoration: none;
}

/* --------------- foto -------------- */
.foto {
	
}
.fotoCell {
	padding: 20px 0px 0px 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fotoCell p {
	float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
	padding: 6px;
	border: 1px solid #eee;
	margin: 0px 10px 20px 0px !important;
}
*html .fotoCell p {
	margin: 0px 10px 0px 0px !important;
}
*:first-child+html .fotoCell p {
	margin: 0px 10px 0px 0px !important;
}
.fotoCell p span {
	float: left;
	width: 100px;
	height: 80px;
	padding: 0px;
	overflow: hidden;
}


/* --------------- footer -------------- */
.footer{
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px;
}
.footerCell {
	padding: 10px 10px 15px 10px;
	color: #666;
	background-color: #e3e1db;
	border: 1px solid #d8d6d1;
	border-top: none;;
}
.footerCell p{
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	font-size: 11px;
}
.footerCell a {
	font-weight: bold;
	color: #828a1d;
	text-decoration: none;
}
.footerCell a:hover {
	color: #111;
	text-decoration: none;
}

/* ------- error msg @ ervan 23/06/08 -------- */

.succBlue{
	border:1px solid #CEE9F9; 
	background-color: #EEF7FD; 
	/*width:560px;*/ 
	margin-bottom:10px;
}
.succBlue p{
	padding-left:5px; 
	color:#000000;
}

.errRed{
	border:1px solid #FAC5C7;
	padding:5px 5px 5px 5px;
	margin:10px 0;
	background-color:#FEF0F0;
	color:#FF0000;
}

/* ------- ervan 02/06/09 *button order produk* ------------ */
.btnsilver {
	background: url(../images/button_bg.gif) no-repeat;
	width: 104px;
	height: 26px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	float:right;
}

.btnsilver a{
	margin-left:25px;
	text-decoration:none;
}

/* ------- ervan 04/06/09 *active link gallery* ------------ */
.actLink {
	font-weight:bold;
}

.largeimage {
	margin: 0px; 
	padding: 0px; 
	background: transparent url(../images/zoom-icon.gif) no-repeat scroll 0% 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	width: 95px; 
	height: 15px;
	position: absolute;
	margin-left: 40px;
	margin-top: 140px;
	*margin-left : -114px;
}

/* facebook share */
.fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; }

.productItem .imgstd {
	float: left;
	width: 135px;
	height: 135px;
	margin-top: 5px;
	margin-right: 15px;
}

.productItem .descstd {
	width: 355px;
	font-size: 11px;
}
.productItem .descstd h2 {
	margin: 3px 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.productItem .descstd h2 a {
	color: #264e71;
	text-decoration: none;
}
.productItem .descstd h2 a:hover {
	color: #bd802f;
	text-decoration: none;
}
.productItem .descstd blockquote {
	margin: 15px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}

.buttonGo {
	width: auto;
	height: auto;
	margin-top: 5px;
	padding: 2px 6px;
	color: #737066;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/loginBtn.gif) top left repeat-x #cecece;
	border: 1px solid #cbcdc5;
	cursor: pointer;
}