body
{
	margin:auto;
	font-family:"Tahoma";
	font-size:15px;
	color:#FFFFFF;
	/*background-color:#EFEFEF;
	background-repeat:repeat-x;
	background-position:bottom;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5095DA', endColorstr='#89BBED'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5095DA), to(#89BBED)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5095DA,  #89BBED); /* for firefox 3.6+ */ 
}
body img
{
        border:none;
}
#container a{
    text-decoration:underline;
    color: #FFFFFF;
}
#header
{
	width:1000px;
	height:170px;
	margin:auto;
	background:url(../images/background%20header.jpg);
}
#cart
{
	float:right;
	width:60px;
	margin-top:94px;
	vertical-align:top;

}
#logo
{
	float:right;
	width: 140px;
	height:125px;
	margin-right:0px;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
}

#language
{
	float:right;
}


#kurs
{
	float:right;
	margin-top:5px;
}

#kurs a
{
	text-decoration:none;
	color:#FFFFFF;
}

#menu
{
	float:left;
        background: #0266a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#0266a4), to(#037fc2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0266a4,  #037fc2); /* for firefox 3.6+ */ 
	z-index:100;
	width:940px;
	height:40px;
	margin-top:5px;
	font-weight:bolder;
	border-radius: 0px 5px 5px 0;
	-moz-box-shadow: 1px 1px 6px 1px #000;
	-webkit-box-shadow: 1px 1px 6px 1px #000;
}

.menuatas
{
	float:left;
	width:120px;
	padding:10px 40px 8px 0px;
}

.menuatas a
{
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:1px;
        font-size:14px;

}
#container
{
	width:1000px;
	min-height:540px;
	margin:auto;
	background:url(../images/background.jpg);
}
.menulain
{
	background-color:#035e9a;
	width:95%;
	min-height:30px;
	-moz-box-shadow: 1px 1px 3px 1px #000;
	-webkit-box-shadow: 1px 1px 3px 1px #000;
	border-radius:5px 5px 5px 5px;
	margin:auto;
	margin-top:20px;
	padding:0px 0px 0px 5px;
}

#menuorder
{
	background-color:#035e9a;
	width:95%;
	height:30px;
	-moz-box-shadow: 1px 1px 3px 1px #000;
	-webkit-box-shadow: 1px 1px 3px 1px #000;
	border-radius:5px 5px 5px 5px;
	margin:auto;
	margin-top:20px;
}

#isiorder
{
	width:1000px;
	float:left;
	background:#009bc9;
}

#isidalamorder
{
	width:95%;
	height:135px;
	background-color:#055e9a;
	border-radius:10px;
	margin:0px 0px 7px 30px;
}

.descorder
{
	text-align:center;
	margin-top:5px;
	margin-left:20px;
	width:135px;
	float:left;
}
.isidescorder
{
	text-align:center;
	margin-top:50px;
	margin-left:20px;
	width:135px;
	float:left;
}
.messageorder
{
	margin-left:30px;
	padding-top:5px;
}


#isiFAQ
{
	margin:0px 10px 0px 10px;
	padding-bottom:50px;
	font:"Tahoma";
	font-size:14px;
	letter-spacing:1px;
}

#isi
{
	float:left;
	width:727px;
}

#listkananatas
{
	width:100%;
	margin-top:2px;
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
	letter-spacing:1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0266a4), to(#037fc2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0266a4,  #037fc2); /* for firefox 3.6+ */ 
}

#listkananisi
{
	font-size:14px;
	margin: 20px 10px 0px 10px;
}
.clear
{
	clear:both;
}

#footer
{
	width:980px;
	margin:auto;
	text-align:left;
	margin-top:1px;
	font-size:15px;
	color:#FFF;
	padding:5px 10px 5px 10px;
	border-radius: 5px 5px;
	background-color:#004882;
}

#bank
{
	width:1000px;
	margin:auto;
	background:#0160a1;
}


/* MENu */

#navmenu ul {
list-style: none; /* Remove the bullets */
padding-left: 0px;
width:100%; /* Menu width */
background-color: #CCCCCC;
border-radius:5px;
}

#navmenu ul li ul{
list-style: none; /* Remove the bullets */
padding-left: 5px;
width:180px; /* Menu width */
background-color: #CCCCCC;
border-radius:5px;
z-index: 1;
}

#navmenu ul li {
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:100%;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there is no margin between the menu items */
padding: 4px 0px 4px 0px;
}

#navmenu ul li a{
display:block; /* When rollover the menu item, the whole item will be seen as link. */
padding: 4px 0px 4px 0px;
}

#navmenu ul li a:hover {
background-color: #013a7f;
width: 100%;
border-radius:5px;
}
#navmenu ul li ul a:hover {
background-color: #222;
padding: 4px;
width: 100%;
border-radius:5px;
}

#navmenu ul ul {
position: absolute;
top: 0px;
display:none;
}

#navmenu ul li ul li{}
#navmenu ul li ul li a:hover{}

#navmenu ul li:hover ul{
display: block; /* Make sure the submenu is displayed as blocks as well. */
left:100px; /* Your menu width. The submenu appears there, when you hover a menu item. */
}

#listkanan
{
	float:right;
	margin-right:60px;
	width:213px;
}

#listkananatas a{
	color:#FFFFFF;	
    text-decoration: none;
    font-family: "Tahoma";
    letter-spacing:2px;
	margin-top:20px;
    font-size: 12px;
}


/* end Menu */

.descregis
{
	text-align:center;
	margin-top:5px;
	margin-left:20px;
	width:135px;
	float:left;
}
.isidescregis
{
	text-align:center;
	margin-top:50px;
	margin-left:20px;
	width:125px;
	float:left;
}
#isidalamregis
{
	width:95%;
	height:155px;
	background-color:#055e9a;
	border-radius:10px;
	margin:0px 0px 7px 30px;
}

#pages a{
	color:#FFFFFF;
}
/*width isi 725*/
/*kvn*/
.isiA
{
	margin-left:20px;
}
.isiC
{
	width: 680px;
	height: 140px;
	margin: 0px 20px 0px 20px;
	font-family: "Tahoma";
    letter-spacing:2px;
    font-size: 12px;
	line-height:18px;
}


/*eka*/

#isiprod
{
	width:595px;
	min-height:150px;
	background-color:#055e9a;
	border-radius:10px;
	margin:10px 0px 10px 30px;
}

#isigambar
{
	margin:15px 10px 0px 10px;
	width:140px;
	float:left;
}
#isiprodkanan
{
	float:left;
}
.desc
{
	margin-top:8px;
	margin-left:20px;
	width:125px;
	float:left;
}
.isidesc
{
	width:200px;
	margin-top:8px;
	margin-left:10px;
	float:left;
}

#isiqty
{
	width:100px;
}

#isipesan
{
	margin-left:150px;
	width:100px;
}

#isidalam
{
	height:100%;
	padding:0px 20px 20px 20px;
}
.contact
{
	width:100%;
	height:100%;
}

.contactver
{
	width:200px;
	height:100%;
	float:left;
	margin-left:170px;
}

.contacttengah
{
	width:770px;
	height:100%;
	margin-left:172px;
	float:left;
}

.contactkiri
{
	font-size:14px;
	width:150px;
	height:100%;
	margin-left:20px;
	padding:auto;
	text-align:left;
	float:left;
}
.contactkanan
{
	font-size:12px;
	width:500px;
	height:100%;
	padding:auto;
	text-align:left;
	float:left;
}
