body {
	padding:0;
	margin: 0;
	font-family:"Georgia",sans-serif;
	background-color: #351d0c;
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	
}


#wrapper {width: 992px; margin: 0 auto; visibility: hidden; background: #000 url('img/loader.gif'); }

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
a {color:#69A242; font-size: 15px}
a:hover {color:#47682B;}

:focus {
  -moz-outline-style:none;
}

/* DEPRECATED FILE */


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}


.arrow-key {position: relative; width:auto; height:auto; }
/* prev, next, prevPage and nextPage buttons */
.custom {
	display:block;
	width:25px;
	height:100%;
	background:#000;
	cursor:pointer;
	font-size:1px;
	position: absolute;
	outline: none;
	border: none;
	background: url('img/custom-bg.png');
}

.prev {background-position:0px 0; float: left; left: 0;}

/* mouseover state */
.prev:hover
{
	background-position:-25px 0;	
	cursor:pointer;	
}


/* next button uses another background image */
.next {
	background-position: -50px 0;
	float: right;
	right: 0;	
	cursor:pointer;
	
}

.next:hover 
{
	background-position:-75px 0;		
}

/* disabled navigational button */
.disabled {
	visibility:hidden !important;		
}



:focus {outline:none;}
::-moz-focus-inner {border:0;}

.content-next {display:inline;
	cursor:pointer;
	text-indent: -9999em;
	float: none;
	outline: none;
	border: none;
	background: #d7d6c4; /* backup for non-RGBA */ background: rgba(0, 0, 0, 0.2) url('img/content-arrow.png');
	background-repeat: no-repeat;
	color: #fff;
	background-position: 4px 3px;
	width: 21px;
	height:16px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: top;
	z-index: 1;
	position: relative;
	}
.content-next:hover {left: 1px; background: #d7d6c4; /* backup for non-RGBA */ background: rgba(0, 0, 0, 0.5) url('img/content-arrow.png');
	background-repeat: no-repeat;
	color: #fff;
	background-position: 4px 3px;
	width: 21px;
	height:16px;

 }
 
 
 .content-next-last {
 margin-top: 3px;
	vertical-align: top;
 display:inline;
	position: relative;
	cursor:pointer;
	text-indent: -9999em;
	float: none;
	outline: none;
	border: none;
	background: #d7d6c4; /* backup for non-RGBA */ background: rgba(0, 0, 0, 0.2) url('img/content-arrow.png');
	background-repeat: no-repeat;
	color: #fff;
	background-position: 4px 3px;
	width: 21px;
	height:16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	z-index: 1;	}
.content-next-last:hover {left: 1px; background: #d7d6c4; /* backup for non-RGBA */ background: rgba(0, 0, 0, 0.5) url('img/content-arrow.png');
	background-repeat: no-repeat;
	color: #fff;
	background-position: 4px 3px;
	width: 21px;
	height:16px;

 }

 

/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:215px;
	height:0px;
	position: relative;
	z-index: 1;
	top:24px;
	float:right;
	
}


/* items inside navigator */
.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px 4px;
	background:url(img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -10px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -20px;     
} 	



	/* main vertical scroll */
	#main {
		position:relative;
		overflow:hidden;
		width: 790px;
		height: 685px;
		z-index: 0;
	}
	
	
	/* root element for pages */
	#pages {
		position:absolute;
		xwidth:20000em;
		width:790px;
		height:685px;
		float: left;
		xborder: 1px solid red;
}
	
	/* single page */
	.page {
		padding:0px;
		height: 685px;
		background:#fff;
		width:790px;
		xborder: 1px solid red;
	}
	
	/* root element for horizontal scrollables */
	.scrollable {
		position:relative;
		overflow:hidden;
		xwidth: 510px;
		height: 685px;
		width: 790px;
	}
	
	/* root element for scrollable items */
	.scrollable .items {
		width:20000em;
		position:absolute;
		clear:both;
		left: 0;
	}
	
	/* single scrollable item */
	.item {
		float:left;
		xcursor:text;
		width:790px;
		height:685px;
		padding:0px;
	}
	
	/* main navigator */
	
	#main_navi-wrap {
		float:left;
		padding:0px !important;
		margin:0px !important;
		background: url('img/main_navi_bg.jpg');
		background-repeat: no-repeat;
		height: 685px;
		width: 202px;
		-webkit-box-shadow: 19px -12px 14px -16px rgba(0, 0, 0, 0.4); -moz-box-shadow: 19px -12px 14px -16px rgba(0, 0, 0, 0.4); box-shadow: 19px -12px 14px -16px rgba(0, 0, 0, 0.4);
		position: relative;
		
	}

	#main_navi {
		float:left;
		padding:0px !important;
		margin-left:28px;
		margin-top:0;
		height: 430px;
		width: 152px;
	}
	
	.extra-nav {width: 202px; height:155px; clear: left;}
	
	.instructions { display: block; width:202px; padding: 0 44px; overflow: auto;}

	.instructions p {width:100px; font-family: Verdana, sans-serif; font-size:8.5px; line-height:11px; margin:6px 0 0 6px;
	clear: left; color: #684230;display: block; text-align: center;}
	
	.extra-nav:hover .instructions p { display: block; color: #684230; text-align:center;}

	.arrow-key {margin:0 39px 8px 39px; background: url('img/arrow-key.png'); width: 30px; height:30px; display: block; text-indent: -9999em; float: left;}
	
	.extra-nav:hover .arrow-key {background-position:  -30px 0;}
	

		
	#main_navi li:hover {
		xbackground-color:#444;
	}
	
	#main_navi li.active {
		xbackground-color:#555;
	}
	

	#main_navi li {
		background:url('img/main_navi_sprite2.png');
		clear:both;
		color:#FFFFFF;
		font-size:1em;
		text-transform: uppercase;
		height:57px;
		list-style-type:none;
		padding:0px;
		width:152px;
		cursor:pointer;
		float: left;
		text-indent: -9999em;
	}
#main_navi li#home,#main_navi li#home:hover, #main_navi li#home.active {background:url('img/home_navi.png'); height: 88px; width:159px; margin-bottom: 112px;}


#main_navi li#first {background-position: 0 0;}
#main_navi li#first:hover, #main_navi li#first.active {background-position: -152px 0;}
	
#main_navi li#second {background-position:0 -57px; height:59px;}	
#main_navi li#second:hover, #main_navi li#second.active {background-position: -152px -57px;}

#main_navi li#third {background-position:0 -116px; height: 67px;}
#main_navi li#third:hover, #main_navi li#third.active {background-position: -152px -116px;}

#main_navi li#fourth {background-position:0 -183px; height: 18px;}
#main_navi li#fourth:hover, #main_navi li#fourth.active {background-position: -152px -183px;}


	#main div.navi {
		margin-left:250px;
		cursor:pointer;
	}
	

h1 a#logo {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width:171px;
	background: url('img/landesa_logo.png');
	background-repeat:no-repeat;
	height: 45px;
	text-indent: -9999em;
	margin-left: 12px;
	float: left;
	
}

.header {height:209px;}

/*Content*/

.content {float: left; height: 685px; width:750px; padding: 0 2.5em;}


.l-col {width:485px; float: left;}
.r-col {width:250px; float: left;}


.home {background: url('img/home.jpg'); background-repeat: no-repeat;}

/*First Row of slide backgrounds*/
.first-a {background: url('img/bgs/1/a.jpg'); background-repeat: no-repeat;}
.first-b {background: url('img/bgs/1/b.jpg'); background-repeat: no-repeat;}
.first-c {background: url('img/bgs/1/c.jpg'); background-repeat: no-repeat;}
.first-d {background: url('img/bgs/1/d.jpg'); background-repeat: no-repeat;}
.first-e {background: url('img/bgs/1/e.jpg'); background-repeat: no-repeat;}
.first-f {background: url('img/bgs/1/f.jpg'); background-repeat: no-repeat;}
.first-g {background: url('img/bgs/1/g.jpg'); background-repeat: no-repeat;}
.first-h {background: url('img/bgs/1/h.jpg'); background-repeat: no-repeat;}
.first-i {background: url('img/bgs/1/i.jpg'); background-repeat: no-repeat;}
.first-j {background: url('img/bgs/1/j.jpg'); background-repeat: no-repeat;}

/*Second Row of slide backgrounds*/
.second-a {background: url('img/bgs/2/a.jpg'); background-repeat: no-repeat;  padding: 0 2.75em;}
.second-b {background: url('img/bgs/2/b.jpg'); background-repeat: no-repeat;}
.second-c {background: url('img/bgs/2/c.jpg'); background-repeat: no-repeat;}
.second-d {background: url('img/bgs/2/d.jpg'); background-repeat: no-repeat;}
.second-e {background: url('img/bgs/2/e.jpg'); background-repeat: no-repeat;}
.second-f {background: url('img/bgs/2/f.jpg'); background-repeat: no-repeat;}



/*Third Row of slide backgrounds*/
.third-a {background: url('img/bgs/3/a.jpg'); background-repeat: no-repeat;}
.third-b {background: url('img/bgs/3/b.jpg'); background-repeat: no-repeat;}
.third-c {background: url('img/bgs/3/c.jpg'); background-repeat: no-repeat;}
.third-d {background: url('img/bgs/3/d.jpg'); background-repeat: no-repeat;}
.third-e {background: url('img/bgs/3/e.jpg'); background-repeat: no-repeat;}
.third-f {background: url('img/bgs/3/f.jpg'); background-repeat: no-repeat;}


/*Fourth Row of slide backgrounds*/
.fourth-a {background: url('img/bgs/4/a.jpg'); background-repeat: no-repeat;}
.fourth-b {background: url('img/bgs/4/b.jpg'); background-repeat: no-repeat;}
.fourth-c {background: url('img/bgs/4/c.jpg'); background-repeat: no-repeat;}





blockquote {font-family:'Georgia', serif; font-style:italic; color:#549E45; margin: 0; padding: 0; width: 235px; float: left; font-size: 18px; line-height: 25px; margin-bottom: 15px;}
/*Typo Styles*/

p {color:#574331; font-size: 13px; line-height: 19px; margin:0 13px 18px 0;}

h1, .h1 {
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 2.2em; 
  line-height:1;
  color: #549E45;  padding: 0; margin:0;
}

h1.top, .h1.top {
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 2.2em; 
  line-height:.95em;
  padding: 0; margin:-4px 0 0 0;
}
h2.row-home {
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 1.2em;line-height: 1.2;
  margin: 170px 23px 8px 0;
}


h2.top-space {
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 1.2em;line-height: 1.2;
  color: #574331; margin: 200px 15px 80px 0;
}

h2.maps{
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 1.2em;line-height: 1.2;
  color: #fff; margin: 76px 15px 50px 0;
}

h2.maps-top-space{
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 1.2em;line-height: 1.2;
  color: #fff;  margin: 200px 15px 80px 0;
}

h2 {
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 1.2em;line-height: 1.2;
  color: #574331; margin: 160px 15px 50px 0;
}

h3 {font-size:.95em; text-transform: uppercase; letter-spacing: .2px; font-family: "proxima-nova-1","proxima-nova-2",sans-serif; color:#fff; font-weight:normal; margin:1em 1em 0 0;}
ul {margin: 0; padding: 0; list-style-type: none; }

ul.letter li{font-size:.95em; text-transform: uppercase; letter-spacing: .2px; font-family: "proxima-nova-1","proxima-nova-2",sans-serif; color:#549E45; padding: 10px 0; border-top: 1px solid #549e45;}

/*MISC.*/
.left {float: left;}

.none {display: none;}
.white {color: #fff;}
.brown {color: #574331;} 
.d-green {color: #0b4e2e;}
.green {color: #549e45;}
.lime {color: #9CC155;}


ul.letter {margin-right: 20px;}






