/* 
----------------------------------------------------------------------------------------

Copyright 2012 - Gruve Technologies, Inc. All rights reserved.

----------------------------------------------------------------------------------------
*/


html {
	background: #66bc29;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	background:#99999
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}


					body {
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}

p {
	letter-spacing: normal;
	line-height: 20px;
}

h1 {
	color:#66bc29;
	font-size:24px;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#66bc29;
	font-size:18px;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#66bc29;
	font-size:16px;
	margin:20px 0 5px 0;
	clear:both;
}



a:link, a:visited {
	color:#0311fe;
	text-decoration:none;
}


a:hover {
	color:#66bc29;
	text-decoration:underline;
}
	
					
#wrapper {
	background: url('images/css/page-vbg.jpg') repeat-y 50% 0px;
	margin:0 auto ;
	width:100%
}

					body {
	background-color:#66bc29;
}

#wrapper {
	border-top: 0px solid #66bc29;
}
	

#bg {
	margin:0 auto;
	padding:0;
	background:url('images/css/hat.jpg') no-repeat center top ;
	
}





#page {
	background: url('images/css/page-bg.jpg') no-repeat center top;
}











#topSlideshowWrapper {
	width:100%;
	height:400px;
	background-color:#66bc29;
	background-image:url('http://gruvetechnologies.com/images/css/topSlideshowWrapper-bg.jpg');
	background-position: center top ;
	background-repeat:repeat-x
}

					
#sliderContainer {
	width: 800px;
	margin:0 auto;
}


#slider1 {
	width:100%;
	height: 400px;	
	position: relative;
    overflow: hidden; /* important */
}


#slider1 img { 
	padding: 0; 
	margin:0;
	width:800px;
	height:400px;
}


#slider1 a img { border:none } 


#slider1Content {
	margin:0;
	padding:0;
	height:400px;
	font-size:0;
	width:100%;
	position: relative;  
}


.slider1Image {
	display:none;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

.slider1Image span {
	position: absolute;
	left:0;
	font-family:Tahoma, Times Roman;
	font-size:14px;
	padding: 0px;
	width:800px;
	background-color:#66bc29;  
	color: #fff;
	display: none;
	z-index:20;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;	
	-khtml-opacity: 1.0;
	opacity: 1.0;
} 


.slider1Image .bottom {
	bottom: 10px;
	left: 0;
	height: 44px;


} 


.slider1Image .left {
	bottom: 0;
	left: 650px;
	height: 300px;
    right: 0;
}




#midBannerWrapper {
	width:100%;
	height:240px;
	background-color:#66bc29;
	background-image:url('images/css/midBannerWrapper-bg.jpg');
	background-position: center top ;
	background-repeat:repeat-x
}

					
#midBanner {
	width:800px;
	margin:0 auto;
	height:240px;
	background-image:url('images/css/midBanner.jpg');
	background-repeat:no-repeat
}









					



#container {
	margin:0 auto;
	width:800px;

}

#banner {
	margin: 0 auto;
	height:112px;
	width:100%;
}


#content {
	width:760px;
	margin: 0 auto;
	text-align:left;
}


#content p {
	text-align:justify;
}

	



#footerWrapper {
	margin:0 auto;
	height:160px;
	padding:0;
	background:url('images/css/footerWrapper-bg.jpg') no-repeat center top;
}


#footer {
	margin:0 auto;
	padding:0;
	width:800px;
	height:80px;
}


					#footer {
	text-align:center;
}

	
	
					


#left {
	width:120px;
	padding:20px 20px 20px 20px;
	float:left;
}


#center {
	width:560px;
	padding:10px 20px 20px 20px;
	float:left;
}

 
#content p {
	margin-top:10px;
	text-align:justify;
}


										
#sidebar ul.vmenu {
	list-style: none;
	text-align: left;
	margin: 25px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #909090;
}


#sidebar ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #909090;
}



#sidebar ul.vmenu li a {
	text-decoration: none;
	
}


#sidebar ul.vmenu li a:hover {
	color:#66bc29;
}


#sidebar ul.vmenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.vmenu ul li { border: none; }


		
	


a img {
	border:none;
} 


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}