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



/* *******zero out padding and margin to ensure consistent display across browsers********** */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}
ol {
	margin-left: 50px;
	margin-top: 10px;
}
ul {
	margin-left: 50px;
	margin-top: 10px;
}


/*begin page css*/
body {
	background-color: #345D01;
	background-image: url(images/sunnylandfulldesign5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	color: #CCC;
	font-variant: normal;
	height: 100%;
}
p {
	font-size: 1em;
}

html {
	height: 100%;
}

h1 {
	font-size: 2em;
	color: #9C6;
	padding: 0;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}



#wrapper {
	margin-right: auto;
	margin-left: auto;
	top: 250px;
	position: relative;
	width: 700px;
	text-align: left;
	padding: 0;
	min-height: 100%;
	margin-bottom: 200px;
	background-image: url(images/darkbg.jpg);
	background-color: #264501;
	background-repeat: no-repeat;
}
#checklist {
}
#checklist li {
	background-image: url(images/icons/Select.png);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 26px;
	background-position: left top;
}
.bigtext {
	font-size: 16px;
}

#navbar td:hover {background-color: #090
}
#navbar {
	padding: 0px;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	color: #266202;
	width: 700px;
}
.horiz {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 400px;
	border-bottom-color: #FFA111;
	height: 2px;
}



#maincontent {
	margin: 0px;
	width: 671px;
	float: left;
	position: relative;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
	top: 40px;
}


.navlinks {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}


#sidebar {
	margin: 0px;
	padding: 10px;
	width: 200px;
	float: right;
	height: 700px;
}
#footer {
	text-align: center;
	background-color: #349800;
	position: relative;
	height: 358px;
	background-image: url(images/footersliver.jpg);
	background-repeat: repeat-x;
	font-size: 0.7em;
}
#clearfooter {
	height: 200px;
	clear: both;
	margin: 0px;
}

.price {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
}
.pricingmiddle {
	background-image: url(images/pricing%20box/images/middle.jpg);
	background-repeat: no-repeat;
	background-color: #ff9900;
}
h3 {
	font-size: 1.2em;
}
a {
	color: #FFF;
}
.little_bigger {
	color: #999;
	font-size: 14px;
}
#youget {
	float: right;
	height: 500px;
	border-top-width: 6px;
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	margin-left: 10px;
	background-color: #FFD17F;
}
.featurelist    {
	padding-left: 20px;
	font-size: 12px;
}
.brandname {
	font-size: 24px;
	color: #9C6;
}
#ie_conditional {
	font-size: 18px;
	color: #FFF;
	background-color: #F00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	position: absolute;
	top: 0px;
}

