/*
	Global Maritime And Port Services Pte Ltd Website
	Designed by Jagarts ~ http://www.jagarts.com/
*/

/* `General Settings
----------------------------------------------------------------------------------------------------*/

body {
	padding: 0px 0 40px;
	background-repeat: repeat-y;
	background-position: center;
}

.homepage {
	background-image: url(../../img/body_bk.gif);
}
.otherpage {
	background-image: url(../../img/body_bk.gif);
}
#wrapper {
}
/* `Layout of Header
----------------------------------------------------------------------------------------------------*/

#logo {
	background-color: #0CF;
	height: 136px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
#title {
	background-color: #FF0;
}
#title {
	background-color: #F59531;
	height: 140px;
	background-image: url(../../img/header_image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #043560;
}
#title p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	width: 400px;
	line-height: 16px;
	color: #012052;
}
#title_body {
	background-color: #F59531;
	background-position: right;
	background-repeat: no-repeat;
}
/* `Layout of Content
----------------------------------------------------------------------------------------------------*/

#mainbody {
	clear: both;
	float: left;
	padding: 10px;
	margin-left: 10px;
	background-image: url(../../img/bkgrd_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mainbody_home {
	width: 681px;
	line-height: 2em;
}
.newsflash_a {
	font-size: 11px;
	line-height: 1.4em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 30px;
}
.newsflash_a a {
	color: #900;
	font-weight: bold;
}
.newsflash_a br {
	font-weight: normal;
	padding-bottom: 10px;
}

#mainbody ul {
	margin-top: 20px;
	font-size: 13px;
}

.mainbody_norm {
	width: 681px;
}
#featured {
	width: 220px;
	float: right;
	background-image: url(../../img/header_feature.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#newsflash {
	float: right;
	width: 209px;
	margin-right: 10px;
	background-image: url(../../img/header_newsflash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.active_page {
	background-image: url(../../img/_nav_bkgrd_h.jpg);
	font-weight: bold;
}
/* `Layout of Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #043560;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #FFF;
}
/* `Main Navigation Setting
----------------------------------------------------------------------------------------------------*/

ul#topnav {
	float: left;
	width: 940px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
	line-height: 14px;
	background-image: url(../../img/_nav_bkgrd.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6e9bbd;
}
ul#topnav li a {
	display: block;
	width: 106px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 34px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
ul#topnav li:hover {
	background-color: #FFF;
	background-image: url(../../img/_nav_bkgrd_g.jpg);
	background-repeat: repeat-x;
}
ul#topnav li:hover a {
	color: #000;
}
ul#topnav li a#last {
	width: 110px;
}
/* `Sub Navigation Setting
----------------------------------------------------------------------------------------------------*/

#subnav {
	background-color: #043560;
	height: 25px;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
}
#subnav a {
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
/* `Over ride HTML codes
----------------------------------------------------------------------------------------------------*/
.homepage_h1 {
	font-size: 22px;
	line-height: normal;
	margin: 0px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #012052;
}
h1 {
	font-size: 22px;
	line-height: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #012052;
}
h2 {
	background-color: #F90;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	padding: 5px;
	clear: both;
}

h3 {
	background-color: #FC6;
	width: 100%;
	color: #000;
	font-size: 12px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.img_rows {
	list-style-type: none;
	display: block;
}
.img_rows li {
	display: inline;
	clear: none;
	float: none;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

h4 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	font-size: 13px;
	margin-bottom: -2px;
	padding-bottom: 3px;
	font-weight: normal;
	clear: both;
}
.img_right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
}
.bigger_font {
	font-size: 16px;
}
.font_red {
	color: #900;
}
