/*-----------------------------------------------------------------------------

version:   1.0
author:    dave mellody
email:     david.mellody@cyber-sites.co.uk
website:   http://www.cyber-sites.co.uk/



SECTIONS
	
	1. =General Rules
    2. =Branding
	3. =Navigation


/* =General Rules
-----------------------------------------------------------------------------*/

body { 
font: 12pt normal "Arial";
      color: #333333;
      background-color: #FFF;
      font-size: 12px;
}
table {
       font-family: "Arial";
       font-size: 12px;
      }	  
/* =Branding
-----------------------------------------------------------------------------*/

h1    {
       font-family: "Arial";
       font-size: 14px;
	   color: #9E0500;
	   font-weight: bold;
      }
	
h2    {
       color: #FFFFFF;
       font-family: "Arial";
       font-size: 12px;
	   font-weight: bold;
	   margin-bottom: 2;
      }
	  
	  .leftboxText{
       float: left;
	   font-family: "Arial";
       font-size: 12px;
	   color: #333333; 
	   padding-left: 8px;
	  }
	  
.footer   {
       font-family: "Arial";
       font-size: 12px;
	   font-weight: bold;
	   color: #FFFFFF;
      }	  
	  
/* =Navigation
-----------------------------------------------------------------------------*/
a:link{
	  color: #333333;
      }

a:hover{
      color: #CC0000;
      }

.prodlinks {
	width: 130px;
	}

.prodlinks ul {
	list-style: none;
	font-size: 11px;
	}
	
.prodlinks li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: -30px;
	width: 130px;
	background: transparent url(../images/able_leftnav.gif) top right no-repeat;
	}
	
.prodlinks li a {
	display: block;
	background: transparent url(../images/able_leftnav.gif) top left no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.6;
	}
	
.prodlinks li a:hover,
.prodlinks li a:visited:hover,
.prodlinks li.on a,
.prodlinks li.on a:visited {
	color: #9E0500;
	background-image: none;
	}


/* =Forms
-----------------------------------------------------------------------------*/

#dis_login #username,
#dis_login #password {
	width: 98px;
	border: 1px solid #ccc;
	font-size: 11px;
	}
	
#dis_login label {
	font-size: 11px;
	font-weight: bold;
	}

.dis_login.button {
	border: 0px solid #2D334A;
	background: #575B6C;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	padding: 2px 0;
	cursor: hand;
	}
	
.dis_login.button:hover {
    color: #CC0000;	
    background: #FFF500;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	padding: 2px 0;
	cursor: hand;
	}

#searchform #Keyword {
	width: 93px;
	border: 1px solid #ccc;
	font-size: 11px;
	}
	
#searchform label {
    color: #999999;
	font-size: 11px;
	font-weight: bold;
	}
	
.searchform.button {
	border: 0px solid #2D334A;
	background: #575B6C;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 0;
	cursor: hand;
	}
	
.language_link {
    color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	text-decoration: none;
	}
	
.language_link  a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #2D334A;
	text-decoration: none;
	line-height: 1.6;
	}
	
.language_link  a:hover {
	color: #cc0000;
	background-image: none;
	}
