/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff url(../images/page_bg.jpg) top center ;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-size:2em;
}
h1  a, h2  a, h3  a{
	color:green;
	text-decoration: underline;
}
h2 {
	padding:2px auto 30px 0;
	letter-spacing:-1px;
	font-size:2em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 


a{
	color:green;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

 

/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Wrapper *****/

#wrap {
	width:960px;
	margin:0 auto;
}
/***** Header *****/

#header {
	margin:0 0 0px 0;
	padding:0;
	height: 165px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 180px top;
}

#slogan {
	position: absolute;
	top: 105px;
	left: 250px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background-color:#CBF0CA;
	padding: 8px 20px;
  
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
 
	filter: alpha(opacity=70); /* IE lt 8 */
	 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
 
	-khtml-opacity: .70; /* Safari 1.x */
 
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
	
}
#PurchaseBtn {
	position: absolute;
	top: 105px;
	left: 650px; 
	padding: 0px 20px;
}

#PurchaseBtn a {
  background: url("../images/purchaseBtn.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 215px;
}
#PurchaseBtn a:hover {
	background-position: 0 -40px;
}



.slogan{
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
 
	filter: alpha(opacity=100); /* IE lt 8 */
 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
 
	-khtml-opacity: 1; /* Safari 1.x */
 
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
	padding: 0px;
	margin: 0px;
	color: #000;
	}
	
#tagline{
	width:960px;
	height:30px;
	border-bottom:2px solid #008F50;
	}



.phone{
	padding:5px 20px 0 0;
	color:#B3EFB5;
	font-size:16px;
	font-weight:bold
	}


/***** Logo *****/
#header #logo {
	padding:0 0 10px 0;
	z-index:99;
	position:absolute;
	top:32px;
	left:20px;
 
}

#header #screenshots {
	position:absolute;
	right:0px;
	top:15px;
 
}


  
 
 /* -----------------------------------*/
/* -- NAVIGATION <<<---------*/
/* -----------------------------------*/
#navigation{
	border:3px solid #cbf0ca;
	background-color:#029f5a;
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:80px;
	border-top:0px;
	}
	
#Nav {
	float: right;
	margin: 13px 30px 0 0;
	font-size: 14px;
	font-weight: bold;
	}

#Nav li {display: inline;}

#Nav a {
	color: #fff;
	padding: 5px 13px 5px 13px;
	margin-left:5px;
	text-decoration: none;
	outline: none;
}

#Nav a:hover, #Nav a.selected {
	color: #029F5A;
	background-color: #fff;
	text-decoration: none;
	outline: none;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; /* future proofing */
}

#Nav {
	margin:0;
	padding:15px 20px 0 0;
	list-style:none;
}
/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#Nav li {
	position:relative;
	z-index:500;
}
/* submenu, it's hidden by default */
		#Nav ul {
	position:absolute;
	left:8px;
	top:40px;
	display:none;
	padding:0;
	list-style:none;
}
#Nav ul li {
	width:100%;
	float:left;
	background-color:#CCC;
}
/* display block will make the link fill the whole area of LI */
		#Nav ul a {
	width:100%;
	height:35px;
	color:#666;
	background-image:none;
	background-color:#97DDF6;
	text-align:left;
	border-bottom:1px solid #42C4EC
}
#Nav ul a:hover {
	text-decoration: none;
	background-color: #42C4EC;
}
/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
*html #Nav ul {
	margin:0 0 0 -2px;
}







#content_wrap{
	background:#cbf0ca url(../images/content_bg.jpg) bottom left no-repeat;
	border:3px solid #029f5a;
	overflow:hidden;
	padding: 10px 0px;
	}


/***** Content *****/


#content {
	float:left;
	width:650px;
	margin:0 20px 0 0;
	padding:0 15px 0 15px;
	line-height:25px;
 
}

#maincontent {
position:relative;
}

/***** Sidebar *****/

#sidebar {
	clear:right;
	float:left;
	width:250px;
	text-align: center;
	color: #FFF;
}

#sidebar a {
	color: #FF9C00;
}


.sidebarBtn {
  background: url("../images/sidebarBtn.png") no-repeat scroll 0 0 transparent;
  color: #333333 !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin: 8px auto;
  text-align: center;
  width: 195px;
}
.sidebarBtn :hover {
	background-position: 0 -27px;
	  color: #000;
}

#sidebar #trent {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #EEEEEE;
  border-color: #DFE0E4 #DFE0E4 #94A1AA #DFE0E4;
  border-style: solid;
  border-width: 1px 1px 3px;
  margin: 15px 10px;
  padding: 5px;
  text-align: center;
}

#sidebar .roundbutton {
  background: -moz-linear-gradient(center top , #FFFFFF 0%, #B5B5B5) repeat scroll 0 0 transparent;
  border: 1px solid #949494;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #FFFFFF inset;
  color: #050505;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin: 5px auto;
  padding: 7px 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 #FFFFFF;
}



#search_box  {
	background:url("../images/bg_search_box.gif") no-repeat scroll 0 0 transparent;
	height:31px;
	width:230px;
	margin: 0px 10px;
}
#search_box #s {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	color:#029F5A;
	float:left;
	font-size:12px;
	margin:8px 0 0 6px;
	padding:0;
	width:160px;
	font-weight: bold;
}
#search_box #go {
	float:right;
	margin:0px 0px 0 0;
	padding:0;
}


#sidebar  .sidebox{
		text-align:left;
		width:210px;
		padding:10px;
		margin:15px auto;
		border:3px solid #FFFFFF;
		background: #029F5A url(../images/sidebox_bg.gif) repeat-x bottom center;
	}
 


#sidebar h2 {
	color:#FFF;
	padding:0;
	font-size:18px;
	letter-spacing:normal;
	font-style: italic;
	margin: 5px auto;
}
#sidebar ul,  #sidebar ol {
	list-style:none;
	padding:0px;
}

#sidebar ul li {
	list-style:none;
	line-height: 25px;
	padding-left:15px;
	background-image: url(../images/li_bulit.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

#sidebar ul li a{
	color:#fff;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration:underline;
	color:#000;
}



/***** Footer *****/

#footer {
	clear:both;
	color:#cbf0ca;
	margin:20px 0 20px 0;
	padding:10px;
	font-size:12px;
	border:3px solid #cbf0ca;
	background-color:#029f5a;
	height:20px;
	line-height: 20px;
}


#footer a{
	color:#cbf0ca;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}




.more{
	padding-right:20px;
	text-align:right;
	background-image: url(../images/readmore_icon.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	font-weight:bold;
}

/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.round5px{
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px; /* future proofing */
	}

.round10px{
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; /* future proofing */
	}
	
.round10pxbottom{ 
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
	}
	
.pic {
  background-color: rgba(254, 254, 254, 0.5);
  border: 1px solid #FFFFFF;
  margin: 5px;
  padding: 10px;
 
	/* -moz-box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999; */


}
	
 
#slider {
    width: 655px; /* important to be same as image width */
    height: 265px; /* important to be same as image height */
    position: relative; /* important */
	overflow: visible; /* important */
	background-color:#FFF;
	border:1px solid  #CCC;
	margin:0 auto 20px;
}

#shadow {
 
	position:absolute;
	height:18px;
	width: 656px;
	background:url("../images/headershadow.gif") no-repeat scroll 0 0 transparent;
	display:block;
	bottom:-19px;
}

#sliderContent {
    width: 635px; /* important to be same as image width or wider */
	height: 245px; /* important to be same as image height */
    position: absolute;
	top: 10px;
	margin-left: 10px;
	padding:0px;
}
#sliderContent ul, #sliderContent li{ list-style-type: none;}
.sliderImage {
	height: 245px; /* important to be same as image height */
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 609px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: green;
    display: none;
}
 
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

.left {
height:225px;
left:0;
top:0;
width:125px !important;
}
.right {
bottom:0;
height:225px;
right:0;
width:125px !important;
}
.actionbox {
background-color:#FFFFFF;
border:1px solid green;
display:inline;
margin:0 10px;
padding:3px 10px;
}

 
 #testimonials {
  list-style: none outside none;
  padding: 0;
}
 .quotebubble-wide-bttm {
  margin: 20px 0;
  width: 640px;
}
 
 .quotebubble-wide-bttm .qb-top {
  background: url("../images/quotebubble.gif") no-repeat scroll left -19px transparent;
  font-size: 1px;
  height: 8px;
  line-height: 1px;
  overflow: hidden;
  width: 100%;
}

.quotebubble-wide-bttm .qb-mid {
  background: none repeat scroll 0 0 #fff;
  padding: 16px 30px;
}

.quotebubble-wide-bttm .qb-bttm {
  background: url("../images/quotebubble.gif") no-repeat scroll left -35px transparent;
  font-size: 1px;
  height: 30px;
  line-height: 1px;
  overflow: hidden;
  width: 100%;
}


.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	background: -moz-linear-gradient(
		top,
		#41eb4d 0%,
		#278539);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#41eb4d),
		to(#278539));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(046,125,067,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(046,125,067,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
 .css3button  :hover{text-decoration: none;}
 
 .quote {
    background: url("../images/left-quote.png") no-repeat scroll 0 0 transparent;
    padding: 8px 0 18px 25px;
}
.quote .inner {
    background: url("../images/right-quote.png") no-repeat scroll right bottom transparent;
    font: italic 12px/20px 'Georgia',serif;
    padding: 0 20px 0 0;
}
.testimonials_date {
  color: #056139;
   font: 18px/30px 'Georgia',serif;
  font-weight: bold;
}
