/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Tahoma ,Arial, Helvetica, Verdana, Geneva, sans-serif;
   font-size: 75.01%;
   line-height: 1.5em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
font-size:0px;
padding:0px;
margin:0px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #FFDE31; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #FFDE31;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #FFDE31;
}
.padme a,
.padme a:link, 
.padme a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #FFDE31; font-weight:bold;
}
.padme a:visited
{  text-decoration: underline;
   background-color: inherit;
  color: #FFDE31;}

.padme a:hover
{   text-decoration: none;
   color: #FFDE31;}


/*****************
basic layout 
*****************/
body {
   background-color: #242021;
   color: #fff;
   margin:0em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
width: 960px;
   color: #fff;
background:#58585A;
margin-top:-40px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 189px; /* adjust according your image size */
   background: #FFE131;  
position:relative;
}

#icons
{display:block;
position:absolute;
right:8px;
top:45px;
}

.manual a
{ background: #FFE131 url(uploads/images/template/manual.gif) no-repeat 0 0px; 
   display: block; 
   height: 18px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   font-size:0px;
   line-height:0px;
width:153px}

.giftV a
{ background: #FFE131 url(uploads/images/template/gift.gif) no-repeat top right; 
   display: block; 
   height: 19px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   font-size:0px;
   line-height:0px;
width:109px;
position:relative;
right:-45px;
margin-top:8px;}

.qualm
{ background:url("uploads/images/template/qual.gif") no-repeat scroll 0 0 #FFE131;
display:block;
font-size:0;
height:60px;
line-height:0;
margin-top:5px;
position:relative;
right:-47px;
text-decoration:none;
text-indent:-999em;
width:110px;}

div#header h1 a {
/* you can set your own image here */
   background: #FFE131 url(uploads/images/template/top_panel_base.png) no-repeat 0 0px; 
   display: block; 
   height: 189px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   font-size:0px;
   line-height:0px;
}

div#header.oh h1 a {
/* you can set your own image here */
   background: #FFE131 url(uploads/images/template/top_panel_ohakune.png) no-repeat 0 0px; 

}

div#header.tk h1 a {
/* you can set your own image here */
   background: #FFE131 url(uploads/images/template/top_panel_taranaki.png) no-repeat 0 0px; 

}


div#content {
   margin: 0 !important; /* some air above and under menu and content */
margin: 0px;
margin-top:0px;
}

div#main {
   margin-left: 457px !important; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
height:331px;
margin-left:0px;
float:none !important;
float:left;

}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 457px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0px;
margin-right:0px;

}

.sidebar2 {
   width: 150px;    /* sidebar width, if you change this please also change #main margins */
background:#4C4C4E;
vertical-align:top;
}

.lightgrey {
background:#737476;
height:25px;

}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
}

#bottom
{height:123px;
background:#242021 url(uploads/images/template/wctyt.gif) no-repeat scroll 455px 3px;
border-top:5px solid #727476;}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
  font-size:0.7em;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  font-size:0.7em;
}




/********************
CONTENT STYLING
*********************/
div#content {
background:#58585a url(uploads/images/home/helicopter_fade.jpg) no-repeat left bottom;
}

/* HEADINGS */
div#content h1 {
text-transform:uppercase;
   font-size: 1.15em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   line-height: 1.5em;
}
div#content h2 {
text-transform:uppercase;
   font-size: 1.15em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   line-height: 1.5em;

}
div#content h3 {
   font-size: 1.1em;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   font-size: 1.0em;
   line-height: 1.2em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.0em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* END TEXT */

/* LISTS */
.main ul,
.main ol,
.main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 0.2em 0;
}
.main ul li,
.main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

td.main
{padding-top:1px;
vertical-align:top;
height:311px! important;
height:200px;

}

.maintbl
{
height:260px;
vertical-align:top;
width:100%;
height:100px;

}

#maintxt
{
height:300px;
vertical-align:top;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/

}

#maintxt2
{
height:304px;
vertical-align:top;
overflow:hidden;
/* IE overflow fix, position must be relative or absolute*/

}

.long #maintxt 
{height:330px;}


.scroller {
background:transparent url(uploads/images/template/corner.png) no-repeat scroll 0% 50%;
display:block;
height:95px;
margin-right:489px;
width:100px;

}


nobr
{margin-top:-30px;
background:transparent url(uploads/images/template/corner.png) no-repeat scroll top left;}


#leftimg{
float:left;
width:457px;
font-size:0px;
margin-bottom:0px;
}



#vid{
width:398px;
padding-left:60px;
margin-top:50px;
font-size:0px;

}

.padme
{padding-left:20px;
padding-right:20px;
margin:0px;}

.padme h2
{position:relative;margin-top:5px;}

.qual
{margin-left:45px;
margin-top:5px;}





textarea
{width:50px;}



div#gift a
{margin-left:10px;
font-size:0.9em;
font-weight:bold;
margin-top:5px;
display:block;}



div#gift a img
{margin:0px;

margin-left:37px;
}




.pan_frame
{
background:transparent url(uploads/images/template/corner.png) no-repeat scroll right top;
height:96px;
left:0pt;
overflow:hidden;
position:relative;
top:0pt;
width:88px;
margin-left:373px;
margin-top:-80px;
}

.required
{float:left;}

.required input
{width:100px;}

.qa
{clear:both;}

 .ln, .add, .phone
{padding-bottom:4px;
margin-bottom:8px;}

.fn
{margin-bottom:0px;
padding-bottom:3px;}

.submit input
{width:50px;}

.create, .buy
{margin-top:10px;}

#message
{height:100px;}

select.flight
{width:165px;}

.map
{color:#000;}

#instructions
{clear:both;
margin-top:-14px;
font-size:0.8em;}

#weekends
{display:block;
height:93px;
width:250px;
position:relative;
background:url(uploads/images/101.png) center center no-repeat;z-index:5;
margin-top:-92px;}

#bottom p
{font-size:0px;
line-height:0px;
margin:0px;
padding:0px;
}

#lang
{display:block;
height:4px;
position:relative;
top:45px;
left:5px;
width:40px;
}

#links p
{margin-bottom:5px;}

#links td
{padding:5px;}

.addthis_toolbox .vertical
{background:#fff;
    padding: 2px 0 2px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
height:20px;
margin:5px 0;
}

.addthis_toolbox .vertical a
{
    width: 70px;
    padding: 1px 0 2px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
float:left;
}

.addthis_toolbox .vertical a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span
{
    display: none;
}
/* End of 'Layout: Top menu + 2 columns' */

