@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#353535;
	background:#d9e4ea;/*a9cce0*/
}
h1{
	font-size:14px;
	font-weight:normal;
	display:inline;
}
img{
	border:none;
}
.intro{
	display:inline;
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	background:#130e22;
	padding-top:50px;
	z-index:100;
	top:0;
	left:0;
}
.header{
	position:relative;
	height:336px;
	background:#ffffff;
	margin:0px 0px 15px 5px;
	width:900px;
	z-index:99;
}
.top_menu{
	height:20px;
	margin-top:5px;
	background:#ffffff;
	width:610px;
	padding-left:290px;
}
.page_content{
	width:910px;
	margin:0 auto;
	background:url(img/content.png) repeat-y top;
	padding:0px;
	overflow:auto;
}
.top_bg{
	background:url(img/top.png) no-repeat top;
	height:15px;
	width:910px;
	margin:0 auto;
}
.bottom_bg{
	background:url(img/bottom.png) no-repeat top;
	height:15px;
	width:910px;
	margin:0 auto;
}
.inline-left{
	display:inline;
	float:left;
}
.inline-right{
	display:inline;
	float:right;
}
.con_left{
	margin-left:5px;
	width:190px;
	padding-bottom:5px;
	background:url(img/content_right_bg_bottom.png) no-repeat bottom right;
}
.con_right{
	margin-right:5px;
	width:710px;
	background:url(img/content_left_top.png) no-repeat top left;
}
.con_right a{
	text-decoration:none;
	color:#353535;
}
.con_right a:hover{
	text-decoration:none;
	color:#e88d27;
}
.content_header{
	width:710px;
	padding-top:5px;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
	line-height:25px;
	color:#e88d27;
	border-bottom:1px solid #e88d27;
}
.header_bar{
	width:5px;
	height:25px;
	margin:0px 5px 0px 5px;
}
.content_right_top{
	width:180px;
	height:10px;
	background:url(img/content_right_top.png) no-repeat top;
	margin-top:2px;
}
.content_right_bottom{
	width:180px;
	height:10px;
	background:url(img/content_right_bottom.png) no-repeat bottom;
}
.content_right_content{
	width:158px;
	background:#ffffff;
	padding:0px 10px;
	border-left:1px solid #7dbcdc;
	border-right:1px solid #7dbcdc;
}
.content_right{
	width:180px;
	padding:0px 5px;
	background:#ffffff;
}
.content{
	width:680px;
	margin-top:10px;
	line-height:17px;
	margin-left:15px;
	text-align:justify;
}
.content p{
	margin:10px 0px;
}
.proforma_header_usd{
	border:1px solid #c1c1c1;
	background:#dfdedb;
	font-weight:bold;
	width:80px;
	text-align:right;
	padding:5px;
}
.proforma_header_header{
	border:1px solid #c1c1c1;
	background:#dfdedb;
	font-weight:bold;
	width:500px;
	text-align:left;
	padding:5px;
	margin-left:10px;
}
.proforma_content_usd{
	border:1px solid #c1c1c1;
	border-top:none;
	font-weight:bold;
	width:80px;
	text-align:right;
	padding:5px;
}
.proforma_content_desc{
	border:1px solid #c1c1c1;
	border-top:none;
	font-weight:bold;
	width:500px;
	text-align:left;
	padding:5px;
	margin-left:10px;
}
.contact_area{
	width:640px;
	margin-top:10px;
	border:1px solid #ccc;
	padding:5px;
}
.contact_photo{
	height:130px;
	width:120px;
	text-align:center;
}
.contact_name{
	font-weight:bold;
	font-size:13px;
	width:500px;
	text-align:left;
	padding-top:3px;
}
.contact_title{
	font-style:italic;
	font-size:12px;
	width:500px;
	text-align:left;
}
.contact_info{
	width:500px;
	text-align:left;
	padding-top:3px;
}
.contact_icon{
	/*width:20px;
	text-align:center;
	*/
	width:45px;
	text-align:left;
	
	margin-right:5px;
	font-size:11px;
}
.contact_text{
	font-size:11px;
	text-align:left;
}
.submenu{
	width:180px;
	margin-top:2px;
	padding-bottom:8px;
}
.submenu_top{
	background:url(img/submenu_top.png) no-repeat top;
	height:30px;
	width:170px;
	color:#666666;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
}
.submenu_top a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.submenu_top a:hover{
	color:#e88d27;
	font-weight:bold;
	text-decoration:none;
}
.submenu_content{
	background:#f9f9f9;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	width:178px;
}
.submenu_content li{
	border-bottom:1px dotted #e88d27;
	/*background:url(img/menu_item.gif) no-repeat left top;
	min-height:20px;*/
	padding-left:15px;
	padding-top:4px;
	line-height:15px;
	list-style:none;
	margin-left:5px;
	width:145px;
	font-size:11px;
}
.submenu_content li a{
	color:#353535;
	text-decoration:none;
}
.submenu_content li a:hover{
	color:#e88d27;
	text-decoration:none;
}
.submenu_bottom{
	background:url(img/submenu_bottom.png) no-repeat top;
	height:10px;
	width:180px;
}
.news_content{
	width:680px;
	text-align:justify;
}
.news_bottom{
	width:680px;
	text-align:right;
	padding:10px 0px 5px;
}
.news_bottom a{
	color:#353535;
	text-decoration:underline;
}
.news_bottom a:hover{
	color:#a2062c;
	text-decoration:underline;
}
.footer{
	text-align:center;
	width:900px;
	margin-top:10px;
	padding:20px 0px;
	margin-left:5px;
	color:#ffffff;
	font-size:10px;
}
.footer_area{
	width:195px;
	margin-left:20px;
	text-align:justify;
}
.footer_logo{
	height:60px;
	margin-right:10px;
	padding-top:5px;
}
.footer a{
	color:#353535;
	text-decoration:none;
}
.footer a:hover{
	color:#e88d27;
	text-decoration:none;
}
a{
	outline:none;
}
/*MENU STYLE*/
#nav{
	padding:0px;
	list-style:none;
	float:left;
	width:606px;
	display:inline;
	position:relative;
	margin:0px;
	height:20px;
}
.navli{
	float:left;
	margin-left:27px;
	height:20px;
	list-style:none;
	padding:0px;
	position: relative;
	display:inline;
}	
#nav li a{
	display:block;
}
#nav ul{
	display:none;
	position:absolute;
	left:0px;
	margin:0px 0px 0px -8px;
	padding:0px 0px 18px 0px;
	width:170px;
	background:url(img/dropdown_pane.png) bottom no-repeat;
}
* html #nav ul{
	line-height:0px;
} /* IE6 "fix" */
#nav ul a{
	zoom:1;
} /* IE6/7 fix */
#nav ul li{
	float:none;
}
#nav ul ul{
	top:0px;
}	
#nav ul{
	top:20px;
}
#nav ul li a{
	color:#666;
	padding:5px 5px 5px 10px;
	margin:0px 6px 0px 0px;
}
#nav ul a.hover{
	background-color:#e88d27;
	color:#fff;
}
/*#nav ul a { opacity:0.9; filter:alpha(opacity=95); }*/
#allsubnav{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	width:590px;
	margin-left:40px;
	display:none;
}
.subnav{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:590px;
}
.subnav li{
	float:left; 
	font-size:11px;
	margin-left:5px;
}
.subnav li a{
	color:#999;
	text-decoration:none;
}

.home{ background:url(img/home.jpg) no-repeat; width:45px; height:20px; text-indent:-9999px; float:left;  }
.company-profile{ background:url(img/company_profile.jpg) no-repeat; width:140px; height:20px; text-indent:-9999px; float:left;  }
.services{ background:url(img/services.jpg) no-repeat; width:74px; height:20px; text-indent:-9999px; float:left;  }
.news{ background:url(img/news.jpg) no-repeat; width:45px; height:20px; text-indent:-9999px; float:left;  }
.info{ background:url(img/info.jpg) no-repeat; width:45px; height:20px; text-indent:-9999px; float:left;  }
.contact-us{ background:url(img/contact.jpg) no-repeat; width:94px; height:20px; text-indent:-9999px; float:left;  }
/*
.home:hover{ background:url(img/home_h.jpg) no-repeat; }
.company-profile:hover{ background:url(img/company_profile_h.jpg) no-repeat; }
.services:hover{ background:url(img/services_h.jpg) no-repeat; }
.news:hover{ background:url(img/news_h.jpg) no-repeat; }
.links:hover{ background:url(img/links_h.jpg) no-repeat; }
.contact-us:hover{ background:url(img/contact_h.jpg) no-repeat; }
*/
/*ADMIN CSS*/
.admin_menu{
	width:165px;
	margin:0px 0px 10px 10px;
	text-align:center;
	line-height:30px;
	border:1px solid #ccc;
}
.admin_menu a{
	color:#353535;
	text-decoration:none;
}
.admin_menu a:hover{
	color:#353535;
	text-decoration:underline;
}
.admin_kategori{
	padding:5px;
	width:70px;
	line-height:20px;
	text-align:center;
}
.admin_proforma_header{
	width:180px;
	line-height:25px;
}
.admin_proforma_desc{
	width:300px;
	line-height:25px;
}
.ports_header{
	width:670px;
	text-align:left;
	color:#990000;
	font-weight:bold;
}
.ports_sea{
	width:670px;
	text-align:left;
	margin-top:10px;
	line-height:25px;
}
.ports_name{
	margin-top:10px;
	font-size:16px;
	text-align:center;
	width:660px;
	color:#990000;
	font-weight:bold;
	border-bottom:1px dotted #990000;
	padding:5px;
}
.ports_image{
	width:330px;
	text-align:left;
	margin-top:15px;
}
.ports_desc{
	width:350px;
	text-align:left;
	font-size:11px;
	margin-top:5px;
}
.ports_desc_row{
	margin-top:10px;
	text-align:left;
	width:350px;
}
