
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	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;

 }
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
 /*-----GLOBAL FONT SETTINGS-------*/
table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #636363;
	font-size: 11px;
	line-height : 18px;
}

/*      page titles      */
h1 {
	color:#01A8EC;
	font-weight: bold;
	font-size: 18px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

/*      sub titles, category headings etc       */
h2 {
	color:#01A8EC;
	font-weight: bold;
	font-size: 12px;
	padding: 1px
}

/*       third level titles, news headlines, faq questions      */
h3 {
	color:#01A8EC;
	font-size: 14px;
	font-weight: bold;
}

.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;
}
.textorange{
	color: #F6C350;
}
.textblue{
	color: #1692D2;
}
.textred{
	color: #c70000;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	/*color : #F6C350;*/
	color : #e68a05;
	font-weight : bold;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 12px;
	font-weight : bold;
}
A.menu:HOVER {
	text-decoration : underline;
	color: White;
}

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*/


.ltblue{
	background: #01A8EC;
}
.paleblue{
	background: #f7fbff;
}
.gray{
	background: #636363
}
.blue{
	background: #1692D2;
}
.orange{
	background: #F6C350;
}
.yellow{
	background: #F2B60A;
}
.ltyellow{
	background: #f4e471;
}
.babyblue{
	background: #b9cdee;
}

/* 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 #e5eff8;
	/*width:300px;*/
}
.rborder{
	border-right: 1px solid #e5eff8;
	/*width:300px;*/
}

.outline{
	border : 1px solid #E6E7E8;
}
.outline2{
	border : 1px solid #8cc63f;
	padding: 6px;
}
.linetop{
	border-top : 1px solid #E6E7E8;
}

/* Forms*/
.submit
{
width:20px;
background-color:#1692D2;
color: White;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-weight: bold;
}

input{
	border : 0.1em solid #636363;
	/*margin : 0.3em 0.5em 0em 0em;*/
	padding : 0.2em;
	/*background-color :#e2edf5;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #7a787b;
	font-size: 10px;
	font-weight: bold;
	width : 200px;
	
}
select {
	border : 0.1em solid #636363;
	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 #636363;
	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;
}*/
ul{
  margin-left: 8px;
  padding-left: 8px;
}

/*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: 190px;
color: #1692D2;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}

#navcontainer a:hover
{
background-color:transparent;
color: #F6C350;
text-decoration: underline;
}
#navcontainer a.selected {
	text-decoration : none;
	background-color : transparent;
	color: #F6C350;
	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 15px;
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 a:selected
{
color: red;
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;
}
#PRICE{
z-index: 0;

    height: 136px;
    left: 500PX;

    position: fixed;
    top: 200PX;
    width: 140px;
}
