@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin: 0; 
    text-align: center;
	font-family: tahoma;
	font-size: 11px;
	background-color:#e8e8e8;			/* Main background-color  */
	
	
}

.boxb {
background-image: url("../images/tile2.jpg");
background-repeat : repeat-x;
border : #3b4919 1px solid;
padding: 15px;
background-color: #020202;
}


#scont {
	padding:0;
	margin: 0; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:780px;
}
#sheader {
	position:relative;
	height:110px;
	padding: 0px;
	width:780px;
	/*background-color:#bbbbbb; */			/* Header background-color  */
	
	background-image:url(../images/logotop.bmp);
}
h1 {
	position:relative;
	font-weight:300;
	font-size:21px;
	top:15px;
	left:25px;							/* Title Left Space  */
	padding: 0;
	margin: 0;
	width: 400px;
}
h2 {
	position:relative;
	font-weight:300;
	font-size:17px;
	top:15px;
	left:25px;
	padding: 0;
	margin: 0;
	width:720px;
}
#sheader p {
	position:relative;
	padding: 0;
	margin: 0;
	position:relative;
	top:15px;
	left:0px;							/* Slogan Left Space  */
	width:400px;
}
#sbody {
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#FFFFFF;
	border-top:solid;
	border-top-color:#74b823;			/* Footer border-top-color  */
	border-top-width:1px;
}
#sfooter {
	background-color:#eeeeee;			/* Footer background-color  */
	position:relative;
	text-align: center;
	vertical-align:middle;
	width:100%;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid;
	border-top-color:#74b823;			/* Footer border-top-color  */
	border-top-width:1px;
	margin-left:0px;
	margin-right:0px;
}

/*** Footer Menu ***/
#footermenu {
	padding:10px;
	margin:0;
	font-family: tahoma;
	font-size: 12px;
		
}
#footermenu a {
	margin:5px;
	padding:5px;
	color:#339966;						/* Fix menu links color  */
}
#footermenu a:hover {
	color:#CC0000;						/* Fix menu links mouseover color */
}


/*** Contact Frame ***/
#contactframe {
	position:relative;
	width:780px;
	height:310px;
	padding:0px;
	margin:0px;
}

/* F.A.Q. Frame */				
#faqframe {
	height:850px;						
	position:relative;
	padding:0;
	margin:20px;
	top: 30px;
	width: 730px;
}

/* Testimonials Frame */ 		
#testimonialsframe {
	height:240px;						/* Fix Testimonials Height */	
	position:relative;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

/*** Legal Frame ***/
#legalframe {
	height:1070px;
	position:relative;
	padding:0;
	margin:0px;
	top: 0px;
	width: 780px;
}

#logintable {
	position:relative;
	height:110px;
	padding:0;
	margin:0px;
	top: 0px;
	width: 730px;
}

#joinbtn {
	position:relative;
	left: 201px;
	padding: 0;
	margin:20px;
	width:321px;
	height:67px;
}