@charset "UTF-8";
body {
	background-image: url(images/nzst-page-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
}
#container {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
		background-color: #FFCC00;

}
#info {
	height: 12px;
	width: 940px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	overflow: hidden;
}
#header {
	height: 150px;
	width: 950px;
	background-image: url(images/surf-tours-new-zealand-header.png);
	overflow: hidden;
}
#navigation {
	height: 30px;
	width: 950px;
}
#flash {
	height: 200px;
	width: 950px;
	display:block;
	clear:both;
}}
#headerimage {
	height: 200px;
	width: 950px;
	display:block;
	clear:both;
}}
#date {
	float:left;
	height: 12px;
	width: 250px;
	text-align: right;
}
#info h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	width: 680px;
	height: 12px;
	float: left;
	color: #C90;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#breadcrumbs {
	height: 15px;
	width: 920px;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	font-size: 10px;
}
#breadcrumbs a {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs .current a {
	color: #000000;
	text-decoration: none;
}
#breadcrumbs .current a:hover {
	text-decoration: underline;
}
#content {
	overflow: hidden;
	height: auto;
	width: 920px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#column-1 {
	width: 180px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#testimonials {
	height: 200px;
	width: 180px;
	margin-top: 20px;
	background-color: #FFE465;
	overflow: hidden;
}
#testimonials .anyClass li {
	float: left;
}
#column-2 {
	width: 430px;
	height: auto;
	float: left;
	margin-right: 20px;
}

#column-3 {
	width: 280px;
	height: auto;
	float: left;
	overflow: hidden;
}

#column-4 {
	width: 720px;
	height: auto;
	float: left;
	margin-right: 10px;
}
#column-5 {
	width: 910px;
	height: auto;
	float: left;
	margin-right: 10px;
}
@media all  /* this hides the style from IE5 mac */
{
    a.button span
    {
        position: absolute;
        left: -9999px;
    }
}
/*rollover button*/

a.button
{
    display: block;
	height:45px;
    cursor: pointer;
	color:#000000;
}

a.button span, a#active_button span, h2.button span, h3.button span, #shop a.span, #book a.span, #agents a.span, #skype a.span
{

top: -9999px;
 position: absolute;
}

#column-2 h2, #column-4 h2 {
	margin-top: 0px;
}
#column-1 h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#menu{
	margin:0;
	margin-left:15px;
	padding:0;
	width:935px;
	display:block;
	height:30px;
	font-size:12px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight:bold;
	position: relative;
	z-index:1000;
}
#menu ul {
padding:0;
margin:0;
list-style-type:none;
}

#menu li {
	list-style-type:none;
	display:block;
	float:left;
	margin:0;
	pading:0;
	position:relative;
}
#menu li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:8px 10px 0 10px;
	height:22px;
	}
#menu li a:hover{
	color:#ffcc00;	
	}
#menu li.current {
	background-color:#000;
	color:#fff;	
}
#menu li.snow a:hover {
	background-color:#06C;
	color:#FFF;
}
#menu li.current a {
	color:#fff;	
}
#menu li.current a:hover {
	color: #FFCC00;
}
#menu li ul {
	display: none;
	position:absolute;
	margin-top:30px;
	left:0px;
	padding-top:8px;
	background-image:url(images/70-black-trans.png);
	width:auto;

}
#menu ul li a {
	padding-left:10px;
	padding-top:0px;
	padding-bottom:5px;
	color:#fff;
	font-weight:normal;
	height:auto;
	min-width:120px;

}
#menu li ul li a:hover {
    	background:none;
		color:#FFCC00;
}
#menu :hover > a, #menu ul ul :hover > a {color:#999; background-color:#333;}

#menu li ul li {
display:block;
width:auto;
margin:0px;
}
#menu li:hover > ul {
    display: block;

}
.last {
padding-bottom:auto;
}
#content a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
}
#panel {
	background-color: #000000;
	height: 100px;
	width: 260px;
	padding:7px;
	margin-bottom: 10px;
	border-top: solid 3px #666;
	border-left: solid 3px #666;
	border-bottom: solid 3px #000;
	border-right: solid 3px #000;
	overflow:hidden;
	}
#panel:hover {
	background-color: #333;
	}

#panel img {
	float: left;
	width: 100px;
}
#panel h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	float:left;
}
#panelimage {
	float: left;
	height: 100px;
	width: 100px;
}
#panelcontent {
	float: left;
	height: 100px;
	width: 140px;
	margin-left: 10px;
	color: #FDCC10;
	font-style: italic;
	font-weight: bold;
}
#panelcontent p {
	margin-top: 2px;
}
#morelink {
	z-index:1000;
	width: 40px;
	position: relative;
	bottom: 0px;
	top: -20px;
	left: 220px;
	float: left;
	display: inline;
	overflow: hidden;
}
.panellink {
	height: 100px;
	width: 260px;
	position: absolute;
	float:left;
}
#column-1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: #FFE465;
}
#column-1 li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#column-1 li a  {
	color:#000;
	font-weight:normal;
	display:block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}
#column-1 li a:hover  {
	background-color:#D8AF0E;
}
#column-1 .current {
	background-color: #000000;
	color: #ffcc00;
}
#footer {
	text-align: center;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer a
{
		color:#937500;

}
#sponsors {
	height: 90px;
	width: 920px;
	text-align: center;
}
#language-select {
	float: right;
	height: auto;
	width: 190px;
	position: relative;
	right: 10px;
	top: 10px;
	text-align: right;
}
#container #header #language-select #form #jumpMenu {
	color: #CCCCCC;
	background-color: #000000;
	border: solid 1px black;
	width: 190px;
}
#language-select #form {
	margin: 0px;
}
#header-buttons {
	float: right;
	height: 100px;
	width: 190px;
	position: relative;
	right: 10px;
	top: 10px;
	text-align: right;
	margin-top: 10px;
}
#header-buttons #agents, #header-buttons #shop {
	height: 45px;
	width: 90px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#header-buttons #skype, #header-buttons #book {
	height: 45px;
	width: 90px;
	float: right;
	margin-bottom: 10px;
}
#textlinks {
	padding: 10px;
	background-color: #E4B80E;
	height: auto;
	margin-bottom: 10px;
}
#textlinks #column {
	width: 300px;
	float: left;
}
#textlinks #column a {
	color:#937500;
}

#textlinks #column a:hover {
	color:#000;
}


/* Comment Rotator */

#widget {
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background-color: #FFCC00;
}

 a.previous{
	float:left;
	display:block;
	background:url(images/prev.png) bottom;
	width:90px;
	height:30px;
	margin-top:0px;
}
 a.next{
	float:right;
	display:block;
	background:url(images/next.png) bottom;
	width:90px;
	height:30px;
	margin-top:0px;
}

.widget_style {
text-align:left;
padding:0px 0px 0px 0px;
}


.widget_style ul {
margin:0;
padding:0;
}

.widget_style li {
	height:150px;
	width:170px;
	list-style:none;
	margin:0;
	padding:10px 0px 0px 10px;
	border-bottom:none;
	font-style: italic;
}


.widget_style img {
width:90px;
height:70px;
}

#widget .widget_style ul {
	background-color: #FC0;
}
#widget .widget_style li {
border:none;
}
#column-1 .widget .widget_style li {
	border-bottom-style: none;
	width:160px;
}
/* END Comment Rotator */

#leftnav ul   {
	color: #FFFFFF;
	background-color: #333333;
	margin-bottom:30px;
}
#leftnav li {
	border-bottom-color: #FFCC00;
	}
#leftnav li a {
	color: #FFFFFF;
	font-weight:bold;
}
#leftnav li a:hover  {
	background-color:#000000;
	color:#FFFFFF;
}#leftnav .current {
	color: #FFCC00;
	background-color: #000000;
}
.price {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

#textlinks #column ul {
	list-style-type: none;
}
#textlinks #column li {
margin-left:-20px;
}

#draft {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/draft.png);
	z-index: 5000;
	background-repeat: no-repeat;
	bottom: 0px;
}

#menu .current .last .current {
	color: #FFCC00;
}
#menu .current .current {
	color: #FFCC00;
}
#column-3 .caption {
	display: block;
	text-align: right;
}
.skypefix {
	position: relative;
	z-index: 1000;
	top: -45px;
	border: none;
}
.skypeus {
	position: relative;
	top: -45px;
}#skype {
	height: 70px;
	width: 60px;
	overflow: hidden;
	text-align: center;
}
#enquiryform .message, #exchangeform .message, .message {
	color: #FF0000;
}
#exchangeform label {
	display: block;
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
hr {
	color: #000000;
	border: solid 1px #000;
}
#sign {
	width: 190px;
	float: right;
	margin-top: -30px;
	margin-left:10px;
}
#row span {
	display: block;
	height: 20px;
	width: 175px;
	float: left;
	font-weight: bold;
}
#region_row {
	padding:5px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
#row {
	padding:5px;
}
#report_row span {
	display: block;
	height: 20px;
	width: 175px;
	float: left;
	padding-top:3px;
}
#report_row {
padding:5px;
}#column-4 #allarticles {
	width: 150px;
	float: right;
	text-align: right;
}
#column-4 .timestamp {
	color:#996600;
	position:relative;
	margin-top: -10px;
	display: block;
}
#column-3 #columnpanel {
	width: 260px;
	text-align: center;
	padding: 10px;
}
.neg {
		background-color: #000;
	color:#FFF;
}
.pos {
		background-color: #000;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	
}
#columnpanel img {
	margin-bottom: 10px;
	display: block;
}
.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#crewpics {
	float: right;
	margin-left: 15px;
}
#crew {
	float: left;
display:block;
	margin-bottom: 5px;
clear:both;
}
#tc {
	font-size: 10px;
}
