* { margin: 0; padding: 0; }

.clear {
	clear: both;
}

body {
	background: #333333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;

}

#wrapper {
	overflow: hidden;
}

#header {
	height: 208px;
	width: 990px;
	margin: 0 auto;
	background: url(../img/header.png);
	position: relative;
	font-size: 90%;
}

#top-menu {
	position: absolute;
	right: 64px; bottom: 3px;
	height: 1em;
	list-style: none;
	text-align: right;
	padding: 2px 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#top-menu li {
	display: inline;
	padding: 5px;
}

#top-menu li a, #top-menu li b {
	text-transform: uppercase;
	color: #9FA837;
	font-weight: bold;
	border-bottom: 1px solid #EBEFE6;
}

#top-menu li b {
	color: #9FA837;
	cursor: default;
}

#top-menu a:link    { color: #333333; text-decoration: none; border-bottom-color: #EBEFE6; }
#top-menu a:visited { color: #4A4962; text-decoration: none; border-bottom-color: #EBEFE6; }
#top-menu a:focus   { color: #4A4962; text-decoration: none; border-bottom-color: #4A4962; }
#top-menu.nojs a:hover   { color: #4A4962; text-decoration: none; border-bottom-color: #4A4962; }
#top-menu.nojs a:active  { color: #4A4962; text-decoration: none; border-bottom-color: #EBEFE6; }

#splat-tagline {
	display: block;
	position: absolute;
	width: 156px; height: 311px;
	left: -156px;
	top: 100%;
	background: url(../img/splat.png);
	overflow: hidden;
	text-indent: -9999px;
}

#splat-phone {
	display: block;
	position: absolute;
	left: 100%;
	top: 397px;
	width: 180px; height: 145px;
	background: url(../img/splat2.png);
	overflow: hidden;
	text-indent: -9999px;
}

#home-link {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	left: 0; top: 70px; 
	width: 400px;
	height: 120px;
	border: none;
}

#body {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/body-repeat.png) repeat-y 0 0;
	color: #5F3316;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0 0 10px 56px;
	background: url(../img/body-left.png) no-repeat left top;
	min-height: 604px;
}

#content {
	float: right;
	padding: 190px 72px 10px 27px;
	width: 634px;
	position: relative;
	background: url(../img/body-right.png) no-repeat 100% 0%;
	min-height: 280px;
}

#banner {
	position: absolute;
	left: 10px; top: 0;
	background: url(../img/banner-frame.png);
	width: 660px; height: 177px;
}

#banner img {
	margin: 10px 9px;
	width: 642px;
	height: 157px;
}

#footer {
	clear: both;
	background: url(../img/footer.png) no-repeat left bottom;
	width: 878px;
	margin: 0 auto;
	padding: 0 21px 25px 21px;
	font-size: 80%;
	position: relative;
}

#footer ul {
	list-style: none;
	text-align: center;
	border-top: 9px solid white;
	padding: 2px 10px;
}

#footer li {
	display: inline;
	padding: 5px;
}

#footer li a, #footer li b {
	text-transform: uppercase;
	color: #9FA837;
}

#footer li b {
	color: #9FA837;
}

#footer a:link    { color: #9FA837; text-decoration: none; }
#footer a:visited { color: #4A4962; text-decoration: none; }
#footer a:focus   { color: #9FA837; text-decoration: underline; }
#footer a:hover   { color: #9FA837; text-decoration: underline; }
#footer a:active  { color: #333333; text-decoration: none; }

#footer #badges {
	position: absolute;
	left: 25px; bottom: 27px;
}

#footer #badges a {
	border: none;
}

#footer #badges a img {
	border: none;
}

#footer #badges a:link    { opacity: 0.5; }
#footer #badges a:visited { opacity: 0.5; }
#footer #badges a:focus   { opacity: 1; }
#footer #badges a:hover   { opacity: 1; }
#footer #badges a:active  { opacity: 1; }

#footer .vcard {
	color: #4A4962;
	text-align: right;
	border-top: 9px solid white;
	padding: 0 10px 0 0;
}

#side-menu {
	list-style: none;
	overflow: hidden;
	margin: 6px 0 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#side-menu li {
	display: block;
	padding-top: 1px;
	background: url(../img/side-menu-separator.png) no-repeat 0 0;
	margin-top: -1px;
}

#side-menu a, #side-menu b {
	display: block;
	color: #5F3316;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px 10px 5px;
	font-size: 110%;
	font-weight: bold;
	text-shadow: #CED1CA 3px 3px 2px;
	background: #EBEFE6;
}

#side-menu b {
	background: #FFF;
	padding-left: 20px;
	cursor: default;
}
#side-menu.nojs a:hover{
	background: #FFF;
	text-indent: 20px;
}

h1 {
	color: #5F3316;
	font-weight: normal;
	font-size: 170%;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	color: #B1C626;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	color: #5F3316;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	margin-bottom: 20px;
}

#sidebar .vcard {
	line-height: 200%;
}

#sidebar .adr {
	margin-bottom: 1em;
}

#sidebar .phone {
	font-weight: bold;
}

#sidebar .contact {
	background: #B1C626 url(../img/contact-frame-bg.png) repeat-y 0 0;
	padding: 15px 20px 20px 20px;
	position: relative;
	width: 144px;
	color: #FFF;
	font-size: 90%;
	margin-left: 10px;
}

#sidebar .contact h2 {
	color: #5F3316;
	font-weight: normal;
	font-size: 188%;
}

#sidebar .contact b.n {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 14px;
	background: url(../img/contact-frame-ns.png) no-repeat 0 0;
}

#sidebar .contact b.s {
	position: absolute;
	left: 0; bottom: 0; width: 100%; height: 13px;
	background: url(../img/contact-frame-ns.png) no-repeat 0 100%;
}

#content ul {
	margin-bottom: 20px;
	list-style-position: inside;
}

#content ul li {
}

.halfwidth {
	float: left;
	width: 300px;
	margin-right: 16px;
}

/* ------------------------------------------------------------------------------------ */

/* -------------------- */

#admin-bar, .admin-bar {
	position: absolute;
	right: 5px; top: 5px;
	font-size: 90%;
}

#admin-bar {
	top: 195px;
	right: 77px;
	z-index: 99;
}

#admin-bar a, .admin-bar a {
	margin: 0 5px;
}

ul.toolbar {
}

ul.toolbar {
	list-style: none;
	padding: 0px;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 8px 0 8px 0!important;
}
ul.toolbar li {
	display: inline;
	margin-right: 5px;
	color: #fff;
}

ul.toolbar li a {
	color: #fff;
	text-decoration: none;
	background-color: #BCBA8A;
	padding: 0.4em 1em;
}

ul.toolbar li a:hover {
	background-color: #B1C626
}

/* -------------- */

/* --------------------------- */

.pages {
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
}

.pages .counter {
	position: absolute;
	left: 0; top: 0;
	padding-left: 2px;
}

.pages .prev-next {
}

.pages .numbers {
	position: absolute;
	right: 0; top: 0;
	padding-right: 2px;
}

.news-item {
	margin-bottom: 15px;
	margin-top: 5px;
	background: url(../img/hr.png) no-repeat 5px bottom;
	padding-bottom: 1px;
	position: relative;
}

.news-item h2 {
	overflow: hidden;
	/*
	border-bottom: 2px solid #FF9900;
	*/
	margin-bottom: 0;
	padding: 5px;
}

.news-item .date {
	color: #5F3316;
	font-size: 100%;
	font-weight: bold;
}

.news-item .footer {
	padding: 0px 5px 10px 5px;
}

.news-item .inner {
	padding: 5px;
}

/* ------------------- */

#downloads {
	position: relative;
}

#downloads ul {
	overflow: hidden;
}

#downloads li {
	list-style: none;
	float: left;
	width: 310px;
	background: url(../img/hr.png) no-repeat 0 0;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	top: -1px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#downloads li h3 {
	color: #B1C626;
	font-variant: small-caps;
	text-decoration: underline;
}

#downloads li a {
}

#downloads li.odd {
	clear: left;
}

#downloads li p {
	position: relative;
	z-index: 1;
}

a.splat {
	position: absolute;
	right:-40px; bottom: 10px;
	width: 200px; height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/button-read-more.png) no-repeat 0 0;
	z-index: 0;
}

a.splat:focus, a.splat:hover { background-position: 0 -70px; }
a.splat:active { background-position: 0 -140px; }

a.contact-form {
	background-image: url(../img/contact-button.png);
}

#sidebar a.contact-form {
	bottom: -50px;
}

#useful-links {
	position: relative;
}

#useful-links ul {
	list-style: none;
}

#useful-links ul li {
	background: url(../img/bullet-splat.png) no-repeat 0 0;
	padding: 8px 0px 5px 40px;
}

#useful-links ul li b {
	font-weight: normal;
	margin: 0 2em;
}

#useful-links ul li a {
	font-weight: bold;
}

ul#useful-links li a:link    { color: #4C2E15; text-decoration: none; }
ul#useful-links li a:visited { color: #5C4129; text-decoration: none; }
ul#useful-links li a:focus   { color: #B1C626; text-decoration: underline; }
ul#useful-links li a:hover   { color: #B1C626; text-decoration: underline; }
ul#useful-links li a:active  { color: #4C2E15; text-decoration: underline; }

/* --------------------- */

#home #content {
	padding-top: 10px;
}

#home #home-banner .inner {
	position: absolute;
	visibility: hidden;
}

#home #home-banner {
	position: relative;
	left: -19px;
	border-left: 1px solid #FFF;
	width: 654px;
	background: #FFF;
	height: 263px;
}

#home-banner-image {
	position: absolute;
	right: 0; top: 0;
	width: 443px; height: 263px;
}

#home-bar {
	float: left;
	clear: both;
	width: 890px;
	background: red;
	overflow: hidden;
	position: relative;
	margin-left: -218px;
	margin-top: 20px;
	background: url(../img/home-bar-middle.png) repeat-y 0 0;
	padding-bottom: 15px;
	margin-bottom: 1em;
}

#home-bar .top {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px; top: 0px;
	width: 890px; height: 36px;
	background: url(../img/home-bar-top.png) repeat-y 0 0;
}

#home-bar .bottom {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px; bottom: 0px;
	width: 890px; height: 49px;
	background: url(../img/home-bar-bottom.png) repeat-y 0 0;
}

#home-bar .thing {
	float: left;
	width: 175px;
	margin: 5px 35px 5px 10px;
	position: relative;
	z-index: 2;
	background: transparent!important;
	padding-left: 10px;
	font-size: 95%;
	color: #FFF;
	padding-bottom: 40px;
}

#home-bar .thing h2 {
	visibility: hidden;
	overflow: hidden;
	height: 20px;
}

#home-bar .thing h3 {
	color: #4C2E15;
	font-variant: small-caps;
	text-decoration: underline;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#home-bar .thing .splat {
	bottom: 0;
}

#home-bar .thing .body {
	position: relative;
	z-index: 1;
}

#home-bar #home-case-studies h3 {
	color: #B1C626;
}	

#home-bar #home-case-studies { width: 155px; margin-right: 20px; background: #FFFFFF; color: #4C2E15; }
#home-bar #home-news         { background: #BCBA8A; }
#home-bar #home-testimonials { background: #99AA20; }
#home-bar #home-contact      { background: #9FA837; margin-left: 5px;}

/* ---------------------- */

#downloads li .admin-bar {
	position: absolute;
	bottom: 25px;
	left: 0px;
	top: auto;
}

/* ------------------------- */

table.kits {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
	table-layout: fixed;
}

table.kits thead {
}

table.kits thead th {
	background: #B1C626 url(../img/gradient-green.png) repeat-x 0 0;
	/*
	background: url(../img/fieldset-bg.png) repeat 0 0;
  background-color: #99CC33;
	*/
  color: white;
  font-weight: bold;
}

table.kits thead th.product {
	width: 60%;
}

table.kits thead th.cat-no {
	width: 20%; text-align: center;
}

table.kits thead th.size {
	width: 20%; text-align: center;
}

table.kits tbody {
}

table.kits th, table.kits td {
  padding: 3px;
  border: 1px solid #aaa;
}

table.kits tr.even { background: #FFFFFF; }
table.kits tr.odd  { background: #DBEABF; }

table.kits tr.even-alt { background: #FFFFFF; }
table.kits tr.odd-alt  { background: #DBEABF; }

table.kits td.product {
	padding-left: 40px;
}

table.kits td.pdf {
	background-image: url(../img/pdf.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
}

table.kits caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 2px;
}

table.kits td.product {
  color: #2C840F;
}

table.kits th.category {
	width: 35%;
}

table.kits th.document {
	width: 50%;
}

table.kits th.date {
	width: 15%;
}

/* -------------- */

.customer-details {
	position: relative;
	overflow: hidden;
}

dl.details {
	float: left;
	width: 45.5%;
	margin-right: 10px;
}

dl.details dt {
	font-weight: bold;
}

dl.details dd {
	margin-left: 2px;
	padding-left: 6px;
	border-left: 2px solid #B1C626;
	margin-bottom: 8px;
}

/* --------------- */

#crm-menu {
	position: absolute;
	list-style: none;
	right: 80px; top: 10px;
}

#crm-menu li {
	display: inline;
	margin-left: 1em;
}

#crm-menu a { color: #FFF; }

/* --------------------- */

form.poll-vote {
	background: transparent;
	margin: 0;
	padding: 0;
	width: auto;
}

form.poll-vote fieldset {
	background: transparent;
	margin: 0;
	padding: 0;
}

form.poll-vote label {
	font-size: 100%;
}

form.poll-vote div.submit {
	margin: 0;
	padding: 0;
}

/* ------------- */

dl.poll-results {
	width: 150px;
	color: #5F3316;
	margin-top: -10px;
}

dl.poll-results dt {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

dl.poll-results dd {
	display: block;
	overflow: hidden;
	position: relative;
	width: 110px;
	padding-right: 40px;
}

dl.poll-results dd b {
	float: left;
	background-color: #B1C626;
	border: 1px solid black;
	margin-right: 2px;
	display: block;
	height: 1em;
}

dl.poll-results dd span {
	display: block;
	height: 1em;
	position: absolute;
	right: 0;
}