


/* #MAIN
____________________________________________________________*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("http://www.jardinesdelvalle.net/images/bg.gif") repeat-y;
	font: 78% Arial,Helvetica,sans-serif;
	background-color: #EEEEEE;
}
body.subpage {
	background-image: none;
}
body #bgbar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 362px;
	background: #FFFFFF;
	width: 100%;
}
body.subpage #bgbar {
	height: 136px;
}
body #page {
	z-index: 2;
	position: relative;
	margin-left: 144px;
	border-top: 362px solid #FFFFFF; 
	width: 805px;
}
body.subpage #page {
	border-top: 136px solid #FFFFFF; 
}
a img, img {
	border: 0;
}
.clr {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.subpage h1 {
	margin-top: 85px;
}
h1 {
	margin: 129px 0 15px 0;
	padding: 0;
	position: relative;
}
body h1 {
	margin-top: -233px;
}
body.subpage h1 {
	margin-top: -51px;
}
h1 a {
	color: #fff;
}
h1 img {
	display: block;
}
.site {
	font-size: 9px;
	padding-right:5px;
	color:#999999;
}
	   
/* #COLUMNS / NAVIGATION
____________________________________________________________*/
.cols {
	margin: 0;
	width: 805px;
	position: relative;
}
.col {
	float: left;
	width: 251px;
	margin-right: 15px;
}
.col * {
	margin: 0;
}
.col .header {
	height: 182px;
	min-height: 182px;
}
.col > .header {
	height: auto;
}
#col1 {
	background: #983A00;
}
#col2 {
	background: #C0B081;
}
#col3 {
	background: #9D8A4F;
}
.col .photo {
	width: 251px;
	overflow: hidden;
}
.col h2 a {
	display: block;
	width: 251px;
	height: 59px;
	position: relative;
	left: 0;
	top: 0;
	color: #fff;
}
.col h2 a span {
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	width: 251px;
	height: 59px;
	cursor: pointer;
	
}/* # NAVIGATION PART HOMIE*/
#col1 h2 a span {background: url("http://www.jardinesdelvalle.net/images/about.gif");}
#col2 h2 a span {background: url("http://www.jardinesdelvalle.net/images/homes.gif");}
#col3 h2 a span {background: url("http://www.jardinesdelvalle.net/images/contact.gif");}

#col1 * {
	color: #fff;
}
#col2 *, #col3 * {
	color: #fff;
}

.col .header p, .col ul {
	font-weight: bold;
}
.col p {
	margin: 20px 23px;
	line-height: 150%;
}
.col p.more {
	padding-left: 15px;
	background: url("http://www.jardinesdelvalle.net/images/li-gray.gif") left center no-repeat;
	font-weight: bold;
	margin-top: -10px;
}
.col .header p {
	line-height: 125%;
	margin-bottom: 0px;
}
.col ul, #content ul {
	margin: 20px 23px;
	padding: 0;
}
.col ul li, #content ul li {
	margin: 2px 0 0 0;
	padding: 0 0 3px 15px;
	display: block;
	list-style-type: none;
	background: url("http://www.jardinesdelvalle.net/images/li-gray.gif") left center no-repeat;
}
#col1 ul li, #content.about ul li {background: url("http://www.jardinesdelvalle.net/images/li-gray.gif") left center no-repeat;}
#col2 ul li, #content.homes ul li {background: url("http://www.jardinesdelvalle.net/images/li-white.gif") left center no-repeat;}
#col3 ul li, #content.contact ul li {background: url("http://www.jardinesdelvalle.net/images/li-white.gif") left center no-repeat;}
#col1 .header {
	background: #983A00;
}

/* #FOOTER / COPYRIGHT STUFF
____________________________________________________________*/
#copyright {
	text-align: right;
	color: #90746d;
	width: 783px;
}
#copyright p {
	margin: 0;
	padding: 8px 0;
	font-size: 90%;
}
#copyright a {
	color: #b8a19b;
}


/* #NEWSLETTER / FORMS
____________________________________________________________*/
#newsletter {
	position:absolute;
	left:540px;
	top:-170px;
	width:254px;
	height:50px;
	z-index:3; 
	
}

.eletter
{

	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #932F00;
	background-color: #F8F8F8;
	border: 1px solid #e0e0e0;
	margin-bottom: 5px;
	margin-left:5px;
	padding:2px;
	width:150px;
}
.input_button
{
	margin-left:5px;
}




