/* @override http://vehicledesign.co.nz/css/style.css */

/* @override 
	http://vehicledesign.co.nz/css/style.css
	http://test.nami.nami.co.nz/css/style.css
*/

@font-face {  
	font-family: "Museo Sans";  
	src: url('../fonts/MuseoSans-500.eot'); /* IE */  
	src: local("Museo Sans"), url('../fonts/MuseoSans-500.otf') format("opentype"); /* non-IE */  
}  

/* @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 Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

body {
	background-image: url(../images/main-bkg.jpg);
}

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: #01a0d2;
	text-transform: none;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 120%;
	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: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 3000;
}

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

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

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

#link-bar ul li img {
}

/* @end */

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

#header {
	width: 1000px;
	height: 288px;
	float: left;
}

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

/* @end */

/* @group Footer */

#footer {
	width: 1000px;
	height: 35px;
	float: left;
	color: #000;
	text-align: center;
	font-size: 13px;
}

#footer img {
	margin-bottom: 16px;
}

#gwd {
	margin-right: 30px;
}

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



/* @end */

/* @group Content */

/* @group Top */

#top {
	float: left;
	background-image: url(../images/trans-bkg.png);
	width: 980px;
	padding: 10px;
	border: 2px solid #000;
}

/* @group Contact */

#contact {
	float: left;
	width: 250px;
	margin-top: 60px;
	height: 300px;
	background-image: url(../images/trans-bkg.png);
	margin-left: 15px;
	display: none;
}

#contact-form {
	float: left;
	width: 480px;
}

#message {
	width: 213px;
	height: 170px;
	float: left;
}

#name, #email, #send {
	float: left;
	width: 217px;
	margin-left: 16px;
	margin-bottom: 15px;
}

#send {
	width: 229px;
}

#phone {
	float: left;
	margin-left: 41px;
	font-size: 18px;
}

#name, #email {
	padding-top: 7px;
	height: 22px;
}

/* @end */

/* @group Should I? */

#should-i {
	width: 480px;
	float: left;
	margin-left: 14px;
}



/* @end */



/* @end */

/* @group Portfolio */

#portfolio {
	float: left;
	height: 536px;
	margin: 40px auto auto;
	width: 980px;
	padding: 10px;
	position: relative;
	background-image: url(../images/trans-bkg.png);
	border: 2px solid #000;
}

#portfolio h2 {
	font-size: 26px;
	text-align: center;
}

.big {
	z-index: 1;
	position: absolute;
	top: 53px;
	left: 10px;	
}

#thumbs {
	position: absolute;
	top: 53px;
	right: 10px;
	width: 245px;
	overflow: hidden;
	height: 492px;
}

#thumbs img {
	float: left;
}



/* @end */

/* @group Info */

#container {
	float: left;
	width: 1000px;
	margin-top: 40px;	background-image: url(../images/trans-bkg.png);
	margin-bottom: 60px;
	border: 2px solid #000;
}

#why, #info, #cost {
	float: left;
	width: 960px;
	margin: 20px;
}

#why {
	background-image: url(../images/trans-bkg.png);
}

.why-section {
	float: left;
	width: 27%;
	padding: 3%;
	height: 231px;
	margin-top: 0;
}

#info {
	padding: 20px;
	margin: 0 20px 20px;
	width: 925px;
	height: 195px;
}

#cost {
	float: left;
	background-image: url(../images/trans-bkg.png);
}

#cost h1 {
	text-align: center;
	font-size: 27px;
	margin-top: 31px;
}

.cost-section {
	width: 253px;
	float: left;
	display: block;
	padding: 30px;
	height: 207px;
}

.cost-section img {
	width: 248px;
	margin-bottom: 10px;
}

/* @end */



/* @end */

#nzsda-logo-top {
	float: left;
	margin-top: 50px;
	margin-left: 190px;
}

#next {
	bottom: 25px;
	right: 116px;
	position: absolute;
	z-index: 13;
	cursor: pointer;
}