@charset "UTF-8";
/* CSS Document */

/* Cardiff Marine Services CSS - www.octopus-creative.co.uk */

* {
	margin: 0;
	padding: 0;
}

body {
    font: 13px arial, helvetica, verdana, sans-serif;
	color: #444;
	background: #55a8a5 url(../images/bg_body.jpg) top center no-repeat;
}

em {
	font-style: normal;
	font-weight: 700;
}

img {
	border: 0;
}




/* Error styles */

#error {
	width: 100%;
	background: #fff url(../images/error.gif) top left no-repeat;
	padding-top: 170px;
}

#error p {
	padding: 4px 20px;
}

#error h1 {
	font-size: 200%;
	padding: 4px 20px;
}

#error ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#error a:link, #error a:visited {
	color: #1a7ca3;
}

#error a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Thanks styles */

#thanks {
	width: 100%;
	background: #fff url(../images/thanks.gif) top left no-repeat;
	padding-top: 170px;
}

#thanks p {
	padding: 4px 20px;
}

#thanks h1 {
	font-size: 200%;
	padding: 4px 20px;
}

#thanks ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#thanks a:link, #thanks a:visited {
	color: #1a7ca3;
}

#thanks a:hover {
	color: #33abdb;
	text-decoration: none;
}





/* Content styles */

#container {
	position: relative;
	width: 770px;
	margin: 10px auto 0 auto;
	padding: 0 10px;
	background: #fff url(../images/bg_container_top.gif) top center no-repeat;
}

#head {
	position: relative;
	width: 970px;
	height: 50px;
	margin: 0 auto;
}

#header {
	width: 770px;
	height: 120px;
}

#content {
	width: 770px;
	padding-top: 10px;
}

.clearer {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

#footer { 
	width: 790px;
	height: 105px;
	margin: 0 auto;
	background: url(../images/bg_container_base.gif) top center no-repeat;
}





/* Global styles */

p {
	line-height: 1.2em;
	padding-bottom: 0.6em;
}

p.disclaimer {
	font-size: 90%;
	color: #C00;
	line-height: 1.2em;
	padding: 10px 0 0.6em 0;
}

p a:link, p a:visited {
	color: #358ddc;
}

p a:hover, p a:visited {
	color: #003768;
	text-decoration: none;
}

h1 {
	font-size: 130%;
	font-weight: 200;
	color: #003768;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}

h2 {
	font-size: 110%;
	font-weight: 700;
	color: #000;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}

h3 {
	font-size: 110%;
	font-weight: 200;
	color: #666;
	line-height: 1.1em;
	padding: 0.5em 0 0.6em 0;
}




/* Head styles */

#head ul {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1em;
}

#head li.choose {
	float: left;
	color: #999;
	background: none;
	padding: 12px 0 0 10px;
	margin: 0;
	width: auto;
	height: 21px;
}

#head li {
	float: left;
	background: #fff url(../images/bg_head_li.gif) top left no-repeat;
	margin: 0;
	width: auto;
	height: 36px;
	padding: 0 0 0 16px;
}

#head a:link, #head a:visited {
	float: left;
	display: block;
	background: #fff url(../images/bg_head_a.gif) top right no-repeat;
	padding: 6px 18px 3px 6px;
	text-decoration: none;
	margin: 0 1px 0 0;
	height: 27px;
	color: #fff;
}

* html #head a:link, * html #head a:visited {
	height: 36px;
}

#head a:hover {
	color: #333;
}

#head li.over {
	float: left;
	background: #fff url(../images/bg_head_li_over.gif) top left no-repeat;
	margin: 0;
	width: auto;
	height: 36px;
	padding: 0 0 0 16px;
}

#head li.over a:link, #head li.over a:visited {
	float: left;
	display: block;
	background: #fff url(../images/bg_head_a_over.gif) top right no-repeat;
	padding: 6px 18px 3px 6px;
	text-decoration: none;
	margin: 0 1px 0 0;
	height: 27px;
	color: #fff;
}

* html #head li.over a:link, * html #head li.over a:visited {
	height: 36px;
}

#head li.over a:hover {
	color: #fff;
}




/* Header styles */

#header img.logo {
	position: absolute;
	top: 25px;
	left: 10px;
}

#header img.address {
	position: absolute;
	top: 80px;
	right: 15px;
}




/* Home page styles */

#columnl {
	float: left;
	width: 610px;
	padding-bottom: 10px;
}

#columnr {
	float: right;
	width: 155px;
}

#columnl a:link, #columnl a:visited {
	color: #1a7ca3;
}

#columnl a:hover {
	color: #33abdb;
	text-decoration: none;
}

#columnl #flash {
	width: 610px;
	height: 215px;
}

#columnl #latest {
	float: left;
	width: 200px;
	height: 210px;
	color: #fff;
	background-color: #999;
}

.columnfull {
	width: 750px;
	padding: 0 10px 10px 10px;
}

.columntable {
	width: 770px;
	padding: 0 0 10px 0;
}




/* Services styles */

#welcome {
	width: 590px;
	padding: 10px;
}

#welcome .overview {
	padding: 0 0 5px 0;
	background: #fff url(../images/bg_teamdetail.gif) bottom left repeat-x;
}

.service {
	width: 750px;
	padding: 0 10px;
}

.servicedetail {
	width: 750px;
	min-height: 302px;
	position: relative;
	padding: 0 10px;
}

.servicedetail p, .servicedetail ul, .servicedetail h1, .servicedetail h2 {
	padding-right: 320px;
}

.servicedetail ul {
	list-style: url(../images/columnleft_ul.gif); 
	margin-left: 24px;
	padding-bottom: 20px;
}

.servicedetail ul li {
	padding-bottom: 4px;
}

.servicedetail ul.decimal {
	list-style: decimal; 
	margin-left: 24px;
	padding-bottom: 8px;
}

.servicedetail ul.decimal li {
	padding-bottom: 5px;
}

.servicedetail ul li {
	color: #358ddc;
}

.servicedetail img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.servicedetail img.mainpic {
	position: absolute;
	right: 0;
	top: 0;
}

.servicedetail img.logo {
	position: absolute;
	right: 40px;
	top: 20px;
}

#columnholder {
	width: 770px;
	margin-left: 10px;
}

p .itemLink {
	display: block;
	cursor: hand;
	text-decoration: none;
}

p .itemLink .buttonleft {
	float: left;
	display: block;
	width: 5px;
	height: 18px;
	background: transparent url(../images/button_left.gif) 0px 0px no-repeat;
}

p .itemLink .buttontext {
	font-weight: bold;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/button_text.gif) 0px 0px no-repeat;
	height: 18px;
	padding: 0 8px 0 8px;
}

p .itemLink .buttonright {
	float: left;
	display: block;
	width: 5px;
	height: 18px;
	background: transparent url(../images/button_right.gif) 0px 0px no-repeat;
}

p .itemLink:hover .buttonleft, p .itemLink.inactive .buttonleft {
	background: transparent url(../images/button_left.gif) 0px -18px no-repeat;
}

p .itemLink:hover .buttontext, p .itemLink.inactive .buttontext, p .itemLink:visited {
	color: #80abd2;
	text-decoration: none;
	background: transparent url(../images/button_text.gif) 0px -18px no-repeat;
}

p .itemLink:hover .buttonright, p .itemLink.inactive .buttonright {
	background: transparent url(../images/button_right.gif) 0px -18px no-repeat;
}

.teamdetail {
	width: 750px;
	padding: 10px;
	background: url(../images/bg_teamdetail.gif) bottom left repeat-x; 
}

.teamdetail img {
	float: right;
	padding-left: 10px;
}

#contact {
	width: 440px;
	background: url(../images/bg_teamdetail.gif) top left repeat-x; 
	margin-top: 5px;
	padding: 10px 0;
}

td.staff {
	background: #74cbc8 url(../images/bg_tr_staff.gif) 0px 0px repeat-y;
}

td.staff p {
	font-size: 120%;
	color: #fff;
	padding: 10px 10px 10px 130px;
}

td.staff p.desc {
	font-size: 100%;
	padding: 0 10px 20px 130px;
}

td.staff img {
	float: left;
}

#button01 p, #button02 p {
	font-size: 140%;
	font-weight: 700;
	line-height: 0.9em;
	padding: 10px;
}

#button01 a:link, #button01 a:visited {
	color: #fff;
	display: block;
	width: 250px;
	height: 104px;
	text-decoration: none;
	background: #fff url(../images/bg_button01.jpg) 0px 0px no-repeat;
}

#button01 a:hover {
	color: #fefefe;
	background: #d2ccb8 url(../images/bg_button01.jpg) 0 -104px no-repeat;
}

#button02 a:link, #button02 a:visited {
	color: #fff;
	display: block;
	width: 250px;
	height: 104px;
	text-decoration: none;
	background: #fff url(../images/bg_button02.jpg) 0px 0px no-repeat;
}

#button02 a:hover {
	color: #fefefe;
	background: #d2ccb8 url(../images/bg_button02.jpg) 0 -104px no-repeat;
}




/* Promotion styles */

.promotion {
	width: 730px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.promotion a.download:link, .promotion a.download:visited {
	padding-left: 20px;
	background: url(../images/icon_disk_multiple.gif) 0 0 no-repeat;
}




/* Contact form styles */

.columntable td h2 {
	font-size: 130%;
	font-weight: 200;
	color: #000;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}

.columntable .field {
	width: 200px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #999;
}

.columntable .fieldaddress {
	width: 455px;
	height: 100px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #999;
}

.columntable td {
	margin: 0;
	padding: 2px 10px;
}

.columntable tr {
	color: #666;
	background-color: #f2f1ed;
}

.columntable tr.terms {
	background: #dadad7 url(../images/tr_terms.gif) center left repeat-x; 
}

.columntable tr.general {
	color: #fff;
	background: #74cbc8; 
}

.columntable tr.termsinner {
	margin: 0;
	padding: 2px 10px;
	background-color: #dadad7; 
}

.columntable tr.divider1 {
	color: #666;
	background: #fff url(../images/tr_divider1.gif) center left repeat-x; 
}

.columntable tr.divider2 {
	color: #666;
	background: #fff url(../images/tr_divider2.gif) center left repeat-x; 
}

.columntable tr.divider3 {
	color: #666;
	background: #fff url(../images/tr_divider3.gif) center left repeat-x; 
}

.columntable tr.divider4 {
	color: #666;
	background: #fff url(../images/tr_divider4.gif) center left repeat-x; 
}

.columntable .submit {
	height: 26px;
	width: 80px;
	border: 1px solid #fff;
	padding: 0 4px 3px 4px;
	color: #fffffe;
	color: #fff;
	background-color: #34506a;
}




/* Logo styles */

#logos {
	width: 770px;
	background: none; 
	margin-top: 5px;
	padding-top: 10px;
}

#logos img, #logosborder img {
	padding: 0 10px 0 20px;
	border: 0;
}

#logosborder {
	width: 760px;
	background: url(../images/bg_teamdetail.gif) top left repeat-x; 
	margin-top: 5px;
	padding-top: 10px;
}




/* Upper page content styles */

.columnleft {
	float: left;
	width: 470px;
	padding: 0 10px;
}

.columnleft ul {
	color: #60a7dd;
	list-style: url(../images/columnleft_ul.gif); 
	margin-left: 24px;
	padding-bottom: 20px;
}

.columnleft ul li {
	padding-bottom: 4px;
}

.columnleft a:link, .colleft a:visited {
	color: #358ddc;
	text-decoration: underline;
}

.columnleft a:hover {
	color: #003768;
	text-decoration: none;
}

.columnright {
	float: right;
	width: 250px;
}

.columnright .servicelist {
	width: 230px;
	color: #fff;
	background-color: #71c9c6;
	padding: 10px;
	margin-bottom: 10px;
}

.columnright h2 {
	font-size: 130%;
	font-weight: 200;
	color: #fff;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}

.columnright img {
	padding-bottom: 10px;
}

.columnright .servicelist ul {
	list-style: url(../images/servicelist_ul.gif); 
	margin-left: 24px;
	padding-bottom: 20px;
}

.columnright .servicelist ul li {
	padding-bottom: 5px;
}





/* Meet the team styles */

#columnteam {
	width: 770px;
}



/* Prices styles */

.colright .images {
	background-color: #71c9c6;
	margin-bottom: 10px;
}

.colright .images img {
	padding-bottom: 5px;
}

.colright .images p {
	padding: 5px 10px;
}




/* Customer quote styles */

.customerquote {
	font-size: 110%;
	color: #71c9c6;
	padding-bottom: 5px;
}

.customer {
	font-size: 90%;
	font-weight: 700;
	color: #444;
	padding-bottom: 35px;
}




/* Service Synopsis styles */

#servicesynopsis {
	color: #fff;
	background-color: #71c9c6;
	width: 770px;
	background: url(../images/bg_servicesynopsis.gif) top left repeat-y; 
}

#servicesynopsis .colleft {
	float: left;
	width: 440px;
	padding: 10px;
}

#servicesynopsis .colright {
	color: #fff;
	float: right;
	width: 290px;
	padding: 10px;
}

#servicesynopsis .colright img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #fff;
}

#servicesynopsis .colright a.rig:link, #servicesynopsis .colright a.rig:visited {
	display: block;
	width: 148px;
	height: 145px;
	margin-left: 10px;
	background: url(../images/link_rigquote.jpg) 0px 0px no-repeat; 
	text-decoration: none;
	float: right;
}

#servicesynopsis .colright a.rig:hover {
	background: url(../images/link_rigquote.jpg) 0px -145px no-repeat; 
}

#servicesynopsis .colright a.antifoul:link, #servicesynopsis .colright a.antifoul:visited {
	display: block;
	width: 148px;
	height: 145px;
	margin-left: 10px;
	background: url(../images/link_antifoulquote.jpg) 0px 0px no-repeat; 
	text-decoration: none;
	float: right;
}

#servicesynopsis .colright a.antifoul:hover {
	background: url(../images/link_antifoulquote.jpg) 0px -145px no-repeat; 
}

#servicesynopsis .colright a.storage:link, #servicesynopsis .colright a.storage:visited {
	display: block;
	width: 148px;
	height: 145px;
	margin-left: 10px;
	background: url(../images/link_storagequote.jpg) 0px 0px no-repeat; 
	text-decoration: none;
	float: right;
}

#servicesynopsis .colright a.storage:hover {
	background: url(../images/link_storagequote.jpg) 0px -145px no-repeat; 
}

#servicesynopsis .colleft h2, #servicesynopsis .colright h2 {
	font-size: 130%;
	font-weight: 700;
	color: #fff;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}

#servicesynopsis .colright h2 {
	font-weight: 700;
}

#servicesynopsis .colleft ul {
	list-style: url(../images/servicelist_ul.gif); 
	margin-left: 24px;
}

#servicesynopsis .colleft ul li {
	color: #fff;
	padding-bottom: 4px;
}




/* Directions styles */

.directions {
	width: 730px;
	background: url(../images/bg_teamdetail.gif) bottom left repeat-x; 
	margin-top: 5px;
	padding: 0 10px 10px 10px;
}

#googlemaps {
	width: 770px;
	margin-bottom: 10px;
}

#googlemaps #map {
	float: left;
	width: 460px;
}

#googlemaps #address {
	float: right;
	width: 290px;
	height: 330px;
	background-color: #71c9c6;
	padding: 10px;
}

#googlemaps #address p {
	color: #fff;
}

#googlemaps #address h2 {
	font-size: 130%;
	font-weight: 700;
	color: #fff;
	line-height: 1.1em;
	padding: 0.2em 0 0.4em 0;
}




/* Footer styles */

#footer p { 
	color: #fff;
	line-height: 1.3em;
	padding: 25px 0 0 10px;
}

#footer p.octopus { 
	color: #a7dbd9;
	line-height: 1.1em;
	padding: 5px 0 0 10px;
}

#footer p.octopus a:link, #footer p.octopus a:visited { 
	color: #a7dbd9;
}

#footer p.octopus a:hover {
	color: #fff;
	text-decoration: none;
}

#footer img { 
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #a7dbd9;
	text-decoration: none;
}

#footer img.compliance { 
	float: right;
	padding: 0 0 0 5px;
}