@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetics, sans-serif;
	font-size:100.01%;
	font-size:68.75%;
	line-height:1.5em;
	color:#000;
	background:#999;
}
h1 {
	margin-bottom:1em;
	font-size:2em;
}
h2 {
	margin-bottom:0.5em;
	line-height:1.4em;
	font-size:145.45%;
}
h3 {
	margin-bottom:0.5em;
	line-height:1.4em;
	font-size:127.27%;
}
h4 {
	margin-bottom:0.5em;
	line-height:1.4em;
	font-size:1em;
}
p {
	margin-bottom:1.0em;
}
.red {
	color:#CC3300;
}
.green {
	color:#339933;
}
ul {
	margin:0 0 1em 1.25em;
}
ol {
	margin:0 0 1em 1.75em;
}
/* Internet Explorer 6 Hack */
* html ol {
	margin:0 0 1em 2.25em;
}
li {
	margin-bottom:1em;
}
img {
	border:none;
}
table {
	font-family:Verdana, Arial, Helvetics, sans-serif;
	font-size:100%;
	line-height:1.5em;
	border-collapse:collapse;
	width:100%;
	text-align:left;
}
tr {
}
td {
	padding:5px;
	vertical-align:top;
}
td img {
}
table.table-border-grey {
	border:1px solid #ccc;
	margin-bottom:2em;
}
table.table-border-grey td {
	border:1px solid #ccc;
}

a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:underline;
}
label {
	color:#666;
	margin-bottom:3px;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetics, sans-serif;
	font-size:100%;
	line-height:1.5em;
	width:250px;
	padding:3px 5px;
	background:#f3f4f5;
	border:1px solid #ccc;
	color:#333;
}
textarea {
	width:400px;
	height:120px;
}
select, input.cat_button {
	width:262px;
}
input.cat_button {
	width:262px;
	background:#FFCC66;
	padding:5px;
	color:#000;
	font-weight:bold;
	border-color:#ECBD51;
	margin-top:1em;
}
input.cat_button:hover {
	background:#006699;
	color:#fff;
	border-color:#005984;
}
input:focus, select:focus, textarea:focus {
	background:#006699;
	color:#fff;
	border-color:#005984;
}
#datepicker {
	width:242px;
}
#datepicker select {
	width:100px;
}


#page {
	width:780px;
	background:#FFCC66;
}
#logo {
	background:url(http://www.travelcar.com.au/images/top.gif) top right no-repeat;
	height:21px;
}
#main {
	clear:both;
	overflow:hidden;
}

#menu {
	width:115px;
	float:left;
	padding:5px;
}
#menu ul {
	list-style:none;
	margin:0;
}
#menu ul li {
	list-style:none;
	display:block;
	margin:0;
}
#menu ul li a {
	display:block;
	padding:2px 5px 2px 10px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#menu ul li.selected a {
	display:block;
	padding:2px 5px 2px 10px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #fff;
	background:#DFAE3C;
}
#menu ul li a:hover {
	background:#fff;
}

#content {
	background:#fff;
	margin-left:125px;
}
#content-header {
	background:#ccc;
	overflow:hidden;
	height:120px;
}

#submenu {
	width:100px;
	height:110px;
	float:left;
	padding:5px;
	background:#ccc;
}
#submenu ul {
	list-style:none;
	margin:0;
}
#submenu ul li {
	list-style:none;
	display:block;
	margin:0;
}
#submenu ul li a {
	display:block;
	padding:1px 2px;
	text-decoration:none;
	color:#333;
	font-size:91.67%;
}
#submenu ul li a:hover {
	background:#fff;
}
#submenu ul li.selected a {
	display:block;
	padding:1px 2px;
	text-decoration:none;
	color:#fff;
	font-size:91.67%;
	background:#999;
	font-weight:bold;
}

#headerimg {
	float:right;
	background:#ccc;
	height:120px;
	width:540px;
}

#languageswitch {
	padding:10px;
	text-align:right;
}
#languageswitch a {
	text-decoration:none;
	color:#000;
	padding:1px 2px;
}
#languageswitch a:hover {
	text-decoration:none;
	color:#fff;
	background:#000;
}

#bc-content {
	clear:both;
	padding:10px 20px 30px 20px;
}

#footer {
	font-size:91.67%;
	background:#ccc;
	text-align:right;
	padding:2px 10px;
}
#footer a {
	color:#333;
	text-decoration:none;
}

.faq-question {
	margin-bottom:1em;
}

