/* www.goondiwindimotel.com.au -> .css */
*
{
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
}

body
{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
	background: #a0c0e0 url(images_content/gwm_body_bkgnd.gif) repeat;
	text-align: center;
}

div.mainouter
{
	width: 780px;
	background: #fff url(images_content/gwm_sidebar_bkgnd.jpg) repeat-y left;
	border: solid #404080;
	border-width: 0 1 1 1px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#sbmenu
{
	background: url(images_content/gwm_sidebar.jpg) no-repeat top left;
	width: 150px;
	text-align: left;
	float: left;
}

#content
{
	z-index: 1;
	background: #fff;
	width: 610px;
	margin: 0px;
	text-align: left;
	padding: 30px 10px 10px 10px;
	float: right;
}

#rescontainer
{
	display: block;
	position: relative;
	left: 0px;
	text-align: left;
}

#reservations
{
	position: absolute;
	height: 22px;
	width: 100%;
	text-align: right;
	top: -20px;
	padding: 0px;
}

#bookingtab
{
	top: -20px;
	position: absolute;
	margin-left: 580px;
	margin-right: 0px;
	width: 200px;
}


div.footer
{
	height: 105px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background: url(images_content/gwm_footer_bkgnd.jpg) no-repeat bottom left;
	clear: both;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #006020;
	text-align: left;
	margin-left: 5px;
	margin-top: 25px;
	margin-bottom: 0px;
}

h1
{
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
}

h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin: 0 10 10 5px;
	line-height: 150%;
}

li
{
	margin-left: 35px;
	padding-bottom: 10px;
	margin-right: 20px;
	list-style-type: disc;
	font-size: 12px;
	line-height: 150%;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.links { font-size: 11px; }
.black { color: #000; }

p.small
{
	font-size: 10px;
	line-height: 150%;
}

.smallc
{
	font-size: 10px;
	text-align: center;
}

.contact
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

.copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #606060;
}

a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }

a.primnavi, .pseudonavi
{
	height: 20px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 175%;
}

.pseudonavi
{
	color: #404040;
	background: #e0e0e0;
	border-left: solid #00ff00 3px;
	border-top: solid #00ff00 1px;
	border-bottom: solid #00ff00 2px;
	border-right: solid #00e000 5px;
}

a.primnavi:link, a.primnavi:visited
{
	color: #000;
	background: url(images_navi/navi_link_blur.gif) repeat-x top;
	border-left: solid #00c000 3px;
	border-top: solid #008000 1px;
	border-bottom: solid #608080 2px;
	border-right: solid #008000 1px;
}

a.primnavi:hover
{
	color: #004000;
	background: #fff;
	border-left: solid #00ef00 3px;
	border-top: solid #c0ffc0 2px;
	border-bottom: solid #00ef00 1px;
	border-right: solid #00ef00 1px;
}

a.primnavi:active
{
	color: #ff2000;
	background: #fff;
	border-left: solid #00ff00 3px;
	border-top: solid #00ff00 2px;
	border-bottom: solid #00ff00 1px;
	border-right: solid #00ff00 1px;
}

a.bookonline:link, a.bookonline:visited
{
	display: block;
	width: 200px;
	height: 22px;
	background: #60c260 url(images_navi/online_booking_btn.png) no-repeat;
}
a.bookonline:hover, a.bookonline:active
{
	background: #60c260 url(images_navi/online_booking_btn.png) 0 22px;
}


table
{
	empty-cells: show;
	font-size: 11px;
}

th { background: #d8efff; }

table.navigroup
{
	width: 140px;
	margin-top: 20px;
	float: left;
}

td.navicell
{
	height: 16px;
	width: 25%;
	text-align: left;
}


img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}


input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_navi/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

textarea
{
	padding: 2px 5px;
}
/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}

option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}

