/* colours  blue:  #101263 #292DA7  #5969D5  #8491E8  */	
/* green #537F16 	#94D23E									    */
/* orange #FE3E00 #FF9935 								    */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body
{
background-image:url('images/bg.gif'); background-repeat:repeat-y; background-position:top center;  background-color:#F0F0F0; font-size: 0.9em; font-family: arial, helvetica, sans-serif;
line-height: 1.3em; margin: 0; padding: 0; border: 0; color:#223; }

body {
    min-width:960px;
}

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;

}

#header {
    position:relative;
    color:#FFF;
    height:122px;
background-image:url('images/header-bg.gif'); background-repeat:repeat-y; background-position:top center; 
}
#leftheader {float:left; width:400px; 		padding-left:0px;}
#rightheader { margin-right:140px; float:right; width:190px; padding-top:10px;}

#menu {
    background-color: #82C723;
    background-image: url("images/menu-bg.jpg");
    height: 36px;
    padding-top: 14px;
    width: 100%;
    color:#FFF;
    font-weight:bold;
		padding-left:130px;
    text-align:left;
}

#container {
    width:400px;
    float:left;
		padding-left:130px;
		padding-top:30px;
		padding-bottom:30px;		
}

#container-full {
    width:640px;
    float:left;
		padding-left:130px;
		padding-top:30px;
		padding-bottom:30px;		
}



#sidebar { padding-top:20px; width:250px; margin-right:130px; float:right; }  
.sidebar {padding-top:10px;  margin-bottom:20px; margin-right:230px;}

#footer {
    clear:both;
		background-image: url("images/footer-bg.jpg");
    background-repeat: repeat-x;
    background-color: #82C723;
    color: #FFFFFF;
    height: 120px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding:20px 20px 10px 20px;
    font-size:1em;
}

.buy {padding:30px;}

/* TYPE */

a, a:link  {
  text-decoration: underline;
  color: #292DA7;
}

a:visited {
  text-decoration: underline;
  color: #292DA7;
}

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

a:active {
  text-decoration: underline;
  color: #292DA7;
}

h1 a:link {  text-decoration: none; }
h2 a:link {  text-decoration: none}
h2 a:link {  text-decoration: none}

h1, h2, h3, h4 { padding-top:0em; ;}
h1 {
  font-size: 1.5em; line-height:1.2em
}

h2 {
  font-size: 1.3em; padding-top:0.7em; color:#2F3FB8;
}
h3 {
  font-size: 1.2em; padding-top:0.7em; color:#2F3FB8;
}
h4, h5, h6 {
  font-size: 1em; 
}
p {
  margin: 0.6em 0 0.6em 0;
}
br {
  line-height: 0.6em;
}

ul {list-style:inside;}

ul.tick {
    font-size: 1em;
    line-height: 2em;
    list-style: disc inside url("images/tick.jpg");
}

table { margin-bottom: 1em; }
td, th { padding: .5em;   border: 1px #ccc solid;} 

th.blue,tr.blue, td.blue , thead.blue 
{background: #5969D5;}

th.green, tr.green , td.green, thead.green
{background: #B9DF47;}


thead.kit
{font-weight:bold; border: 1px #ccc solid; background: #B9DF47;}
td.kit {}

tr.kit , td.kit, thead.kit
{  }

tr.kit1 { border: 0px #ccc solid;}


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

#footer a:hover
  {
    color: #FFF;
    text-decoration: underline;
  }
  
  
#footer-left a:link, #footer a:visited
  {
  padding-right:20px;
  }
  
