* {
	margin:0;
	padding:0;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;
	line-height:1.125em;
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1B3163;
	height: 900px;
}

input, textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin-bottom:18px;}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {
	vertical-align:top;
	text-align:left;
}

#contacts-form label { display:block; height:26px;}
#contacts-form label input { width:234px; background:#fff; color:#391503; padding:1px 0 1px 3px;}
#contacts-form textarea { width:234px; height:98px; background:#fff; padding:1px 0 1px 3px; overflow:auto; color:#391503; margin-bottom:13px;}

/*==================list====================*/
ul {
	list-style:none;
}

#site-nav {
	width:100%;
	overflow:hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8CBE4F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8CBE4F;
}
#site-nav li {
	float:left;
	padding-right: 12px;
	padding-left: 12px;
	margin-left: -1px;
}
#site-nav li a {
	display:inline;
	color:#fff;
	text-transform:capitalize;
	font-weight:normal;
	text-decoration:none;
	width:120%;
	text-align:center;
	line-height:40px;
	background-repeat: no-repeat;
	background-position: left 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#site-nav li a:hover {
	color: #CCFF00;
}

#footer-nav {
	width:100%;
	overflow:hidden;
	text-align: center;
}
#footer-nav li { margin-left:-1px; display:inline;}
#footer-nav li a {
	color:#FFFFFF;
	text-decoration:none;
	border-left:1px solid #576c7b;
	padding:0 7px 0 8px;
	text-transform:capitalize;
}
#footer-nav li a:hover { text-decoration:underline;}

.list1 li { background:url(images/icon1.jpg) no-repeat left 5px; padding:0 0 0 48px; }
.list1 li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	background:url(images/line1.gif) left bottom repeat-x;
	padding:0 0 20px 0;
	margin-bottom:20px;
	width:100%;
}
.list1 li a strong { display:block; margin-bottom:2px;}
.list1 li a:hover { color:#409cc1;}
.list1 li em { color:#a8ccdb;	}
.list1 li a.last { margin-bottom:0; background:none;}

.list2 li {
	background:url(images/line1.gif) left bottom repeat-x;
	padding-bottom:5px;
	margin-bottom:14px;
	color:#FFFFFF;
	line-height:1.6em;
}
.list2 li span {
	display:block;
	border:1px solid #f2f6f8;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 19px;
}
.list2 li strong {
	font-size:1.1em;
	display:block;
	padding-bottom:3px;
	color:#CCFF00;
}
.list2 li.last { background:none; margin:0;}

.list3 li { background:url(images/arrow2.gif) no-repeat left 6px; padding:0 0 6px 13px;}
.list3 li a { color:#000; font-weight:bold;}

/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box img { float:left; margin:0 20px 0 0;}

.p1 { margin-bottom:10px;}

/*==================txt, links, lines, titles====================*/
a {color:#1c2328;}
a:hover{
	text-decoration:none;
}

h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.5em;
	background:url(images/tile1.gif) left top repeat-x;
	height:40;
	padding-left:26px;
	margin-bottom:20px;
	color: #FFFFFF;
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2.extra {
	position:relative;
	margin-top:-8px;
	margin-bottom:0px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 60px;
	height: 20;
	background-repeat: no-repeat;
	background-position: left;
}
h3 {
	font-size:1.18em;
	background:url(images/tile1.gif) left top repeat-x;
	height:30px;
	padding-left:26px;
	line-height:28px;
	margin-bottom:10px;
}
h4 { font-size:1em; margin-bottom:1px;}

.link1 { display:block; float:left; background:url(images/link1-left.gif) no-repeat left top #fff; color:#323232; text-decoration:none;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:6px 40px 7px 24px; text-transform:uppercase;}
/*==========================================*/
.link1 b:hover {
	display:block;
	padding:6px 40px 7px 24px;
	text-transform:uppercase;
	background-image: url(images/link1-rightgreen.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.link1:hover {
	text-decoration:underline;
	background-color: #1B3163;
	background-image: url(images/link1-leftgreen.gif);
}


.link2 {
	padding-right:14px;
	color:#A8CCDB;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: right 5px;
}
.link3 {
	background:url(images/arrow2.gif) no-repeat right 5px;
	padding-right:14px;
	color:#409cc1;
	font-weight:bold;
}

.rss { background:url(images/rss.jpg) no-repeat left top; padding:0 0 2px 25px; color:#000; display:inline-block; font-weight:bold;}

.line-hor {
	padding-bottom:0px;
	margin-bottom:20px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#slogan { display:block; font-size:2.36em; line-height:1.1em; font-family:Arial, Helvetica, sans-serif; margin-bottom:19px;}


/*==================boxes====================*/
.box1 { background:url(images/box1-bg.gif) left top repeat-x #e0ecf0; width:100%; margin-top:1px; line-height:1.45em;}
.box1 .inner { padding:10px 20px 18px 26px;}

.cont-box { padding:0 10px 0 0; margin:0;}
.cont-box span { float:right;}


/*header*/
#header .row-1 {
	height:118px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #1B3163;
	background-position: left;
}
#header .row-1rec {
	height:118px;
	background-image: url(images/header-recreational-diving.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1image {
	height:118px;
	background-image: url(images/image-gallery.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1blog {
	height:118px;
	background-image: url(images/header-weblog.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}

#header .row-1 .indent {
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 316px;
}
#header .row-2 {
	height:45px;
	background-repeat: repeat-x;
	background-position: left top;
}
.bannerrow {
	height:312px;
	background:url(images/header-bg.jpg) no-repeat left bottom;
}
.bannerrow .row-3 {
	padding-top: 20px;
	padding-right: 476px;
	padding-bottom: 0;
	padding-left: 50px;
}
.bannerrow .row-3 p { margin-bottom:15px;}

/*content*/
#content {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
#content .row-2 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 27px;
}

/*footer*/
#footer {
	color:#FFFFFF;
}
#footer .left {
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .right {
	height:105px;
	background-repeat: no-repeat;
	background-position: right top;
}
#footer .indent {
	padding:21px 0 0 18px;
}
#footer strong { font-weight:normal; text-transform:uppercase;}
#footer span { padding-left:8px;}
#footer span a {
	color:#FFFFFF;
}
#header2 {
	height:475px;
	background:url(images/header-bg.jpg) no-repeat left bottom;
}
#header .row-1hot {
	height:118px;
	background-image: url(images/header-hot-deals.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1snork {
	height:118px;
	background-image: url(images/header-snorkelling.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1contact {
	height:118px;
	background-image: url(images/header-snorkelling.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1wreck {
	height:118px;
	background-image: url(images/header-wreck-diving.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1comm {
	height:118px;
	background-image: url(images/header-commercial-diving.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1learn {
	height:118px;
	background-image: url(images/header-learn-scuba-nz.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1bay {
	height:118px;
	background-image: url(images/header-bay-of-islands.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1reef {
	height:118px;
	background-image: url(images/header-reef-diving.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
#header .row-1diveops {
	height:118px;
	background-image: url(images/header-about-dive-ops.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1B3163;
}
.itemexcerpt a {
	color:#FFFFFF;
}
.itemexcerpt {
	padding: 0px 15px;
}
.blogitem h2 {
	padding-left:10px;
}
.blogposts h3 {
	padding-left:10px;
}