/* CSS Documenttemplate for nurseries */

/* This css is a 2 column style sheet*/

body {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/bgimagerealsky.jpg) repeat-x fixed bottom;
	
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	padding:  0px 10px 10px 10px;
	
	
	}


#masthead {
	position: relative;
	height:3.4em;
	
	
	
}




/* headerlogo image*/

h1 a {
	display: block;
	height: 52px;
	margin: 0;
	position: absolute;

	top: 2px;
	left: 1px;
	z-index: 3;
	width: 214px;
	text-indent: -9000px;
	top: 0px;

}

h2 {

font: medium Arial, Helvetica, sans-serif;
color:#990000;


}

#container {
margin-left: auto;
margin-right: auto;

text-align: left;

} 



#sidebar {
	background-color:#F8F8F8;
	padding: 5px 5px 5px 5px;
	float:left;
	width: 30% !important;
	width:29.9%;
	font: small Arial, Helvetica, sans-serif;
	
}

#flashimage {
background: url(images/farmyardheader.jpg) no-repeat  bottom; 



}


#mainContent {
	
	padding: 5px 5px 5px 5px;
	float:right;
	width: 65% !important;
	width:64.9%;
	font: small Arial, Helvetica, sans-serif;
	}
	
	
	
	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
	ul li {
	position:relative;
	
	}
	
	ul a {
	display: block;
	width: 120px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/navbarbutton.jpg) no-repeat left center;
	text-indent: 50px;
	}
	
	a:hover {
	background-image:url(images/navbarbuttonhover.jpg);
	}
	
	
	li ul {
	position: absolute;
	left: 129px;
	top: 0;
	display: none;

	}


ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	
	}
	
	
	li:hover ul, li.hover ul { display: block; }

	
.boxnav{
background:#0066CC;
float:right;
}	

.box{
padding: 5px 5px 5px 5px;
background:url(images/containerbg.jpg);
font:small Arial, Helvetica, sans-serif;

}

.box p
{
     margin: 0;
     padding: 0;
     margin-left: 10px;
     margin-right: 10px;
} 




#footer {
	clear:both;
	width:auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	

}
