body {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font: 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #add86f;
	}

.topline {
   	position:absolute;
   	left:0px;
   	top:91px;
   	width:100%;
	height:1px;
	background-color: #828282;
	z-index:10;
	}
	
.bottomline {
   	position:absolute;
   	left:0px;
   	top:594px;
   	width:100%;
	height:1px;
	background-color: #828282;
	z-index:10;
	}	

.leftpanel {
	position: absolute;
	left: 51px;
	top: 51px;
	width: 350px;
	height: 535px;
	background: #d2e9af url(../pics/leftbg.gif) no-repeat;
	z-index: 1;
	}	

.fadeshow {
	position: absolute;
	left: 51px;
	top: 228px;
	width: 350px;
	height: 200px;
	z-index: 10;
	}
	
.banner {
	position: absolute;
	left: 61px;
	top: 168px;
	width: 791px;
	height: 46px;
	z-index: 5;
	}
	
.leftpic {
	position: absolute;
	left: 51px;
	top: 228px;
	width: 350px;
	z-index: 5;
	}		
	
img {
	border:none;
	}
	
td {
	font: 9px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.background {
   	position:absolute;
   	left:50px;
   	top:50px;
   	width:945px;
	height:535px;
	background: #f7fbf1;
	border: 1px solid #8bae59;
	z-index:1;
	}

.topnav {
   	position:absolute;
   	left:428px;
   	top:68px;
   	width:535px;
	height:16px;
	z-index:6;
	}

.ourworknav {
   	position:absolute;
   	left:428px;
   	top:108px;
   	width:535px;
	height:16px;
	z-index:6;
	}
	
.ourworkthumbs {
   	position:absolute;
   	left:450px;
   	top:136px;
   	width:470px;
	height:65px;
	border-bottom: 5px solid #add86f;
	z-index:6;
	}
	
.aboutusnav {
   	position:absolute;
   	left:50px;
   	top:108px;
   	width:945px;
	height:16px;
	z-index:6;
	}		

#footer {
   	position:absolute;
   	left:50px;
   	top:601px;
	height:11px;
   	width:945px;
	color:#555555;
	z-index:5;
	}

a {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #87B546;
	}

a.nav {
	padding: 0px 22px 0px 22px;
	}
	
a.thumbsnav {
	padding: 0px 9px 0px 9px;
	}
a.thumbsnavleft {
	padding: 0px 9px 0px 0px;
	}
a.thumbsnavright {
	padding: 0px 0px 0px 9px;
	}
	
a.subnav {
	padding: 0px 10px 0px 10px;
	}
	
a:hover {
	text-decoration : none;
	color : #000000;
	}

h1 {
	color: #8f1315;
	margin: 0px;
	padding: 0px;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	}

img.button {
	padding: 2px 0px 0px 224px;
	}	

/* Scrollbar Styles*/

#scroll-container {
	margin-top: 0px;
	position: relative;
	height: 370px;
	z-index:5;
	}
	
#content {
   	position:absolute;
   	left:450px;
   	top:183px;
   	width:430px;
	clip: rect(0px, 430px, 360px, 0px);
	color:#555555;
	font: 11px/20px Arial, Verdana, Geneva, Helvetica, sans-serif;
	z-index:5;
	padding: 0px 20px 20px 2px;
	overflow:hidden;
	}
	
#content p:first-child {
	margin-top: 0px;
	}

#track {
	position: absolute;
	left: 975px;
	top: 204px;
	width: 10px;
	height: 300px;
	background: #dfe2d9;
	z-index:5;
	}

#handle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background: #add86f;
	cursor:pointer;
	z-index:5;	
	}

#button-up {
	position: absolute;
	top: 189px;
	left: 975px;
	width: 10px;
	height: 10px;
	background: #add86f;
	cursor:pointer;
	z-index:5;
	}

#button-down {
	position: absolute;
	top: 509px;
	left: 975px;
	width: 10px;
	height: 10px;
	cursor:pointer;
	background: #add86f;
	z-index:5;	
	}
	
/* Horizontal Carousel */

#horizontal_carousel {
   	position:absolute;
   	left:450px;
   	top:136px;
   	width:534px;
	height:65px;
	border-bottom: 5px solid #add86f;
	z-index:6;
	}

#horizontal_carousel .container {
	float: left;
	width: 470px;
	height: 65px;
	position: relative;    
	overflow: hidden;
	}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 65px;
	}                      

#horizontal_carousel ul li {
	width: 80px;
	height: 65px;
	text-align: center; 
	list-style:none;   
	float:left;
	}

#horizontal_carousel .previous_button {
	float:left;  
	width: 32px;
	height: 60px;
	background: url(../pics/left.gif);
	z-index: 100;
	cursor: pointer;
	}

#horizontal_carousel .previous_button_over {
	background: url(../pics/left_over.gif);
	}

#horizontal_carousel .previous_button_disabled {
	background: url(../pics/left_disabled.gif);
	cursor: default;
	}

#horizontal_carousel .next_button {
	float:left;  
	width: 32px;
	height: 60px;
	background: url(../pics/right.gif);
	z-index: 100;
	cursor: pointer;
	}

#horizontal_carousel .next_button_over {
	background: url(../pics/right_over.gif);
	}

#horizontal_carousel .next_button_disabled {
	background: url(../pics/right_disabled.gif);
	cursor: default;
	}