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

/*-----------------------------------------------------------------------------
Primary Nightscooter Style Sheet

version:   1.0
email:     info@nightscooter.co.nz
website:   http://www.nightscooter.co.nz
-----------------------------------------------------------------------------*/

/* =Reset Styles - Thank you Eric Meyer - find the original at http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

strong { font-weight: bold; }
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* #################################### GLOBAL LAYOUT #################################### */
body {
	line-height: 1;
	color: black;
	background: #fff;
	text-align: center;
	background: #fff  url(/images/ver2/heading_bg_repeat-x.png) repeat-x center top;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFF;
}
#content {
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#calculator-concept #container { width: 1002px; }

#calculator-concept #container #content a img { border: 1px solid #666; }


/* #################################### HEADER AREA #################################### */
#pageheading {
	text-align: left;
	margin: 0px;
	padding: 0;
	font-size: 1em;
	height: 130px;
	background: #fff  url(/images/ver2/heading_bg_repeat-x.png) repeat-x center top;
}
#pageheading a, #pageheading a:visited, #pageheading a:hover, #pageheading a:active{
	font-weight: normal;
	text-decoration: none;
}
#pageheading a#email, #pageheading a:visited#email, #pageheading a#email:hover, #pageheading a#email:active {
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 127px;
	width: 287px;
	color: #fff;
	display: block;
	text-decoration: none;
}
#pageheading #logo {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 128px;
	position:relative;
	display: block;
}
#pageheading #logo a#logolink {
	font-size: 5px;
	line-height: 120px;
	background-image: url(/images/logo-up.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 269px;
	float: left;
	text-indent: -9999px;
	color: #fff;
	display: block;
}
#pageheading #logo a#logolink:hover { 
	background: url(/images/logo-over.png); 
}


/* #################################### INTRODUCTION AREA #################################### */
.flashmovieborder {
	background-image: url(/images/border_03.png);
	text-align: center;
	height: 440px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: center top;
}
.flashmovie {
	height: 368px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}


/* #################################### THUMBS AREA #################################### */
#thumbs {
	width: 100%;
	margin: 40px auto 60px;
	text-align: center;
}
#thumbs .thumbnail {
	margin: 0px 0 0 5px;
	padding: 5px 0 5px 0;
	float: left;
	width: 145px;
	clear: none;
}
#thumbs .thumbnail a, #thumbs .thumbnail a:visited {
	font-size: 11px;
	line-height: 13px;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#thumbs .thumbnail a:hover, #thumbs .thumbnail a:active {
	color: #56b3e6;
	text-decoration: none;
	font-weight: bold;
}
#thumbs .thumbnail img {
	border-style: none;
	margin: 5px 0 0 0;
	float: none;
}
#skinycol {
	width: 129px;
	margin: 40px 0 60px;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}
#detail {
	float: left;
	width: 600px;
	margin: 40px 0 0 10px;
	text-align: left;
	border-left: 1px solid #F00;
	padding-left: 9px;
}
#detail #thumbs a { text-decoration: none; }


/* #################################### FOOTER AREA #################################### */
#footer {
	font-size: 9px;
	padding: 0;
	margin: 0 0 20px 0;
	clear: both;
	text-align: center;
	color:#666;
	line-height: 12px;

}

#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

/* #################################### OTHER BITS N PIECES #################################### */
h2 {
	background: url(/images/h2-bg-lightblue.png) repeat-x center center;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 23px;
	line-height: 30px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h2-whitebg {
	background: #FFFFFF;
	padding: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a, a:link, h2 a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #F36;
	font-weight: normal;
	text-decoration: none;
}
.topleft {
	position: absolute;
	left: 0px;
	top: 0px;
}
.topright {
	position: absolute;
	right: 0px;
	top: 0px;
}
.btmleft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.btmright {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
a, a:link, a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F36;
	font-weight: normal;
	text-decoration: underline;
}
.clearall {
	font-size: 0px;
	clear: both;
	height: 0px;
}
.whitebg {
	background-color: #FFF;
	color: #000;
}

a img {
	border-style: none; 
	text-decoration: none;
}
