@charset "utf-8";
/**** resets ****/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td  {
	  
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: none;  
}

a:hover{ text-decoration: underline; }  

/*************** END Reset ****************/

/********** Page structure ***************/

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #40372d url(../images/bg.gif) repeat-x; /*REPEATS BACKGROUND HORIZONTALLY*/	 
}

#container {
	
	position: relative;	
}

#wrapper {
	
	margin: 0 auto;  /*CENTERS EVERYTHING*/
	width: 955px; /*KEEPING THINGS INSIDE THE 1024 X 768 RESOLUTION*/
}

#header {
	
	position: relative;
	
}

#logo {
	
	margin-top: 100px;
}

#navigation {
	
	float: right;
	margin-top: -50px;
	margin-right: 50px;
}

#welcome {
	
	background: url(../images/welcome_box.png) no-repeat;
	height: 320px;
	width: 535px;
	float: right;
	margin-right: 30px;

}

	#welcome-content {
	 
	  position: relative;
	  top: 80px;
	  left: 50px;
	}
	
	#welcome-content p {
	
	 	font-size: 14px;
		color: #000;
		line-height: 20px;
		width: 400px;
	}
	
#gallery {
	
	background: url(../images/gallery_bg.png) no-repeat;
	height: 304px;
	width: 291px;
	margin-left: 10px;
	
}

	#gallery-container {
		
		position: relative;
		top: 45px;
		left: 25px;
	}

#socials-icons {
	
	float: right;
	margin-top: -80px;
	margin-right: 60px;
}

#about-box {
 
  background: url(../images/about_bg.png) no-repeat;
  height: 355px;
  width: 475px;
  position: relative;
  bottom: 130px;
  left: 425px;
  z-index: 1000;
	
}

	#about-content {
		
	  position: relative;
	  top: 40px;
	  left: 20px;	
	}
	
	#about-content p {
		
		font-size: 14px;
		color: #000;
		line-height: 20px;
		width: 400px;
	}
	
#test {
 background: url(../images/test-box.png) no-repeat;	
 width: 247px;
 height: 162px;
 margin: 20px 0 0 10px;

}
	#test-content {
		
	  position: relative;
	  top: 60px;
	  left: 20px;
	 
	}
	
	#test-content p {
		
		position:relative;
		top: -28px;
		font-size: 14px;
		color: #000;
		line-height: 18px;
		height: 72px;
		width: 220px;
		overflow:auto;		
	}
	

#flowers {
	position: absolute;
	background: url(../images/flowers.png) no-repeat;
	height: 401px;
	width: 872px;
	bottom: 50px;
	left: -17px;
	
}

#services-links {

	float: left;
	margin-top: -320px;
	margin-left: 10px;	
}

	.links li {
	
	  color: #99cc33;
	  font-size: 16px;
	  line-height: 22px;
	}
	
	.links li a{
	
	  color: #fff;
	  text-decoration: none;
	}

#footer {
	
	clear: both;
	background: url(../images/footer_bg.png) repeat-x;
	height: 107px;
	margin-top: 100px;
}

	#footer p { float: right; margin: 80px 20px 0 0; }


/********************************************/

/********* CSS controlled rollover menu ********/

ul.nav-links {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.nav-links li {
	float: left;
	}

ul.nav-links li a {
	display: block;
	width: 101px;
	height: 16px;
	background: url(../images/nav-btns.png);
	}

/******	Normal Links ******/

ul.nav-links li.home a {
	background-position: 0 0;
	}

ul.nav-links li.about a {
	background-position: -101px 0;
	}
	
ul.nav-links li.works a {
	background-position: -202px 0;
	}
	
ul.nav-links li.services a {
	background-position: -303px 0;
	}

ul.nav-links li.contact a {
	background-position: -404px 0;
	}
	
/******	Hover Links *********/


ul.nav-links li.home a:hover {
	background-position: 0 -16px;
	}

ul.nav-links li.about a:hover {
	background-position: -101px -16px;
	}
	
ul.nav-links li.works a:hover {
	background-position: -202px -16px;
	}
	
ul.nav-links li.services a:hover {
	background-position: -303px -16px;
	}

ul.nav-links li.contact a:hover {
	background-position: -404px -16px;
	}

/********* Selected links *************/
ul.nav-links li.home a.selected {
	background-position: 0 -16px;
	}

ul.nav-links li.about a.selected {
	background-position: -101px -16px;
	}

ul.nav-links li.works a.selected {
	background-position: -202px -16px;
	}
	
ul.nav-links li.services a.selected {
	background-position: -303px -16px;
	}

ul.nav-links li.contact a.selected {
	background-position: -404px -16px;
	}
 
/************** Classes *****************/	
	
.welcome-title {
	
	margin: -20px 20px 20px 10px;
}

.more_btn {

	position: absolute;
	top: 110px;
	right: 130px;
}

h2{ font-size: 15px; color: #000; margin-bottom: 30px;}

.aboutus {
	
	color: #99cc33;
	font-size: 22px;
}

.learn-more {
	
	float: right;
	color: #99cc33;
	margin-top: 100px;
	margin-right: 50px;	
}

.services-title {
	
	margin-bottom: 20px;

}

/********** JQUERY ************/
#myController span{
	color:#FFF;
	background:#000;
	cursor:pointer;
}

#jFlowSlide{
    border: none;
}

#myController span.jFlowSelected {
    background:#F00;
}
.jFlowPrev, .jFlowNext{
    cursor:pointer;
}
.jFlowNext {
	 position: absolute;
	 top: 210px;
	 right: 95px;	
}	
.jFlowPrev {
	 
	 position: absolute;
	 top: 210px;
	 left: 0px;	
	 }

