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

/* Set Page Constants */

*{
	padding:0;
	margin:0;
	font-size:100%;	
}

/* Global Settings */

html{
	background:#e8d9c6;
}

body{
	background:#e8d9c6;
	/*background-image:url(../gfx_main/bg_logo_repeat_white.jpg);
	background-position:top center;
	background-repeat:repeat;*/
	font-family:Calibri, Arial, sans-serif;
	/*font-family:Arial, sans-serif;*/
	overflow:hidden;
}

#page{
	width:100%;
	/*margin:10px auto;*/
	z-index:5000;
}

#main_page_container{
	position:relative;
	top:45px;
	width:900px;
	height:90%;
	overflow: visible;
	margin: 0 auto;
	z-index:5001;
}
#main_page_content{
	width:840px;
	height:500px;
	margin:10px auto 2px auto;
	border:1px solid #CCCCCC;
	background:url(../gfx_main/1x1_white50.png);
	overflow:auto;
	padding:10px;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


/* text style settings */

h1{
	font-size:120%;
}

#main_page_content p{
	margin: 25px 0 0 0;
}

#main_page_content #contact_form p{
	margin:10px 0 0 0;
}

a{
	color:#900;
	text-decoration:none;
}

a:hover{
	color:#000;
}

a:active{
	color:#FC0;
}

.email_result{
	text-align:center;
	font-size:120%;
}
/* navbar styles */

.nav_container{
	width:100%;
	height:36px;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:20px;
	background:url(../nav_gfx/black1x1.png);
	position:absolute;
	bottom:53px;
	z-index:500;
}
.nav_under_container{
	width:100%;
	height:12px;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:10px;
	background:url(../nav_gfx/black1x1.png);
	margin:5px 0 0 0;
	position:absolute;
	bottom:36px;
	text-align:right;
	z-index:500;
}
.nav_under_under_container{
	width:100%;
	height:12px;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:10px;
	margin:5px 0 0 0;
	position:absolute;
	bottom:18px;
	text-align:right;
	z-index:500;
}
.nav_under_under_container a{
	color:#FFF;
}
#navbar1{
	width:840px;
	height:36px;
	font-size:14px;
	margin:0 auto;
}
#navbar1 ul{
	width:840px;
	height:36px;
	margin-left:0px;
	color:#000000;
}
#navbar1 ul{
	background: url(../nav_gfx/navbarhighlight.png) no-repeat;
	background-position:0px 4px;
}

#navbar1 ul li{
	float:left;
	width:80px;
	margin:3px 0 0 0;
	height:22px;
	display: inline;
	text-align:left;
	padding:7px 0 0 40px;
	cursor:pointer;
}
#navbar1 ul li a{
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

#main_page_content form label{
	float:left;
	width:30%;
}

/* Advertising Styles */

ul.thumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 95%;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
}
ul.thumb li img {
	padding: 5px;
}


/*
ul.thumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 95%;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;   Set the absolute positioning base coordinate 
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px;  Set the small thumbnail size 
	-ms-interpolation-mode: bicubic;  IE Fix for Bicubic Scaling 
	padding: 5px;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;   Image used as background on hover effect
	border: none;  Get rid of border on hover 
}
*/
/* Video Styles */

.video_thumb{
	float:left;
	width:400px;
}

.video_thumb img{
	float:left;
}

.video_thumb .title{
	padding-top:10px;
	font-size:110%;
}

.video_thumb .date{
	padding-left:20px;
	font-size:55%;
}

.video_thumb .desc{
	font-size:85%;
}

.video_single{
	width:550px;
	margin:10px auto;
}
/* Surfboard Page Styles */

#sbt_logo_cont{
	position:relative;
	right:0;
	top:0;
}

#sbt_logo{
	position:absolute;
	right:0;
	top:0;
	height:75px;
	width:118px;
}

ul.uk{
	list-style-image:url(http://nineplus.com/global_requires/flags/flag_uk_16x11.jpg);
	margin-left:35px;
}
ul.us{
	list-style-image:url(http://nineplus.com/global_requires/flags/flag_us_16x11.jpg);
	margin-left:35px;
}
ul.eu{
	list-style-image:url(http://nineplus.com/global_requires/flags/flag_eu_16x11.jpg);
	margin-left:35px;
}
ul.aus{
	list-style-image:url(http://nineplus.com/global_requires/flags/flag_aus_16x11.jpg);
	margin-left:35px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin:-10px auto auto -40px;
line-height:35px;
z-index:10000;
background:url(../nav_gfx/black1x1.png);
width: 145px;
visibility: hidden;
}


.dropmenudiv a{
	display: block;
	border: solid 1px #888888;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	color: #990000;
}

#top_message{
	z-index:5500;
	width:800px;
	position:relative;
	margin:10px auto;
	padding:10px;
	background-image:url(../gfx_main/1x1_white25.png);
	background-repeat:repeat;
	border:1px dotted #FFF;
}

#top_message p{
	padding-bottom:10px;
	text-indent:20px;
	font-size:17px;
}

/* ######### Style for apple style gallery ######### */

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../gfx_concepts/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:840px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:500px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:840px;
	overflow:hidden;
}

.slide{
	float:left;
}

.slide_content{
	width:810px;
	height:470px;
	padding:15px;
	text-align:left;
}

.slide_content p{
	margin-top:10px;
	text-indent:15px;
}

#thumbnail-menu{
	/* This is the container for the thumbnails */
	height:60px;
	margin:-15px 0px 0px 0px;
}

li.inact, li.act{
	/* Every thumbnail is a li element */
	padding:0px;
	margin:0px 0px 0px -5px;
	width:60px;
	display:inline-block;
	list-style:none;
	height:60px;
	overflow:hidden;
}


li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(../gfx_concepts/pic_bg.png) repeat;*/
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../gfx_concepts/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../gfx_concepts/divider.png) no-repeat right;
}

li.inact a, li.act a{
	display:block;
	background:url(../gfx_concepts/divider.png) no-repeat right;
	height:50px;
	padding-top:25px;
}

a img{
	border:none;
}

#main-gallery-container{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:840px;
	position:relative;
}

.us_surfboards td{
	 border-bottom:dashed #666 thin;
}
