@charset "utf-8";
/* CSS Document */

@font-face { font-family: Lucida Grande, Century Gothic; 
					 src: url('fonts:Lucida Grande.ttf'), url('fonts:Gothic.TTF'), url('fonts:calibri.ttf'); /* IE9+ */}

@media screen and (max-width:100%;){ /* Masukkan style yang akan dirubah */ }

* {margin:0px; padding:0px;}

body {	
	font: 100%/1.4 Lucida Grande, "Lucida Sans Unicode", Tahoma, Century Gothic, Verdana, Calibri, Book Antiqua, Trebuchet MS;
	margin: 0;
	padding: 0;
	color: #000; }
	
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	text-decoration:none;
}

h1 { font-size: 24px; font-weight:bold; margin-bottom:25px; }
h3 { font-size:13px; }
h4 {font-size:14px; color:#666; margin-bottom:15px; margin-top:-15px; }
h5 { font-size:19px; font-weight:bold }
h2 { font-size: 23px; font-weight:bold; margin-bottom:5px; }

h2, h3, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container { width: 1024px; margin:0px auto; color:#333; }

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.content { margin:0px auto; float:left; font-size:11.7px; }
.topcontent { width:700px; margin:0px auto; padding:20px; font-size:12px; color:#333; float:left; }
.topcontent a { text-decoration:none; color:#066; font-weight:bold; }

/* ~~ The footer ~~ */

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none; text-shadow: #666 0 0 2px; }

/* ~~miscellaneous float/clear classes~~ */

/* ~~ The footer ~~ */
.footer { width:100%; margin:0px auto; float:left; background: #000; margin-top:55px; }
	
.lembahfooter { width:100%; font-size:11px; float:left; padding:20px; margin:0px auto; text-align:center; }

/* .menufoot { float:left; margin:0px auto; width:100%; padding:20px auto; list-style:none; font-size:10%; text-decoration:none; } */

.partfoot {width:800px; margin:0px auto;}

.footmenu { float:left; margin:0px auto; list-style:none; font-size:14px; padding:25px; list-style:none; text-decoration:none; }
	.footmenu a { color:#999; text-decoration:none; }
	.footmenu a:hover { text-decoration:none; list-style-type:none; color:#FFF; }
	.footmenu ul li { list-style:none; text-align:right; text-decoration:none; }
	.tebel { font-weight:bold; }


/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.header {
	float:left;
	margin:0px auto;
	height:150px; padding-bottom:10px;
	background: #000;
	width:100%;
}

.submit {text-align:center; background:#F90; padding:7px; cursor:pointer; color:#FFF; border:none; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}

.gettrial {text-align:center; font-style:normal; text-decoration:none; font-size:18px; background:#F90; padding:7px; cursor:pointer; color:#FFF; border:none;
-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}

.navmenu { width:800px; float:right; text-decoration:none; }

div.kanan { float:left; width:65%; }
div.kiri  { float:left; width:25%; }
div.kiri img { margin:5px; margin-bottom:25px; border-radius:10px; box-shadow: 0px 0px 5px 5px #CCC; border:2px solid #fff; }

div.product { float:left; }

.divkolom { float:left; width:100%; margin-bottom:15px; }

div.kolom { margin:0px; padding:20px; float:left; border-radius:20px; margin:0px auto; }
/* <!-- div.kolom:hover { box-shadow: 0px 5px 5px 0px #666; } --> */
div.kolom p { margin-top:20px; }

div.kolomshadow { padding:15px; border-radius:20px;
				  -moz-box-shadow: 0px 5px 15px  #999;
				  -webkit-box-shadow: 0px 5px 15px #999;
				  box-shadow: 0px 5px 15px #999;
 }
/*  <!-- div.kolomshadow:hover { color:#333; box-shadow:none; } --> */

.left { float: left; width: 400px; padding: 10px; }
.right { float: left; width: 500px; text-align: justify; }

.horgradright { height:1px; margin:5px 0px; width:100%; background: #222; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(left,  #222 0%, #fff 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#222), color-stop(100%,#fff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  #222 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  #222 0%,#fff 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  #222 0%,#fff 100%); /* IE10+ */
			background: linear-gradient(to right,  #222 0%,#fff 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#fff',GradientType=1 ); /* IE6-8 */ }


/* IE9 SVG, needs conditional override of 'filter' to 'none' */
.horgradcenter { height:2px; margin:10px 0px; width:100%; 
				 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JhYmFiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 1%, rgba(186,186,186,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,1)), color-stop(50%,rgba(186,186,186,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 1%,rgba(186,186,186,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 1%,rgba(186,186,186,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 1%,rgba(186,186,186,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 1%,rgba(186,186,186,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */ }


.horgradleft { height:1px; margin:5px 0px; width:100%; background: #4f4f4f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(left,  #222 0%, #ffffff 99%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#222), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  #222 0%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  #222 0%,#ffffff 99%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  #222 0%,#ffffff 99%); /* IE10+ */
			background: linear-gradient(to right,  #222 0%,#ffffff 99%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */ }
			
.vergradcenter { width:2px; margin:0px 22px; float:left;
      			  background: #fff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				  background: -moz-linear-gradient(top,  #fff 0%, #7c7c7c 50%, #4f4f4f 52%, #fff 100%); /* FF3.6+ */
				  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#7c7c7c), color-stop(52%,#4f4f4f), color-stop(100%,#fff)); /* Chrome,Safari4+ */
				  background: -webkit-linear-gradient(top,  #fff 0%,#7c7c7c 50%,#4f4f4f 52%,#fff 100%); /* Chrome10+,Safari5.1+ */
				  background: -o-linear-gradient(top,  #fff 0%,#7c7c7c 50%,#4f4f4f 52%,#fff 100%); /* Opera 11.10+ */
				  background: -ms-linear-gradient(top,  #fff 0%,#7c7c7c 50%,#4f4f4f 52%,#fff 100%); /* IE10+ */
				  background: linear-gradient(to bottom,  #fff 0%,#7c7c7c 50%,#4f4f4f 52%,#fff 100%); /* W3C */
				  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); /* IE6-8 */ }


.menubotslide { width:235px; height:135px; padding-top:35px;
				box-shadow: 0px 5px 10px 0px #CCC; float:left; margin:0px 7px; border-radius:15px;
			   -webkit-box-shadow: 0px 5px 10px 0px #CCC; 
			   -moz-box-shadow: 0px 5px 10px 0px #CCC; text-shadow: 2px 2px 4px #000000; }

.menubotslide2 { width:315px; height:160px; float:left; margin:10px;
				box-shadow: 0px 5px 5px 0px #CCC; float:left; margin:0px 10px; border-radius:10px;
			   -webkit-box-shadow: 0px 5px 5px 0px #CCC; 
			   -moz-box-shadow: 0px 5px 5px 0px #CCC; text-shadow: 2px 2px 4px #000000; }

			    		
/* .menubotslide1 a { background:url(images/picbanner1.jpg); width:315px; height:160px;  
				box-shadow: 0px 5px 5px 0px #7D7D7D; float:left; margin:0px 10px; border-radius:10px;
			   -webkit-box-shadow: 0px 5px 5px 0px #7D7D7D; 
			   -moz-box-shadow: 0px 5px 5px 0px #7D7D7D; text-shadow: 2px 2px 4px #000000; }
			   
.menubotslide1 a:hover {background:url(images/picbanner1color.jpg); cursor:pointer; }

.menubotslide2 a { background:url(images/picbanner2.jpg); width:315px; height:160px; 
				box-shadow: 0px 5px 5px 0px #7D7D7D; float:left; margin:0px 10px; border-radius:10px;
			   -webkit-box-shadow: 0px 5px 5px 0px #7D7D7D; 
			   -moz-box-shadow: 0px 5px 5px 0px #7D7D7D; text-shadow: 2px 2px 4px #000000; }
			   
.menubotslide2 a:hover {background:url(images/picbanner2color.jpg); Cursor:pointer; }

.menubotslide3 a { background:url(images/picbanner3.jpg); width:315px; height:160px;
				box-shadow: 0px 5px 5px 0px #7D7D7D; float:left; margin:0px 10px; border-radius:10px;
			   -webkit-box-shadow: 0px 5px 5px 0px #7D7D7D; 
			   -moz-box-shadow: 0px 5px 5px 0px #7D7D7D; text-shadow: 2px 2px 4px #000000; }		

.menubotslide3 a:hover { background:url(images/picbanner3color.jpg); cursor:pointer; } */	-->

<!--[if lte IE 7]>
/* <style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect.
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links
</style>
<![endif]--> */