/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		HigherGround
   TEMPLATE CODE: 	S-0014
   VERSION:          1.1   
	LAST MODIFIED:    January-12-2008       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CDBB93;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #430A01;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #430A01;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #382611;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}






/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(content2.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(top-bg.jpg) no-repeat center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0; 		
	border-top: 5px solid #FFF;
	margin-left: 15px;	
	display: inline;
	background: #FFF;
}


/* top-photo */
#top-photo {
	clear: both;
	height: 19px;
	width: 820px;
	margin: 0 auto;
	background: #CCC url(top-bg.jpg) no-repeat center top;
}

/* index-photo */
#index-photo {
	clear: both;
	height: 500px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(start2.jpg) no-repeat center center;
}


#header {
	width: 820px;
	position: relative;
	height: 100px;
	background: #CCC url(header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #430A01;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #905A33;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #430A01;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}





/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 0px 0;
	color: #CDBB93;
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}

#footer-wrap a, a:hover {
	position: relative;
	margin: 0; padding: 0;	
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	text-decoration: none;
	color: #CDBB93;
	top: -355px; left: 680px;

}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }




#zone1 {    /* clickable area */
float: left;
position: absolute;
width : 150px;
height: 110px;
margin-left: 300px;
margin-top: 350px;
}

#zone2 {    /* clickable area */
float: left;
position: absolute;
width : 96px;
height: 130px;
margin-left: 500px;
margin-top: 360px;
}

#zone3 {    /* clickable area */
float: left;
position: absolute;
width : 105px;
height: 100px;
margin-left: 643px;
margin-top: 380px;
}