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

/* Cardiff Dry Stack 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.home {
	position: absolute;
	top: 25px;
	left: 10px;
}

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

#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;
}




/* 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;
}

#welcome ul {
	color: #000;
	list-style: url(../images/columnleft_ul.gif); 
	margin-left: 24px;
	padding-bottom: 8px;
}

#welcome ul li {
	padding-bottom: 8px;
}

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;
}

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




/* Online quote styles */

#columnl .quote {
	color: #fff;
	width: 585px;
	height: 150px;
	padding: 10px;
	background-color: #71c9c6;
}

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

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

#columnl .quote a.storage:link, #columnl .quote 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;
}

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

#columnl .quote a:link, #columnl .quote a:visited {
	color: #fff;
	text-decoration: underline;
}

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




/* 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;
}