/* October 23, 2009 */
/* Steve Marsh */
/* MarineCFO Live! */


/* Global Styles */

body {
	background: url(/images/bg_01.jpg) repeat-x;
}

img, div, a { behavior: url(/images/iepngfix.htc) }


a {
	color: #3f72c7;
	text-decoration: none;
}

a:hover {
	color: #2a5190;
	text-decoration: underline;
}

p {
	margin: 0 0 20px 0;
}

p.last {
	margin: 0;
}

strong {
	color: #000;
}

hr {
	height: 1px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9;
	border-left: none;
	margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h3 {
	font-size: 26px;
	color: #000;
	margin: 0 0 15px 0;
	line-height: 28px;
}

h4 {
	font-size: 16px;
	color: #000;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 13px;
	color: #000;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 12px;
	color: #999;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

input {
	font-family: Arial, Verdana, sans-serif;
}

.clear {
	clear: both;
}

#container {
	background: url(/images/light_rays_shadow_fade.jpg) no-repeat 50% 0;
	height: 640px;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	color: #555;
	font-size: 13px;
	line-height: 19px;
}


/* Header + Footer Styles */

#global_header {
	height: 107px;
	position: relative;
}

#global_header h1 img {
    position: absolute;
    top: 26px;
    left: 22px;
    margin: 0; 
    padding: 0;
    width: 276px; 
    height: 50px;
}


#global_header a#user_sign_in {
	position: absolute;
	display: block;
	background: url(/images/button_user_sign_in.png) no-repeat;
	width: 258px;
	height: 35px;
	top: 10px;
	right: 0px;
}

#global_header a#user_sign_in:hover {
	display: block;
	background: url(/images/button_user_sign_in_over.png) no-repeat;
}

#global_header #tab_bar {
	position: absolute;
	text-align: right;
	width: 580px;
	height: 33px;
	bottom: 0;
	right: 0;
}

#footer {
	clear: both;
	background: #fff;
	font-size: 9px;
	color: #666;
	height: 40px;
	margin: 0 10px;
	border-top: 1px solid #d9d9d9;
}

#footer_nav {
	float: right;	
}

/* CSS tabs */

.industries #tabnav #industries,
.home #tabnav #home,
.features #tabnav #features,
.signup #tabnav #signup,
.contact #tabnav #contact
{
	background: url(/images/tab_bg_selected.png) no-repeat transparent;
}

ul#tabnav { 
	text-align: center;
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

ul#tabnav li {
	display: block;
	float: left;
	width: 110px;
	height: 33px;
	margin-left: 5px;
}


ul#tabnav li a {
	display: block;
	width: 110px;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	font-size: 12px;
	background: url(/images/tab_bg_normal.png) no-repeat transparent;
	color: #fff;
	text-decoration: none;
}

ul#tabnav a:hover { 
	background: url(/images/tab_bg_selected.png) no-repeat transparent;
}

/* End Tabs */

/* Masthead */

#masthead {
	width: 930px;
	height: 262px;
	background: url(/images/masthead_home_01x.jpg) no-repeat;
	text-align: left;
	position: relative;
}

#masthead h2 {
	position: absolute;
	top: 56px; 
	left: 45px;
	color: #fff;
	font-size: 25px;
	line-height: 32px;
	width: 455px;
}

#masthead h3 {
	position: absolute;
	top: 125px;
	left: 45px;
	color: #a8cafb;
	font-size: 13px;
}

#masthead a {
	display: block;
	position: absolute;
	width: 205px;
	height: 44px;
}

#masthead a.sign_up {
	background: url(/images/button_sign_up.png) no-repeat;
	top: 180px;
	left: 40px;
}

#masthead a.sign_up:hover {
	background: url(/images/button_sign_up_over.png) no-repeat;
}

#masthead a.view_demo {
	background: url(/images/button_take_tour.png) no-repeat;
	top: 180px;
	left: 265px;
}

#masthead a.view_demo:hover {
	background: url(/images/button_take_tour_over.png) no-repeat;
}


/* Home Page Only Content */

#home_content {
	background: url(/images/masthead_home_bottom_half_01x.jpg) no-repeat;
	text-align: left;
}

#home_content #col_left {
	float: left;
	display: inline;
	width: 480px;
	margin: 35px 0 20px 40px;
}

#home_content #col_right {
	float: right;
	display: inline;
	width: 350px;
	margin: 85px 40px 20px 0;
}

table.feature_table {
	width: 100%;
}

table.feature_table td, table.feature_table th {
	vertical-align: top;
	line-height: 16px;
}

table.feature_table th {
	width: 32px;
}

table.feature_table td {
	padding: 0 10px 25px 8px;
}

table.feature_table span {
	display: block;
	font-weight: bold;
	color: #333;
}


/* Content */

#content {
	background: url(/images/page_bg_shadow_gradient.gif) repeat-x;
	text-align: left;
}

#content #col_left {
	float: left;
	display: inline;
	width: 615px;
	margin: 20px 0 20px 25px;
}

#content #col_right {
	float: right;
	display: inline;
	width: 241px;
	margin: 20px 20px 20px 0;
}

#subpage_masthead {
	background: url(/images/page_masthead_bg_01.gif) repeat-x #3267c1;
	padding: 20px;
	margin: 0 0 0 0;
	font-size: 20px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

#subpage_tagline {
	margin: 30px 30px 40px 30px;
	text-align: center;
}

#subpage_tagline h3 {
	margin: 0 0 5px 0;
}

.callout, .quote {
	border: 1px solid #d7d7d7;
	margin: 0 0 20px 0;
}

.callout p, .quote p {
	font-size: 12px;
	color: #555;
	font-weight: normal;
	line-height: 20px;
}

.callout_body, .quote_body {
	border: 4px solid #fff;
	background: #ededed;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
}

.quote_photo {
	border: 4px solid #fff;
	border-bottom: none;
	background: #ededed;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
}

.callout_body ul {
	font-weight: normal;
}

.secondary_text {
	font-size: 12px;
}


.large_bullet {
	padding: 0 0 0 45px;
}

.large_bullet_title {
	font-weight: bold;
	color: #000;
}

.jobs { background: url(/images/icons/icon_billing.png) no-repeat 0 3px;}
.personnel { background: url(/images/icons/icon_crew.png) no-repeat 0 3px;}
.maintenance { background: url(/images/icons/icon_maintenance.png) no-repeat 0 3px;}
.on_vessel { background: url(/images/icons/icon_connect.png) no-repeat 0 3px;}
.certifications { background: url(/images/icons/icon_certificate.png) no-repeat 0 3px;}
.incidents { background: url(/images/icons/icon_safety.png) no-repeat 0 3px;}
.mapping { background: url(/images/icons/icon_mapping.png) no-repeat 0 3px;}
.reporting { background: url(/images/icons/icon_reports.png) no-repeat 0 3px;}
.web_based { background: url(/images/icons/icon_web.png) no-repeat 0 3px;}
.secure { background: url(/images/icons/icon_security.png) no-repeat 0 3px;}

.asset { background: url(/images/icons/icon_assets.png) no-repeat 0 3px;}
.auto_maintenance { background: url(/images/icons/icon_time.png) no-repeat 0 3px;}
.deficiency { background: url(/images/icons/icon_deficiency.png) no-repeat 0 3px;}
.wizard { background: url(/images/icons/icon_wizard.png) no-repeat 0 3px;}
.vessel { background: url(/images/icons/icon_equipment.png) no-repeat 0 3px;}
.customers { background: url(/images/icons/icon_customers.png) no-repeat 0 3px;}
.events { background: url(/images/icons/icon_calendar.png) no-repeat 0 3px;}
.schedule { background: url(/images/icons/icon_schedule.png) no-repeat 0 3px;}
.integrated { background: url(/images/icons/icon_integrated.png) no-repeat 0 3px;}


.video_table table td {
	padding: 5px;
	vertical-align: middle;
}

.video_thumbnail {
	height: 89px; 
	margin: 0 0 25px 0;
}

.video_thumbnail img {
	float: left; 
	display: block; 
	margin: 0 15px 0 0;
}

/* Sub Page Sidebar */

#sidebar, #mini_sidebar {
	background: #dfdfdf;
	margin: 0 0 20px 0;
	font-size: 11px;
}

.sidebar_textblock {
	padding: 0 20px 15px 20px;
}

.sidebar_hr {
	height: 2px;
	background: url(/images/sidebar_hr.gif) repeat-x;
	margin: 0 0 15px 0;
}

#sidebar #action_buttons {
	margin: 0 0 15px 18px;
	padding: 17px 0 0 0;
}

#sidebar #action_buttons a {
	display: block;
	margin: 0 0 13px 0;
	width: 205px;
	height: 44px;
}

#sidebar #action_buttons a.sign_up {
	background: url(/images/button_sign_up.png) no-repeat;
}

#sidebar #action_buttons a.sign_up:hover {
	background: url(/images/button_sign_up_over.png) no-repeat;
}

#sidebar #action_buttons a.view_demo {
	background: url(/images/button_take_tour.png) no-repeat;
}

#sidebar #action_buttons a.view_demo:hover {
	background: url(/images/button_take_tour_over.png) no-repeat;
}

#sidebar_nav {
	line-height: 35px;
}

#sidebar_nav ul {
	margin: 0 0 15px 20px;
	font-size: 14px;
}

#comment_form label {
	margin: 5px 0 0 0;
	display: block;
}

#comment_form {
	padding: 20px;
}

#comment_form .field, #contact_form textarea {
	border: 1px solid #b9b9b9;
	width: 191px;
	padding: 3px;
	margin: 0;
}

#comment_form label.error { 
	float: none;
	display: block;
	color: red;
	margin: 0;
	padding: 0;
}


/* Featured Features */

#feature_1 {
	background: url(/images/screenshot_features_01.gif) no-repeat;
	height: 240px;
	padding: 30px 0 0 315px;
	margin: 15px 0 0 10px;
}

#feature_2 img, #feature_3 img {
	margin: 0 0 15px 0;
}

#feature_2 {
	width: 289px;
	float: left;
}

#feature_3 {
	width: 289px;
	float: right;
}



/* 3 Small Columns Styles */


#tri-box_1, #tri-box_2, #tri-box_3 {
	float: left;
}

#tri-box_1 img, #tri-box_2 img, #tri-box_3 img {
	margin: 0 0 15px 0;
}

#tri-box_1, #tri-box_3 {
	width: 194px;
}

#tri-box_2 {
	width: 194px;
	margin: 0 15px;
}


/* Forms */

.form_block_header {
	background: #d9d9d9;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.form_block {
	padding: 10px;
}

.form_block table td {
	padding: 6px 14px 6px 0;
	vertical-align: middle;
}

.form_block label {
	color: #555;
}

.form_block table input, .form_block table textarea {
	font-family: Arial;
	padding: 5px;
	color: #000;
	font-size: 13px;
	border: 1px solid #bbb;
	width: 300px;
}

.product_check {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 20px 0;
}

.checkbox_holder {
	background: #e6efff;
	padding: 5px;
}

.form_block label.error { 
	float: none;
	color: red;
	padding-left: 5px;
}


