/*
traveldivas.css by jasweb
author: jasweb.com.au
*/

/*======================

color table

logo blue: #6DC8F7	
logo brown: #A8611F
	
========================*/

/*-------------------------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color:#555555;
	background:url(../images/bg.gif) top repeat-x;
	}	

a:link {
	color:#6DC8F7;
}
a:visited {
	color:#6DC8F7;
}
a:hover {
	text-decoration:none;
	color:#6DC8F7;
}
a:active {
	color:#6DC8F7;
}

h1{
	font-size:25px;
	font-weight:normal;
	color:#C28D59;
	margin:10px 0 0 0;
	}

h2{
	font-size:18px;
	font-weight:normal;
	color:#6DC8F7;
	margin:5px 0 0 0;
	}

strong{
	font-weight:normal;
	font-size:1.3em;
	line-height:1.3em;
	color:#3AB1EF;
	}

/*-------------------------------------------------------------------------------------------------
layout
-------------------------------------------------------------------------------------------------*/
#top{
	height:40px;
	background:none;
	}

#phone{
	float:right;
	padding:13px 0 0 0;	
}

#phone img, #phone h2{
	display:inline;	
}


#header{
	}

#main {
	padding:0px 0px 0px 20px;
	}
	
#main ul{
	list-style:none;
	margin-bottom:30px;
	}

#main ul li{
	margin: 10px 0 0 0;
	padding:0 0 0 30px;
	background:url(../images/frangipani.gif) top left no-repeat;
	}

#flash{
	margin:5px 0px 5px 5px;
	}

#footer{
	margin:30px 0 0 0;
	padding:10px;
	color:#CCCCCC;
	text-align:center;
	border-top: 1px #ABDDF7 dashed;
}


/*-------------------------------------------------------------------------------------------------
navigation
-------------------------------------------------------------------------------------------------*/

#nav {
	color:#FFFFFF;
	font-variant:small-caps;
	
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	}

#nav ul li{
	height:30px;
	line-height:30px;
	margin: 5px 0 0 0;
	padding:0 0 0 0;
	text-indent:10px;
	background:url(../images/nav_bg.gif) repeat-x;	
	}
	
#nav a:link, #nav a:visited, #nav a:active{
	display:block;
	height:30px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 0 0 20px;
	background:url(../images/frangipani.gif) left no-repeat;
	}

#nav a:hover{
	color:#A8611F;
	background:#6DC8F7 url(../images/nav_bg_over.gif) repeat-x;
}

/*-------------------------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------------------------*/
table.main{
	background:url(../images/hibiscus_bg.jpg) top no-repeat;
	}

td.top{
	background:url(../images/top_bg.gif) repeat-x;
	}

.red{
	color:#FF5050;
	}

img.border{
	padding:4px;
	border:1px solid #6DC8F7;
	}

.right{
	float:right;
	margin: 0 0 10px 15px;
	}
/*-------------------------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------------------------*/
table.form{
	}

.input{
	width:200px;
	border: 1px solid #CCCCCC;
	}

.address {
	width:200px;
	height:60px;
	border: 1px solid #CCCCCC;
	}
	
.people {
	width:40px;
	border: 1px solid #CCCCCC;
	}

.contact_enquiry {
	width:200px;
	height:180px;
	border: 1px solid #CCCCCC;
	}

.group_enquiry {
	width:400px;
	height:180px;
	border: 1px solid #CCCCCC;
	}

.button{
	float:right;
	border:1px solid #CCCCCC;
	padding:3px;
	background-color:#CCEAF7;
	}
