.boxmorph {
		  	background-color: #1a1a1a;
  }
  
  
  .contact_bar_open {
  	top: -19px;
  }
  
  .contact_bar_closed {
  	top: -50px;
  }
  
  .boxmorphorig {
  		  	background-color: #ffffff;
  }
  
  .headingmorph {
  	color: #98BADC;
	font-size:11px;
  }
  .headingmorph1 {
  	color: #D3E2FE;
	font-size:12px;
	font-weight:bold;
  }
  
  .headingmorphorig {
  	color: #FF6600;
  }

*,html {
	padding: 0;
	margin: 0;
	
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {

	font: Verdana;
	color: #575757;
}

.pngfix {
	behavior: url(iepngfix.htc)
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

img, p, form, input,h1,h2,h3,a {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0;
	
}


div#contact_bar{
	position: fixed;
	top: -50px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100; /* just to be sure */
}



div#contact_bar a {
	float: right;
	width: 140px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #628400;
	background: url(../images/contact-tab.png) bottom left no-repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 00px;
	height: 22px;
}


table#bounds {
	border: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

	table#bounds tr {
		vertical-align: top;
	}
	
	table#bounds tr#footer {
		max-height: 50px;
		min-height: 50px;
		height: 50px;
	}
	
	table#bounds tr#very_bottom_footer{
		max-height: 20px;
		min-height: 20px;
		height: 20px;
		position:relative;
	}

	table#bounds tr#content td {
		
	}

	
	
	/*******************************************************************************************
	 * Footer
	 *******************************************************************************************/
	
	table#bounds tr#footer td {
		background: #333333 url(../images/footer-bg.png) repeat-x;
		color: #c2c2c2;
		font-size: 10px;
	}
	
	
	table#bounds div.bubbles {
		height: 20px;
		background: url(../images/footer-top-bg.png) top left repeat-x;
	}
	

	table#bounds div#footer-wrap {
		min-height: 80px;
		/*overflow: hidden;*/
		position: relative;
	}
	
		table#bounds div#footer-wrap div#footer-modules {
			width: 870px;
			margin-left: auto;
			margin-right: auto;
			
		}
	/* This is hidden in ie6 due to it not being able to be moved down with javascript, see ie6.css */
	table#bounds div#footer-bottom-wrapper {
		position:relative;
		width: 100%;
		/*top: 270px;*/
		/*bottom: 0px;*/
		background: #333333 url(../images/footer-base-bg.png) repeat-x;
		padding-top: 6px;
	}
	
		table#bounds div#footer-bottom-wrapper div#footer-bottom-wrapper-wrapper {
			/*position: absolute;*/
			width: 100%;
			background:#1a1a1a;
		}

			table#bounds div#footer-bottom-wrapper div#footer-bottom-wrapper-wrapper div#footer-content {
			
				cursor: pointer;
				padding: 8px;
				width: 870px;
				margin-left: auto;
				margin-right: auto;
		
			}
	
			table#bounds div#footer-bottom-wrapper div#footer-bottom-wrapper-wrapper div#footer-content-expanded {
			
				height: 0px;
				width: 870px;
				margin-left: auto;
				margin-right: auto;
			
			}






/* Individual footer content blocks */
div.moduletable-footer-content-block {
	float: left;
	margin-right: 10px;
	display: none;
	/*padding-bottom: 40px;*/
}


	div.moduletable-footer-content-block h3 {
		font-size: 10px;
		
		color: #FFFFFF;
		background-color: #2b2b2b;
		padding: 4px 2px 4px 4px;
		margin-bottom: 5px;
		
	}
	
	div.moduletable-footer-content-block h1 {
		font-size: 10px;
		
		color: #FFFFFF;
		background-color: #2b2b2b;
		padding: 4px 2px 4px 4px;
		margin-bottom: 5px;
		font-family:tahoma;
		font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
	}
	
	div.moduletable-footer-content-block p {
		color: #c2c2c2;
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	
		div.moduletable-footer-content-block p a {
			color: #9fd100;
		}
		
			div.moduletable-footer-content-block p a:hover {
				color: #bef038;
			}

	.flickrStream{
		display: none;
	}

	/*******************************************************************************************
	 * End Footer
	 *******************************************************************************************/




#home-banner-a {
  float:left;
  padding-right: 15px;
}
#home-banner-b {
  float:right;
}

div#navigation-bottom {
	background: url(../images/nav-bottom-bg.png) bottom repeat-x;
	height: 20px;
	text-align: left;
}

div#navigation-bottom span.start {
			height: 20px;
			width: 12px;
			display: block;
			background: url(../images/nav-bottom-start.png) bottom no-repeat;
			float: left;
	}

div#navigation-bottom span.end {
		height: 20px;
		width: 12px;
		display: block;
		background: url(../images/nav-bottom-end.png) bottom no-repeat;
		float: right;
	}
	

span.pathway {
	float: left;
	color: #698f00;
	font-size: 10px;
	margin-top: 4px;

}

span.pathway a {
	color: #93b93a;
	font-size: 10px;
	margin-right :4px;
}

span.pathway-start {
	float: left;
	color: #92b838;
	font-size: 10px;
	margin-top: 4px;
	padding-right: 10px;
}

a.contact-btn {
	float: left;
	margin-top: 9px;
	float: right;
}

#wide-area {
	margin-top: 10px;
	text-align: left;
	background: #FFF url(../images/content-bg.png) no-repeat;
	min-height: 600px;
	padding: 10px;
}

#content {
	float: left;
	width: 615px;
	margin-bottom: 40px;
	
	
}

#content-full {
	float: left;
	width: 850px;
}

#column {
	float: left;
	width: 220px;
	margin-left: 15px;
}

td.contentheading, div.componentheading, h1 {
	font:normal 28px Arial;
	color: #db2e1c;
	padding-bottom: 5px;
}

table.contentpaneopen p {
	line-height: 20px;
	margin-bottom: 20px;
}



/* Side menu by Chris the great 

#mainlevel-sub {
	list-style: none;
	margin-bottom: 20px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px dotted #b8b8b8;
}

#mainlevel-sub li {
	padding: 0px 4px 4px 4px;
}

#mainlevel-sub li a {
	color: #a0a0a0;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 8px;
	font-size: 11px;

}

#mainlevel-sub li a:hover {
	color: #7c7c7c;
	background: #e5e5e5;
}


#mainlevel-sub li a#active_menu-sub {
	background-color: #aeaeae;
	color: #FFF;
}*/

#column .menu_side li {
	list-style: none;
	display: block;
}

#column li{
	list-style: none;
	/*padding: 0px 0px 4px 0px;*/
        display: none;
}

#column ul {
                        margin-top: 0px;
}
#column li#current,
#column li#current li,
#column .current_item,
#column .current_item li.current_item li{
                        display: block;
}

#column .root .current_item ul{
                        margin-bottom: -4px;                  
}
#column .root .current_item ul li{
                        display: block;
}                                                
#column .root .current_item ul li a{
                        padding-left: 25px;
}

#column li a.mainlevel {
                        display: none;
}
#column li a {
	color: #a0a0a0;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 8px;
	font-size: 11px;
	margin-bottom: 4px;
}

#column li a:hover {
	background: #e5e5e5;
	color: #7c7c7c;
}


#column a#active_menu_side,
#column li a#active_menu {
	background-color: #aeaeae;
	color: #FFF;
}

#column #menulist_root ul li span.sublevel{
        border-top:1px dotted #B8B8B8;
        padding: 5px 5px 5px 5px;
        margin-top:40px;
        display: block;
     
        
}

#column #menulist_root ul li span.sublevel span {
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #a0a0a0;
	background: url(../images/more_info_arrow.gif) right no-repeat;
	z-index:1000;
}

/* end sub menus for columns */








#column .moduletable {
	border-bottom: 1px dotted #b8b8b8;
	cursor: default;
	padding: 9px;
	margin-bottom: 10px;
}

#column .moduletable h3 {
	color: #323232;
	font-size: 20px;
	font-weight: normal;
	font-family: arial;
}

#column .moduletable p {
	font-size: 11px;
	line-height: 14px;
	color: #8b8b8b;
}

#column .moduletable a {
	color: #8b8b8b;
	border-bottom: 1px dotted #8b8b8b;
	text-decoration: none;
}






#column .moduletable-dark {
	border-bottom: 1px dotted #b8b8b8;
	cursor: default;
	padding: 9px;
	background: #1a1a1a url(../images/modulebox-top.png) top left no-repeat;
	margin-bottom: 10px;
}

#column .moduletable-dark h3 {
	color: #db2e1c;
	font-size: 20px;
	font-weight: normal;
	font-family: arial;
}

#column .moduletable-dark p {
	font-size: 11px;
	line-height: 14px;
	color: #b7b7b7;
}

#column .moduletable-dark a {
	color: #b7b7b7;
	border-bottom: 1px dotted #b7b7b7;
	text-decoration: none;
}




#column .moduletable-bright {
	border-bottom: 1px dotted #b8b8b8;
	cursor: default;
	padding: 9px;
	margin-bottom: 10px;
	background: #dbfc61 url(../images/modulebox-top.png) top left no-repeat;
}

#column .moduletable-bright h3 {
	color: #6a8d00;
	font-size: 20px;
	font-weight: normal;
	font-family: arial;
}

#column .moduletable-bright p {
	font-size: 11px;
	line-height: 14px;
	color: #7fa000;
}


#column .moduletable-bright a {
	color: #7fa000;
		border-bottom: 1px dotted #7fa000;
	text-decoration: none;
}




#column .moduletable-cta {
	border: 1px solid #008ac2;
	background: url(../images/cta-bg.png) repeat-x;
	padding: 9px;
	position: relative;
	width: 200px;
	margin-top: 10px;
	cursor: pointer;
}

#column .moduletable-cta:hover {
	background-position: bottom left;
}

#column .moduletable-cta p {
	color: #8ef2ff;
}

#column .moduletable-cta h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
	
}


div.tomato-mark {
	position: absolute;
	bottom: -7px;
	right: -11px;
	background: url(../images/tomato-mark.png) no-repeat;
	width: 38px;
	height: 33px;
	
}

/* content styles */

.content ul {
	margin-bottom: 20px;
	clear: both;
	list-style: url(../images/li-bullet.gif);
	margin-left: 5px;
}

.content ol {
	margin-bottom: 20px;
	clear: both;
	margin-left: 5px;
}

.content ul li, .content ol li {
	line-height: 22px;
	margin-left: 20px;
	color: #5f5f5f;
}

.content ul li a {
	color: #282828;
}

.content h2 {
	font:normal 18px Arial,Tahoma,serif;
	color: #db2e1c;
}

.content h3 {
	font:bold 13px verdana;
	color: #575757;
}

.content h4 {
	color: #db2e1c;
}

.content a.plain {
	color: black;
	background: none;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px dashed #aece31;
}
.content a {
	color: #262626;
	background: #faffd4;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	border-bottom: 1px dashed #aece31;
}

.content a:hover {
	background: #dafb5f;
	
}

.content p.soft {
	color: #a6a6a6;
}

.content img {
	/*float: left;
	border: 4px solid  #e7e7e7;
	margin: 2px 0px 10px 0px;*/
}

.content img.img-right {
	float: right;
	margin: 2px 0px 2px 10px;
}

.content p u {
	text-decoration: none;
	/*background: url(../images/u-highlight.gif);*/
	background: #e1e1e1;
	padding: 0px 2px 0px 2px;
}

/* indestructable box */

div.content-box {
	background: url(../images/content-box-top.gif) top right no-repeat;
	min-height: 1%;
	height: 1%;
	margin: 0px 0px 15px 0px;
}

div.content-box div {
	background: url(../images/content-box-bottom.gif) top left no-repeat;
	padding-top: 5px;
}

div.content-box div div {
	background: url(../images/content-box-bottom.gif) bottom left no-repeat;
	padding-left: 5px;
	padding-top: 0px;
}

div.content-box div div div {
	background: url(../images/content-box-top.gif) bottom right no-repeat;
}

div.content-box p {
	padding: 5px 10px 10px 10px;
	margin: 0px;
	color: #ddfc65;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

div.content-box p a {
     font-size: 18px;
     color: #ddfc65;
     background: none;
}

div.content-box p a:hover {
	background: none;
	color: #ddfc65;
}

/* end indestructable */

/* end content styles */






div#home-boxes {
	text-align: left;
	margin-bottom: 0px;
}

div#home-boxes div.module-slidebox {
	float: left;
	width: 196px;
	cursor: pointer;
	border-right: 1px dotted #8a8a8a;
	height: 140px;
	background-color: #FFFFFF;
	overflow: hidden;
}



div#home-boxes div.module-slidebox:hover {
	
}

div#home-boxes div.module-slidebox.box4 {
	margin-right: 0px;
	border-right: none;
	
}

div#home-boxes div.module-slidebox h2 {
	font: normal 20px arial;
	color: #333333;
	font-weight:bold;
}

div#home-boxes div.module-slidebox h2 strong {
	color: #afafaf;
	font-weight: normal;
	font-size: 36px;
}

div#home-boxes div.module-slidebox p {
	font: normal 11px arial;
	color: #8a8a8a;
	width: 185px;
	
}

div#home-boxes div.module-slidebox.box1 div {
	width: 315px;
	height: 140px;
	background: url(../icos/box_web.jpg) top right no-repeat;
	behavior: url(iepngfix.htc)
}

div#home-boxes div.module-slidebox.box2 div{
	width: 315px;
	height: 140px;
	background: url(../icos/box_off.jpg) top right no-repeat;
}

div#home-boxes div.module-slidebox.box3 div {
	width: 315px;
	height: 140px;
	background: url(../icos/box_rp.jpg) top right no-repeat;
}

div#home-boxes div.module-slidebox.box4 div {
	width: 315px;
	height: 140px;
	background: url(../icos/box_webmark.jpg) top right no-repeat;
}

.slidebox-block {
 	padding-left:10px; 
	padding-top:5px; 
	width:75px;
}


#latestnews {

        color: #c1c1c1;

}


#latestnews a {
        color: #c1c1c1;
        font-size: 10px;

}


#latestnews h3 {
        font-size: 11px;
}

#copyright {
	font-size: 10px;
	margin-top: 3px;
	float: right;
	color: #c1c1c1;
}

#copyright a {
color: #c1c1c1;
}

div.content-cta {
	border: 1px solid #008ac2;
	background: url(../images/cta-bg.png) repeat-x;
	padding: 9px;
	margin-top: 40px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-family: arial;
	color: #fff;
	position: relative;
}

div.content-cta:hover {
	background-position: bottom left;
}

div.content-cta a {
	border: 0;
}



table.tabledata {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	font-family: arial;
	font-size: 11px;
	
}

table.tabledata th {
	border: 1px solid #b4d633;
	padding: 4px;
	background-color: #dcfc64;
	color: #5b7e00;
}

table.tabledata tr#odd {
	background-color: #f1f1f1;
}

table.tabledata tr td {
	border: 1px solid #a9a9a9;
	padding: 4px;
	font-size: 11px;
	color: #4b4b4b;
}	

div#flickrStream {
	width: 260px;
}

div#flickrStream .flickr-img {
	float: left;
	margin: 0px 2px 2px 0px;
}

div#flickrStream .flickr-img img {
	border: 3px solid #ccc;
	width: 44px;
}



div.moduletable-contacter {
	margin-top: 10px;
	cursor: pointer;
}

form.contacter#form1,
form.contacter#form2 {
	padding: 5px;
	background-color: #b1d238;
	border-bottom: 1px dotted #89ab00;
	margin-bottom: 10px;
}

form.contacter#form1 p {
	font-size: 10px;
}

form.contacter#form1 h2 {
	font-size: 18px;
	color: #729400;
	font-weight: normal;
	padding-bottom: 10px;
}

form.contacter#form1 input, 
form.contacter#form1 textarea, 
form.contacter#form1 label {
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
	color: #678904;
}

form.contacter#form2 input, 
form.contacter#form2 textarea, 
form.contacter#form2 label {
	font-size: 11px;
	margin-bottom: 5px;
	color: #678904;
	width: 208px;
}

form.contacter#form2 label {
	float: left;
	width: 60px;
}

form.contacter#form2 input {
	background-color: #ffffff;
	font-family: arial;
	border: none;
	padding: 2px 2px 2px 2px;
}

form.contacter#form1 input, 
form.contacter#form1 textarea {
	background-color: #ffffff;
	font-family: arial;
	border: none;
	width: 130px;
	padding: 2px 2px 2px 2px;
}

form.contacter#form1 textarea {
	width: 204px;
	height: 70px;
}

form.contacter#form1 label {
	padding-right: 5px;
	margin-top: 3px;
}

form.contacter#form1 input#phone {
	width: 111px;
}

form.contacter#form1 input#email {
	width: 132px;
}

form.contacter#form1 input#send-enquiry, form.contacter#form2 input#send-enquiry {
	width: 208px;
	background-color: #1f1f1f;
	color: #fff;
}

form.contacter#form1 label a {
	color: #678904;
}

#log, #log2 {
	display: none;
	color: #729400;
}
 
#log_res.ajax-loading, #log_res2.ajax-loading {
	height: 20px;
	background: url(../../../modules/mod_contacter/ajax-loader.gif) no-repeat center;
	
}
















img.content-img {
	float: left;
	border: 4px solid #e7e7e7;
	margin: 2px 0px 10px 0px;
}

img.content-img-none {
	border: 4px solid #e7e7e7;
	margin: 2px 0px 10px 0px;
}


img.content-img .fortext {
	margin-right: 10px;
}


div#rc_menubox {
	background: #333333;
	border: 1px solid #1f1f1f;
	padding: 4px;
}

div#rc_menubox  h3 {
	font-size: 11px;
	color: #fff;
	padding-bottom: 4px;
}

div#rc_menubox a {
	color: #808080;
	font-size: 11px;
	text-decoration: none;
}

div#rc_menubox a:hover {
	background: #505050;
}




div.moduletable p {
	margin-bottom: 10px;
}
/***** portfolio page dan b ******/

.dsc_wrap a{
	font-size:11px;
}

.dsc_thumb a {
	border:none;
	background-color:none;
	padding:0px;
}

.dsc_wrap {
	
	
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #E7E7E7;
	float:left;
}

#active_style {
	background-color:#f6f6f6;
}

.dsc_wrap:hover {
	background-color:#f6f6f6;
}

.dsc_thumb {
	padding-right:5px;
	float:left;
	width; 320px;
}

.desc {
	float:left;
	width:230px;
	margin-left:10px;
	
}

.port_nav td {

}

.port_tbl {

}

.port_left {
	padding-top:20px;
	border-right: #E7E7E7 1px solid;
	padding-right:10px;
}


.port_right {
padding-left:10px;

}

.port_right a {
	border:none;
	background-color:none;
	padding:0px;
}

.port_left {
	width:348px; 
	float:left;
}

.result_cell {
	text-align:center;
}

.rollover_thumbs {
	margin-bottom:20px
}

.rollover_thumbs a {
	border:none;
	background-color:none;
	padding:0px;
}

.port_thumb_img {
	width:110px 
	height:100px;
}

.result_cell {
	margin-bottom:30px;
	height:20px;
	line-height:20px;
	background-color:#A5A5A5;
}

.port_nav {
	text-align:center;
	background-color:#A5A5A5;
	height:20px;
	line-height:20px;
}

.result_cell, .port_nav a, .port_nav {
	color:#ffffff;
	
}
.port_nav a {
	background-color:#A5A5A5;
	border-color:#ffffff;
}

.port_nav a:hover {
	background-color:#c1c1c1;
}

h1.slimheading{
	font-size:8px;
	float:left;
}


.col2-set{
	width: 615px;
}

.col2-set .col-1,
.col2-set-mod .col1 {
	float:left;
	padding-bottom: 20px;
}
.col2-set .col-2,
.col2-set-mod .col2 {
	float:right;
	padding-bottom: 20px;
}
.col2-set .col-1,
.col2-set .col-2 {
	width: 300px;
}