body {
	background-color: #46A7BF;
	font:normal 12px arial;
	color:#02A8E2;
}
.judul{
	font:bold 14px arial;
	color:#02A8E2;
	text-transform:uppercase;
}
.content{
	font:normal 12px arial;
	color:#02A8E2;
	text-align:justify;
}
.content a:link, .content a:visited, .content a:active{
	font:normal 12px arial;
	text-decoration:underline;
	color:#0066cc;
}
.content a:hover{
	color:#02A8E2;
	text-decoration:none;
}
#spec{
	font:normal 12px arial;
	color:#02A8E2;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #748A2F;
}
.kotak {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #02A8E2;
}
.kotak a:link {color:#02A8E2; text-decoration:none}
.kotak a:visited {font-family: arial; font-size:14px; color:#02A8E2; text-decoration:none;}
.kotak a:hover{font-family: arial; font-size:14px; color:#0066ff; text-decoration:underline;}
.kotak a:active{font-family: arial; font-size:14px; color:brown;text-decoration:none;}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02A8E2;
}
.style13 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #02A8E2;
}
.footer {	
	color: #02A8E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer a:link {color:#02A8E2; text-decoration:none}
.footer a:visited {font-family: arial; font-size:10px; color:#02A8E2; text-decoration:none;}
.footer a:hover{font-family: arial; font-size:10px; color:#0066ff; text-decoration:underline;}
.footer a:active{font-family: arial; font-size:10px; color:brown;text-decoration:none;}

.language{
	color: #46A7BF;
	font-weight: bold;
	font:bold 10px arial;
}
.home{
	width:81px;
}
.about{
	width:107px;
}
.product{
	width:92px;
}
.order{
	width:94px;
}
.contact{
	width:103px;
}
.form{
	font:normal 12px arial;
	color:#02A8E2;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066cc;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.jam{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}

/* CSS Tabs */
#navcontainer { /* none needed */ 
padding-left:10px;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #eef4f1;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #95bbae;
        border-right: 1px dashed #d1e3db;
        text-decoration: none;
}

ul#navlist li#active {
        color: #95bbae;
        background-color: #deebe5;
}

#navlist a:hover {
        color: #74a893;
        background-color: #d1e3db;
}
#contact{
		margin: 0 0 0 5px;
		padding: 0;
}
#contact li {
	list-style: none;
	float: left;
	line-height: 18px;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 190px;
	}
.text{
	width:250px;
}
.bt{
	list-style:none;
	padding:0;
	margin:0;
}

