/*
	Advanced style sheet
	Bali Holdays
	Author David Dale - Imagica Design
	www.imagicadesign.com
*/

a {
	color: #CC0000;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

a.amplify {
	color: #f60;
	font-weight: bold;
}

a.amplify:hover {
	color: #000;
	font-weight: bold;
}

body {
	background-color: #F8DFA5;
	background-image: url(http://baliholidays.com.au/site/images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #6B704E;
	font-size: 140%;
	line-height: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

h2 {
	color: #CC0000;
	font-size: 120%;
	line-height: normal;
	text-transform: uppercase;
}

h3 {
	color: #000;
	font-size: 115%;
	line-height: normal;
	text-transform: uppercase;
}

h4 {
	font-size: 100%;
	line-height: normal;
}

hr {
	color: #E6CD93;
	height: 1px;
}

table, td, th {
	font-size: 100%;
}

th {
	text-align: left;
}

.button {
	background-color: #900;
	border: 1px solid #900;
	color: #fff;
	font-size: 100%;
	font-weight: bold;	
}

.clear {
	clear: both;
	line-height: 0px;
}

.content {
	padding: 5px 0px 5px 10px;
} 

.contentwide {
	background-image: url(http://baliholidays.com.au/site/images/contentwide_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 10px;
} 

.heading {
	color: #CC0000;
	font-size: 120%;
	padding-top: 10px;
	text-transform: uppercase;
}

.imgcontainer {
	float: right;
	margin: 0px 0px 10px 10px;
}

.imgleft {
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
}

.input {
	background-color: #fff;
	border: 1px solid #900;
	font-size: 90%;
}

.nonav {
	background-image: url(http://baliholidays.com.au/site/images/body_nonav_bg.gif);
}

#content {
	float: left;
	font-size: 110%;
	width: 600px;
}

#destinationinfo {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#destinationinfo li {
	list-style: none;
	margin: 0px;
	padding: 4px 0px;
}

#destinationinfo li a {
	font-weight: normal;
	padding: 4px 0px;
	text-decoration: none;
	color: #000;
}

#destinationinfo li a:hover {
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #E6CD93;
	clear: both;
	color: #990000;
	margin: 20px 0;
	padding: 4px 0px;
}

#footer a {
	color: #990000;
	font-weight: normal;
	margin-right: 5px;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#left {
	background-image: url(http://baliholidays.com.au/site/images/menu_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	line-height: 8px;
	margin-right: 1px;
	padding: 25px 5px;
	width: 140px;
}

#left h2 {
	color: #900;
	font-size: 110%;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-transform: uppercase;
}

#left p {
	margin: 5px 0px;
}

#left select, #left input {
	font-size: 9px;
	margin-top: 5px; 
}

#nav {
	background-image: url(http://baliholidays.com.au/site/images/nav_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 0px 0px 1px 83px;
	width: 677px;
}

html>body div#nav {
	padding-bottom: 0px;
}

#nav li {
	display: inline;
}

#nav li a {
	background-color: #900;
	color: #fff;
	display: block;
	float: left;
	padding: 4px 8px 5px 8px;
	margin: 1px 0px;
	text-decoration: none;
}

#nav li a:hover, .selected {
	background-color: #c00;
	color: #fff;
}

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

#nav ul {
	float: left;
}

#regionbox {
	background-color: #FBEFD2;
	color: #000;
	padding: 5px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}