html {background:#e9fcf2 url(bg-tile-green.jpg) repeat top left;}

body {
    background:transparent url(bg-horz.png) repeat-x top left;
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	color:#5d7f6d;
}

body.altpattern {
	background-position:left -145px;
}

.topbar {
	position:relative;
	height: 55px;
	padding: 10px 0;		
}
a {outline:0 !important; color:#2d8858;}
a:hover {color:#2d8858}
input::-moz-focus-inner { border: 0; }

ul {margin:18px 0 30px 0;}
li {list-style: none; color:#5d7f6d; margin-bottom:10px;}
.right {float:right;}
.left {float:left;}

h1, h2, h3, h4, h5, h6, p, ul, li {color:#5d7f6d;}

/* Navigation */

.topbar h3 a, .topbar .brand {text-indent:-999em; display:block; width:130px; height:60px; background:transparent url(mole_pro_logo_small.gif) no-repeat; margin:0 15px 15px 0; padding:0;}
.topbar h3 a:hover, .topbar .brand:hover {text-decoration: none; color:#00a056; font-weight:700; font-size:32px;}
.topbar a {text-shadow:none;}

.topbar .menu {margin:4px 0 0 10px;}

.topbar .menu a {
	color:#fff; 
	margin: 0;  
	padding: 6px 12px; 
	font-size:16px;
	background: #5e931b !important;
	background: linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%);
	background: -o-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%);
	background: -moz-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%);
	background: -webkit-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%);
	background: -ms-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(95,148,27)),
		color-stop(0.71, rgb(124,167,67))
	);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ca743, endColorstr=#5f941b);	
	border: 1px solid #3E6E02;
    box-shadow: 0 1px 1px #9FC96A inset;
    border-radius: 0;
    box-shadow: 0 1px 1px #fff;
}

.topbar .menu a.first {padding-left:18px; border-radius: 50px 0 0 50px !important;}
.topbar .menu a.last {padding-right:18px; border-radius: 0 50px 50px 0 !important;}

@media all and (min-width:0) {
    .btn, .topbar .menu a.first, .topbar .menu a.last { border-radius:0 \0/ !important; }  /* IE9 */
}



.topbar .menu a:hover {}
.topbar .menu a.active, .topbar .menu a:hover {
	background: #5e931b !important;
	background: linear-gradient(bottom, rgb(124,167,67) 71%), rgb(95,148,27) 41%;
	background: -o-linear-gradient(bottom, rgb(124,167,67) 71%), rgb(95,148,27) 41%;
	background: -moz-linear-gradient(bottom, rgb(124,167,67) 71%), rgb(95,148,27) 41%;
	background: -webkit-linear-gradient(bottom, rgb(124,167,67) 71%), rgb(95,148,27) 41%;
	background: -ms-linear-gradient(bottom, rgb(124,167,67) 71%), rgb(95,148,27) 41%;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.71, rgb(124,167,67)),
		color-stop(0.41, rgb(95,148,27))		
	);
}


#cart {margin-top:10px}
.btn {
	border-radius:50px;
	font-size:15px;
    padding:6px 15px;
	
}
.btn.yellow {
	background-color: #f6cf16 !important;
	background-image: linear-gradient(bottom, rgb(246,209,22) 27%, rgb(253,235,134) 64%);
	background-image: -o-linear-gradient(bottom, rgb(246,209,22) 27%, rgb(253,235,134) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(246,209,22) 27%, rgb(253,235,134) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(246,209,22) 27%, rgb(253,235,134) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(246,209,22) 27%, rgb(253,235,134) 64%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.27, rgb(246,209,22)),
		color-stop(0.64, rgb(253,235,134))
	);
    background-repeat: no-repeat;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdeb86, endColorstr=#f6d116);
    border-color: #e6c01c #e6c01c #d0a900;
    color:#776100;
    margin:-7px 10px;
    padding:6px 15px;    
    
}

.btn.yellow:hover {color:#776100;}

.btn.primary {
	background-color: #5e931b !important;
	background-image: linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%) ;
	background-image: -o-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%) ;
	background-image: -moz-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%) ;
	background-image: -webkit-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%) ;
	background-image: -ms-linear-gradient(bottom, rgb(95,148,27) 41%, rgb(124,167,67) 71%) ;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(95,148,27)),
		color-stop(0.71, rgb(124,167,67))
	);
	    background-repeat: no-repeat;
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ca743, endColorstr=#5f941b);
	    border-color: #519951 #519951 #217721;
	    color:#fff;
	    padding:6px 15px;    
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.topbar .btn.yellow, .topbar .btn.yellow {
margin: -6px 10px; /* This works only in Safari and Google Chrome */
}
} 


.creditcards {margin:-2px 25px 0 0;}
.creditcards img {margin-right:7px; float:left;}    
	
.cartIcon {
	background:transparent url(icon-cart-small.png) no-repeat top left;
	width:17px;
	height:17px;
	display: block;
	float:left;
	margin:2px 12px 3px 0px;
}

.topbar div > #cart a, #cart a {float:right; }


/* Home Feature */

.hero-unit .btn {
	font-size: 20px;
    margin-top: 12px;
    padding: 10px 28px;
}

.home .hero-unit {
	float:left; 
	background-color:#fff;
	border: 1px solid #F0F0F0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding:35px 50px;
    color:#777;
}

.home .hero-unit h1 {
	line-height: 0.95;
    margin-bottom: 16px;
}

.home .hero-unit p {
    font-size:21px;
    line-height:28px;
}

.stamp {margin:235px 0 0 209px;}

.trap {margin-top:-20px;}
.trap img {float:left;}
.trap p {margin:70px 0 0 170px; font-size:18px; line-height:26px;}
.trap .btn {margin-top:8px;}

.main {float:left; width:440px;}
.video {float:right; width:398px;}
.video iframe {
    background-color: #f0f0f0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 5px #BBBBBB inset;
    float: right;
    padding: 15px;
}

.videoLabel {
	margin:10px 0 0 65px;
	float:left;
	font-size:15px;
	font-weight: bold;
}

.features {margin-top: 25px; border-top:1px solid #bee0ce; box-shadow: 0 1px 1px #fff inset; padding-top:0;}
.features li {list-style:none;}
.features li img {float:left; margin-right:10px;}
.features h4 {font-weight:400; font-size:17px; padding-top:5px;}
.features .span5 {margin-top:8px;}
.features .span6 {margin-top:-2px;}

/* Testimonials */

#testimonial, .testimonial {
	background-color:#fff;
	box-shadow: 0px 1px 3px #284636;
	border-radius: 6px;
}

#testimonial .text,.testimonial .text {
	background:transparent url(quote.png) no-repeat 12px 12px;	
	display: block;
	font-size:15px;
	color:#666;
	text-shadow:0 1px 1px #fff;
    margin-top: 40px;
    padding: 15px 20px;
}

.attribution {
	font-size:13px; 
	background:transparent url(attribution.png) no-repeat 15px top;
	margin:-5px 0 0 0;
	padding:15px 15px 0 15px;
}

.testimonialLink {
	font-size:12px;
	padding:0 15px;
}


/* Shop Banner */

.shopNow {
	border-top:1px solid #f9e385;
	box-shadow: 0 1px 1px #fff inset;
	margin-top:30px;
	padding:30px 0;
	text-align: center;
	background-color:#fffbe5;
	
}

.shopNow h5 {
	font-size:17px;
	color:#ae8d00;
	font-weight: 600;
	}

.shopNow h2 {
	font-size:45px;
	top:0;
	margin-top:14px;
}

.shopNow .btn.yellow {
	font-size:23px;
	background-color: #f6cf16;
    background-image: -moz-linear-gradient(center top , #fdec86, #fdec86 25%, #f6cf16);
    background-repeat: no-repeat;
    border-color: #e6c01c #e6c01c #d0a900;
    color:#9c7f00;
    font-size: 26px;
    padding: 10px 56px;
    margin-bottom: 5px;
}

/* Mole Traps Page */

/* .mole-traps .intro p {width:650px; float:left;}*/

.packages {margin-top:35px;}

.products .span16 {margin-left:0;}

.mole-traps .products .span4 {
	float:left; 
	background-color:#fff;
	border: 1px solid #F0F0F0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding:18px 25px;
    color:#777;
    width:160px;
    margin-left:20px;
    border-radius:15px;
    height:450px;
    display: block;
}

.mole-traps .products .span4 img {
	border:1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	padding: 12px 8px 8px 8px;
	margin-left:-8px;
	border-radius:10px;
	background-color:#fff;
}

.mole-traps .gold img {
	border:1px solid #E0D282;
}

.mole-traps .label {
	font-size:16px;
	padding:5px 10px;
	border-radius: 50px;
	background-color:#98be68;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin:-15px auto 0;
	display: block;
	z-index: 100;
	position: relative;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}

.mole-traps .gold {
	background-color:#fff8d3;
	border:1px solid #e0d282;
	margin-top:-15px;
    height:450px;	
}

.mole-traps .gold h3, .mole-traps .gold li, .mole-traps .gold span {color:#776100;}

.mole-traps .gold .label {
	background-color:#F6CF16;
	text-shadow: 0 1px 1px #fff;
}

.mole-traps .products .span4 .top {
	background-color: #ECF4E3;
    border: 1px solid #CCD8BC;
    border-radius: 15px 15px 0 0;
    box-shadow: inset 0 -1px -1px #fff;
    margin: -19px -27px 18px;
    padding: 18px 20px 1px;

}
.mole-traps .products .gold .top {
	background-color: #f6f1dc;
	border:1px solid #e8e1c4;
}

.mole-traps .products .gold {
	height:480px;
}

.bestValue {
	color:#776100;
	font-size:13px;
	display: block;
	margin:5px 0 -10px;
}

.checklist li {
	list-style: none;
	font-size:13px;
	margin-bottom:8px;
	background:transparent url(check-small.png) no-repeat left 3px;
	padding-left:17px;
}

.gold .checklist li {
	background:transparent url(check-small-gold.png) no-repeat left 3px;
}

.mole-traps .price {
	font-size:34px;
	text-align: center;
	display: block;
	margin:10px 0 30px;
}

.price .discount {font-size:16px; color:#9f2626 !important; display:block; margin:-10px 0 0;}

.mole-traps .products .span4 .btn {
	display:block;
	width:auto;
	margin:0 0 8px;
	border-radius:10px;
	text-align: center;
	font-size:18px;
}

.mole-traps .products .span4 .btn.yellow {
	font-size:21px;
}

/* Product Detail Page */


.span16.header {
	display:block;
	background-color:#7CA743;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	box-shadow: 0 1px 1px rgba(255, 255, 255, .5) inset;
	border:1px solid #547f1b;
	border-radius: 15px;
	padding:18px 18px 12px;
	width:900px;
	margin-top:20px;
	margin-bottom:20px;
}
.span16.header .span9, .span16.header .span7 {float:left;}
.span16.header .span7 {width:370px;} 
.span16.header h3 {color:#fff; text-shadow:0 1px 1px rgba(0, 0, 0, .35);}
.span16.header p {color:#fff; text-shadow: 0 1px 1px rgba(0, 0, 0, .35);}

.span16.header .price {color:#fff;text-shadow:0 1px 1px rgba(0, 0, 0, .35); font-size:28px;}
.span16.header .btn.yellow {font-size:21px; margin:1px 0 0 18px;}


.header.second {padding-bottom:16px;}
.header.second h3 {margin-top:7px;}

.header.white {
	color:#5d7f6d;
	background-color:#fff;
	border:1px solid #ddd;
	box-shadow: 0 1px 1px #ddd;
}

.header.white .span11, .header.white .span5 {float:left;}
.header.white .span5 {width:250px;}

.header.white img {
	float:left;
	margin-right:15px;
}

.header.white h3 {
	color:#555;
	text-shadow:0 1px 1px #fff;
	margin:3px 0 0 0;
}

.header.white p {line-height:120%; margin-top:4px; color:#777; text-shadow:0 1px 1px #fff;}
.header.white .btn.white {font-size:21px; margin:9px 0 0 18px;}
.header.white .span9


.productIntro .span16 {
	background-color:#fff;
	border: 1px solid #F0F0F0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding:25px;
    color:#777;
    width:888px;
    border-radius:15px;
}

.productIntro .span16 .span6, .productIntro .span16 .span8 {
	float:left;
	display:block;
}

.productIntro p {
	font-size:17px;
	line-height:25px;
	margin-bottom:25px;
}
.productIntro p.last {
    margin-bottom:0;
    padding-bottom:0;
}

.productImage img {
	border-radius:10px; 
	border:5px solid #bad5c7;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .5) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}

.product-detail .checklist li {
	font-size:17px;
	background:transparent url(checkmark.png) no-repeat top left;)
	margin-bottom: 10px;
    padding: 2px 0 2px 32px;
}

.specs {
	display:block;
}

.specs strong {
    margin-top: 45px;
    display: block;
}

.productInformation .span16 {
	border-top: 1px solid #BEE0CE;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin-top: 45px;
    padding-top: 30px;
}
	
.productInformation	.span12 {float:left;display:block;}
.productInformation .span4 {float:right;display:block;}
	
.specs ul li {
	list-style:disc inside;
}	

/* Mole Facts */

#tabs { border-radius: 5px; -moz-border-radius: 5px; }
#factsintro { background: #FFFBE5; border: 1px #000 solid; padding: 20px; border-radius: 5px; -moz-border-radius: 5px; }
#factsintro h3 { font-weight: normal; line-height: normal; }
#factsintro h4 { margin-bottom: 30px; }

.imgright { float: right; padding: 15px; }
#tabs #species ul li { list-style-type: circle; margin: 0 0 0 30px; }
#tabs #questions .q { margin-bottom: 30px; }
#tabs #questions .q .h { font-weight: bold; }

/* Why MolePro */

#why, #blankContent, .blankContent { background: #fff; border: 1px #000 solid; padding: 20px; border-radius: 5px; -moz-border-radius: 5px; }
#whyleft { float: left; width: 45%; padding-right: 30px; }
#whyright { float: right; width: 45%; padding-left: 30px; }
#whyleft h3 { margin-bottom: 20px; }
#why .cta { background: #eee; padding: 13px 10px 10px 10px; border-radius: 5px; }
#why .cta li { list-style-type: circle; margin: 0 0 8px 30px; font-weight: bold; }

.blankContent ul li, #tabs #questions ul li { list-style-type: circle; margin: 0 0 0 30px; }

/* Common Questions */
#commonQuestions { background: #FFFBE5; margin-bottom: 15px; }
#commonQuestions ul li { font-size: 17px; margin-bottom: 5px; }
.answer { border-bottom: 1px #eee solid; padding: 30px 0 30px 0; }
.answer dt { font-size: 22px; margin-bottom: 15px; }
.answer dd { font-size: 16px; line-height: normal; }
#answerfirst { padding-top: 0px; }

/* Contact */

#contact-form li { list-style-type: none; margin: 0 0 15px 0; padding: 0; }
#contact-form textarea { width: 50%; height: 200px; }

/* Footer */


.home footer {margin-top:0; border-top:1px solid #f9e385;}
footer {padding-bottom: 30px;}
footer .footerLinks ul li {
	float:left; 
	list-style: none;
	font-size:11px;
	margin-right:20px;
}
footer .span4.right .right {margin-bottom: 12px;}
.footer-cc {margin:0 15px 0 0; padding:0; float:right;}
.footer-cc img {width:26px;}
footer .footerLinks .footer-cc li {margin-right:5px;}
footer .footerLinks .right a { font-weight: bold; font-size: 13px; }

.clear { clear: both; }

.pagination-num-showing {float:right}


/* Sale Bar */

#salebar { text-align: center; background: #f6f1cb; color: #65ac31; font-size: 24px; font-weight: bold; padding: 8px; }