@charset "utf-8";
/* CSS Document 
AA - Tourism  - Geet Phanse*/


html {
	height: 100%;
	margin: 0px;
	}

body {
	padding: 0px;
	margin: 0px;
	color: #312e30;
	background: #fff url(http://www.aatravel.co.nz/client_media/000/000/008/105/img/raw/124.png) repeat-x top;
	font-family: "Arial Unicode MS", "Arial Narrow", Arial;
	font-size:12px;
	line-height:18px;
	}

#wrap{
	width:1000px;
	height:auto;
	margin:0px auto;
	}

#top {
	width:1000px;
	height:194px;
	background: url(http://www.aatravel.co.nz/client_media/000/000/008/105/img/raw/117.jpg) no-repeat top left;
	margin:0px 0px 0px 0px;
	}
	

	
/* Navigation Menu */


#menu{	
	padding-top:111px;	
	}	
	
#menu ul {	
	width:820px;
	margin-left:252px; /* Adjust the width of the menu here - total has to be 1000px*/
	position: absolute;
	list-style: none;	
	}	
	
#menu li {
	display: inline;
	}	
	
#menu li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	text-decoration: none;
	border-right: 1px solid #5a5a5a;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	}	
	
#menu li a:hover {
	color: #ccc;
	}	
	
#menu .current a  {
	color: #fedb02;
	}


/*-------Content----------------*/


.content{
	width:1000px;
	margin:0 auto;
	height:auto;	
	}
	

.left{
	width:330px;
	height: auto;
	float:left;
	padding:30px 30px 30px 0px; /*left class needs to be 390px in total */
	}


.right{
	width:640px;
	height:auto;
	float:right;	
	padding:30px 0px 30px 0px; /*right class needs to be 640px in total */
	}

/*-------Column------------------*/	

.column{
	width:200px;
	height:500px;
	margin:20px 20px 20px 0px;
	float:left;	
	}
		
.columnright{
	width:200px;
	height:500px;
	margin:20px 0px 20px 0px;
	float:right;
	}	
	
.columnimg{
	width:200px;
	height:285px;
	}

.columntext{
	min-height:155px;
	padding:5px;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#2a2a2a;
	padding-top:1px;
	}

.columntext h2{
	
	font: 18px Georgia, Helvetica, Arial,  sans-serif;
	color:#fff;
	line-height:20px;
	border-bottom:1px dashed #aaa;
	}

/*----------Rows---------------*/

.row{
	width:640px;
	height:160px;
	background:#2a2a2a;}

.rowimg{
	width:420px;
	height:160px;
	float:left;
	}

.rowtext{
	width:210px;
	height:150px;
	padding:5px;
	color:#FFFFFF;
	float:right;
	
	}
/**---------------Conference------------*/

.conference{
	width:640px;
	}
/*------Activiteis***********/

.activitiesrow{
	width:640px;
	height:200px;
	background:#e04104;
	background-color:#741416;
	
	margin-bottom:20px;}

.activitiesrow a{
	color:#ccc;
	}

.activitiesimg{
	width:200px;
	height:200px;
	float:left;}
	
.activitiestext{
	width:420px;
	height:180px;
	padding:10px;
	color:#FFFFFF;
	float:right;}
	
/*----------Headings----------*/


h1 { 
	font: 25px Georgia, Helvetica, Arial,  sans-serif;
	color:#741416;
	line-height:25px;
	border-bottom:1px dashed #CCCCCC;
	}
	
h2 { 
	font: 18px Georgia, Helvetica, Arial,  sans-serif;
	color:#741416;
	line-height:20px;
	border-bottom:1px dashed #CCCCCC;
	}
	
	

h3 { 
	font: 18px Georgia, Helvetica, Arial,  sans-serif;
	color: #333333;
	}
	

.redtext{
	font-size:15px;
	color:#e74307;}	
	
/*----  Links  -------*/
a{
	color:#500a0c;
	text-decoration:underline;
	}
	
a:hover{
	color: #e74307;
	text-decoration: underline;	
	}


/*-----  Base  -----*/

#base{ 
	width: auto;
	height:100px;
	margin:0px auto;
	background:#741415;
	border-top: 3px #500a0c solid;
	border-bottom: 3px #e7dad3 solid;
	color:#FFF;
	}

#base a{
	color: #ffd904;
	text-decoration: underline;
	}
	
#base a:hover{
	color:#e74307;
	text-decoration:none;}
	

.address{
	width:1000px;
	height:auto;
	margin:10px auto;
	color:#fff;
	font-size:11px;
	}
	
.copy{
	font-size:11px;
	text-align:right;	
	}
	
	
/*-------Book Now & More info-----------*/
.book{
	width:220px;
	height:40px;
	float:right;
	background:#e74307;}

.booknow{
	width:99px;
	height:30px;
	float:left;
	background:#e74307;
	text-align:center;
	font-weight:bold;
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top:10px;
	
	}
		
.booknow a{
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.booknow a:hover{ 
	color:#000;
	text-decoration:none;
	}
	
.moreinfo{
	width:100px;
	height:30px;
	float:right;
	background:#474646;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font:16px Arial, Helvetica, sans-serif;
	padding-top:10px;
	border-left:1px solid #FFFFFF;		
	}
		
.moreinfo a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.moreinfo a:hover{ 
	color:#e74307;
	text-decoration:none;
	}
	
.slidehow{
	width:330px;
	height:225px;
	}
	
	/*-------*/
	
.spacer{
		height:50px;}
