body {
	font-size: 12px;
	color: #818181;
	font-family: Verdana, Arial, Sans-serif;
}
/******The usual Jibba-Jabba**********/
a {
	color: #818181;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
	color: #94B564;
}

a img
{
border: 0;
}

.adSubtitle
{
font-size: 9px;
text-align: center;
}

h1, h2 {
	color: #587731;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
#mainContainer {
	width: 960px;
	margin: auto;
}

/******All headerElements***********/

#headerElements {
	color: #FFF;
	text-align: center;
}

.headerTop, .headerBottom {
	height: 37px;
}

.headerTop {
	background: url(../images/header-top.png) no-repeat;
}

.cp {
	padding: 10px;
}

.menu a:hover{
background: url(../images/aRep.png) repeat-x;
}

.aLeft:hover{
 background: url(../images/aLeft.gif) no-repeat;
}

.aRight:hover{
background: url(../images/aRight.gif) no-repeat;
}

.button {
  background: url(../images/button.gif) no-repeat;
  height: 19px;
  text-align: left;
  width: 53px;
  float: right;
  font-weight: bold;
  font-size: 11px;
}

.item input,
.item2 input {
  border: 0;
  background: #fff;
  color: #818181;
}

/* .inputSkin form input,
.skinnedSelect select,
.inputSkin form,
form .inputSkin
{
  margin: 2px;
  height: 18px;
  margin-bottom: 3px;
  border: 1px solid red;
} */

form {
  margin: 0;
}


.menu a {
  padding: 0;
  margin: 0;
  color: white;
  float: left;
}

.date, .menu {
	float: left;
}

.menuBottom {
	width: 500px;
}
  
.bottomMenu {
	text-align: right;
}

.userDetails {
	width: 450px
}

.date {
	width: 420px;
	text-align: left;
}

.menu {
	width: 540px;
}

.headerMiddle {
  background: url(../images/header-middle.jpg) no-repeat;
	height: 208px;
}

.headerBottom {
	background: url(../images/header-bottom.png) no-repeat;
}

/***********END: headerElements********************/

#main {
	min-height: 300px;
  color: grey;
}

.one, .four {
	width: 160px;
	min-height: 400px;
	float: left;
	margin: auto;
}

.one, .four {
  font-family: Tahoma;
  font-size: 11px;
}

.item li {
	list-style-type: none;
  padding: 0;
  margin: 0;
}

.two {
	width: 630px;
	float: left;
	min-height: 400px;
}

.three {
	float: right;
	width: 160px;
	padding-right: 5px;
}

.contentPadding {
	text-align: left;
	padding: 6px;
	padding-left: 15px;
}

/********Item Container for right column************/

.item2 {
  margin-top: 6px;
}

.itemHead2 {
	background: url(../images/item-head.png) no-repeat;
	height: 22px;
	color: #FFF;
	text-align: right;
}

.itemHead2 a,
.itemHead2 a:hover {
  color: #fff;
  text-decoration: none;
}

.itemTop2 {
	background: url(../images/itemBoxhead2.gif) no-repeat;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
}

.itemContent2 {
	background: url(../images/itemRep2.gif) repeat-y;
}

.itemContentPadding2 {
	padding: 0 10px;
}

.itemContent2 img {
	padding: 0 5px;
}

.skinStyleSpacing {
  width: 150px;
  margin: 0 auto;
  padding: 0 0 1px 0;
  height: 19px;
  overflow: hidden;
}

.itemFooter2 {
	background: url(../images/itemFooter2.gif) no-repeat;
	height: 9px;
	clear: both;
	line-height: 3px;
	font-size: 1px;
}

.contentPadding2 {
  text-align: right;
	padding: 6px;
	padding-right: 15px;
}

.itemHead:hover, .itemHead2:hover {
	background: url(../images/itemHead2.gif) no-repeat;
}

.inputSkin {
  background: #fff url('../images/inputSkin.gif') no-repeat;
  width: 150px;
  height: 19px; 
  line-height: 19px;
  color: #818181;
}

.inputSkin input {
  padding-left: 10px;
  background: transparent;
  border: 0;
  padding-top: 3px;
  *padding-top: 0px;
  line-height: 19px;
  height: 19px;
  font-size: 10px;
  width: 140px; /* minus left padding */
}

/******************************************/

.item {
  margin-top: 6px;
}

.item ul {
  margin: 0;
  padding: 0;
}

.item li:hover ul ul, 
.item li:hover ul ul ul, 
.item li.sfhover ul ul, 
.item li.sfhover ul ul ul {
	left: -999em;
}

.item li:hover ul, 
.item li li:hover ul,
.item li li li:hover ul, 
.item li.sfhover ul, 
.item li li.sfhover ul, 
.item li li li.sfhover ul {
	left: auto;
}

.item li:hover, 
.item li.sfhover {
    position: static;
}

.item li ul,
.item li li {
  width: 120px;
  text-align: center;
}

.item li ul {
	position: absolute;
	left: -999em;
	margin-left: 40px;
	margin-top: -10px;
	*margin-top: 0;
	border: 1px solid #EEECEC;
	background: #fff;
	padding: 5px 0;
}

.itemHead {
	background: url(../images/item-head.png) no-repeat;
	height: 22px;
	color: #FFF;
	text-align: left;
}

.itemTop {
	background: url(../images/item-box-head.png) no-repeat;
	height: 8px;
	line-height: 3px;
	font-size: 1px;
}

.centerPadding {
	padding: 10px;
	float: left;
	text-align: left;
		font-family: Verdana, Arial, Sans-serif;
}
div
{
		font-family: Verdana, Arial, Sans-serif;
}



.centerPadding ul {
  
}

.itemContent {
	background: url(../images/item-middle.png) repeat-y;
}

.itemContentPadding {
	padding: 0 15px;
	margin 0;
}

.itemContent img {
	padding: 0 5px;
}

.itemFooter {
	background: url(../images/item-box-footer.png) no-repeat;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}


/******Footer**********/

.threeimages {
  text-align: center;
}

.threeimages img {
  padding: 3px;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
.slideBox {
width: 460px;
}

.slideHead img
{
}

.slideHead {
background: url(../images/slideHead.png) no-repeat;
height: 14px;
padding: 6px;
padding-left: 380px;
text-align: right;
}
.slideMiddle {
background: url(../images/slideMiddle.png) repeat-y;
margin: auto;
}
.slideBottom {
background: url(../images/slideBottom.png) no-repeat;
height: 7px;
}

#horizontal 
{
float: right;
margin-top: 10px;
margin-right: 10px;
}

#horizontal ul
{
  	padding: 0;
  	margin: 0;
  	list-style: none;
  	text-align: left;
}

#horizontal a
{
    /* text-indent: 10px; */
  	display: block;
  	/* width: 62px; */
  	color: #fff;
  	font-weight: bold;
  	font-size: 12px;
  	text-decoration: none;
  /* 	line-height: 20px; */ 
  	font-family: Arial;
  /* height: 20px; */
    line-height: 21px;
   
}

/*
#horizontal a:hover
{
   	color: #504D4D;
  	height: 28px; 
  	text-align: left;
    background:  #D0CDCD url(../images/menuhoverleft.gif) left top no-repeat;
}

#horizontal a span
{
  	padding-left: 10px;
    padding-right: 10px; 
    display: block;
    float: left;
}

#horizontal a:hover span
{
    padding-left: 10px;
    padding-right: 10px;
}

 #horizontal a:hover span
{
    background: url(../images/menuhoverright.gif) right top no-repeat;    
}

#horizontal li
{
  	float: left;
}

#horizontal li ul
{
  	position: absolute;
    left: -999em;
      }

#horizontal li:hover ul
{
	 left: auto;
		 	 }
		 	 
#horizontal li:hover ul,
#horizontal li.sfhover ul
{
    left: auto;
}

*/
#horizontal {
  height: 26px;
  padding-top: 0px;
  	color: white;
}

#horizontal li
{
  	float: left;
}

#horizontal li:hover a, 
.horizontal li.sfHover a {
  color: #474444;
    color: white;
}
#horizontal li:hover ul a, 
#horizontal li.sfHover ul a {
  color: #474444;	
    color: white;
}
#horizontal li:hover ul a:hover, 
#horizontal li.sfHover ul a:hover {
  background: #ccc;
  color: #474444;	
  color: white;
}

#horizontal a span {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
}
#horizontal a:hover span {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#horizontal a li span {
	padding: 0;
}
#horizontal a:hover li span {
	padding: 0;
}
#horizontal a:hover li span {
	padding: 0;
}
#horizontal a:hover span {
	background: url(../images/menuhoverright.gif) right top no-repeat;
}

#horizontal li a:hover {
	color: #474444;
	background:  #D0CDCD url(../images/menuhoverleft.gif) left top no-repeat;
  text-decoration: none;
  text-align: left;
}

#horizontal li a {
  float: left;
  line-height: 20px;
  text-align: left;
  padding-left: 1px;
}

/*
Added by Matthew on 25/03/2008 */

.modules {
  margin-top: 10px;
}

.modules ul,
.faqs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Contact Us */

.contact {
  
}

.contact input,
.contact textarea,
.contact select,
.contact .freecap {
  background: #fff;
  border: 1px solid #808080;
  color: #808080;
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus, 
.contact .freecap:focus {
  border: 1px solid #94B564;
  color: #94B564;
}

.contact input[type~=checkbox] {
border: 0;
}

.footer {
  clear:both;
  height:10px;
}
select
{
text-indent: 0;
padding-left: 0px;
margin-left: 0;
}

.copyright {
	line-height: 20px;
	text-align: center;
}
.copyright .copy-top {
	margin-bottom: 10px;
}
/*
News Frontpage */

.newsBox {
  
}

.newsBox a {
  text-decoration: none;
}

/*
Faqs */

.faqs {
  
}

.faqs ul li {
  line-height: 18px;
}

.faqs ul li a {
  color: #94B564;
}

.faqs ul li.download {
  padding-left: 10px;
}

input.button {
  background: url(../images/button.gif) no-repeat;
  height: 19px;
  text-align: center;
  /*padding-top: 3px;*/
  width: 53px;
  margin-left: 85px;
} 

/*
Tables */

.priceTable {
  border-top: 1px solid #EEECEC;
  border-left: 1px solid #EEECEC;
  width: 500px;
  margin: 0 auto;
}

.priceTable td {
  border-bottom: 1px solid #EEECEC;
  border-right: 1px solid #EEECEC;
  padding: 5px;
}

.randimage {
  margin-top: -36px;
  padding-left: 16px;
}

.driveSuccess {
  margin-top: -31px;
  *margin-top: -28px;
  padding: 0 10px 0 20px;
}