@charset "utf-8";

#V1 {
	text-align: left;
	padding-top: 20px;
	background-color: #990000;
	background-image: url(../image/layout/bg-body-v1.png);
	background-repeat: repeat;
}

#header {
	height: 90px;
	background-image: url(../image/layout/bg-header-screen.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#header .header_wrapper {
	position: relative;
	width: 940px;
}

#header .header_slogan {
	position: absolute;
	right: 20px;
	top: 60px;
}

#content {
	background-image: url(../image/layout/bg-content-screen.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#content .content_wrapper {
	width: 940px;
}

#content .content_innerwrapper {
	padding: 20px;
}

#content .content_innerwrapper .column_l{
	float: left;
	width: 680px;
	margin-right: 15px;
}

#content .content_innerwrapper .column_r{
	float: left;
	width: 205px;
}

#content .page_header {
	position: relative;
	height: 135px;
	background-color: #EEE;
	background-image: url(../image/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 940px;
}

#content .page_header.general {
	background-image: url(../image/pg-header-screen.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#content .content_pagewrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

#content .content_pagewrapper .column_l{
	float: left;
	width: 210px;
	margin-right: 30px;
}

#content .content_pagewrapper .column_r{
	float: left;
	width: 640px;
}

#footer {
	width: 940px;
	background-image: url(../image/layout/bg-footer-screen.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

#footer .footer_wrapper {
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
}

#copyright {
	color: #D16154;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#developer, #developer a {
	color: #D16154;
}

#nav {
	background-color: #333333;
	height: 35px;
	width: 100%;
	z-index: 10;
}

#nav .nav_wrapper {
	padding-right: 20px;
	padding-left: 20px;
	z-index: 10;
}

ul#naviTop {
	z-index: 10;
}

ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.topnav li a{
	float: left;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

ul.topnav li:hover a, ul.topnav li.select a, ul.topnav li.select:hover a {
	background-color: #D90909;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 15px;
	height: 18px;
	float: left;
	background-image: url(../image/button-subnav-span.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	float: left;
	z-index: 101;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
	margin: 0;
	top: 53px;
	left: 0px;
	padding: 0;
	display: none;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
html ul.topnav li ul.subnav li a {
	float: left;
	background-color: #000;
	background-image: url(../image/button-subnav-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #FFF;
	padding-top: 8px;
	height: 25px;
	text-align: left;
	padding-left: 15px;
	width: 230px;
	text-transform: capitalize;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #000;
	background-image: url(../image/button-subnav-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #F00;
}

#naviLeft {
	padding-bottom: 20px;
}

#naviLeft ul.navlist {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#naviLeft ul.navlist li {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
}

#naviLeft ul.navlist li a {
	color: #748DA1;
	padding-left: 15px;
	background-image: url(../image/arrow-yellow-sml-screen.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#naviLeft ul.navlist li a:hover {
	color: #55B7DA;
}

#naviLeft ul.navlist li:hover a {
	background-image: url(../image/arrow-red-sml-screen.png);
}

#naviLeft ul.navlist li ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#naviLeft ul.navlist li ul li {
	border-bottom-style: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	line-height: 12px;
}

#naviLeft ul.navlist li ul li a {
	font-size: 11px;
}

#naviLeft ul.navlist li.header {
	color: #65676B;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: none;
	background-image: none;
}

#naviLeft ul.navlist li.no_border {
	border-bottom-style: none;
}

#naviBottom {
	padding-bottom: 10px;
	padding-top: 10px;
}

#naviBottom ul.navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#naviBottom ul.navlist li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #EEE;
	display: inline;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#naviBottom ul.navlist li a {
	color: #EEE;
	text-decoration: none;
}

#naviBottom ul.navlist li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
}
ul#naviCompany{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul#naviCompany li{
	background-image: url(../image/arrow-red-square-screen.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 5px;
	font-size: 11px;
	background-position: 0px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	margin-right: 10px;
}

ul#naviCompany li a {
	color: #666;
}

ul#naviCompany li a:hover {
	color: #D90909;
}

#content h1 {
	color: #0071BC;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#content h2 {
	color: #0071BC;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}

#content .content_pagewrapper .column_r h2 {
	padding-bottom: 15px;
}

#content .read_more {
	background-image: url(../image/arrow-red-square-screen.png);
	background-repeat: no-repeat;
	text-indent: 18px;
	text-transform: uppercase;
	font-size: 11px;
	background-position: 0px 1px;
}

#content ul.list_type1 {
	list-style-image: url(../image/arrow-red-sml-screen.png);
	margin-left: 15px;
	list-style-position: outside;
	margin-bottom: 20px;
}

#content ul.list_type1 li {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color: #2B3D5E;
	padding-bottom: 5px;
}

#content ul.list_type2 {
	list-style-image: url(../image/arrow-yellow-sml-screen.png);
	margin-left: 17px;
	list-style-position: outside;
}

#content ul.list_type2 li {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color: #2B3D5E;
	padding-bottom: 5px;
	font-size: 14px;
}
#index_intro1 {
	height: 370px;
	width: 670px;
	border: 5px solid #4D4D4D;
	background-color: #EEE;
	background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#index_intro1 ul#intro1 {
	height: 370px;
	width: 670px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
#index_intro1 ul#intro1 li {
	margin: 0px;
	padding: 0px;
	height: 370px;
	width: 670px;
}

#index_intro2 {
	width: 680px;
	position: relative;
	margin-top: 20px;
}

#index_intro2 ul#intro2 {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 900px;
	overflow: hidden;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

#index_intro2 ul#intro2 li {
	height: 140px;
	width: 301px;
	zoom:1;
	float: left;
	text-align: left;
}

#index_intro2 .banner {
	float: left;
	width: 226px;
	margin-right: 1px;
	background-color: #F2F2F2;
	min-height: 180px;
	padding-top: 95px;
}

#index_intro2 .banner:hover {
	
}

#index_intro2 .bannerTitle {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0071BC;
	margin-right: 10px;
	margin-left: 10px;
}

#index_intro2 .bannerDescription {
	line-height: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#index_intro2 .bannerDescription p {
	padding-bottom: 8px;
	line-height: 14px;
	font-size: 11px;
}

#index_intro2 .bannerDescription p a {
	color: #232D44;
	text-decoration: underline;
	font-weight: bold;
}

#index_intro2 .bannerDescription p a:hover {
	text-decoration: none;
}

#index_intro2 .service {
	background-image: url(../image/index-intro-banner-services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#index_intro2 .hse {
	background-image: url(../image/index-intro-banner-hse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#index_intro2 .career {
	margin-right: 0px;
	background-image: url(../image/index-intro-banner-career.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#index_intro3 {
	margin-bottom: 20px;
}

#index_intro3 p {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 15px;
}

#client_intro {
	width: 190px;
	position: relative;
	text-align: center;
	padding-left: 15px;
	padding-bottom: 30px;
}

ul#naviClient {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 190px;
	overflow: hidden;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

ul#naviClient li {
	height: 60px;
	width: 85px;
	zoom:1;
	float: left;
	text-align: left;
	padding-right: 5px;
}

#contact-form {
	margin: 0px;
}

#contact-form .fieldLabel {
	width: 100px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 2px;
}

#contact-form .fieldInput {
	width: 400px;
}
#contact-form label{
	text-transform:uppercase;
	font-size:12px;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
}

#contact-form textarea{
	color:#404040;
	font-family:"Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

#contact-form td > button{
	text-indent:8px;
}

#contact-form .error{
	color:#F00;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}

#contact-form #loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.column_r .vessel_spec {
	float: left;
	width: 410px;
	margin-right: 20px;
}

.column_r .vessel_gallery {
	float: left;
	width: 210px;
}

.column_r .vessel_gallery .thumb {
	float: left;
	height: 74px;
	width: 94px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px solid #EEE;
}

.column_r .vessel_gallery .thumb:hover {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.column_r .vessel_gallery .thumb a img {
	border: 2px solid #CCC;
}

.column_r .vessel_gallery .thumb a img:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#vessel_listing {
	margin-bottom: 20px;
}

#vessel_listing th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
	padding: 3px;
	font-weight: bold;
	color: #232D44;
	background-color: #E5E8EF;
}

#vessel_listing tbody tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#vessel_listing tbody tr:hover {
	background-color: #EEE;
}

#vessel_listing tbody tr td {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
}

#vessel_listing tbody tr td a {
	font-weight: bold;
}

#vessel_listing .name {
	width: 180px;
}

#vessel_listing .type {
	width: 200px;
}

#vessel_listing .year {
	width: 150px;
}


#vessel_spec {
	margin-bottom: 20px;
}

#vessel_spec th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
	padding: 3px;
	font-weight: bold;
	color: #232D44;
	background-color: #E5E8EF;
}

#vessel_spec tbody tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#vessel_spec tbody tr:hover {
	background-color: #EEE;
}

#vessel_spec tbody tr td {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	text-align: left;
}

#vessel_spec .category {
	width: 150px;
}

#vessel_spec .detail {
	width: 250px;
}

#webmail_login {
}

#webmail_login #webmail {
	margin: 0px;
}
#webmail_login h6 {
	color: #748DA1;
	cursor:pointer;
	background-image: url(../image/arrow-red-down-sml-screen.png);
	background-repeat: no-repeat;
	background-position: 140px;
}
#webmail_login h6:hover {
	color: #4C5D6B;
}

#webmail_login input {
	font-weight: bold;
	color: #333;
}

#webmail_login input#user, #webmail_login input#pass {
	width: 200px;
	height: 20px;
	padding: 2px;
	margin: 0px;
}

.gallery {
	padding-bottom: 20px;
}

.gallery .thumb {
	background-image: url(../image/layout/bg-gallery-thumb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 132px;
	text-align: center;
	padding: 4px;
	margin-right: 10px;
}

.gallery .thumb:hover {
	background-image: url(../image/layout/bg-gallery-thumb-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.gallery .thumb img {
	margin-bottom: 10px;
}

.gallery .thumb p {
	font-size: 11px;
	padding-bottom: 5px;
	color: #666;
	line-height: 10px;
}

.service_group {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 10px;
}

.service_group .contentHeader {
	cursor:pointer;
}

.service_group .gallery {
	padding-bottom: 5px;
}
