/* CSS Document */

/* Body Style */
body {
	
	font-family: "Trebuchet MS",Trebuchet,Calibri,Tahoma,Arial,sans-serif;
	background: #6FB536;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Wrapper */
#heading_pane {
	background: #FFFFFF;
	width: auto;
	height: 180px;
	margin: 0;
}
#heading_wrapper {
	width: 1020px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#mainban_pane {
	background: #FFFFFF;
	width: auto;
	min-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#mainban_wrapper {
	width: 1020px;
	height: 320px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#undertab {
	background: url(../images/undertab/undertab_100x25.png);
	position: absolute;
	width: 100px;
	height: 25px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 20px;
	z-index: 10;
}
#body_wrapper {
	width: 1020px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
#section_wrapper {
	width: 1020px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#slideshow_wrapper {         
	 width: 550px;
	 height: 300px; 
	 margin: 0px;    
} 
#footer_wrapper {         
	 width: 1020px; 
	 margin-top: 10px;
	 margin-right: auto;
	 margin-left: auto;    
}

/* Element */
#testimonial_card {
	width: 480px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background: #96CF67; 
	
	behavior: url(/css/border-radius.htc); 
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
 
 	border-top-left-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;   
}

/* HR Style */
	.hr1020 {
	height: 0;
	align: center;
	font-size: 0;
	line-height: 0;
	width: 1020;
	margin: 1em auto;
	margin-top: 10px; 
}
.hr260 {
	height: 0;
	align: center;
	font-size: 0;
	line-height: 0;
	width: 260;
	margin: 1em auto;
	margin-top: 10px; 
}
.solid {
	border-bottom: solid 4px #cccccc;
}
.solid_8CC45F {
	border-bottom: solid 4px #8CC45F;
}
.solid_999999 {
	border-bottom: solid 1px #999999;
}
.dotted {
	border-bottom: dotted 2px #cccccc;
}
.double {
	border-bottom: double #999999;
}

/* Link Style */
a {
	color: #6FB536;
	text-decoration: none;
}
a.navibar_font_hover {
	color: #550F08;
	text-decoration: none;
}
a:hover { 
	color: #6FB536; text-decoration: underline;
}
a.hover:hover { 
	color: #550F08; text-decoration: underline;
}
a.hover_blue:hover { 
	color: #3B5999; text-decoration: underline;
}
a img {
	border: none;
}
img {  
	border-style: none;
}

/* Rounded Corners for Tables */
.rounded_corners {
	behavior: url(/css/border-radius.htc);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.rounded_corners_events {
	behavior: url(/css/border-radius.htc);
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
}

/* Frame */
.product_hightlights_frame {
	border: 5px solid #8CC45F;
}
.fbanner_frame {
	border: 5px solid #8CC45F;
	width: 324px;
	height: 324px;
}
.gallery_frame {
	border: 5px solid #8CC45F;
	width: 145px;
	height: 145px;
}
.testimonial_frame {
	border: 5px solid #8CC45F;
	width: 230px;
	height: 230px;
}

/* Text Styles */
.s10 {
	font-size: 10px;
}
.s12 {
	font-size: 12px;
}
.s14 {
	font-size: 14px;
}
.s20 {
	font-size: 20px;
}
.s30 {
	font-size: 30px;
}
.s40 {
	font-size: 40px;
}
.s50 {
	font-size: 50px;
}
.bold {
	font-weight: bold;
}
.cGREEN {
	color: #6FB536;
}
.cMAROON {
	color: #550F08;
}
.cBLUE {
	color: #3B5999;
}
.c333333 {
	color: #333333;
}
.c666666 {
	color: #666666;
}
.c999999 {
	color: #999999;
}
.cFFFFFF { 
	color: #FFFFFF;
}
.brown {
	font-family: Verdana;
	font-size: 10px;
	color: #996633;
}
.box {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.graphics {
	font-family: Verdana;
	font-size: 10px;
	color: #339900;
}

/* Watermark */
.watermark {
	background-image: url(../images/watermark/watermark.jpg);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.watermark img.blank {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.watermark img{
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
}

/* Tag Cloud */
#htmltagcloud{

/******************************************
 * CUSTOMIZE CLOUD CSS BELOW (optional)
 */
	font-size: 40%;
	width: auto;		/* auto or fixed width, e.g. 500px   */	
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
	background-color:#8CC45F;
	margin:1em 1em 0 1em;
	border:2px dotted #ddd;
	padding:2em; 
/******************************************
 * END CUSTOMIZE
 */

}
#htmltagcloud{line-height:2.4em;word-spacing:normal;letter-spacing:normal;text-transform:none;text-align:justify;text-indent:0}#htmltagcloud a:link{text-decoration:none}#htmltagcloud a:visited{text-decoration:none}#htmltagcloud a:hover{color:white;background-color:#05f}#htmltagcloud a:active{color:white;background-color:#03d}.wrd{padding:0;position:relative}.wrd a{text-decoration:none}.tagcloud0{font-size:1.0em;color:#FFFFFF;z-index:10}.tagcloud0 a{color:#FFFFFF}.tagcloud1{font-size:1.4em;color:#FFFFFF;z-index:9}.tagcloud1 a{color:#FFFFFF}.tagcloud2{font-size:1.8em;color:#777777;z-index:8}.tagcloud2 a{color:#777777}.tagcloud3{font-size:2.2em;color:#777777;z-index:7}.tagcloud3 a{color:#777777}.tagcloud4{font-size:2.6em;color:#999999;z-index:6}.tagcloud4 a{color:#666666}.tagcloud5{font-size:3.0em;color:#666666;z-index:5}.tagcloud5 a{color:#666666}.tagcloud6{font-size:3.3em;color:#666666;z-index:4}.tagcloud6 a{color:#666666}.tagcloud7{font-size:3.6em;color:#333333;z-index:3}.tagcloud7 a{color:#333333}.tagcloud8{font-size:3.9em;color:#333333;z-index:2}.tagcloud8 a{color:#333333}.tagcloud9{font-size:4.2em;color:#000000;z-index:1}.tagcloud9 a{color:#000000}.tagcloud10{font-size:4.5em;color:#000000;z-index:0}.tagcloud10 a{color:#000000}.freq{font-size:10pt !important;color:#bbb}#credit{text-align:center;color:#333;margin-bottom:0.6em;font:0.7em 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif}#credit a:link{color:#777;text-decoration:none}#credit a:visited{color:#777;text-decoration:none}#credit a:hover{color:white;background-color:#05f}#credit a:active{text-decoration:underline}//




