/*
=======================================================================
	General Rules
=======================================================================
*/

* {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background-image:url(../images/bgpattern.png);
	background-repeat:repeat;
	background-color:#e4e4e4;
	font-family:"Roboto", Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:300;
	color:#282828;
	line-height:1.5;
}

a {
	text-decoration:none;
	outline:none;
	color:#f2f2f2;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #b9c9ac url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover {
	text-decoration:underline;
	color:#5d7a46;
}

a img {border:none;}
.clear {clear:both;}
.bold {font-weight:bold;}
.under {text-decoration:underline;}
.upper {text-transform:uppercase;}
.italic {font-style:italic;}
.color {color:#8ca479 !important;}
.white {color:#f2f2f2 !important;}
.black {color:#282828 !important;}
.red {color:#c9252c !important;}
p {padding-bottom:20px;}
.left {float:left !important;}
.right {float:right !important;}
.noback {background-image:none !important;}
.contact {background-image:none; background-color:#f2f2f2 !important;}
.noborder {border:none !important;}
input {font-size:11px;}
strong {
	font-weight:700;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Roboto Slab', Verdana, san-serif; 
	margin-bottom:15px;
	font-weight:700;
}

h1 {font-size:28px;}
h2 {font-size:26px;}
h3 {font-size:21px; font-weight:300;}
h4 {font-size:16px; font-weight:400;}
h5 {font-size:16px;}
h6 {font-size:14px;}

table tbody h2 {font-size:18px;}

.heading {
	padding:15px 0px 6px 0px;
	width:100%;
	border-bottom:#282828 solid 1px;
	margin-bottom:25px;
}

.indent {
	width:95%;
	border-bottom:#282828 solid 1px;
	margin: 0px auto 25px auto;
}

.feature .heading {
	border-bottom-color: #f2f2f2;}

textarea {
	font-family:"Roboto", Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#282828;
}

.bgtop {
	width:2520px;
	height:275px;
	background-image:url(../images/topbg.png);
	background-repeat: no-repeat;
	position: fixed;
	z-index: -1;
	background-attachment: fixed;
	background-position: center top;
}

img.alignright {
    float: right;
    padding-left: 15px;
    border: 0!important;
}

.error {width:700px; margin:20px auto;  text-align:center; }

.error span{font-size:250px; font-family: 'Roboto Slab', Verdana, san-serif; font-weight:700;}

.coming {width:700px; margin:20px auto;  text-align:center; }

.coming span{
	font-size:65px;
	font-family: 'Roboto Slab', Verdana, san-serif;
	font-weight:700;
}

.error h2 {color:#C00;}




/*
=======================================================================
	Wrapper & Header Rules
=======================================================================
*/

#wrapper {
	width:960px;
	padding-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:960px;
	height:170px;
	padding-top: 15px;
}

#header .logo{
	height:125px;
	float:left;
}

#fourohfour #header .logo {
    height: 125px;
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

#header .righthead{
	height: 125px;
	float: none;
}

#header .righthead img{
	margin-top:90px;
}


#header .europe {
	height: 80px;
	float: right;
}

#header .europe img{
		margin-top:12px;
		display:block;
}

#header .europe img.aussiestore {
		margin-top:5px;
}

#header .tollfree {
    background-color: #f9f9f9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 20px;
    text-align: center;
    margin-top: 12px;
    margin-right: 170px;
    height: 55px;
    float: right;
    border: 2px solid #222222;
}

#header .tollfree p {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #222222;
	padding-bottom:0;
}

#header .tollfree h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: -5px;
    color: #222222;
}

#header .tollfree a {
	color:#222222;
}

#header .slogan {
	height: 45px;
	float: right;
}

#header .slogan img{
	margin-top:10px;
}

#header .topnav{
	float:right;
}
#header .topnav ul{
	float:left;
	list-style:none;
}

#tollfree.numberbox {
    position: absolute;
    margin-left: 425px;
	border-radius: 4px;
	padding: 0px 20px;
	text-align: center;
	margin-top: 12px;
	margin-right: 170px;
	height: 55px;
	float: right;
	border: 2px solid #222222;
	background-color:#ffffff;
	
}

#tollfree p {
	margin-top: 2px;
	font-size: 14px;
	margin-bottom: 0px;
	color: #222222;
	padding-bottom: 0;
}

#tollfree h3 {
	font-size: 26px;
	font-weight: 700;
	margin-top: -5px;
	color: #222222;
}

#tollfree a {
	font-weight: 700;
}

#global-header .europe {
    position: absolute;
    margin-left: 810px;
    width: 150px;
    margin-top: 12px;
}

/*
=======================================================================
	Navigation Menu Wrapper
=======================================================================
*/

#header .navigation{
	width:958px;
	height:39px;
	float:left;
	background-image:url(../images/bgnav.png);
	background-repeat:repeat-x;
	background-color:#8ca479;
	padding-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-left-color: #282828;
}

/*
=======================================================================
	Main Menu
=======================================================================
*/


.mainmenu				{float:left;}
.mainmenu ul			{z-index:100; margin: 0; padding: 0; list-style-type: none; margin-top:0px;}

/*Top level list items*/
.mainmenu ul li			{position: relative; display: inline; float: left;}

/*Top level menu link items style*/
.mainmenu ul li a{
	display: block;
	color: white;
	height:35px;
	background-image:url(../images/navi_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	text-transform:uppercase;
	font-size:20px;
	font-family:'Roboto Slab', Georgia, sans-serif;
	font-weight:700;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.mainmenu ul li a:link, .mainmenu ul li a:visited{color: #f2f2f2;}
.mainmenu ul li a.selected{color:#b9c9ac !important;}
.mainmenu ul li a:hover{color:#8ca479 !important;}
/* Holly Hack for IE \*/
* html .mainmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/*
=======================================================================
	Blog & New Main Menu
=======================================================================
*/

#header .blogmenu, #global-header .blogmenu {
	width:958px;
	height:50px;
	float:left;
	background-image:url(../images/bgnav.png);
	background-repeat:repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-left-color: #282828;
}


.blogmenu {
	float:left;
}

.blogmenu ul {
	z-index:100; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	margin-top:0px;
}

/*Top level list items*/

.blogmenu ul li {
	position: relative; 
	display: inline; 
	float: left; 	
	background-image:url(../images/navi_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}
	

/*Top level menu link items style*/

.blogmenu ul li a{
	display: block;
	color: white;
	height:50px;
	text-decoration: none;
	text-transform:uppercase;
	font-family:'Roboto Slab', Georgia, sans-serif;
	font-weight:500;
	font-size: 18px;
	padding: 0px 26px;
	line-height:50px;
}

.blogmenu ul li a:link, .blogmenu ul li a:visited{
	color: #f2f2f2;
}

.blogmenu ul li a.selected{
	color:#b9c9ac !important;
	background-color:rgba(255,255,255,0.1)
}

.blogmenu ul li a:hover {
    color: #ffffff !important;
    background-color: rgba(255,255,255,0.1);
}

/* Holly Hack for IE \*/
* html .blogmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/*
=======================================================================
	NIVO SLIDER
=======================================================================
*/

#slideshow {height:300px; margin-top:15px;}

.nivo-slider .ns-container {
	width:958px;
	left:50%;
	margin-top:4px;
	margin-left:-480px;
	position:relative;
	border:#282828 solid 1px;
}

/*
=======================================================================
	Bread Crumb
=======================================================================
*/
#crumb {
	width:958px;
	height:35px;
	background-color:#8ca479;
	float:left;
	margin-top:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-bottom-color: #282828;
	border-left-color: #282828;
}
#crumb ul{
	list-style:none;
	float:left;
	padding:0px 0px 0px 24px;
	margin-top:8px;
}
#crumb ul li{
	float:left;
	background-image:url(../images/crumb_sep.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-right:12px;
}
#crumb ul li a{
	color:#f2f2f2;
	float:left;
}
#crumb ul li a:hover{
	color:#282828;
}
#crumb ul li a.selected{
	color:#ffffff;
}

/*
=======================================================================
	Store Sub Menu
=======================================================================
*/
#storemenu {
	width:958px;
	height:24px;
	background-color:#8ca479;
	float:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-bottom-color: #282828;
	border-left-color: #282828;
}
#storemenu ul{
	list-style:none;
	float:left;
	padding-left: 70px;
	margin-top:-2px;
	font-size:14px;
}
#storemenu ul li{
	float:left;
	background-image:url(../images/crumb_sep.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-right:60px;
}
#storemenu ul li a{
	color:#f2f2f2;
	float:left;
}
#storemenu ul li a:hover{
	color:#282828;
}
#storemenu ul li a.selected{
	color:#282828;
}



/*
=======================================================================
	Content Section
=======================================================================
*/

#content{
	width:958px;
	float:left;
	margin-top:10px;
}

.sidebar{width:230px;float:left; line-height:1.25;}
.body{width:720px;float:right;}
.fullwidth{width:960px; float:left;}

.videodiv {
	margin:20px auto 0;
}

/*
=======================================================================
	Online Store SPECIFICS. (Important)
=======================================================================
*/


.sidebarstore{width:230px;float:left;margin-top:15px;}
.bodyproduct{width:720px;float:right;}

.bodycontainerp{
	width:718px;
	float:right;
	font-size:14px;
	border:1px solid #282828;
	background-color: #f2f2f2;
}

.bodycontainerp h4.bodyhead {
    width: 718px;
    height: 50px;
	margin-bottom:0;
    padding: 0;
    background-image: url(../images/bgnav.png);
    background-repeat: repeat;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto Slab', Verdana;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.5;
    text-align: center;
}

.bodycontainerp .bodytext{
	width:678px;
	float:left;
	margin-left:20px;
	padding-bottom:20px;
}

.bodycontainerp a{
color:#8ca479;
}

.bodycontainerp .bodytext p{
	margin-bottom: 10px;
}



/*
=======================================================================
	Online Store & Sidebar
=======================================================================
*/


.storecontainer{
	width:228px;
	float:left;
	border:#282828 solid 1px;
	background-color: #8ca479;
	padding-bottom: 10px;
	line-height:1.25;
}

.storeadvert{
	margin-top:10px;
	width:228px;
	float:left;
	border:#282828 solid 1px;
	background-color: #8ca479;
}

.storecontainer h4 {
    width: 228px;
    height: 50px;
	margin-bottom:0;
    float: left;
    background-image: url(../images/bgnav.png);
    background-repeat: repeat;
    font-size: 20px;
    font-family: 'Roboto Slab', Verdana;
    font-weight: 700;
    line-height: 2.50;
    text-align: center;
	letter-spacing:1px;
}

.storecontainer a:hover{
	text-decoration:none;
}


/*
=======================================================================
	ONLINE STORE Menu NEW
=======================================================================
*/

.storemenu1 ul{
	list-style:none;
	margin: 0;
	padding: 0;
	width:178px;
}
.storemenu1 ul li{
	width:178px;
	float:left;
}

.storemenu1 ul li.hr{
	border-bottom:#282828 solid 1px; 
	width:228px;
	padding-top:3px;
	
	height:6px;
}

.storemenu1 ul li a.title{
	width:152px;
	float:left;
	padding:8px 13px 0px 13px;
}
.storemenu1 ul li .menubox1{width:180px;}

.storemenu1 .selected {background-color:#f2f2f2;}

.menubox1 h3 {
	margin-bottom:0;
}

h3 a.menubutton1 {
	width:164px;
	float:left;
	background-color:#b9c9ac;
	margin-top:10px;
	margin-left: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color:#282828;
	font-size:17px;
}
	
h3 a.menubutton1:hover {background-color:#f2f2f2;}

h3.menubutton1title {
	width:164px;
	float:left;
	background-color:#282828;
	margin-top:10px;
	margin-left: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color:#f2f2f2;
	font-size:19px;
}
	



/*
=======================================================================
	ONLINE STORE Menu
=======================================================================
*/
.mycart{
	width: 178px;
	padding-bottom:10px;
	float:left;
}
.storemenu a.viewcart{
	width:208px;
	margin:10px 0px 0px 10px;
	display:inline-block;
	border-bottom:#3c3c3c solid 1px;
	padding-bottom:5px;
}
.storemenu ul{
	list-style:none;
	margin: 0;
	padding: 0;
	width:178px;
}
.storemenu ul li{
	width:178px;
	float:left;
}
.storemenu ul li a.title{
	width:152px;
	float:left;
	padding:8px 13px 0px 13px;
}
.storemenu ul li .menubox{width: 180px;}

.storemenu .selected {background-color:#f2f2f2;}

h3 a.menubutton{
	width:164px;
	float:left;
	background-color:#b9c9ac;
	margin-top:10px;
	margin-left: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color:#282828;
}
	
h3 a.menubutton:hover {background-color:#f2f2f2;}

.storemenu p.subtotal{
	float:left;
	width:132px;
	padding:7px 13px 4px 13px;
	text-align:right;
	margin-left:10px;
	border-bottom:#3c3c3c solid 1px;
}
.storemenu a.infobutton{
	margin:8px 10px 0px 0px;
	float:right;
}



/*
=======================================================================
	Online Store Table
=======================================================================
*/
table.store {
	border-collapse: collapse;
	text-align: left;
	min-width: 678px;
	margin-bottom:20px;
	margin-top: 20px;
}
table.store th { border-bottom: 2px solid #282828; color: #666666; font-size: 14px; padding: 10px; }
table.store td { border-bottom: 1px solid #CCCCCC; color: #282828; font-size:11px; padding: 8px 10px; }
table.store a:hover {color:#282828;}

/*
=======================================================================
	Online Main Store Table
=======================================================================
*/
table.storemain {
	border-collapse: collapse;
	min-width: 660px;
	margin-bottom:20px;
	margin-top: 0px;
}
table.storemain td { border-bottom: 1px solid #CCCCCC; padding: 10px 0px; }
table.storemain a:hover {color:#282828;}

/*
=======================================================================
	Online Store KIT Table
=======================================================================
*/
table.package {
	border-collapse: collapse;
	text-align: left;
	min-width: 678px;
	margin-bottom:20px;
	margin-top: 20px;
}
table.package th { border-bottom: 2px solid #282828; color: #8ca479; font-size: 12px; padding: 10px; }

table.package h1 {color: #282828; font-size: 36px; padding: 10px; }


table.store td { border-bottom: 1px solid #CCCCCC; color: #282828; font-size:11px; padding: 8px 10px; }
table.store a:hover {color:#282828;}


/*
=======================================================================
	Title Image
=======================================================================
*/
#titleimage{
	width:958px;
	height:150px;
	float:right;
	border:#282828 solid 1px;
	margin-top:10px;
}

/*
=======================================================================
	FEATURED ITEM Listings
=======================================================================
*/
ul.itembox {
	list-style:none;
	float:left;
	padding:30px 0px 30px 30px;
	
}
ul.itembox li{
	width:200px !important;
	height:365px !important;
	background-image:url(../images/bgfeature.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	float:left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
}
ul.itembox li h4{
	width:175px;
	padding:6px 0px 8px 0px;
	letter-spacing:-1px;
	text-align:center;
	margin-bottom:0;
}
ul.itembox li a.thumb{
	width:166px;
	height:166px;
	border:#282828 solid 1px;
	float:left;
	margin-bottom:8px;
	margin-left: 4px;
}
ul.itembox li .itemtext{
	width:175px;
	float:left;
	padding-right:10px;
	height: 47px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:11px;
}

ul.itembox li .prices{
	width:175px;
	float:left;
	padding-right:10px;
	margin:0px 0px 3px 0px;
	text-align: center;
	font-size: 28px;
	font-family: 'Roboto Slab', Verdana, san-serif;
	font-weight:400;
	color: #ffe993!important;
}
ul.itembox li .prices p.newprice{
	float:left;
	font-size:20px;
}
ul.itembox li .prices p.oldprice{
	float:right;
	font-size:20px;
	text-decoration:line-through;
	color: #f2f2f2;
}
ul.itembox li .action{
	width:175px;
	float:left;
}
ul.itembox li .action a{
	margin-right:7px;
}

/*
=======================================================================
	KIT ITEM Listings
=======================================================================
*/
ul.packbox {
	list-style:none;
	float:left;
	margin-top:50px;
	
}
ul.packbox li{
	width:310px !important;
	height:480px !important;
	background-image:url(../images/bgfeature2.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	float:left;
	padding-left: 10px;
}
ul.packbox li h1{
	width:310px;
	margin-top:-50px;
	text-align:center;
	color:#282828;
	font-size:36px;
}

ul.packbox li h4{
	width:310px;
	padding:10px 0px 10px 0px;
	font-size:20px;
	text-align:center;
}
ul.packbox li a.thumb{
	width:285px;
	height:175px;
	border:#282828 solid 1px;
	float:left;
	margin:13px 0px 25px 1px;
}
ul.packbox li .itemtext{
	width:285px;
	float:left;
	height: 110px;
	margin-bottom: 10px;
}

ul.packbox li .itemtext2{
	width:285px;
	float:left;
	height: 80px;
	margin-bottom: 10px;
}

ul.packbox li .prices{
	width:225px;
	float:left;
	padding-right:0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 60px;
	margin-left: 35px;
}
ul.packbox li .prices p.newprice{
	float:right;
	font-size:60px;
	color: #f2f2f2;
}
ul.packbox li .prices p.oldprice{
	float:left;
	font-size:28px;
	text-decoration:line-through;
	margin-left:15px;
	
}
ul.packbox li .action{
    display: block;
   margin-left:-10px;
    text-align: center;
	width:100%;
	font-size:12px;
}

a.packbutton {
	background-color:#8ca479;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-left-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.packbutton:hover {color:#282828;
background-color:#b9c9ac;}


/*
=======================================================================
	Body Container
=======================================================================
*/
.bodycontainer{
	width:718px;
	float:right;
	border:1px solid #282828;
	background-color: #f2f2f2;
	color:#282828;
}
.bodycontainer h4.bodyhead{
    width: 718px;
    height: 50px;
    padding: 0;
    background-image: url(../images/bgnav.png);
    background-repeat: repeat;
    background-color: #8ca479;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto Slab', Verdana;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #282828;
    line-height: 2.5;
    text-align: center;
}

.bodytext img {
	border:1px solid #282828;
	margin: 5px auto;
}

.SFNT .bodytext img {
    border-color:#cccccc;
    margin:0;
}

.SFNT .sfnt-row li {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
}

.SFNT .sfnt-row li:last-child {
	margin-right:0px;
}

.SFNT hr {
    margin: 30px 0;
    background-color: #cccccc;
    border: 0;
    height: 1px;
}

.feature .bodytext img {
	border:4px solid #f2f2f2;
	margin: 15px auto;
}


/*
=======================================================================
	Body Text Container
=======================================================================
*/
.bodycontainer .bodytext{
	width:678px;
	float:left;
	margin-left:20px;
	padding-bottom:20px;
}

.bodycontainer a{
color:#8ca479;
}

.bodycontainer .bodytext p{
}
.bodycontainer .bodytext ul{
	width:678px;
	padding:5px 0px 20px 0px;
	list-style:none;
	margin-left:10px;
}
.bodycontainer .bodytext ul li{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.bodycontainer .halfpage {
	width:325px;
	float:left;
	margin-left:20px;
	margin-bottom: 20px;
}

.bodycontainer .halfpage p{
	width:305px;
	float:left;
}
.bodycontainer .halfpage ul{
	width:305px;
	float:left;
	padding:10px 0px 10px 0px;
	list-style:none;
	margin-left:10px;
}
.bodycontainer .halfpage ul li{
	padding:0px 0px 10px 10px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
}


.product-description h5 {
    font-size: 15px;
    margin-top: 20px;
    color: #EC3B3B;
    font-weight: 400;
	margin-bottom:15px;
}

/*
=======================================================================
	FULL WIDTH
=======================================================================
*/


.fullwidth{
	width:958px;
	float:left;
	border:1px solid #282828;
	background-color: #f2f2f2;
}

.feature{
	background-color: #282828;
	color:#f2f2f2; 
}

.featureyt {width:700px;
margin:0 auto;
}

.fullwidth h4.bodyhead{
	width:938px;
	height:39px;
	padding:5px 10px 0px 10px;
	background-image:url(../images/bgnav.png);
	background-repeat:repeat-x;
	background-color:#8ca479;
	text-transform:uppercase;
	font-size:21px;
	font-family:'Roboto Slab', Verdana;
	font-weight:700;
	border-bottom: 1px solid #282828;
}


.fullcontainer .bodytext {
	width:898px;
	float:left;
	margin-left:30px;
	padding-bottom:20px;
}

.fullcontainer a {
	color:#8ca479;
}

.fullcontainer .bodytext p{
}

.fullcontainer .bodytext ul{
	width:918px;
	padding:10px 0px 10px 0px;
	list-style:none;
	margin-left:10px;
}
.fullcontainer .bodytext ul li{
	padding: 0px 0px 5px 12px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.fullcontainer .halfpage {
	width:449px;
	float:left;
	margin-left:20px;
	margin-bottom: 10px;
}

.fullcontainer .halfpage p{
	width:429px;
}
.fullcontainer .halfpage ul{
	width:429px;
	padding:10px 0px 10px 0px;
	list-style:none;
	margin-left:10px;
}
.fullcontainer .halfpage ul li{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	/* [disabled]padding-bottom: 10px; */
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.fullcontainer .shoppage {
	width:290px;
	margin-left:20px;
	margin-bottom: 10px;
	float:left;
}

.fullcontainer .shoppage p{
	width:270px;
	margin-left:10px;
}
.fullcontainer .shoppage ul{
	padding:10px 0px 10px 0px;
	list-style:none;
	margin-left:5px;
	font-size: 12px;
}
.fullcontainer .shoppage ul li{
	padding:0px 0px 10px 10px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
}



/*
=======================================================================
	HEADER TEXT FEATURED ITEMS
=======================================================================
*/
.bodycontainer .featureditems{
	width:678px;
	float:left;
	margin:0px 20px 0px 20px;
}
.bodycontainer .featureditems ul{
	list-style:none;
	float:left;
	padding:10px 0px 0px 10px;
}
.bodycontainer .featureditems ul li{
	margin-left: 5px;
	margin-right: 5px;
}
.bodycontainer .featureditems ul li.last{
	margin-right:0px;
}

/*
=======================================================================
	Buttons
=======================================================================
*/

a.infobutton {
	float:left;
	height:17px;
	background-color:#8ca479;
	display:inline-block;
	color:#f2f2f2;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-left-color: #f2f2f2;
	margin-left: 25px;
	margin-right: 10px;
}

a.actionbutton {
	float:left;
	height: 16px;
	font-size:12px;
	background-color:#8ca479;
	display:inline-block;
	margin-left: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-left-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.actionbutton:hover {color:#282828;
background-color:#b9c9ac;}

a.bodybutton {
	float:left;
	height:26px;
	font-size:15px;
	background-color:#b9c9ac;
	color:#282828;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #282828;
	margin-top:20px;
	margin-left: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.bodybutton:hover {background-color:#282828; color:#f2f2f2;}

a.backbutton{
	
	height:24px;
	display:inline-block;
	text-align:center;
	padding:10px 10px 0px 10px;
	color:#f2f2f2;
	background-color:#282828;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top:80px;
	margin-bottom:20px;
}

a.backbutton:hover {background-color:#b9c9ac; color:#282828;
}


.backbutton {
	display: inline-block;
	text-align: center;
	padding: 15px;
	color: #f2f2f2;
	background-color: #282828;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

.backbutton:hover {
	background-color:#444;
}


/*
=======================================================================
	Accordian Rules
=======================================================================
*/
.acc_trigger {padding: 0; margin: 0; width:100%; display:block;}
.acc_container { margin: 0 0 5px; padding: 0; overflow: hidden; clear: both; }

#accordion-style-2 {
	background:#f6f6f6; 
	border:1px solid #dfdfdf; 
	width:280px; 
	margin-bottom:25px;
}

#accordion-style-2 .acc_container {
	padding:10px 5px 0; 
	border-bottom:1px solid #dfdfdf; 
	margin:0;
}

#accordion-style-2 .acc-item.last .acc_container {
	border-bottom:0; 
}

#accordion-style-2 .acc_trigger {
	font-family: 'Roboto Slab', Verdana, san-serif; 
	border-bottom:1px solid #dfdfdf; 
	font-size:18px; font-weight:400;
	line-height:2.4; 
	text-decoration:none; 
	text-shadow:0 1px 0 #fff; 
	color:#282828; 
	width:auto;
	background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
}

#accordion-style-2 .acc_trigger span {
	display:block; 
	padding:0 0 0 30px; 
	background:url(../images/arr2.png) no-repeat 8px 18px; 
}

#accordion-style-2 .acc_trigger.active { 
color:#8ca479;
}

#accordion-style-2 .acc_trigger.active span {
	background:url(../images/arr2.png) no-repeat 8px -24px;
 }


#accordion-style-3 {
	background:#f6f6f6; 
	border:1px solid #dfdfdf; 
	margin-bottom:0px;
}

#accordion-style-3 .acc_trigger {
	font-family: 'Roboto Slab', Verdana, san-serif; 
	border-bottom:1px solid #dfdfdf; 
	font-size:18px; 
	font-weight:400;
	line-height:2.4; 
	text-decoration:none; 
	text-shadow:0 1px 0 #fff; 
	color:#282828; 
	width:auto;
	background: #fafafa;
background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #fafafa 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
}

#accordion-style-3 .acc_trigger span {display:block; padding:0 0 0 30px; background:url(../images/arr2.png) no-repeat 8px 18px; }

#accordion-style-3 .acc_trigger.active { color:#8ca479; }

#accordion-style-3 .acc_trigger.active span {background:url(../images/arr2.png) no-repeat 8px -24px; }

#accordion-style-3 .acc_container {
	padding:0; 
	border-bottom:0; 
	margin:0;
	background-color: #fff;
}

#accordion-style-3 .acc-item.last .acc_container {border-bottom:0; }

#accordion-style-3 img {
    border: 0;
    margin: 0;
}

/*
=======================================================================
	Contact Form Rules
=======================================================================
*/

#contact-wrapper {
	width:678px; 
	clear:both; 
}

#contact-wrapper label {
    display: block;
    float: none;
    width: auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

form#contactform input {
    background-color: #ffffff;
    border: #bbbbbb solid 1px;
    color: #555555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 14px;
    height: 32px;
    width: 295px;
}
	
form#contactform textarea {
	line-height:28px;
	background-color:#ffffff;
	border:#bbbbbb solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    color: #555555;
	margin-bottom:15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px; 
	font-size:14px; 
}
	
form#contactform input.submit-form {
	margin:20px 0;
	width:140px;
	height:40px;
	display:inline-block;
	text-align:center;
	padding:2px 0px 2px 0px;
	color:#ffffff;
	background-color:#43a4db;
	font-size:14px;
	border:1px solid #43a4db;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	
#contact-wrapper input.error, #contact-wrapper textarea.error {
	font-size:14px;
}

#contact-wrapper .error {
    color: #c00;
    font-style: italic;
    margin-bottom: 0px;
    font-size: 16px;
}

form#contactform input.submit-form:hover {background-color:#ffffff; color:#43a4db;}

/*
=======================================================================
	MEDIA CAROSEL
=======================================================================
*/
.project {width:450px; height:295px;margin: 20px 0px 20px 112px; float:left;}
.project .images-carousel { height: 295px; overflow:hidden;
outline: 1px solid #282828;
-moz-transition: outline 250ms ease-in;
-webkit-transition: outline 250ms ease-in;
-o-transition: outline 250ms ease-in;
transition: outline 250ms ease-in;
}

.project .images-carousel:hover { outline: 6px solid #8ca479; }
.project .images-carousel .viewport {
	float: left;
	width: 450px;
	height: 295px;
	overflow: hidden;
	position: relative;
}
.project .images-carousel .buttons-container {width:65px; height:32px; position:absolute; margin-left:195px; margin-top: 250px;}
.project .images-carousel .buttons { background: url("../images/plus-sprite.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: block; height: 32px; text-indent: -9999px; width: 32px; float:left; }
.project .images-carousel .prev { background-position: 0 -32px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.project .images-carousel .prev:hover{background-position: 0 0;}
.project .images-carousel .next { margin-left:1px; background-position: -32px -32px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.project .images-carousel .next:hover{background-position: -32px 0;}

.project .images-carousel .disable { opacity:0.5; filter:alpha(opacity=50) }
.project .images-carousel .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 829px;
	top: 0;
}
.project .images-carousel .overview li { float: left; height: 295px; width: 450px; }
.project .images-carousel ul.overview li { background-image:none;padding:0; }
.project .images-carousel ul.overview li img {border:none;margin:0;padding:0;}


/*
=======================================================================
	Footer
=======================================================================
*/

#footer{
	width:960px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#footer .leftfoot{
	width: 700px;
	float: left;
	border: #282828 solid 1px;
	background-image: url(../images/lines0.gif);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 11px;
}

#footer .leftfoot .about{
	width: 110px;
	padding-left: 60px;
	float: left;
	background-image: url(../images/footicon4.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#footer .leftfoot .info{
	width: 110px;
	padding-left: 60px;
	float: left;
	background-image: url(../images/footicon5.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#footer .leftfoot .footlinks ul{
	list-style:none;
}

#footer .leftfoot .footlinks ul li{
	background-image:url(../images/foot_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-bottom:2px;
}

#footer .leftfoot .followus{
	float: left;
	width: 155px;
	margin-left: 20px;
	margin-top: 11px;
}

#footer .leftfoot .followus h4{
	margin-left: 35px;
}

#footer .leftfoot .followus ul li{
	float:left;
	margin-left:10px;
	margin-right:5px;
	list-style:none;
}

#footer .leftfoot .followus ul li.last{
	margin-right:0px;
}

#footer .leftfoot .mikedoyle {
	float: left;
	width: 140px;
	margin-left: 25px;
	margin-top: 10px;
}

#footer .newslettersignup{
	width:230px;
	float:right;
}

#footer .newslettersignup h3 {
	margin-bottom:0px;
}

#footer .newslettersignup p{
	padding:4px 0px 6px 0px;
	color:#282828;
}

#footer .newslettersignup input.bbar{
	width:220px;
	height:24px;
	line-height:24px;
	background-color:#b9c9ac;
	border:#282828 solid 1px;
	color:#282828;
	margin-bottom:4px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer .newslettersignup input.sbar{
	width:134px;
	height:24px;
	line-height:24px;
	float:left;
	background-color:#b9c9ac;
	border:#282828 solid 1px;
	color:#282828;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer .newslettersignup input.signup{
	width:65px;
	height:26px;
	display:inline-block;
	text-align:center;
	float:right;
	color:#f2f2f2;
	background-color:#282828;
	border:#282828;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#footer .newslettersignup input.signup:hover {background-color:#b9c9ac; color:#282828;
border:#282828 solid 1px;}
	
#footer .newslettersignup a.signup{
	width:65px;
	height:22px;
	display:inline-block;
	text-align:center;
	float:right;
	padding:5px 0px 0px 0px;
	color:#f2f2f2;
	background-color:#282828;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#footer .newslettersignup a.signup:hover {background-color:#b9c9ac; color:#282828;
border:#282828 solid 1px;}

#footer .copyrights{
	width:960px;
	float:left;
	margin-top:10px;
	padding:6px 0px;
	border-top:#333333 solid 1px;
}
#footer .copyrights p{
	float:left;
}
#footer .copyrights a.top{
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-top:3px;
	display:inline-block;
	float:right;
}


/*
=======================================================================
	Store Footer
=======================================================================
*/

#footerstore{
	width:958px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border:#282828 solid 1px;
	background-image:url(../images/lines0.gif);
}

#footerstore .footerstorebox {width:958px; float:right; padding:12px 0px;}

#footerstore .about{
	width:120px;
	height:50px;
	margin-left:20px;
	padding-left:70px;
	float:left;
	background-image:url(../images/footicon4.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#footerstore .about2{
	width:120px;
	margin-left:20px;
	float:left;
	height:50px;
}

#footerstore .footlinks ul{
	list-style:none;
	padding-top:0px;
}

#footerstore .footlinks ul li{
	background-image:url(../images/foot_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:2px;
	padding-bottom:3px;
}


#footerstore .followus{
	float: left;
	width: 155px;
	margin-left: 50px;
	margin-top: 10px;
}

#footerstore.followus h4{
	margin-left: 35px;
}

#footerstore .followus ul li{
	float:left;
	margin-left:10px;
	margin-right:5px;
	list-style:none;
}

#footerstore .followus ul li.last{
	margin-right:0px;
}

#footerstore .mikedoyle {
	float:right;
	width: 140px;
	padding-top:9px;
	padding-right:20px;
	}
	
	
/*
=======================================================================
	MailChimp
=======================================================================
*/	

.mailbox {
	width: 95%;
	margin: 80px auto;
	background-color:#FFF;
	border:1px dashed #b9c9ac;
	height:80px;
	padding: 10px;
}

.mail1 {
	width:35%; 
	height:60px; 
	margin:10px 0;
	float:left;
	
}

.mail2 {
	width:45%;
	height:60px; 
	margin:10px 0;
	float:left;
}

.mail3 {
	width: 20%;
	height:60px; 
	margin:10px 0;
	float:left;
}

.mail2 {text-align:center; padding-top:5px;}

.mailbox h3  {margin-top: 15px;}
	
input.requiredemail{
	width:250px;
	height:28px;
	line-height:24px;
	background-color:#b9c9ac;
	border:#282828 solid 1px;
	color:#282828;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

	
input.chimpsubmit{
	width:110px;
	height:40px;
	text-align:center;
	margin:10px 30px;
	color:#282828;
	background-color:#FFF4DF;
	border:#282828 solid 1px;
	font-size:14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input.chimpsubmit:hover {background-color:#282828; color:#f2f2f2;
border:#282828 solid 1px;}

p.star {
	font-size:15px;
	padding-bottom:5px;
}

.star-bronze {
	background-image:url(../images/star-bronze.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	padding-right:12px;
	margin-top:0px;
	padding-bottom:0px;

}

.star-silver {
	background-image:url(../images/star-silver.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:0px;
}

.star-gold {
	background-image:url(../images/star-gold.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	width:20px;
	height:20px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:0px;
}

img.test-img {
	max-width:100%;
	height:auto;
}

.flexslider {
    max-width: 1170px;
}