/*
Client: Swell Innovations
URL: http://www.thenob.com.au/
Description: 2010 with additional order and payment form
Version: 2
Author: Pascal Veyradier

Contents: 
1. Colours 
2. Reset
3. Typography
4. Links & Nav
5. Page Layout
6. Skin & Pages
7. Messages (error, etc.)
8. Clearfix (.group)
*/
/********** 1. Colours /
/*
- 
*/
/* End Colours */
/********** 2. Reset */
/* From http://meyerweb.com/eric/tools/css/reset/index.html */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
ol,ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
fieldset, img {
	border: 0;
	}
a {
	outline: none;
	}
a:link, a:hover, a:visited {
	text-decoration: none;
	color: #005293;
	}
html {
	overflow: -moz-scrollbars-vertical;
	}
textarea {
	overflow: auto;
	}
/* End Reset */
/********** 3. Typography */
body {
	font: normal 100%/1.8 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	}
h1 {
	font-size: 1.875em;
	}
h3 {
	font: 1.625em;
	}
#content {
	font-size: 0.875em;
	}
p.large {
	color: #005293;
	padding: 4px 0;
	margin: 0 0 0 105px;
	font: 1.3em/1.5em 'BPreplayBold', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	}
.thenob {
	font: 1.125em/1.5em 'BPreplayBold', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #39a9e5;
	letter-spacing: .1em;
	}
h1 a, h3#rashie, h2#thankyou, h2#contactheader, h3#shopheader, h3#clothing, h4#retail-title, h4#product-title, ul#content_product a, h3#payment, #site_info p.vcard {
	text-indent: -9999px;
	}
p#pricextra {
	font-size: 0.625em;
	color: gray;
	margin-left: 54px;
	margin-top: -8px;
	}
#site_info p {
	font-size: 0.6em;
	}
#pane ul#content_list li {
	font-size: 1em;
	line-height: 1.2em;
	}
/* End Typography */
/********** 4. Links & Nav */
h1 a {
	display: block;
	height: 238px;
	}
/* Nav tool */
#nav {
	position: relative;
	z-index: 1;
	top: 102px;
	left: 388px;
	height: 52px;
	width: 594px;
	text-indent: -9999px;
	background-color: white;
	border-radius: 14px;

/*added 22/01/2010; 05:43PM*/
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	}
ul#nav_tools {
	position: absolute;
	top: 15px;
	right: 253px;
	margin: 0;
	width: 430px;
	height: 36px;
	}
ul#nav_tools li {
	display: inline;
	}
li#nav_about, li#nav_instructions, li#nav_contact, li#nav_clothing {
	position: absolute;
	display: block;
	height: 36px;
	}
li#nav_about a, li#nav_instructions a, li#nav_contact a, li#nav_clothing a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	}
li#nav_about {
	width: 141px;
	left: 100px;
	background: url(../img/nav_about.png) top center no-repeat;
	}
li#nav_instructions {
	width: 141px;
	left: 240px;
	background: url(../img/nav_cheatsheet.png) top center no-repeat;
	}
li#nav_clothing {
	width: 141px;
	left: 380px;
	background: url(../img/nav_clothing.png) top center no-repeat;
	}
li#nav_contact {
	width: 141px;
	left: 513px;
	background: url(../img/nav_contact.png) top center no-repeat;
	}
li#nav_about a:hover {
	background: url(../img/nav_about.png) bottom center no-repeat;
	}
li#nav_instructions a:hover {
	background: url(../img/nav_cheatsheet.png) bottom center no-repeat;
	}
li#nav_clothing a:hover {
	background: url(../img/nav_clothing.png) bottom center no-repeat;
	}
li#nav_contact a:hover {
	background: url(../img/nav_contact.png) bottom center no-repeat;
	}
/* End nav tool */
ul#content_list li.thenob a.nudge, ul#content_list li.thenob a:hover.nudge {
	text-decoration: none;
	}
ul#content_list li.thenob a:hover.nudge {
	color: #39a9e5;
	}
/* End Links */
/********** 5. Page Layout */
html {
	background: #ffffff url(../img/bgd_body.jpg) no-repeat fixed center center;
	text-align: center;
	}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
#body {
	position: relative;
	background: #005293 url(../img/wrap.jpg) no-repeat 0 0;
	width: 100%;
	behavior: url("csshover3.htc");
	}
#content {
	position: relative;
	width: 100%;
	margin: 20px 0;
	background: url(../img/wrap.jpg) 0 0 no-repeat fixed;
	padding: 30px;
	min-height: 25px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
#content_main {
	left: 0;
	width: 100%;
	padding: 7em 0 12em;
	}
body#contact {
	
/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.75em;
	color: #404040;
	background: #fff;
	}
#pane {
	padding: 20px 30px 0 107px;
	}
ul#content_list li {
	list-style-image: url(../img/arrow30px.png);
	padding-top: 4px;
	padding-bottom: 4px;
	}
#content_sub {
	right: 0;
	top: 240px;
	bottom: 10px;
	width: 25%;
	padding: 1em 0;
	}
#content_sub50 {
	left: 68%;
	top: 240px;
	width: 50%;
	padding: 1em 0;
	}
/* Footer */
#site_info {
	position: relative;
	height: 53px;
	background: transparent url(../img/) no-repeat 0 0;
	}
/*#site_info h5 {
	position: absolute;
	background: transparent url(../img/) no-repeat;
	}
#site_info h5 a {
	display: block;
	text-indent: -9999px;
	}*/
#site_info p {
	position: absolute;
	right: 58px;
	top: -14px;
	color: white;
	}
/*#site_info h5 {
	text-indent: -9999px;
	}*/
#site_info p.vcard, #site_info p.vcard a  {
	position: absolute;
	border-style: none;
	left: 49px;
	padding: 0;
	}
	#site_info p.vcard a	{
	display: block;
	background: transparent url(../img/byymo-w.png) no-repeat left top;
	border-style: none;
	width: 206px;
	height: 43px;
	border-style: none;
	}
#site_info p.vcard a:link, #site_info p.vcard a:hover	{
	display: block;
	border-style: none;
	width: 206px;
	height: 43px;
	}
/* End footer */
/* End Page Layout */
/********** 6. Skin & Pages */
/* Branding */
#branding {
	position: relative;
	z-index: 1;
	height: 109px;
	width: 900px;
	top: 30px;
	}
#branding blockquote {
	position: absolute;
	z-index: 10;
	right: 25px;
	bottom: -20px;
	}
h1 {
	position: absolute;
	z-index: 10;
	height: 238px;
	width: 400px;
	right: 550px;
	top: 39px;
	background: url(../img/TheNob_branding.png) no-repeat;
	}
h1 a {
	display: block;
	height: 238px;
	}
/* End branding */
h3 {
	padding-top: 20px;
	padding-bottom: 18px;
	}
h3#rashie {
	height: 91px;
	background: url(../img/h3_rashie.png) no-repeat;
	top: 23px;
	left: 54px;
	position: relative;
	}
h3#step {
	height: 78px;
	text-indent: -9999px;
	background: url(../img/h3_instructions.png) no-repeat;
	top: 35px;
	left: 54px;
	position: relative;
	}
h3#shopheader {
	background: transparent url(../img/h2-shop.png) no-repeat;
	display: block;
	overflow: hidden;
	z-index: 100;
	position: relative;
	top: 158px;
	left: 192px;
	height: 69px;
	width: 511px;
	}
h3#payment {
	background: transparent url(../img/h3-payment.png) no-repeat;
	display: block;
	overflow: hidden;
	z-index: 100;
	position: relative;
	top: 158px;
	left: 192px;
	height: 69px;
	width: 511px;
	}
h3#clothing {
	height: 91px;
	background: url(../img/h3-clothing.png) no-repeat;
	top: 38px;
	left: 54px;
	position: relative;
	}
ul#content_list {
	list-style-type: disc;
	text-shadow: #005293 0px 0 0;
	margin-left: 30px;
	}
h2#contactheader {
	display: block;
	overflow: hidden;
	z-index: 100;
	position: relative;
	top: 111px;
	left: 192px;
	height: 69px;
	width: 511px;
	background: url(../img/h2_contactheader.png) no-repeat;
	}
/* instructions */
p#cheat {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url(../img/cheat.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	top: 160px;
	left: 763px;
	width: 238px;
	height: 190px;
	}
/* slideshow */
#flashcontent {
	
/*position: absolute;*/
	display: block;
	overflow: hidden;
	z-index: 10;
	top: 120px;
	right: -338px;
	position: relative;
	width: 560px;
	height: 373px;
	}
#wvid {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url(../img/checkvideos.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	top: 533px;
	left: 48px;
	width: 516px;
	height: 64px;
	}
#pix .png {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 620px;
	left: 52px;
	width: 254px;
	height: 379px;
	}
/* callout */
div#callout {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
	top: 160px;
	left: 692px;
	width: 346px;
	height: 119px;
	}
div#callout p a {
	height: 119px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/ordernow.png) no-repeat center bottom;
	}
div#callout p a:hover {
	height: 119px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/ordernow.png) no-repeat center top;
	}
#content_form, #content_shop, #content_gateway {
	position: relative;
	margin: 66px auto 126px;
	right: 3px;
	width: 58%;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #fff;
	padding: 4em 0 6em 3em;
	}
#content_thankyou {
	position: relative;
	margin: 167px auto;
	right: 10px;
	width: 80%;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #fff;
	padding: 4em 0 6em 3em;
	}
/* product - video */
#bigPic-product {
	position: relative;
	height: 293px;
	top: -59px;
	right: -27px;
	padding-top: 6px;
	}
ul#content_product {
	position: absolute;
	top: 86px;
	left: 50px;
	margin: 0;
	height: 250px;
	width: 800px;
	text-indent: -9999px;
	}
ul#content_product li {
	display: inline;
	}
li#product2, li#flickrnob {
	position: absolute;
	display: block;
	height: 250px;
	}
li#product2 a, li#flickrnob a {
	display: block;
	height: 250px;
	text-indent: -9999px;
	}
li#product2 {
	width: 360px;
	left: 30px;
	background: url(../img/thenob.jpg) no-repeat center bottom;
	}
li#flickrnob {
	width: 360px;
	left: 420px;
	background: url(../img/flickrnob.jpg) no-repeat center bottom;
	}
li#flickrnob a:hover {
	background: url(../img/flickrnob.jpg) no-repeat center top;
	}
li#product2 a:hover {
	background: url(../img/thenob.jpg) no-repeat center top;
	}
ul#view-product {
	position: relative;
	width: 100%;
	height: 860px;
	top: 36px;
	right: -56px;
	padding-top: 6px;
	}
ul#view-product li img {
	position: absolute;
	border: 10px solid white;
	}
ul#view-product li#prod1 img {
	top: 0;
	left: 0;
	}
ul#view-product li#prod2 img {
	top: 0;
	left: 400px;
	margin-left: 20px;
	}
ul#view-product li#prod3 img {
	top: 302px;
	left: 0;
	margin-top: 20px;
	}
ul#view-product li#prod4 img {
	top: 302px;
	left: 400px;
	margin-left: 20px;
	margin-top: 20px;
	}
ul#view-product li#prod5 img {
	top: 604px;
	left: 0;
	margin-top: 40px;
	}
ul#view-product li#prodthenob img {
	top: 604px;
	left: 420px;
	margin-top: 40px;
	}
/* filmstrip */
#filmstrip {
	position: absolute;
	top: 1000px;
	right: 128px;
	display: block;
	z-index: 100;
	}
/* Retaillers */
#retail {
	position: relative;
	top: 10px;
	right: 60px;
	height: 120px;
	}
ul#retailler {
	position: absolute;
	height: 190px;
	width: 829px;
	top: 33px;
	left: 118px;
	margin: 0;
	text-indent: -9999px;
	padding-top: 10px;
	background: transparent url(../img/bgd-retail.png) no-repeat 0 0;
	}
ul#retailler li {
	position: inline;
	}
li#CornerSurf, li#SurfStar, li#KiteMag {
	position: absolute;
	display: block;
	height: 70px;
	}
li#CornerSurf a, li#SurfStar a, li#KiteMag a {
	display: block;
	height: 70px;
	}
li#CornerSurf {
	background: transparent url(../images/CornerSurf.gif) no-repeat 0 0;
	top: 80px;
	width: 111px;
	height: 39px;
	left: 100px;
	}
li#SurfStar {
	background: transparent url(../images/StarSurf.gif) no-repeat 0 0;
	top: 80px;
	width: 114px;
	height: 43px;
	left: 260px;
	}
li#KiteMag	{
	background: transparent url(../images/KiteMag.gif) no-repeat 0 0;
	top: 80px;
	width: 129px;
	height: 43px;
	left: 420px;
	}
/* thankyou */
h2#thankyou {
	background: transparent;
	}
/* vcard */
.vcard {
	position: relative;
	top: 57px;
	padding-top: 17px;
	width: 483px;
	padding-bottom: 20px;
	font-size: 0.8125em;
	right: 0;
	border-top: 1px dotted #005293;
	border-bottom: 1px dotted #005293;
	padding-left: 30px;
	}
.vcard .fn {
	font-weight: bold;
	color: #005293;
	}
.vcard .org {
	font-weight: bold;
	color: #005293;
	}
.vcard .tel span, .vcard .adr span {
	font-size: 0.9em;
	color: #005293;
	}
/*==SLIDER==*/
#slider {
	position: relative;
	width: 100%;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 11px solid #00A1DE;
	top: 20px;
	background-color: white;
	}
#slider, #slider li {
	height: 200px;
	overflow: hidden;
	}
#slider {
	width: 850px;
	}
#slider li {
	width: 820px;
	}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
/*#slider li	{
	width: 420px;
	}*/
#slider h4 {
	font-size: 1.125em;
	top: 15px;
	left: 56px;
	margin-left: 80px;
	margin-top: 30px;
	}
#slider p {
	color: gray;
	margin-left: 80px;
	margin-top: 6px;
	padding-right: 370px;
	}
#slider li.sliderdrop {
	background: url(../img/vector-drop.gif) no-repeat right center;
	}
#slider li.sliderloop {
	background: url(../img/vector-loop.gif) no-repeat right center;
	}
#slider li.sliderlock {
	background: url(../img/vector-lock.gif) no-repeat right center;
	}
#slider li.sliderrelease {
	background: url(../img/vector-release.gif) no-repeat right center;
	}
#slider li.sliderremove {
	background: url(../img/vector-remove.gif) no-repeat right center;
	}
#slider li.sliderseparate {
	background: url(../img/vector-separate.gif) no-repeat right center;
	}
#slider li.slidergrab {
	background: url(../img/vector-grab.gif) no-repeat right center;
	}
#slider li.sliderpush {
	background: url(../img/vector-push.gif) no-repeat right center;
	}
.sliderpoint {
	font-weight: bold;
	}
span#prevBtn, span#nextBtn {
	position: relative;
	height: 28px;
	}
span#prevBtn {
	left: 550px;
	width: 155px;
	top: 22px;
	}
span#nextBtn {
	left: 560px;
	width: 155px;
	top: 22px;
	}
h4#price {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url(../img/price.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	z-index: 100;
	top: 400px;
	left: 20px;
	width: 94px;
	height: 94px;
	}
/* End Skin & Pages */
/********** 7. Messages */
/* ==unitip== */
#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 0.6em/1.2em Verdana, Arial, Helvetica, sans-serif;
	display: none;
	}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 145px;
	display: block;
	}
#unitippoint {
	background: url(../img/TipPoint.png) no-repeat;
	height: 19px;
	overflow: hidden;
	}
#unitipmid {
	background: url(../img/TipMid.png) repeat;
	width: 115px;
	height: auto;
	padding: 5px 15px;
	}
#unitipcap {
	background: url(../img/TipCap.png) no-repeat;
	height: 7px;
	overflow: hidden;
	}
/* End tooltip */
/*#caution h4 {
	padding-top: 80px;
	}*/
#content_shop #interMessage {
	position: relative;
	width: 510px;
	}
#content_shop #interMessage p {
	color: #fbfbfb;
	font-size: .9em;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ff5d00;
	text-align: center;
	height: 48px;
	padding-top: 9px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#content_shop #interMessage a.hidden {
	color: #fbfbfb;
	border-bottom: 2px solid #fbfbfb;
	-webkit-transition: all .4s linear;
	transition: all 0.4s ease;
	}
#content_shop #interMessage a.hidden:hover {
	background-color: #fbfbfb;
	color: #ff5b00;
	}
/* End Messages */
/********** 3. Clearfix & fix */
/* From http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
/* Dan Cederholm for .group class replacement */
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
/* ==CLEAR== */
.clear {
	clear: both;
	}
/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 0px solid transparent;
	padding-left: 40px;
	}
/* End Clearfix & fix */