/* 
toursnz.com
nataliejleigh.com

colors
#6666ff - original purple
#8c8cff - lighter purple
#ababff - lightest purple
#2121a6 - dark purple
#222222 - dark grey
#ffd24b - yellow

*/


/* reset */
* {
	margin: 0;
	padding: 0;
}


/* main styles */
body {
	background: #000000 url(http://www.toursnz.com/images/bg_fern.gif) no-repeat bottom right;
	font-family: arial, sans serif;
	font-size: 14px;
	color:#ffffff;
}

table{
	font-size: 14px;
	font-family: arial, sans serif;
	line-height: 1.3em;
	padding: 5px 0px;
}

p{
	padding: 5px 0px;
	font-size: 14px;
	font-family: arial, sans serif;
	line-height: 1.3em;
}

a{
	text-decoration: underline;
	color: #6666ff;
}

a:hover{ 
	text-decoration: underline;
	color: #8c8cff;
}

form, input, textarea{
	font-size: 14px;
	font-family: Arial, sans serif;
}

ul{
	list-style-type:disc;
	margin: 10px;
	padding-left: 10px;
}

ul li{
	padding: 3px;
	
}


/* header styles */
h1{
	font-size: 30px;
	font-weight:bold;
	color: #6666ff;
	margin: 0px 0px 7px 0px;
}

h2{
	font-size: 24px;
	color: #ffd24b;
	margin: 7px 0px 10px 0px;
	font-weight:normal;
	line-height:1.3em;
}

h3{
	font-size: 18px;
	color: #ffd24b;
	margin: 7px 0px 10px 0px;
	font-weight:normal;
}
  
h4{
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}

h5{
	font-size: 16px;
	font-style:italic;
	margin: 0px 0px 5px 0px;
}


/* containers */


#page-wrap {
	min-width: 775px;
	max-width: 960px;
	margin: 10px auto;
	}
	
#page-wrap #inside {
	background-color: #000000;
	margin: 5px 5px 0px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header {
	background-color: #000000;
	text-align:left;
	padding: 10px 10px 10px 0px;
}

#banner{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header5.jpg) no-repeat center;/* world */
	height:240px;
}

#banner2{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header1.jpg) no-repeat center; /* beach */
	height:240px;
}


#banner3{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header3.jpg) no-repeat center;/* wanaka */
	height:240px;
}


#banner4{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header4.jpg) no-repeat center;/* maori */
	height:240px;
}


#banner5{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header2.jpg) no-repeat center;/* mountain */
	height:240px;
}


#banner6{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header6.jpg) no-repeat center;/* cathedral cove */
	height:240px;
}

#banner7{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header7.jpg) no-repeat center;/* mountain */
	height:240px;
}
#banner8{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header8.jpg) no-repeat center;/* hands up */
	height:240px;
}

#banner9{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header9.jpg) no-repeat center;/* dinner */
	height:240px;
}

#banner10{
	text-align:center;
	margin-bottom:20px;
	background: #000000 url(http://www.toursnz.com/images/header_images/header10.jpg) no-repeat center;/* lake */
	height:240px;
}



#logo{
	float:left;
	padding: 0px;
	width:220px;
	margin-right: 20px;
}

#sidebar {
	background-color: #000000;
	width: 200px;
	float: left;
	text-align:left;
	padding: 10px 10px;
}

#main-content {
	padding-left: 230px;
	text-align:left;
}

#content{
	background-color: #000000;
	padding: 10px;
}


/* menu */

.menuitem{
border-bottom: 1px dotted #222222;
margin: 5px 0px;
}

.menuitem a{
color: #6666ff;
text-decoration:none;
}

.menuitem a:hover{
	color: #8c8cff;
	text-decoration:none;
}

.dotted_divider{
	height: 3px;
	border-bottom: 1px dotted #222222;
	margin-bottom: 3px;
	padding: 5px;
}

/* footer */

#footer {
	background-color: #000000;
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
	margin-bottom:10px;
	color: white;
	border-top: 1px dotted #ffd24b;
	
}

.footermenu{
	margin: 10px auto;
	color: #6666ff;
	text-align: center;
	width:775px;
}

.footermenu li{
	text-align: center;
	display: inline;
	float:left;
	margin-left: 5px;
	font-size:12px;
}




