/* 
	Rye Holiday Rentals CSS 
	http://primebrands.com.au/css/rye_style.css
*/
 
* {
 margin: 0;
 padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: url("../images/big_bg2.jpg") no-repeat  center top #e0c298;
	background-size: 100% auto;
	text-align: center;
	font: 62.5% verdana, arial, helvetica;
	color: #000;
	/*text-align: center;*/
	behavior:url("css/csshover3.htc");
	/*background: url() repeat;*/
}


#wrapper {
	/*background: url() no-repeat 100% 140px;*/
	width: 960px;
	margin: 25px auto 0 auto;
	text-align: center;
	/*overflow: hidden;*/
}

#outter {
	/*  background: url() repeat-y left top; */
	width: 960px;

	margin: 0px ;
	/*padding: 10px 5px 10px 5px;*/
	padding: 0px;
	/*background: #F4741D;*/
	/*background: #f00;*/
	text-align: center;
}

* html #outter { /* IE */
	/*  background: url() repeat-y left top; */
	margin: 0px ;
	padding: 10px;
}

#container {
	/*  background: url() repeat-y left top; */
	width: 960px;
	margin: 0px ;
	padding: 0;
	/*background: #F4741D;*/
	background: #fff;
	
	text-align: center;
	/*border: 1px solid #2c2c2c;*/
}

#header {
	background: #fff;
	width: 960px;
	height: 200px;
}

#main {
	float: left;
	width: 960px;
	min-height: 600px;
	margin: 0px 0 0px 0;
	padding: 0 0 25px 0px;
	text-align: left;
	background: url(../images/logo_bg.gif) no-repeat bottom right #fff;
}

* html #main {
	float: none;
}


* html #main {
	margin: 0px 0 0px 0;
}

.footer {
	float: left;
	text-align: center;
	width: 960px;
	height: 20px;
	margin: 0px 0 0px 0;
	padding: 5px 0 0 0px;
	background:  #06C;
	color: #fff;
	font: 11px verdana, arial, helvetica;
}

* html .footer {
	height: 25px;
}

div#menu_strip {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 28px;
	/* MENU TOP LEVEL BACKGROUND ====================================================*/
	background: #FC0; 
	border-top: #FF9 1px solid;
	border-bottom: #F93 1px solid;
	/*_width: 960px;*/
}

div#menu_strip ul {margin: 0; padding: 0; width: auto; height: 21px;}
div#menu_strip li {
	position: relative; float: left;  font:normal 8pt verdana, arial, helvetica; list-style: none; margin: 0; padding: 7px 5px 0 5px; height: 22px;
	color: #000;
	/* MENU TOP LEVEL BORDERS COLOURS ====================================================*/
	border-left: 1px solid #FC3;
	border-right: 1px solid #FF3;
	z-index: 1000 !important;
	}
	
div#menu_strip li.off { border-left: 0px ;}
	
 * html div#menu_strip li {
	position: relative; float: left; list-style: none; margin: 0; padding: 7px 5px 0 5px; height: 29px; 
	}
	
div#menu_strip li:hover {
	/* MENU TOP LEVEL HOVER COLOUR ====================================================*/
	background: #F93;
	}
	
div#menu_strip li.submenu { width: 110px; }	
* html div#menu_strip li.submenu { width: 120px; }	

div#menu_strip li.submenu.wstal { width: 170px; }	
* html div#menu_strip li.submenu.wstal { width: 180px; }

div#menu_strip li.submenu.w9c { width: 80px; }	
* html div#menu_strip li.submenu.w9c { width: 90px; }

div#menu_strip li.submenu.w6c { width: 50px; }	
* html div#menu_strip li.submenu.w6c { width: 60px; }

div#menu_strip li.submenu:hover { color: #fff;}	

div#menu_strip li a { 
	font: arial; 
	text-decoration: none; 
	/* MENU TOP LEVEL ANCHOR/TEXT COLOUR ====================================================*/
	color: #6d6871; 
	margin: 0px; 
	display: block; 
	height: 21px;
	}
	
div#menu_strip li a:hover {
	color: #fff;
}
div#menu_strip li a.w50 { width: 50px;}

div#menu_strip li a.w100 { width: 100px; }

div#menu_strip ul ul { position: absolute;  display: none; }

div#menu_strip ul ul li{ 
	/* MENU 2ND LEVEL BACKGROUND COLOUR ====================================================*/
	background: #FC0; 
	width: 150px; 
	height: 22px; 
	top: 0px; 
	left: 1px; 
	border: none; 
	/* MENU 2ND LEVEL BORDER COLOURS ====================================================*/
	border-bottom: 1px solid #F93;
	/*border-left: 1px solid #00f;*/
	border-top: 1px solid #FF9;
	text-align: left;
	
	
	 }
* html div#menu_strip ul ul li{ height: 29px; }

div#menu_strip ul ul li:hover{ 
	/* MENU 2ND LEVEL HOVER COLOUR ====================================================*/
	background: #F93;   
	}

div#menu_strip ul.level1 li.submenu:hover ul.level2,
div#menu_strip ul.level2 li.submenu:hover ul.level3 { display: block; }

div#menu_strip ul.level2 { top: 29px; left: -1px;}

* html div#menu_strip ul.level2 { position: absolute; top: 29px; left: -1px;}


div#left750 {
	width: 730px;
	margin-top: 20px;
	margin-left: 20px;
}

div#left750 h2 {
	clear: left;
	margin-left: 20px;
	padding: 0px;
	font: 14px verdana, arial, helvetica !important;
	font-weight:bold;
	font-style: italic !important;
	color: #06C !important;
}


h1 {
	clear: left;
	margin-left: 10px;
	padding: 0px;
	font: 16px verdana, arial, helvetica !important;
	font-weight:bold;
	
	color: #339 !important;
}

div#left750 p {
	text-align: justify;
	padding: 0px;
	margin: 5px 0 5px 40px; 
	
	font: 11px verdana, arial, helvetica;
	color: #000;
	 
}

div.line {
	clear: left;
	/*background: url(../images/greenpixel.gif) repeat-x bottom right;*/
	height: 2px;
	line-height: 2px;
	padding: 0px;
	background: #FC6;
	margin-left: 40px;
	margin-bottom: 20px;

}

div#left750 p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

* html div#left750 p img {
	margin-bottom: 0px;
}

ul.plist, ul.plist li {
	position: relative;
	margin-left: 200px;
	padding-left: 0px;
	font: 11px verdana, arial, helvetica !important; 
}

ul.plist.mleft30, ul.plist li.mleft30 {
	margin-left: 30px;
}

div.right150 {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-right: 20px;
	/*border: 1px solid #000;*/
}

div.rpost {
	width: 150px;
	margin-bottom: 20px;
	background: #CCC;
}

div.rpost p {
	text-align: left;
	padding: 5px;
	font: 11px verdana, arial, helvetica;
	color: #000;
}

div.rpost h2 {
	display: block;
	margin: 0px;
	padding: 5px;
	width: 140px; 
	height: 15px;
	font: 12px verdana, arial, helvetica;
	color: #fff;
}

* html div.rpost h2 {
	width: 150px;
}

div.rpost.orange h2 {
	background: #FC3;
}

div.rpost.sand h2 {
	background: #e0c298;
}

div.rpost.blue h2 {
	background: #39F;
}




div.rpost.red h2 {
	background: #C00;
}

div.rpost.brown h2 {
	background: #963;
}


