/* [html] */

body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:70%/170% Verdana, Arial, Helvetica, sans-serif;
	background:#CBCED1 url(images/bg.gif) repeat-x;
	color:#737373;
	margin:20px 0 40px;
	text-align:center;
}
p, h3, h4 {
	margin:15px 0;
}
h1 a {
	display:block;
	width:222px;
	height:47px;
	margin:75px 0 0 0;
}
h2 {
	font-size:135%;
	color:#545454;
	margin-bottom:20px;
}
h3 {
	font-size:110%;
	color:#162f82;
}
h4 {
	font-size:100%;
}
a:link {
	color:#737373;
}
a:visited {
	color:#737373;
}
a:hover, a:active {
	text-decoration:none;
}

/* [/html] */

/* [breadcrumbs] */

#breadcrumbs {
	background:url(images/breadcrumb-bg.gif) no-repeat bottom;
	width:674px;
	margin:0 auto;
	text-align:right;
	padding:4px 40px 18px;
}
#breadcrumbs a {
	color:#071E72;
	text-decoration:none;
	border-bottom:1px dotted #071E72;
	padding:0 0 1px;
}
#breadcrumbs a:hover {
	border-bottom:1px solid #071E72;
}

/* [/breadcrumbs] */

/* [container] */

#container {
	width:754px;
	margin:0 auto;
	text-align:left;
	background:url(images/container-bg.gif) repeat-y;
	padding:0 0;
}

/* [/container] */

/* [header] */

#header {
	height:204px;
	padding:0 18px;
	background:url(images/header-bg.gif) no-repeat;
}
#header h1 {
	background:url(images/logo.gif) no-repeat;
	margin:0 0 0 10px;
}
#header .image1 {
	background:url(images/home-image1.jpg) no-repeat;
	width:449px;
	height:204px;
	float:left;
}
#header .image2 {
	background:url(images/home-image2.jpg) no-repeat;
	width:263px;
	height:204px;
	float:left;
	margin:0 0 0 5px;
}
#nav {
	background:url(images/nav-bg.gif);
	height:40px;
	margin:2px 18px;
}
#nav ul {
	list-style:none;
	padding:10px 0 0 2px;
}
#nav li {
	float:left;
	background:url(images/nav-bullet.gif) no-repeat 0 8px;
	padding:0 8px 0 14px;
}
#nav li.nobg {
	background:none;
}
#nav li a {
	text-decoration:none;
	color:#5b5a5a;
	display:block;
}
#nav li a:hover, #nav li.onstate, #nav a.onstate {
	color:#162f82;
}
#nav a.onstate {
	background:url(images/nav-arrow.gif) bottom center no-repeat;
	padding-bottom:10px;
}

/* [/header] */

/* [content] */

#content {
	padding:0 19px;
	background:url(images/content-bg.gif) repeat-y 18px 0;
	width:717px;
}
#content #textcol {
	float:left;
	width:449px;
	border-top:1px solid #e5e5e5;
	background:url(images/col-bg.gif) repeat-x;
	padding:35px 25px 0;
}
#content #textcol ul {
	margin:15px 0 15px 25px;
	list-style:square;
}
#content #textcol ul ul {
	list-style:disc;
}
#content #textcol ul ul ul {
	list-style:circle;
}
#content #textcol ul.homecat {
	font-size:110%;
}
#content #textcol li {
	padding:2px 0;
}
#content #textcol img.cpdlogo {
	float:right;
	margin-top:40px;
}
#content #adcol {
	float:left;
	width:188px;
	background:url(images/col-bg.gif) repeat-x;
	border-top:1px solid #e5e5e5;
	margin:0 0 0 8px;
	padding:0 10px;
}
#content #adcol #adverts {
	background:#fff;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	margin:15px 0 0;
	font-size:90%;
	padding:0 10px;
}
#content #adcol #adverts h2 {
	background:url(images/ad-header.gif) no-repeat;
	height:37px;
	color:#fff;
	text-align:center;
	margin:0 -11px -5px;
	padding:8px 0 0;
}
#content #adcol #adverts h2 {
	background:url(images/ad-header.gif) no-repeat;
	height:37px;
	color:#fff;
	text-align:center;
	margin:0 -11px -5px;
	padding:8px 0 0;
}
#content #adcol #adverts h2.ad2 {
	background:url(images/ad2-header.gif) no-repeat;
	margin-top:15px;
}
#content #adcol #adverts p {
	margin:1px 0 5px;
}
#content #adcol #adverts img {
	margin:0 -6px;
}
#content #adcol .homeads {
	background:#fff;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	margin:15px 0 25px;
	font-size:90%;
	padding:0 10px;
}
#content #adcol .homeads h2 {
	background:url(images/ad-header.gif) no-repeat;
	height:37px;
	color:#fff;
	text-align:center;
	margin:0 -11px -5px;
	padding:8px 0 0;
}
#content #adcol .homeads h2 a {
	color:#fff;
	text-decoration:none;
}
#content #adcol .homeads p {
	margin:1px 0 4px;
}
#content #adcol .homeads img {
	margin:0 -6px;
}

#content .closer {
	clear:both;
	height:15px;
	background:url(images/content-close.gif) no-repeat;
	border-bottom:3px solid #fff;
	margin:0 -1px;
}

/* [/content] */

/* [offers] */

table {
	margin:20px 0;
}
table td {
	margin:0 25px;
}
table thead {
	background:#626B79;
	font-weight:bold;
	color:#fff;
}
table thead td {
	border-right:2px solid #fff;
	padding:2px 7px;
}
table thead td.tdnb {
	border:0;
	text-align:center;
}
table tbody td {
	border-bottom:1px solid #626B79;
	padding:7px;
}
table tbody td.pdfcol {
	text-align:center;
}
table tbody td.pdfcol img {
	vertical-align:middle;
}

/* [/offers] */


/* [form] */

form {
	margin:30px 15px 20px;
}
legend {
	display:none;
}
fieldset {
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:20px 30px 25px;
}
fieldset p {
	margin:12px 0 0;
}
label {
	width:140px;
	float:left;
}
label.twolines {
	height:60px;
}
input, textarea, select {
	width:195px;
	margin:0 0 0 10px;
}
input.submitbutt {
	background:#ccc;
	border:1px solid #737373;
	font:100%/170% Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	height:27px;
}

/* [/form] */



/* [footer] */

#footer {
	clear:both;
	height:58px;
	background:url(images/home-footer.gif) no-repeat bottom;
}
#footer .footer_inner {
	margin:0 19px 0 18px;
	height:39px;
}
#footer ul {
	list-style:none;
	padding:14px 5px;
}
#footer li {
	float:right;
	padding:0 8px 0 8px;
	border-right:1px solid #737373;
	background:none;
	line-height:120%;
}
#footer li.tel {
	float:left;
}
#footer li.nobord {
	border:0;
}
#arrival {
	width:715px;
	margin:0 auto;
	text-align:right;
	font:90% Arial, Helvetica, sans-serif;
	padding:0 5px 0 0;
}
#arrival a {
	color:#737373;
	text-decoration:none;
	font-weight:normal;
	background:url(images/arrival-arrow.gif) no-repeat right;
	padding:0 9px 0 0;
}


/* [/footer] */


/* [extra] */

.divider {
	margin:15px 0;
	border-bottom:1px dotted #B5B5B5;
	font-size:1px;
	clear:both;
}
.techlogo {
	float:right;
	margin:0 0 5px 15px;
}
.tick {
	width:20px;
	margin:0;
	padding:0;
}
.newsimage {
	float:right;
	margin:10px 0 5px 10px;
	padding:1px;
	border:1px solid #B9B9B9;
}
.cleaner {
	clear:both;
}
.whiteblock {
	clear:both;
	border-bottom:25px solid #fff;
	margin:0 20px;
}
.firstpara {
	font-size:110%;
	line-height:170%;
}
p.central, p.note {
	clear:both;
	text-align:center;
	padding:0 30px 0 0;
}
.hide {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* [/extra] */