/* CSS Reset */

{
	margin: 0;
	padding: 0;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
   background: url(../images/bg.png) repeat-x top left #ffffff;
   font: 12px  "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
   line-height: 160%;
   color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
img,fieldset {
	border: 0;
}

a {
	text-decoration: none; outline: none;
}


/* tell the browser to render HTML 5 elements as block */

header, footer, aside, nav, article {
	display: block;
}



hr {
   width: 100%;
   clear: both;
   margin: 20px 0 20px 0;
}

/* HEADINGs
------------------- */
h3 {
	margin: 0;
	padding: 0;	
	font: 1.7em Ambrosia, Verdana, Geneva, sans-serif;
	color: #333333;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	text-transform: uppercase;
	line-height: 2em;
}

h3.boxtitle {
	line-height: normal;
}

h4 {
color: #4d6b16;
font: 2em Verdana, Geneva, sans-serif;
}

img {
	border: none;
}

a:link, a:visited {
	color: #43681a;
	text-decoration: none;
}

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


/* FONTS
-------------- */
@font-face {
  font-family: Ambrosia;
  src: url('../media/fonts/ambrosia.ttf');
}


#header {
	width: 100%;
	height: 96px;
	display: table;
}


#logo {
	width: 15%;
	margin: 0 0 0 5%;
	display: table-cell;
}


/* MAIN NAV
---------------------- */

#mainnav {
	width: 60%;
	display: table-cell;
	font-size: 1.2em;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}

#mainnav ul {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	list-style: none;
	width: 300px;
	/* border: 1px solid #ffffff; */
}

#mainnav ul li {
	float: left;
	margin: 5px;
}

#mainnav a:link, #mainnav a:visited {
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	color: #333333;
	text-decoration: none;
	padding: 5px;
	
	border: 1px solid #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mainnav .current a, #mainnav li:hover > a {
	text-decoration: none;
	
	border: 1px solid #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* TOP NAV 
--------------------- */

#topnav {
	width: 20%;
	display: table-cell;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li {
	float: left;
}

#topnav a:link, #topnav a:visited {
	border: 0;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: none;
}

/* BANNER 
----------------- */
#banner {
	background: url(../images/bg-banner.png) no-repeat bottom right;
	height: 300px;
}

/* MAIN CONTENT
------------------------- */
#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 50px 0 50px 0;
	width: 100%;
	line-height: 1.3em;
}

/* MODULES
------------------- */


/* BOXES 
------------- */
p.boxes {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, sans-serif;
}

.box-wrapper {
	display: table;
	width: 100%;
}

.box-green {
	height: 125px;
	padding: 10px;
	margin: 0;	
	display: table-cell;

	text-decoration: none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

/* color */
	color: #333333;
	border: solid 1px #ffffff;
	background: #d6f4c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6f4c2));
	background: -moz-linear-gradient(top,  #ffffff,  #d6f4c2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6f4c2');
}

.box-spacer20 {
	display: table-cell;
	width: 20px;
}


/* BUTTONS
---------------- */
.btn-gray a:link, .btn-gray a:visited {
	display: block;
	position: absolute;
	margin: 5px 0 5px 0;
	padding: 5px;
	font: 1em Verdana, Geneva, sans-serif;
	color: #ffffff;
	background: #333333;
	text-align: center;
	text-decoration: none;
	
	border: 3px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .2);
	box-shadow: 2px 2px 2px rgba(0,0,0, .2);
}

.btn-gray a:hover {
	color: #8bc53e;
}



/* SPANS
-----------------*/
.small {
	font: 0.9em Verdana, Geneva, sans-serif;
	line-height: normal;
}


/* FOOTER
----------------- */
#footer {
	background: #333333;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	font: 0.7em Verdana, Geneva, sans-serif;
	color: #ffffff;
}

#footer-inner {
	width: 1024px;
	margin: 0;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	color: #8bc53e;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* TABLE STYLES
---------------------- */
tr.heading {
	background: #6ba151;
	height: 30px;
}

tr.row1 {
	background: #e0e6e6;
	height: 30px;
}

tr.row2 {
	background: none;
	height: 30px;
}

/* IMAGE STYLING
---------------*/
img.border-gray {
   border: 1px solid #cccccc;
}

.products {
   
}

.note {
   background: url(../images/bullet-info.gif) no-repeat top left;
   color: #16a9cd;
   padding-left: 25px;
}

.notice {
   border: 1px solid #ffcc66;
   background: #fdfddd;
   padding: 5px;
   width: 99%;
   text-align: center;
}

.downloadpad {
   background: url(../images/download-bg.gif) no-repeat 10px 10px #ffffea;
   border: 1px solid #cccccc;
   padding: 10px 10px 10px 60px;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	height: 100% !important;
	height: auto;
	margin-bottom: 1px;
}


