/* @override 
	http://gwdesign.co.nz/css/style.css
	http://www.gwdesign.co.nz/css/style.css
	http://gwdesign.co.nz/css/style.css
*/

@font-face {  
	font-family: "Calibri";  
	src: url('../fonts/Calibri.eot'); /* IE */  
	src: local("Calibri"), url('../fonts/Calibro.ttf') format("truetype"); /* non-IE */  
}

div.sg_Body {
	width: 100%;
	float: left;
	margin-top: 30px;
}  

/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */

/* @group Global */

body, textarea, input {
	color: #fff;
	font: 13px/16px Calibri, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background: #999 url(../images/gradient-bkg.jpg) repeat-x 0 225px;
}

hr {
	width: 100%;
	height: 2px;
	border-style: none;
	background-color: #ccc;
	margin-top: 13px;
}

#main-full {
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	float: left;
	background: url(../images/footer_bkg.jpg) repeat-x 0 bottom;
}

#main-content {
	width: 1000px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -500px;
	float: left;
}

h1, h2, h3, h4, h1 a, h2 a {
	color: #14568a;
	text-transform: none;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 200%;
	line-height: 120%;
}

.page-header {
	font-size: 230%;
	margin-top: 328px;
}

p {
	margin-bottom: 12px;
}

a {
	text-decoration: none;
	color: #01a0d2;
}

em {
	color: #01a0d2;
	text-transform: uppercase;
}

input {	
	height: 28px;
}

input, textarea {	
	margin-bottom: 6px;
	border: 1px solid #b3b3b3;
	font-size: 115%;
	color: #666;
	padding-left: 5px;
	padding-right: 5px;
}

textarea {
	padding-top: 5px;
}

input:focus, textarea:focus {
	border: 1px solid #01a0d2;
}

/* @end */

/* @group Header */

/* @group Link bar */

#link-bar {
	height: 25px;
	width: 1000px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 3000;
}

#link-bar ul {
	margin-left: 14px;
	float: left;
	height: 16px;
	margin-top: 3px;
}

#link-bar ul li {
	float: left;
	margin-right: 15px;
	padding-top: 0;
}

#link-bar ul li a {
	color: #636363;
	text-decoration: underline;
}

#link-bar ul li img {
}

/* @end */

#link-bar {
	height: 25px;
	position: absolute;
	z-index: 5;
	width: 100%;
}

#header-full {
	height: 278px;
	width: 100%;
	background: url(../images/header_repeat.png) repeat-x;
	float: left;
}

#header {
	width: 1000px;
	height: 278px;
	float: left;
	background-image: url(../images/header4.png);
}

#logo {
	float: left;
	margin-left: 16px;
	cursor:  pointer;
	margin-top: 4px;
}

#menu {
	float: left;
	height: 33px;
	margin-top: 235px;
	margin-left: -11px;
}

#menu li {
	height: 33px;
	float: left;
	margin-right: 25px;
	padding-top: 7px;
}

#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

/* @end */

/* @group Footer */

#footer {
	width: 1000px;
	height: 249px;
	float: left;
	color: #fff;
	font-size: 13px;
}

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

/* @group Footer Contact */

#footer-contact {
	height: 199px;
	width: 375px;
	float: left;
	margin-top: 29px;
}

#footer-contact-form {
	height: 172px;
	width: 50%;
	margin-top: 14px;
	float: left;
}

#footer-contact-form input[type=text], #footer-contact-form textarea {
	width: 166px;
	margin-bottom: 4px;
	height: 22px;
}

#footer-contact-form input[type=text] {
	padding-top: 3px;
}

#footer-send {
	width: 178px;
}

#footer-contact-form #footer-message {
	height: 70px;
}

#footer-contact-details {
	margin-top: 14px;
	float: left;
	width: 175px;
	margin-left: 9px;
	font-size: 12px;
	border-right: 2px solid #fff;
	height: 175px;
}

#footer-contact-details a:hover {
	text-decoration: none;
	background-color: transparent;
}

#footer-contact-details h6 {
	font-size: 155%;
	margin-bottom: 10px;
}

#footer-contact-details p {
	font-size: 110%;
}

/* @group Footer Promo */

#footer-promo {
	float: left;
	margin-left: 10px;
	margin-top: 205px;
	width: 355px;
}



/* @end */



/* @end */

/* @group Content */

#about-us{
	background-color: #242222;
	padding: 20px;
	margin: 30px;
	float: left;
	width: 655px;
}


#about-us h1{
	margin-bottom: 20px;
	color: white;
}
#services {
	width: 695px;
	padding: 0 30px;
	float: left;
	background: url(../images/vertical.png) repeat-y right;
	margin-top: 0;
	margin-bottom: 60px;
}

.service-item {
	float: left;
	width: 721px;
	background: url(../images/horizontal.png) repeat-x 0 bottom;
	margin-bottom: 20px;
}

.service-item.last {
	margin-bottom: 0;
}

.blurb {
	width: 280px;
	float: left;
	padding-top: 7px;
}

.big-image {
	float: left;
}

.thumb-list {
	height: 60px;
	margin-bottom: 24px;
	float: right;
	margin-right: 10px;
	margin-top: 14px;
}

.thumb-list li {
	width: 60px;
	height: 60px;
	float: left;
	background-color: #666;
	margin-right: 9px;
}

#news {
	margin-top: -280px;
	width: 230px;
	float: left;
	padding-left: 15px;
}



/* @end */

/* @group Shadowbox */

#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
/* @end */

/* @group Get in touch */

/* @group Contact */

#contact-container {
	width: 1000px;
	height: 300px;
	margin-top: 12px;
}

#contact-email, #contact-everything-else, #contact-fun {
	height: 352px;
	float: left;
	padding: 10px;
}

#contact-email, #contact-everything-else {
	border-right: 2px solid #272626;
}

/* @group Email */

#contact-email {
	width: 320px;
}

#contact-email input[type=text], #contact-email textarea {
	width: 288px;
}

#contact-email #send {
	float: right;
	margin-right: 20px;
}

#contact-email textarea {
	height: 210px;
}



/* @end */

/* @group Everything else */

#contact-everything-else {
	width: 175px;
	padding-left: 30px;
}

#contact-everything-else h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

#contact-everything-else h2:first-child {
	margin-top: 0;
}



/* @end */

/* @group Fun */

#contact-fun object {
	margin-left: 20px;
}

#contact-fun a {
	position: absolute;
	top: -175px;
	left: -62px;
}

#contact-fun h2 {
	margin-left: 20px;
	margin-bottom: 10px;
}



/* @end */



/* @end */

/* @group Map */

#map-container {
	width: 980px;
	padding: 10px;
	height: 350px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	margin-top: 96px;
	border: 2px solid #272626;
	margin-bottom: 25px;
}

/* @group Directions */

#directions {
	width: 270px;
	height: 350px;
	float: left;
	display: none;
}

#directions-input {
	width: 258px;
}

#directions-button {
	margin-right: 1px;
}

#directions-button, #directions-clear {
	width: 133px;
}

#directions-list {
	list-style-type: decimal;
	width: 98%;
	list-style-position: inside;
	margin-top: 12px;
	height: 259px;
	overflow: auto;
	padding-right: 2%;
}

#directions-list li {
	margin-bottom: 9px;
	border-bottom: 1px solid #b3b3b3;
}

/* @end */

/* @group Map */

#map {
	width: 980px;
	height: 350px;
	float: right;
	cursor: pointer;
}

#map-label {
	width: 210px;
	height: 16px;
	color: #fff;
	font-size: 110%;
	background-color: #000;
	padding: 6px;
	position: absolute;
	text-align: center;
	cursor: default;
	left: 20px;
	border: 3px solid #fff;
	cursor: pointer;
	opacity: 0.75;
	top: 20px;
}

/* @end */



/* @end */



/* @end */

#news form input {
	padding-top: 5px;
	height: 24px;
}