
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	/*background: #e2edf5;*/
	background: White;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #636363;
	font-size: 11px;
	line-height : 18px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #636363;
	font-size: 11px;
	line-height : 18px;
	background: White;

}

/*      page titles      */
h1 {
	color:#8cc63f;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

/*      sub titles, category headings etc       */
h2 {
	color:#8cc63f;
	font-weight: bold;
	font-size: 14px;
	padding: 1px
}

/*       third level titles, news headlines, faq questions      */
h3 {
	color:#8cc63f;
	font-size: 11px;
}

.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text14{
	font-size: 14px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}
.text8{
	font-size: 8px;
}
.textwhite{
	color: White;
}
.textgreen{
	color: #7cc623;
}
.textblue{
	color: #357ad7;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	color : #7cc623;
	font-weight : bold;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu {
	text-decoration : none;
	background-color : transparent;
	color: #8cc63f;
	font-size: 11px;
	font-weight : normal;
}
A.menu:HOVER {
	text-decoration : underline;
	color: #636363;
}
A.product2 {
	text-decoration : none;
	background-color : transparent;
	color: #357ad7;
	font-size: 11px;
	font-weight : bold;
}
A.product {
	text-decoration : none;
	background-color : transparent;
	color: #357ad7;
	font-size: 11px;
	font-weight : normal;
}
A.product:HOVER {
	text-decoration : underline;
	color: #636363;
}
A.selected {
	text-decoration : none;
	background-color : transparent;
	color: #636363;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	margin : 0.1em 0em 0.1em 0.1em;
}
/* skiplink */
.skiplink {display:none}

/* Colours*/
.green{
	background: #8cc63f;
}
.ltgreen{
	background: #cfe8b1;
}
.ltblue{
	background: #e2edf5;
}
.gray{
	background: #636363
}
.blue{
	background: #357ad7;
}

/* Spacing*/
.spacing{
	padding:4px;
}
.spacing2{
	padding:10px;
}
.border{
	border : 0.1em solid #E6E7E8;
}
.tborder{
	border: 1px solid #e7e6e6;
	/*width:300px;*/
	border-collapse: collapse;
}
.cborder{
	border-top: 1px solid #e7e6e6;
	/*width:300px;*/
}
.outline{
	border : 1px solid #E6E7E8;
}
.outline2{
	border : 1px solid #8cc63f;
	padding: 6px;
}
.linetop{
	border-top : 1px solid #E6E7E8;
}

/* Forms*/
.submit
{
width: 50px;
background-color :#8cc63f;
color: White;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10px;
font-weight: bold;
}

input{
	border : 0.1em solid #8cc63f;
	/*margin : 0.3em 0.5em 0em 0em;*/
	padding : 0.2em;
	/*background-color :#e2edf5;*/
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #7a787b;
	font-size: 10px;
	font-weight: bold;
	width : 150px;
	
}
select {
	border : 0.1em solid #8cc63f;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	/*background-color:#e6f6d1;*/
	color: #7a787b;
}
.checkbox{
	border : 0em;
	margin : 0em;
	padding : 0em;
	background-color : transparent;
	width : 20px;
}

textarea {
	border : 0.1em solid #8cc63f;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	/*background-color:#e2edf5;*/
	color: #7a787b;
}

/*UL {
	list-style : disc;
	list-style-position : outside;
	line-height : 26px;
}*/

/*Product Menu*/


#navcontainer { margin-left: 8px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
width: 200px;
color: #357ad7;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}

#navcontainer a:hover
{
background-color:transparent;
color: #636363;
text-decoration: underline;
}
#navcontainer a.selected {
	text-decoration : none;
	background-color : transparent;
	color: #636363;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	margin : 0.1em 0em 0.1em 0.1em;
}
#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 0px 0px 0px 30px;
width: 125px;
color: #357ad7;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #636363;
background-color: transparent;
text-decoration: none;
}
#navcontainer ul ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul ul a
{
display: block;
padding: 0px 0px 0px 40px;
width: 80px;
color: #357ad7;
background-color: transparent;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul ul a:hover
{
color: #636363;
background-color: transparent;
text-decoration: none;
}
