/* @override 
	http://www.demo.bonsaibranding.com/avonlee_new/stylesheets/screen.css
	http://www.demo.bonsaibranding.com/avonlee_new/stylesheets/baseform.css
	http://www.avonlee.com.au/stylesheets/screen.css
*/

/*------------------------------------------------------------------

(c) 2010 Bonsai Branding

project:        Avon Lee	
file:			screen.css
author:	        Paul Crawford
date created: 	14th May 2010

-------------------------------------------------------------------*/

@import url('../stylesheets/baseform.css');

/*-------------------------------------------    
    General Reset
-------------------------------------------*/

*, html, div, span, body, p, h1, h2, h3, h4, h5, ol, ul, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a, a:hover {
	overflow: hidden;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

sup {
	color: #ff0000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
	clear: both;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*-------------------------------------------    
    Global Settings
-------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #505050;
	background-color: #77b800;
}

table, tr,  td {
	vertical-align: top;
	border: none;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
	font-weight: normal;
}

p {
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 1.35em;
}

h1 {
	font-size: 5em;
	color: #9ecb70;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}

h2 {
	font-size: 2.2em;
	color: #901784;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	color: #7ACE00;
}

h4 {
	font-size: 1.4em;
	color: #2d2d2d;
}

h5 {
	font-size: 1em;
}

ul {
	list-style-type: disc;
	margin: 0 0 20px 30px;
}

ol {
	list-style-type: decimal;
	margin: 0 0 20px 30px;
}

a {
	color: #9ecb70;
	text-decoration: none;
}

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

img.left {
	float: left;
	margin: 0 2em 2em 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 2em 2em;
	border: 0;
	clear: right;
}
img.right1 {
	float: right;
	margin: 0 150px 2em 2em;
	border: 0;
	clear: right;
}



/* File Download Icons */

a.file {
	background: url("../images/core/icon_file.gif") 0 0 no-repeat;
	padding-left: 25px;
	display: block;
}

a.pdf {
	background: url("../images/core/icon_pdf.gif") 0 0 no-repeat;
	padding-left: 25px;
	display: block;
}

a.doc {
	background: url("../images/core/icon_doc.gif") 0 0 no-repeat;
	padding-left: 25px;
	display: block;
}

.green {
	color: #9ecb70;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.red {
	color: #ff1f00;
	font-weight: bold;
	margin-bottom: 0.3em;
}

/*-------------------------------------------    
    Main Layout
-------------------------------------------*/

#header-container {
	width: 100%;
	height: 228px;
	background: url("../images/core/bg_home.jpg") top center repeat-x;
}

body#p-lifestyle #header-container,
body#p-land #header-container,
body#p-contact #header-container {
	width: 100%;
	background: url("../images/core/bg_inner.jpg") top center repeat-x;
}

body#p-region #header-container {
	width: 100%;
	background: url("../images/core/bg_region.jpg") top center repeat-x;
}

#content-container {
	width: 100%;
	height: auto;
	display: block;
	background-color: #f7f7f7;
}

/*-------------------------------------------    
    Header container - logo + nav
-------------------------------------------*/

#header {
	width: 940px;
	height: 228px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	width: 276px;
	height: 140px;
	display: block;
	background: url("../images/core/logo_avonlee.png") no-repeat;
	text-indent: -9999px;
	border-bottom: 0;
	position: absolute;
	top: 70px;
	left: 15px;
}

/* navigation */

#navigation ul * {
	
}

#navigation {
	width: 822px;
	height: 21px;
	padding: 9px 0 0 0;
	position: absolute;
	top: 198px;
	left: 165px;
	z-index:1000;
}

#navigation ul {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#navigation ul li {
	float: left;
}

#navigation ul li span {
	padding: 0 10px 0 10px;
	vertical-align: top;
}

#navigation ul li a {
	color: #7e0f73;
	text-decoration: none;
	color: #7e0f73;
	font-size: 1.3em!important;
	font-weight: bold!important;
	text-transform: uppercase;
	cursor: pointer;
}

#navigation ul li a:hover, #navigation ul li.active a {
	color: #9ecb70;
	text-decoration: none;
}

#navigation ul li#developer a {


}

#navigation ul li#developer a:hover {
	color: #3f7a00;
}

body#p-index #navigation ul li#home a, body#p-lifestyle #navigation ul li#lifestyle a, body#p-region #navigation ul li#region a, body#p-land #navigation ul li#land a, body#p-contact #navigation ul li#contact a, body#p-bilders_plans #navigation ul li#builders a {
	color: #9ecb70;
	text-decoration: none;
}

/* drop down */

#navigation ul li#land ul {
	position: relative;
	top: 5px !important;
	left: -15px;
	width: 134px;
	display: none;
	margin: 0;
}

#navigation ul li#land ul li {
	display: block;
	height: 34px;
	background: #ffffff;
	float: none;
	border-bottom: 1px solid #951888;
}

#navigation ul li#land ul li a {
	position: absolute;
	display: block;
	width: 109px;
	height: 24px;
	padding: 10px 10px 0 15px;
	background: #ffffff !important;
	color: #505050 !important;
	text-transform: inherit;
}

#navigation ul li#land ul li a:hover {
	background: #b55dab !important;
	color: #ffffff !important;
	text-decoration: none;
}

/*-------------------------------------------    
    Content container
-------------------------------------------*/

#content {
	width: 910px;
	height: auto;
	display: block;
	margin: 0 auto;
	clear: both;
	padding: 30px 15px 0;
}

#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* left content */

#left-content {
	width: 540px;
	height: auto;
	display: block;
	float: left;
}

/* home page global setting */

#left-content p, #left-content h1, #left-content h2, #left-content h3, #left-content h4, #left-content h5 {
	margin-bottom: 0.3em;
	font-weight: normal;
	padding-left: 10px;
}

#left-content h1 {
	font-size: 4em;
	color: #56004e;
	border: 0;
	margin-bottom: 0;
}

#left-content h2 {
	font-size: 2em;
	color: #000000;
}

#left-content p, #left-content-inner p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-top: 10px;
}
p.intro{
	width: 450px;
	
}

/* call to action */

#call-to-action {
	margin: 0;
}

#call-to-action ul {
	list-style-type: none;
	margin: 0;
}

#call-to-action ul li {
	display: block;
	float: left;
}

#call-to-action ul li a {
	width: 237px;
	height: 168px;
	display: block;
	text-indent: -9999px;
}

#call-to-action ul li a#current {
	background: url("../images/core/current_releases.gif") no-repeat;
}

#call-to-action ul li a#avon {
	background: url("../images/core/avonlee_location.gif") no-repeat;
}

#call-to-action ul li a:hover {
	background-position: 0 -168px !important;
}

#call-to-action ul li a h2 {
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	margin-bottom: 18px;
}

#call-to-action ul li p {
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: right;
}

/* right content */

#right-content {
	width: 370px;
	height: auto;
	display: block;
	float: left;
}

/* Register you interest now */

#register {
	width: 290px;
	height: 130px;
	position: relative;
	display: block;
	margin: 18px 0 0 65px;
	background: url("../images/core/register.png") no-repeat;
	
}
#clickhere{
	position: absolute;
	bottom: 8px;
	right: 7px;
	width: 125px;
	height: 33px;
	background: url("../images/core/clickhere_btn.png");
	overflow: hidden;
	
}
#clickhere:hover{
	background-position: 0 bottom;
}
#clickhere a{
width: 100%;
height: 100%;
	width: 125px;
	height: 33px;
	position: relative;
	display: block;
	
}

#register h2 {
	font-size: 2.3em;
	color: #505050;
	font-weight: normal;
}

/* image banner */

#image {
	width: 369px;
	height: 360px;
	display: block;
	overflow: hidden;
}

#image img {
	width: 369px;
	height: 360px;
}

body#p-index #image {
	margin-top: 40px;
}

body#p-region #image,
body#p-contact #image {
	width: 369px;
	height: 265px;
	display: block;
	overflow: hidden;
}

body#p-region #image img,
body#p-contact #image img {
	width: 369px;
	height: 265px;
}

/* left content inner */

#left-content-inner {
	width: 504px;
	height: auto;
	display: block;
	float: left;
	margin-top: 2em;
	padding-bottom: 2em;
}

/* Inner pages global setting */

#left-content-inner h1, #left-content-inner h2, #left-content-inner h3, #left-content-inner h4, #left-content-inner h5 {
	margin-bottom: 0.5em;
	font-weight: normal;
}

body#p-land p {
	line-height: 1.3em;
}
p.red1{
	color: #ff1c00;
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------------------    
    Footer
-------------------------------------------*/

#footer-container {
	width: 100%;
	height: 200px;
	display: block;
	clear: both;
	background: #77b800 url("../images/core/bg_footer.gif") repeat-x;
}

#footer-wrapper {
	width: 100%;
	height: 200p

x;
	/* background: url("../images/core/bg_footerinner.jpg") top center no-repeat;*/ display: block;
	overflow: hidden;
}

#footer {
	height: auto;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px 80px 0 0;
}

#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#footer-contact {
	width: 470px;
	height: auto;
	float: left;
	display: block;
	font-size: 1.3em;
	color: #868686;
	padding-top: 20px;
}

#footer-contact span.space {
	padding-right: 10px;
}

#footer-affiliates {
	height: auto;
	float: right;
	display: block;
	width:700px;
}

#footer-affiliates ul {
	list-style-type: none;
	margin-top: 18px;
}

#footer-affiliates ul li {
	width: auto;
	height: 50px;
	float: left;
	display: inline;
	padding: 0 10px;
}

/*-------------------------------------------    
    Extras
-------------------------------------------*/

/* map */

#map {
	width: 295px;
	height: 275px;
	float: right;
	display: block;
}

#map1 {
	width: 295px;
	height: 275px;
	float: right;
	display: block;
}


#map iframe {
	
}

/* tooltip */

#tooltip {
	position: absolute;
	border: 0;
	background-color: #D3D3D0;
	color: #474747;
	padding: 2px 5px;
	display: none;
	font-size: 1em;
}

#tooltipsold {
	position: absolute;
	border: 2;
	background-color: #d61716;
	color: #474747;
	padding: 2px 5px;
	display: none;
	font-size: 1em;
}

/* current release plan */

div#release {
	padding: 0 5px;
}

div#release .plan {
	border: 5px solid #eae2d0;
	margin-bottom: 20px;
	width: 750px;
	height: auto;
	display: block;
	clear: both
}

/* current release plan */

div#releasesold {
	padding: 0 5px;
}

div#releasesold .plan {
	border: 5px solid #eae2d0;
	margin-bottom: 20px;
	width: 750px;
	height: auto;
	display: block;
	clear: both
}

/* release 1 plan */

div#release1 {
	padding: 0 5px;
}

div#release1 .plan {
	border: 5px solid #eae2d0;
	margin-bottom: 20px;
	width: 750px;
	height: auto;
	display: block;
	clear: both
}

/* release 2 plan */

div#release2 {
	padding: 0 5px;
}

div#release2 .plan {
	border: 5px solid #eae2d0;
	margin-bottom: 20px;
	width: 750px;
	height: 540px;
	display: block;
	clear: both
}


.article{
	width: 290px;
	height: 130px;
	background: url("../images/core/article.png") no-repeat;
	position: relative;
	float: right;
	
}

.article a{
	display: block;
	height: 100%;
	width: 100%;
}

#viento {
  background:url('../images/core/viento.png') 0 0 no-repeat;
  display:block;
  height:50px;
  margin-top:-7px;
  text-indent:-999em;
  width:220px;
}

#viento:hover {background-position:0 -50px !important;}


.bg_menu {position:absolute; top:187px; left:40px; z-index:0;}
#content a {font-size:14px;}
