* { margin: 0; padding: 0; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

html, body {
  text-align: center;
  background: #009900;
  color: white;
}

html {
  font-size: 100%;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
}

body {
  font-size: 76%;
  line-height: 1.5;
}

/*
Main outline is like this:

%body
 #header
  .inner
 #info-bar
  .inner
 #main
  .inner
 #footer
  .inner

*/

/* -------------- Header contents ---------------- */

#header {
  margin-top: 11px;
  border-top: 1px solid #003300;
  background: #8C5018 url(../img/wood.jpg) repeat 50% 0;
  padding-top: 61px;
  padding-bottom: 14px;
}

#header .inner {
  height: 175px;
  position: relative;
	width: 830px;
}

#header #logo {
  height: 140px;
  background: white url(../img/logo.png) no-repeat 24px 0;
}

#header #header-phone {
  display: block; text-indent: -9999px;
  position: absolute; overflow: hidden;
  background: url(../img/header-info.png) no-repeat 0 0;
  right: 0; top: 12px; width: 320px; height: 22px;
  margin-top: -60px;
}

#header #header-email {
  display: block; text-indent: -9999px;
  position: absolute; overflow: hidden;
  background: url(../img/header-info.png) no-repeat 0 -22px;
  right: 0; top: 34px; width: 320px; height: 22px;
  margin-top: -60px;
}

#header a#header-email:focus, #header a#header-email:hover {
  background-position: 0 -67px;
}

#header .banner {
  position: absolute;
  left: 232px;
  top: 10px;
}

#header #menu {
/*
  background: url(../img/menu.png) no-repeat 0 0;
*/  
  display: block;
  overflow: hidden;
  height: 35px;
  position: relative;
}

#header #menu li { display: inline; }

#menu li a,#menu li b {
  position: absolute;
  top: 0;
  height: 35px;
  background: url(../img/menu.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
}

#menu li.item0 a { left:   0px; width:  85px; background-position:   -0px 0px; }
#menu li.item1 a { left:  85px; width: 150px; background-position:  -85px 0px; }
#menu li.item2 a { left: 235px; width: 111px; background-position: -235px 0px; }
#menu li.item3 a { left: 346px; width: 105px; background-position: -346px 0px; }
#menu li.item4 a { left: 451px; width: 144px; background-position: -451px 0px; }
#menu li.item5 a { left: 595px; width: 104px; background-position: -595px 0px; }
#menu li.item6 a { left: 699px; width: 131px; background-position: -699px 0px; }

#menu li.item0 b { left:   0px; width:  85px; background-position:   -0px -35px; }
#menu li.item1 b { left:  85px; width: 150px; background-position:  -85px -35px; }
#menu li.item2 b { left: 235px; width: 111px; background-position: -235px -35px; }
#menu li.item3 b { left: 346px; width: 105px; background-position: -346px -35px; }
#menu li.item4 b { left: 451px; width: 144px; background-position: -451px -35px; }
#menu li.item5 b { left: 595px; width: 104px; background-position: -595px -35px; }
#menu li.item6 b { left: 699px; width: 131px; background-position: -699px -35px; }
                                                                                   
#menu li.item0 a:focus, #menu li.item0 a:hover { background-position:   -0px -35px; }
#menu li.item1 a:focus, #menu li.item1 a:hover { background-position:  -85px -35px; }
#menu li.item2 a:focus, #menu li.item2 a:hover { background-position: -235px -35px; }
#menu li.item3 a:focus, #menu li.item3 a:hover { background-position: -346px -35px; }
#menu li.item4 a:focus, #menu li.item4 a:hover { background-position: -451px -35px; }
#menu li.item5 a:focus, #menu li.item5 a:hover { background-position: -595px -35px; }
#menu li.item6 a:focus, #menu li.item6 a:hover { background-position: -699px -35px; }
                     
#header b.nw { position: absolute; left: 0; top: 0; width:6px; height: 6px; overflow: hidden; background: url(../img/header-corner-left.png) no-repeat 0 0; }
#header b.ne { position: absolute; right: 0; top: 0; width:6px; height: 6px; overflow: hidden; background: url(../img/header-corner-right.png) no-repeat 0 0; }

/* --------------- Info bar contents --------------------- */

#info-bar {
  background: #2C972B url(../img/info-bar-bg.png) repeat-x 0 0;
	padding: 11px 0;
  color: white;
}

#info-bar .inner {
  overflow: hidden;
  position: relative;
}

#info-bar .w3, #info-bar .w4 {
	padding: 0 11px 16px 11px;
	margin: 0;
}

#info-bar .w3 + .w3, #info-bar .w4 + .w4 {
	padding-left: 10px;
  border-left: 1px solid rgba(164, 210, 101, 0.75);
}

#info-bar .pane, #info-bar .pro {
  min-height: 150px;
}

#info-bar p {
	line-height: 1.2;
}

#info-bar img {
	float: right;
	margin-right: -14px;
}

#info-bar a {
  color: #BFDFBF;
  line-height: 1.5;
  text-decoration: none;
  font-size: 95%;
  display: block;
}

#info-bar .pane a {
  position: absolute;
  bottom: 1px;
}

#info-bar .pane a:after {
	content: ' \bb';
	font-size: 115%;
}

#info-bar a:hover { text-decoration: underline; }

#info-bar ul.w3 {
	padding-bottom: 0px;
}

#info-bar li {
  background: url(../img/ball-on-green.png) no-repeat 13px 7px;
  padding-top: 4px;
  padding-bottom: 4px;
	padding-left: 35px;
  min-height: 8px;
	list-style: none;
}

#info-bar li a {
	font-size: 120%;
	font-weight: bold;
	color: #B72A19;
	letter-spacing: -.05em;
}

#info-bar li a:hover { color: #FFF; }

#info-bar .pro {
	position: relative;
	background: url(../img/pro-photo-bg.png) no-repeat 4px 0;
}

#info-bar .pro h3 {
  height: 105px;
  font-size: 100%;
}

#info-bar .pro h3 span { display: block; color: #B72A19; font-size: 120%; }
#info-bar .pro h3 small { display: block; color: white; text-transform: uppercase; font-size: 95%; }

#info-bar .pro img {
  position: absolute;
  left: 11px; top: 53px; width: 90px; height: 107px;
}

#info-bar .pro a {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  color: white;
  display: block;
  line-height: 1.5;
  text-decoration: none;
  font-size: 95%;
}

#info-bar .pro a:focus, #info-bar .pro a:hover {
  text-decoration: underline;
}

#info-bar .pro a span {
  display: block;
  padding-left: 110px;
  padding-top: 53px;
  position: relative;
  z-index: 2;
}

#info-bar .pro a b {
  display: block;
  position: absolute;
  visibility: visible;
  /*
  z-index: 1;
  */
  left: 0; top: 0; width: 100%; height: 100%;
  background: #2C972B url(../img/info-bar-bg.png) repeat-x 0 -11px;
}

#info-bar .pro a > b {
  opacity: 0.5;
}

#info-bar .pro a:hover b {
  visibility: hidden;
}

#info-bar .pro.selected a b {
  visibility: hidden;
}

/* --------------- main contents ----------------- */

#main {
  background: #E5E5CC url(../img/info-bar-bottom.png) repeat-x 0 0;
  padding-top: 30px;
  padding-bottom: 23px;
  color: #59554A;
  border-bottom: 1px solid white;
}

#main .inner {
	overflow: hidden;
}

/* Other bar */

#other-bar {
	background: #2C972B url(../img/info-bar-bg.png) repeat-x scroll 0 0;
	padding: 11px 0;
  color: #59554A;
	text-align: center;
}

#other-bar .inner {
	text-align: center;
}

#other-bar .inner a { color: #59554A; }

#other-bar h2, #other-bar caption { color: #B72A19; }


/* ------------------ footer contents --------------- */

#footer {
	background-image: url(../img/inner-shadow.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 6px;
}

#footer .inner {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
	position: relative;
}

#footer a:link  {	color: #BFDFBF; }
#footer a:focus {	color: #FFFFFF; }
#footer a:hover {	color: #FFFFFF; }

#footer .admin-login {
	position:absolute;
	right: 0; top: 4px;
}

/* ----------------------------- */

.inner {
	margin: 0 auto;
	width: 852px;
  text-align: left;
}

/* -------------- Column Definitions ------------------- */

/* full width: 852 (11 + 830 + 11) */
/* divided into 12 columns of 71 (5+49+5) */

.clear, .clearing {
	clear: both!important;
}

.row {
	clear: both;
	overflow: hidden;
	margin-bottom: 11px;
	position: relative;
}

.w1   { float:left; width:  49px; margin-left: 11px; margin-right: 11px; }
.w2   { float:left; width: 120px; margin-left: 11px; margin-right: 11px; }
.w3   { float:left; width: 191px; margin-left: 11px; margin-right: 11px; }
.w4   { float:left; width: 262px; margin-left: 11px; margin-right: 11px; }
.w5   { float:left; width: 333px; margin-left: 11px; margin-right: 11px; }
.w6   { float:left; width: 404px; margin-left: 11px; margin-right: 11px; }
.w7   { float:left; width: 475px; margin-left: 11px; margin-right: 11px; }
.w8   { float:left; width: 546px; margin-left: 11px; margin-right: 11px; }
.w9   { float:left; width: 617px; margin-left: 11px; margin-right: 11px; }
.w10  { float:left; width: 688px; margin-left: 11px; margin-right: 11px; }
.w11  { float:left; width: 759px; margin-left: 11px; margin-right: 11px; }
.w12  { float:left; width: 830px; margin-left: 11px; margin-right: 11px; }

.alpha { margin-left: 0px; }
.omega { margin-right: 0px; }
                                        
                                   
/* --------------------- General styles --------------- */

h1, h2, h3, p {
  margin-bottom: 11px;
}

h1 {
  font-weight: bold;
  font-size: 160%;
}

#info-bar h1 {
  color: #B72A19;
}

#main h1 {
  color: #27952B;
}

h2 {
  font-weight: bold;
  font-size: 160%;
}

#main h2 {
  color: #B72A19;
  font-size: 125%;
}

#main h2 span {
  color: #27952B;
  font-size: 130%;
}

#main h2 small {
	display: block;
  color: #B72A19;
  font-size: 105%;
}

#info-bar h2 {
  color: #B72A19;
  font-size: 125%;
  font-weight: bold;
}

/* ----------- corners ---------- */

.corners { position: relative; padding: 8px; }

.corners b {
  position: absolute; width: 8px; height: 8px; overflow: hidden;
  background-image: url(../img/corners.png);
}
.corners b.nw { left: 0;  top: 0;    background-position: 0 0; }
.corners b.ne { right: 0; top: 0;    background-position: -8px 0; }

.corners b.se { right: 0; bottom: 0; background-position: -8px -8px; }
.corners b.sw { left: 0;  bottom: 0; background-position: 0 -8px; }

/* --------------- */

.image-frame {
  display: block;
	position: relative;
  background: white;
	
	border: 2px solid #D3D3BC;
	padding: 4px;
	margin: 2px;
	
	float: left;
	margin: -2px 4px 8px -6px;
}

.image-left .image-frame {
	float: left;
	margin: -2px 4px 8px -6px;
}

.image-right .image-frame {
	float: right;
	margin: -2px -6px 8px 4px;
}

.image-frame b { position: absolute; width: 8px; height: 8px; overflow: hidden; background-repeat: repeat; background-position: 0 0; }

.image-frame b.nw { left:  -4px; top:    -4px; background-image: url(../img/frame-nw.png); }
.image-frame b.ne { right: -4px; top:    -4px; background-image: url(../img/frame-ne.png);}
.image-frame b.sw { left:  -4px; bottom: -4px; background-image: url(../img/frame-sw.png); }
.image-frame b.se { right: -4px; bottom: -4px; background-image: url(../img/frame-se.png); }

.image-frame b.n { top: -4px; left: 4px; right: 4px; width: auto;  background-image: url(../img/frame-n.png);  }
.image-frame b.s { bottom: -4px; left: 4px; right: 4px; width: auto; background-image: url(../img/frame-s.png); } 
.image-frame b.e { right: -4px; top: 4px; bottom: 4px; height: auto; background-image: url(../img/frame-e.png); } 
.image-frame b.w { left: -4px; top: 4px; bottom: 4px; height: auto;  background-image: url(../img/frame-w.png); } 

.image-frame .caption {
	position: absolute;
	left: 4px; right: 4px;
	bottom: 4px;
	height: auto; width: auto;
	padding: 4px;
}

.image-frame .caption b {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	z-index: 1;
	background: #000;
	opacity: 0.75;
	
  background: #2C972B url(../img/info-bar-bg.png) repeat-x 0 0;
}

.image-frame .caption span {
	position: relative;
	z-index: 1;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bold;
}

/* ----------------------- */

ul.bulleted {
  margin-bottom: 11px;
  list-style: none;
  padding-left: 32px;
}

ul.bulleted li {
  padding-left: 32px;
  background: url(../img/ball.png) no-repeat 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 8px;
}

* html ul.bulleted li { height: 8px; background: url(../img/ball.png) no-repeat 0 5px; }

/* ------------------ */

dl.mini {
  margin-bottom: 11px;
}

dl.mini dt {
  display: inline;
}

dl.mini dd + dt:before {
  content: ' / ';
}

dl.mini dt:after {
  content: ' : ';
}

dl.mini dd {
  display: inline;
}

/* ------------------ */

blockquote {
  padding-left: 54px;
  padding-right: 54px;
  position: relative;
  margin-bottom: 11px;
}

blockquote p {
  font-style: italic;
  font-family: Arial, sans-serif;
  font-weight: bold;
	min-height: 48px;
}

blockquote .lq {
  position: absolute;
  left: 0; top: 0; width: 48px; height: 48px;
  display: block; text-indent: -9999px;
  background: url(../img/lq.png) no-repeat 0 0;
  font-size: 300%;
  color: #B72A19;
  font-family: Arial;
  vertical-align: bottom;
}

blockquote .rq {
  position: absolute;
  right: 0; bottom: 0; width: 48px; height: 48px;
  display: block; text-indent: -9999px;
  background: url(../img/rq.png) no-repeat 0 0;
  font-size: 300%;
  color: #B72A19;
  font-family: Arial;
  vertical-align: bottom;
}

/* ---------------------- */


table.schedule {
  /*width: 100%;*/
  border-collapse: collapse;
  font-size: 90%;
	margin: 0 0 0 1px;
  border-left: 1px solid #86C363;
  border-right: 1px solid #86C363;
  border-bottom: 1px solid #86C363;
}

table.schedule th {
  border: none;
  padding: 3px 11px 1px 11px;
	color: white;
	background: url(../img/info-bar-bg.png) repeat-x 0 0;
}

table.schedule tr.odd td {
}

table.schedule td {
  background: #F2F2E6;
  border: 1px solid #86C363;
  padding: 1px 10px;
}

/* ------------------- */

#main .has-more-info {
	padding-bottom: 3em;
	position: relative;
}

#main .more-info {
  position: absolute;
  bottom: 1em;
}

#main .more-info a {
  display: block;
  padding-left: 24px;
  background: url(../img/ball.png) no-repeat 0 50%;
  color: #B72A19; 
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

#main .more-info a:after {
	content: ' \bb';
}

#main .more-info a:focus, #main .more-info a:hover {
  text-decoration: underline;
}

/* ------------------------ */

.vcard {
	clear: both;
	margin-bottom: 11px;
}

.vcard .adr {
	margin-bottom: 11px;
}

.vcard .tel + .tel {
	margin-bottom: 11px;
}

/* ------------------------- */

button {
  border:0; padding: 0; margin: 5px 0 0 13px;
  cursor:pointer; 
  font-weight:bold; 
  text-align:center; 
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
  font-size: 120%;
	text-align: left;
	width: auto;
	overflow: visible;
}

button span {
	display: inline-block;
  height:50px; 
  line-height:50px;
	white-space: nowrap;
	background:url(../img/btn-right.png) right no-repeat; 
  padding:0 20px 0 0; 
	margin: 0;
}

button span b {
	display: inline-block;
  height:50px; 
  line-height:50px;
	white-space: nowrap;
	background:url(../img/btn-left.png) left no-repeat;
  padding:0 0 0 20px; 
	margin: 0;
  color:#fff; 
}

button:hover span   { background-image: url(../img/btn-right-hover.png); }
button:hover span b { background-image: url(../img/btn-left-hover.png); color: #B72A19; }

/* ------------------------- */

.button-holder {
	overflow: hidden;
	margin-bottom: 11px;
}

.button-holder a.button {
	margin-right: 5px;
}

a.button {
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
	display: inline-block;
	text-decoration: none;
	margin-top: 1px;
}
a.button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}
/*blue buttons*/
a.button { 
  background:url(../img/btn-right.png) right no-repeat; 
  font-size: 120%;
}
a.button span { 
  height:50px; 
  line-height:50px;
  background:url(../img/btn-left.png) left no-repeat;
  color:#fff; 
}
a.button:hover {
	background:url(../img/btn-right-hover.png) right no-repeat; 
}
a.button:hover span {
	background:url(../img/btn-left-hover.png) left no-repeat;
	color: #B72A19;
}

/* ------------------------- */

table.kits {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
	table-layout: fixed;
	border: 1px solid #A4D265;
	border-color: rgba(164, 210, 101, 0.5);
}

table.kits thead {
}

table.kits thead th {
  background: #2C972B url(../img/info-bar-bg.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 #A4D265;
	border-color: rgba(164, 210, 101, 0.5);
}

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; }
/* --------------------------- */

.pages {
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
	
	margin: 8px 8px 0px 8px;
	border: 1px solid #E0DCC3;
	background: #FFF;
	padding: 6px 16px;
}

.pages .counter {
	position: absolute;
	left: 8px; top: 6px;
	padding-left: 2px;
}

.pages .prev-next {
}

.pages .numbers {
	position: absolute;
	right: 8px; top: 6px;
	padding-right: 2px;
}

.neighbours {
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
	
	margin: 0px 11px 8px 11px;
	/*
	border: 1px solid #E0DCC3;
	background: #FFF;
	*/
}

.neighbours .prev {
	float: left;
}

.neighbours .prev a:before { content: '\ab '; margin-right: 5px;  text-decoration: none; font-size: 130%; }

.neighbours .next {
	float: right;
}

.neighbours .next a:after { content: ' \bb'; margin-left: 5px; text-decoration: none; font-size: 130%; }

.neighbours a {
  color: #B72A19; 
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.news-item-overview {
	position: relative;
	overflow: auto;
	padding-bottom: 24px;
	margin-bottom: 11px;
	border-bottom: 1px solid #59554A;
}

.news-item-tiny {
	position: relative;
	overflow: visible;
	float: left; clear: both; width: 100%;
	padding-bottom: 24px;
	margin-bottom: 11px;
	border-bottom: 1px solid #59554A;
}

.news-item-tiny .image-frame .caption {
	font-size: 70%;
}

.published-date {
	margin-bottom: 11px;
	margin-top: -11px;
	font-style: italic;
	font-size: 110%;
	font-weight: bold;
}

h2 + .published-date {
	font-size: 100%;
}

h2 + .published-date:before {
	content: '- ';
}

table.league th { text-align: center; }
table.league td { text-align: center; }
table.league td.text { text-align: left; }


/* -------------------------------------- */

.nicEdit-main {
	background: #FFF;
}

.news-item .w4 img, .news-item-overview .w4 img {
	width: 250px;
}

img.thumb {
	width: 250px;
}


.w3 .image-frame img {
	width: 191px;
}