@charset "UTF-8";
/* =GENERAL - the general styles */
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

	body{
		font-size:63.5%;
		line-height:2.2em;
		font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
	}
	a{text-decoration:none;color: #4fad25;}
	a:hover{color: #449420;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}

/* =LAYOUT - the main layout styles */
	.container{
		width:990px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	.containerW{
		width:1100px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	/* header layout 
	#header{
		height: 253px;
		background: #4a4841 url(../img/top_bg.jpg) top repeat-x;
		position: relative;
	}*/
/* header layout secondary */
	#headerSec {
		height: 75px;
		background: #4a4841 url(../img/top_bg.jpg) top repeat-x;
		position: relative;
}
	#navigation{
		position: absolute;
		right: 0;
		top:20px;
	}
	/* main area layout */
	#main{padding:10px 0 20px 0;}
	#leftcolumn{float: left;width:193px;}
	#center{float: left;width:380px;padding: 0 20px;}
	#rightcolumn{float: left;width:287px;}
	/* secondary two-column area layout */
	#ltColSec{float: left;width:193px;}
	#rtColSec{float: left;width:667px;padding: 0 20px;}
	/* third area layout */
	#ltColTh{float: left;width:553px;padding: 0 20px;}
	#rtColTh{float: left;width:287px;}	
	/* complete area layout */
	#oneCol{float: left;width:860px;padding: 0 20px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:310px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	/* logo */
	h1.logo{
		position: absolute;
		height: 71px;
	}
	h1.logo a{
	font: 28px/28px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 22px 9px 25px 20px;
	display: block;
	color: #4fad25;
	background: url(../img/logo_bg.png) left top no-repeat;
	padding-left:85px;
    text-decoration: none;
	}
	h1.logo a:hover{color: #89cc5b;text-decoration: none;}
	h1.logo a span{
	height:71px;
	width: 13px;
	position: absolute;
	top:0;
	right: -13px;
	cursor: pointer;
	background: url(../img/logo_right.png) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #fff;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	/* message and building pic */
	#banner{
	width: 420px;
	height: 180px;
	color: #a49c8f;
	font-weight: bold;
	padding:0px;
	margin: 60px 10px 0 240px;
	border: solid 1px #333333;
	font-size: 1.7em;
	}

/* =HEADER SECONDARY - styles */
	#headerSec .container{
height: 100px;
}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #9B968F; background: #f1f0ef url(../img/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 23px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{font-size: 1.2em;}
/* ADDED */
	h2 {font-size:22px; line-height:10px;margin-top:5px;}
	h3 {font-size:16px;text-align:center;clear:both;}
	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}	
	/* center column */
	.article_wrapper h2{color: #449420; font-size:2em;margin:10px 0;}
	.article_wrapper p{padding-bottom:10px;font-size:1.3em;}	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:7px;
		margin-bottom: 20px;
		width:273px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}
	.rightbox{border: 1px dashed #d9e0e8;width:273px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:195px;margin-right:5px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.product_wrapperW {float: right;width:253px;margin-left:10px;margin-top:5px;margin-right:5px;}
	.product_wrapperW h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapperW p{font-size:1em;}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 4px solid #9b968f;
		color: #449420; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(../img/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{background: #E9E4DE url(../img/footer_list.jpg) left top no-repeat;color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #449420;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #449420;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
		height: 37px;
		background: #4a4841 url(../img/footer_bg.jpg) 0 0 repeat-x;
		font-size: 1.2em;
	}
	#footer a{color: #A39D97;}
	#designby{
		background: url(../img/logo.png) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin: 5px 0 0 15px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	
/* TEXT LINKS */
.textLinks {text-decoration:underline;padding:5px;background-color:#fff;text-transform: uppercase;}
.textLinks a{color: #4fad25;}
.textLinks a:hover{color: #000;}
/* END ADDED LINKS */

/* TEXT LINKS */
.demoL {border: 1px solid rgb(153, 153, 153); padding: 10px; background-color: rgb(68, 148, 32); text-align: center; color: rgb(255, 255, 255);text-transform: uppercase; margin-bottom:10px;}
.demoL a{color: #ffffff;}
.demoL a:hover{color: #ffffff; border: 1px solid #cccccc; }
/* END ADDED LINKS */

/* Generic TEXT */
.genTxt {
font-size: 14px;
line-height:22px;
font-family: Lucida Console', Monaco, monospace;
}

/* Headers HDRS */
.twtHdr {
font-size: 18px;
font-family: Lucida Console', Monaco, monospace; 
color:#000080;
}

.largeHdr {
color: #449420; 
font-size:22px;
}

.MediumHdr {
color: #483F3D; 
font-size:20px;
}

/* IMAGE BOX */
.demoImg {
float: left;
margin: 10px;
padding:5px;
background-color:#97d64d;
}

.demoImgSm {
float: left;
margin: 10px;
padding:1px;
background-color:#97d64d;
}

/* PAGE BOXES */
.BoxA {
float:left; 
width:590px;
margin:25px 0px 0px 0px;
height: 75px;
border-top: 1px dashed #666666;
border-left: 1px dashed #666666;
border-right: 1px dashed #666666;
background-color: #f1f0ef;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.BoxB {
float:left; 
width:590px;
margin:25px 0px;
padding-bottom:5px;
border: 1px solid #666666;
background-color: #f1f0ef;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.BoxL  {
color:#006600;
float:left;
font-size:32px;
height:40px;
margin:10px;
padding:5px;
text-align:center;
width:75px;
clear:both;
}
.BoxImg  {
color:#006600;
float:left;
height:65px;
margin:10px;
padding:5px;
text-align:center;
width:75px;
clear:both;
}
.BoxRt {
float:left; 
width:150px;
margin:2px 10px 3px 10px;
height: 20px;
font-size:14px;
}
.BoxR {
float:left; 
width:150px;
margin:5px 10px;
height: 20px;
font-size:14px;
}
.BoxF {
float:left; 
width:440px;
margin:5px 5px 5px 20px;
padding-bottom:10px;
font-size:13px;
border-bottom: 1px dashed #CCC;
}
.BoxF p {
line-height:16px;
font-size:13px;
}

.BoxF li {
list-style-type:square;
}
.BoxF h2 {
line-height:24px;
}
.BoxTitle {
float:left; 
padding:2px 10px 0px 10px;
margin:-15px 0px 0px 12px;
height: 25px;
background-color:#ffd24f;
font-size:16px;
color:#42423B;
border: 1px dashed #ffd24f;
clear:both;
}
.BoxImgFtr {
color:#006600;
float:left;
height:65px;
margin:10px 0 0 35px;
padding:5px;
text-align:center;
width:75px;
}
.BoxFtr {
border:1px dashed #CCCCCC;
float:left;
font-size:13px;
margin:5px 15px 5px 20px;
padding-bottom:10px;
width:150px;
}
.pricingPerMonth {
float:right;
font-size:9px;
line-height:9px;
width:20px;
}
.pricingAnnual {
float:left;
width:570px;
padding:0px 10px;
clear:both;
text-align:left;
font-size:14px;
color:#fff;
text-shadow: 2px 2px 2px #333;
background-color:#42423B;
border: 1px solid #42423B;
margin-bottom:10px;
}
.pricingAddtoCart {
float: right;
width: 120px;
margin-right: 25px;
text-align:right;
}
