@import url('reset.css');
html {
	overflow-y: scroll;
}
html, body {
	height:100%;
	/*background: #6dbe00 url("../images/backgrounds/body4.gif") -10% 0 repeat-x;*/
	background-color:#6dbe00;
	color: #333;
	font-family: Arial, Helvetica;
	line-height: 1.3;
	font-size:.98em;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #f63;
	text-decoration: underline;
}
a, img, a img, .noBorder, a:active, a:focus,:focus {
	border: 0;
	outline: 0;
	border: none;
	-moz-outline-style: none;
}
a:active {
	outline: none;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {   
	border : 0px;
} 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus {     
	outline : none; 
}

.page a:link, .page a:visited {
	color:#f63;
	text-decoration:none;
}
.page a:hover, .page a:visited:hover {
	color:#f63;
	text-decoration:underline;
}
p {
	margin: 1em 0 0.8em;
}
.clear {
	clear: both;
	line-height:0;
	height:1px;
}
#wrapper {
	/*background:url("../images/backgrounds/dingbats.png") repeat-x scroll 60% 0 transparent;*/
	height:100%;
	min-height:100%;
	
}
.content {
	width: 950px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;/* the bottom margin is the negative value of the footer's height */
}
.innerContent {
	background-color:#fff;
	padding:0 20px;
	clear:both;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position:relative;
}
#lola {
	float: left;
	width: 300px;
	height: 300px;
}
#visual {
	float: left;
	width: 320px;
	height: 320px;
	padding-top:10px;
}
#intro, #intro2 {
	position: relative;
	float: right;
	color: #404836;
}
#intro {
	width:530px;
}
#intro2 {
	width: 100%;
}
#intro h1, #intro p, #intro ul, #intro2 h1, #intro2 p, #intro2 ul {
	padding-left: 0;
}
#intro h1 img, #intro2 h1 img {
	width: 460px;
	height: 47px;
}
#intro p, #intro2 p {
	font-size: 1.5em;
	margin-top: 0.4em;
	font-family: Arial, Helvetica;
}
#border p {
	font-size: 0.7em;
}
#shortLogin p {
	font-size: 1em;
}
#shortLogin p.small {
	font-size:.95em;
	margin:0;
}
#intro ul, #intro2 ul {
	list-style: none;
	/*background-color: #D3FF99;*/
	background-color:#fff;
	float: left;
	font-size: 1em; /* 14px/16px */
	margin-left:20px;
}
#intro ul li, #intro2 ul li {
	background: transparent url("../images/icons/paw-icon.gif") left 5px no-repeat;
	position: relative;
	padding: 0.5em 0 10px 28px;
}
#intro #feature {
	padding-top: 20px;
}
#intro #feature2 {
	padding-top: 0px;
}
#intro #features, #intro2 #features {
	clear: both;
	/*background-color: #D3FF99;*/
	background-color:#fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom:20px;
}
#intro #features .new-products, #intro2 #features .new-products {
	position: absolute;
	top: -10px;
	right: 15px;
}
#intro #features dl, #intro2 #features dl {
	float: left;
	width: 46%;
	padding: 0 15px 0 0;
}
#intro #features dt, #intro2 #features dt {
	font-size: 0.875em; /* 14px/16px */
	font-weight: bold;
}
#intro #features dd, #intro2 #features dd {
	font-size: 0.8125em; /* 13px/16px */
	margin: 0.3em 0 1em 0;
}
#intro #features .container, #intro #features .container2, #intro2 #features .container, #intro2 #features .container2 {
	background-color: #cf9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
#intro #features .text {
	width:245px;
	float:left;
	padding:15px 10px 0 10px;
}
#intro #features .text p {
	font-size:1em;
}
.container {
	padding: 16px 20px;
}
.container2 {
	padding: 10px 20px;
}
.container.shortLogin {
	width:200px;
	margin:10px 0 0 20px;
	float:right;
}
#intro #features p, #intro2 #features p {
	font-family: Arial, Helvetica;
}
#intro #download, #intro2 #download {
	position: absolute;
	left: 10px;
	bottom: 15px;
}
#intro form#storeButton, #intro2 form#storeButton {
	position: absolute;
	right: 10px;
	bottom: 15px;
}
#intro p#reqs, #intro2 p#reqs {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	position: relative;
	left: -350px;
	bottom: 20px;
}
#intro p#reqs img, #intro2 p#reqs img {
	margin-right: 0.5em;
}
#intro p#reqs span, #intro2 p#reqs span {
	float: left;
	margin-right: 0.5em;
	margin-left: -0.8em;
	margin-top: -80px;
	vertical-align: middle;
	width: 350px;
}
#expContainer{
	position:relative;
	margin:-40px auto -40px;
	width: 810px;
	background:none;
}
#explanation {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	background: #14601d;
	padding-top:20px;
}
#explanation .info {
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
#explanation h2 {
	line-height: 0;
}
#explanation .info {
	padding:20px;
}
#explanation .info img.eco {
	float:left;
	margin-right:20px;
	margin-top:-20px;
	z-index:100;
}
#explanation img {
	display:block;
	margin:0 auto;
	text-align:center;
}
#top {
	background: url("../images/backgrounds/fade.png") bottom;
	height:30px;
}
.wrap {
	margin:0 auto;
	padding:20px 20px 1px;
	background-color:#fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.page {
	/*background-image: url("../images/backgrounds/FFFFFF_030.png");*/
	position:relative;
	background-color:#fff;
	/*
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	*/
	padding: 20px;
	margin:0 auto;
	height:100%;
	width:850px;
}
.page.home {margin-bottom:10px;}
.h500 {
	min-height:500px;
}
.page2 {
	/*background-image: url("../images/backgrounds/FFFFFF_030.png");*/
	background-color:#fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	margin: 0;
}
#footer {
	background: transparent url("../images/backgrounds/grass.png") left top repeat-x;
	bottom:0; /* compensates the offset spacing of topnav */
	width:100%;
	padding-top: 45px;
	overflow:hidden;
}
#footer .outer {
	background: #000;
	color: #fff;
	overflow: hidden;
	text-align: center;
	height:25px;
}
#footer .inner {
	background: #000;
	color: #fff;
	width: 890px;
	margin: 0 auto;
	text-align: left;
	font-size: .95em;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer a:link, #footer a:visited, .infoBox a:link, .infoBox a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover, .infoBox a:hover, .infoBox a:visited:hover {
	color: #fff;
	text-decoration: underline;
}
div#topnav {
	background-color: #f3793d;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 950px;
	margin-top:-7px;
}
div#topnav img.smallLogo {
	margin: 10px 0 0 4px;
}
.leaf {
	margin:20px 0 0 10px;
	float:left;
}
div#topnav img.byLine {
	margin: 23px 0 0 5px;
}
div#topnav ul {
	list-style: none outside none;
	padding: 20px 10px 16px 5px;
	float: right;
	*margin-top:-50px;
}
#topnav, #topnav li, #topnav li a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div#topnav li.current, div#topnav li.current a {
	background-color: #d4ff8a;
	color: #000000;
}
div#topnav li {
	float: left;
	margin: 0 4px;
	padding: 0 6px;
}
div#topnav li a {
	float: left;
	display: block;
	padding: 4px 2px;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
div#topnav li.current, div#topnav li.current a {
	background-color: #fff;
	color: #000000;
}
div#topnav li:hover, div#topnav li:hover a {
	background-color: #fff;
	color: #000000;
}
div#topnav li.shop a {
	padding-left: 30px;
	background: transparent url(../images/icons/shop.png) 0 5px no-repeat;
}
div#topnav li.shop a:hover, div#topnav li.shop.current a {
	padding-left: 30px;
	background: transparent url(../images/icons/shopOver.png) 0 5px no-repeat;
}
#border form input#email, #border form input.fields, #border form textarea {
	font-family: Arial, Helvetica;
	font-size: 1em;
	padding: 0.2em;
	margin: 9px 0;
}
#border input[type = "text"], #border input[type = "password"], #border textarea {
	/*
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	*/
	border: 1px solid #B6B6B6;
	color: #383838;
	outline-style: none;
}
#border label {
	display: block;
	width: 155px;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 1em;
	padding: 0.2em;
	margin: 8px 0;
}
#shortLogin {
	font-size:.95em;
	letter-spacing:-.25px;
}
#shortLogin label {
	display: block;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 1em;
	padding: 0.2em;
}
.shadow {
	-moz-box-shadow: 0px 0px 8px #4c4c4c;
	-webkit-box-shadow: 0px 0px 8px #4c4c4c;
	box-shadow: 0px 0px 8px #4c4c4c;
}
.error, .errorMsg, td span.error {
	color: #f00;
}
div.positionForm .errorMsg {
	color:#f00;
	margin:-5px 0 0 150px;
}
.fields.error {
	border-color:#f00;
}
.success {
	color: #66b600;
	line-height: 30px;
}
#osx-input {
	float: left;
	height: 11px;
	margin-right: 3px;
	width: 190px;
}
#registerButton {
	background:url(../images/register.gif);
	width:139px;
	height:40px;
	border:0;
	text-indent:-999px;
	font-size:0;
	display:block;
	line-height:0;
}
#loginButton, #submitButton, #registerButton {
	width:123px;
	height:35px;
	border:0;
	margin:5px 0 5px;
	color:transparent;
	text-indent:-999px;
	font-size:0;
	display:block;
	line-height:0;
}
#loginButton:hover, #submitButton:hover, #registerButton:hover {
	cursor: pointer;
}
#loginButton {
	background:url(../images/login.gif);
}
#submitButton {
	background:url(../images/submit.gif);
}
#registerButton {
	background:url(../images/register.gif);
}
.lW {
	float: left;
	clear: left;
	height: 15px;
}
.rW {
	float: right;
	clear: right;
	height: 15px;
}
ul.contact-info {
	line-height:160%;
	color:#4B3C30;
}
ul.contact-info {
	width:220px;
	float:right;
}
ul.contact-info li {
	list-style:none outside none;
	border-top: 1px #eee solid;
	padding:10px 0 10px 40px;
}
li.contact-phone {
	background:url(../images/icons/icon-phone.gif) no-repeat left 10px;
}
li.contact-fax {
	background:url(../images/icons/icon-fax.gif) no-repeat left 10px;
}
li.contact-email {
	background:url(../images/icons/icon-email.gif) no-repeat left 10px;
}
li.contact-address {
	background:url(../images/icons/icon-address.gif) no-repeat left 10px;
	line-height:140%;
}
.contact-form {
	width:576px;
	float:left;
}
.radius {
	width:118px;
	height:36px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
img#captcha {
	margin:8px 15px 8px 0;
}
span.refresh {
	line-hight:36px;
	color:#f63;
}
.contactCont {
	background:url(../images/backgrounds/contact.jpg) no-repeat bottom right;
}
.positionForm {
	width:780px;
	margin:0 auto;
}
.formLeft {
	width:360px;
	float:left;
	margin-right:60px
}
.formRight {
	width:360px;
	float:left;
}
.center {
	text-align:center;
	margin:0;
}
h2.product {
	font-size:1.2em;
	font-weight:bold;
	color:#f37b2a;
}
h3 {
	font-size:.95em;
	color:#67b800;
	margin:0 0 10px;
}
.infoBox {
	clear:both;
	color:#fff;
	margin: 0 auto;
	padding:10px;
	background-color: #5faf00;
	min-height:100px;
	letter-spacing: .25px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
}
.infoBox img {
	margin-right:10px;
	float:left;
	height:100px;
}
img.product {
	float:left;
	margin:0 20px 20px 0;
}
#shortLogin p.input-wrapper {
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	border:1px solid #B6B6B6;
	margin:0 0 5px;
	width:200px;
	height:25px;
}
#shortLogin p.input-wrapper input {
	background:none repeat scroll 0 0 transparent;
	border:0px;
	color:#000;
	font-family: Arial, Helvetica;
	font-size:1em;
	line-height:1em;
	margin-left:3px;
	padding:3px 0 3px 0;
	width:140px;
}
#shortLogin p.input-wrapper label {
	color:#999;
	font-family: Arial, Helvetica;
	font-size:1em;
	line-height:1em;
	padding:5px 0 3px 6px;
	text-shadow:none;
}
p.loginLinks {
	position:absolute;
	bottom:0px;
}
ul.bullet li {
	list-style-image:url("../images/bullet.png");
	margin-left:20px;
	margin-bottom:10px;
}
.display label {
	display:block;
	float:left;
	width:200px;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
}
table.tablesorter {
	font-family:Arial, Helvetica;
	background-color: #CDCDCD;
	margin:0;
	font-size:.95em;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size:1em;
	padding: 4px;
	white-space:nowrap;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:25px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	white-space:nowrap;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.pager {
	clear:both;
}
.userListCont {
	border:1px solid #999;
	background-color:#fff;
	width:850px;
	overflow-x:scroll;
}
.searchBox {
	padding:5px;
	float:left;
}
.pagedisplay {
	background-color:transparent;
	border:0 none;
	font-size:.8em;
	;
	text-align:center;
	vertical-align:top;
	width:30px;
	margin-top:4px;
}
.first, .prev, .next, .last {
	margin-top:5px;
}
#pagerOne {
	float:right;
	padding:3px;
}
.pagesize {
	float:right;
	margin-top:5px;
	margin-left:5px;
}
.accountInfo {
}
#social {
	float:right;
	height:25px;
	margin:10px 0 0 0;
}
#social img {
	float:right;
	height:25px;
	margin-right:5px;
}
#social img:last-child {
	margin-right:5px !important;
}
#d2wInfo {
	text-align:center;
	margin-top:10px;
	font-size:.8em;
	color:#f60;
	cursor:pointer;
	cursor:hand;
}
#d2wInfo span:hover{text-decoration:underline;}
#d2wInfo img {display:block;text-align:center;margin:0 auto;}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:310px;
	width:470px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#popupContact h1 {
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
#button {
	text-align:center;
}
.productInfo ul.bullet {
}
.productInfo ul.bullet li {
}
.productInfo {width:450px;float:right;margin-bottom:20px;}
.lavaLampWithImage {
	position: relative;
	/*background: url("http://www.lolabeaninternational.com/css/bg.gif") no-repeat top;*/
	padding:14px 15px;
	margin: 0;
	overflow: hidden;
	float:right;
	/*-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10pxpx;*/
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../js/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("../js/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:hover:visited {
	border: none;
	color:#000;
	text-decoration:none;
}
.myBox {
	margin: 0 auto;
	border: 0px solid #ffffff;
	color: #ffffff;
	width: 950px;
	height:55px;
	text-align: left;
	background-color: #f3793d;/* Do rounding (native in Firefox and Safari, CC in IE)
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    CCborderRadiusTL: 20px;
    CCborderRadiusTR: 20px; */
	-moz-box-shadow:0 0 8px #4C4C4C;
	-webkit-box-shadow:0 0 8px #4C4C4C;
	box-shadow:0 0 8px #4C4C4C;
	position:relative;
	z-index:999;
}
img.logo {float:left;margin:4px 0 0 4px;}
img.right {float:right;margin-left:10px;}

.Push {height:70px;}