/* RAAS Motels CSS Document */

html { 
	min-width: 760px;
	 }


/* base rules */

img	{
	border: 0;
	}

/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #295581;
	color: #fff;
	font: small/18px Helvetica, Arial, Verdana, sans-serif;
	}

div#header	{

    background: url('/images/blue_bg.gif');
    background-repeat: repeat-x;
    width: 900px;

}    
    
div#wrapper	{
	color: #fff;
	background: ;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#sidebar 	{
	float: left;
	width: 180px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 0px;
	}

html>body div#sidebar {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 0px;
	min-height: 624px;
	}

div#maincontent	{
	margin: 0 0 0 190px;
	padding: 0;
	width: 700px;
	border: 0;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 1px solid #369;
	background: ;
	color: #fff;
	width: 760px;
	padding: 5px 0;
	margin: 0;
	}
	
div#footer p	{
	background: transparent;	
	font-size: 11px;
	line-height: 18px;
	text-align:center;
	}

h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 760px;
	height: 110px;
	background: transparent url(http://www.raasrights.com.au/raasmotels/webimages/raasmotelslogo.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: transparent url(http://www.raasrights.com.au/raasmotels/webimages/raasmotelslogo.jpg) top left no-repeat;
	}
		
		
/* navigation sys */

#nav {
	margin: 12px 0 0 0;
	padding: 0;
	list-style-type: none;
	width:175px;
}

#nav a, #nav a:visited {
	display: block;
	padding: 0 0 0 17px;
	border: 0;
	background:#264a70  url(http://www.raasrights.com.au/raasmotels/webimages/menubtn.gif) no-repeat;
	font:11px/25px Arial, Helvetica, sans-serif;
	color: #eee;
	text-decoration: none;
	margin: 5px 0;
	height:25px;
}

#nav a:hover {
	background: #325f8b	url(http://www.raasrights.com.au/raasmotels/webimages/menubtnOver.gif);
}

/* typography */

h2, h3, h4{color:#84c2ff; letter-spacing: 1px; font-family: Georgia, "Times New Roman", serif;}

h3, h4{font-weight:bold;}

h2 {font-size: 1.5em; margin:15px 0;}

h3 {font-size: 1.1em;}

h4 {font-size: 1em; margin:0;}

p  {margin: 0 0 1em 0; line-height: 140%;}

/* links */

a:link, a:visited, a:active {
	color:#84c2ff;
	text-decoration:none;
	}
	
a:hover {
	color:#699bcc;
	}	
	
	
/* forms */

input.txt{width:200px; background:#eee; border: 1px solid #999;}
select{width:162px; background:#eee; border: 1px solid #999;}
textarea{width:200px; height:50px;background:#eee; border: 1px solid #999;}	


/* lists */ 

div#maincontent ul{margin:10px 0; padding:0 18px;}
div#maincontent ul li {margin-bottom: 1em; padding: 0; line-height:140%;}
ol li {list-style: decimal outside;line-height: 140%; margin: 0 1.1em 0.7em 0;}

/* Misc */

.proscons{background:#19334e; text-align:center; padding:3px;}
.pros, .cons{text-align:center; font-weight:bold; vertical-align:middle;}
.pros{ background:#43AF20;}
.cons{background:#AF2B2B;}
.bg{background:#264a70;}
.heading{background:#19334e; padding: 3px; margin:0 0 5px 0;}
img.left{float:left; margin: 0 3px 0 0; border: 1px solid #fff; padding: 3px;}
img.header {float:left;margin:0;padding:0;}

.moreinfo {
	text-align: right;
}

span.moteldetails {
	font-weight: bold;
	font-size: 0.8em;
}

.motelslist{margin:0 0 10px 0; padding:10px; width:538px; height:139px; background:#264a70; border: 1px solid #203f5f;}
.center{text-align:center;}
.motelinfo{margin:0 0 10px 0; padding:10px; width:538px; background:#264a70; border: 1px solid #203f5f;}
.totalprice{text-align:right; font-size:16px; font-weight:bold;}
.rent{margin: 0 0 0 16em;}

table{ margin: 5px 0 10px 0;}
td {vertical-align: top; line-height:140%;}

table.motelresult {
	margin: 0px;
	padding: 0px;
}

table.motelresult td {
	padding: 0px 0px 1px 0px;
}

