body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
    }
	
body {
	background: #e6e6e6;
	color: #333333;
    font:76%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	width: 97%;
	text-align: center;
	margin: 0;
}

a {
	color: #04B0F2;
	background-color: transparent;
}

img a {
    border:none;
}

p {
margin-top: 0;
}

table#features  {
border: 1px solid gray;
}
td.cellabel {
font-size: smaller;
padding: 5px;
}

td.cellcentred, th.cellcentred {
text-align: center;

}
td.cellhighlight {
background-color:#FCE7AF;
font-size: smaller;
padding: 10px;
line-height: 200%;
text-align: center;

}

.cardback {
height: 200px;
width: 350px;
background: #FFF url(/images/cardback.gif) top right no-repeat;
float: right;
margin-left: 10px;
}

.cardback p {
margin-left: 140px;
margin-top: 50px;
font-size: 70%;
}

h1 {
background-color: #fff;
color: #00B6f1;
padding: 5px;
font-size: 1.5em;
margin-bottom: 2px;
}

h2 {
background-color: #fff;
color: #839e59;
padding: 5px;
font-size: 1.4em;
margin-bottom: 2px;
}

h3 {
background-color:transparent;
color: #FFC22F;
padding: 0;
font-size: 1.3em;
margin-bottom: 2px;
}

#page {
	margin: 0 auto;
    width: 760px;
	border: 1px solid #CCC;
	text-align:left;
	background: #FFF;
	color: #333333;
 }

#topstuff {
clear: both;
background-color: #fff;
color: #000;
width: 100%;
border-bottom: 1px solid #ccc;
} 
 
#topbar {
	margin-left: 10px;
	margin-top: 0;
	width: 0px;
background-color: #fff;
color: #000;}

#topnav {
	text-align:left;
	margin: 0;
	background-color: #fff;
color: #000;
}
 
#phone {
	font-size: 1.2em;
	font-weight: bold;
	color: #00B6F1;
	background-color:transparent;
	margin-left: 450px;
}


#topnav ul {
    list-style: none;
    padding: 0;
    margin-right: 10px;
}

#topnav li {
    float: left;
    margin: 0 0.15em;
}

#topnav li a {
    background: url(/images/background.gif) #fff bottom left repeat-x;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 7em;
    display: block;
    border: 0.1em solid #dcdce9;
    color: #00B6F1;
    text-decoration: none;
    text-align: center;
}

#topnav li a:hover {
    text-decoration: underline;
    background: url(/images/backgroundgreen.gif) #ADCF76 bottom left repeat-x;
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

#topnav li a.thistab {
    text-decoration: underline;
    background: url(/images/backgroundgreen.gif) #ADCF76 bottom left repeat-x;
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

/* Hide from IE5-Mac \*/
#topnav li a
{
float: none
}
/* End hide */

#holder {
width: 100%;
clear: both;
margin:0;
}

#fullwidth {
	float:left;
	width: 90%;
	margin: 10px;
	text-align:justify;
}
#content {
	float:left;
	width: 70%;
	margin: 10px;
	text-align:justify;
}

#twocols {
	float:left;
	margin: 10px;
	width:70%;
	text-align:justify;
}

.third {
width: 29%;
margin: 5px;
padding: 5px;
float: left;
text-align: center;
}

#sidebar {
	font-size: 0.8em;
	line-height: 2em;
	background-color: #FCE7AF;
    color: #839e59;
    width: 165px;
	float: right;
	padding: 3px;
	border: 1px solid #FFC22F;
	margin: 55px 10px;
}

#sidebar ul {
list-style: none;
margin-left: 0;
padding-left: 10px;
line-height: 200%;
}

#sidebar li a{
text-decoration: none;
background: transparent;
color: #839E59;
font-weight: bold;
font-size: 0.9em;
}

#sidebar h3 {
font-weight: bold;
font-size: larger;
color: #839E59;
background: transparent;
}

.shadowedimage {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowedimage img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

.shadowbox {
  width: 90%;
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowbox div {
  background: none !important;
  background: url(/images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.shadowbox p {
  color: #777;
  background-color: #fff;
  font: italic 1em Arial, Helvetica, sans-serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }

.emphasis {
  color: #000;
  background: #FCE7AF url(/images/dots.gif) no-repeat left top;
  padding: 12px;
  margin: 5px;
  text-align: center;
}

.emphasis a, a.visited {

 color: #000;
 background: #FCE7AF;
}

.enquiry {
  color: #000;
  background: #FCE7AF url(/images/dots.gif) no-repeat left top;
  padding: 12px;
  margin: 5px;
  text-align: center;
  width: 40%;
  float: right;
  border: 1px solid #FFC22F; 
}

.enquiry a, a.visited {
 color: #000;
 background: #FCE7AF;
}

#footer {
	color: #FCE7AC;
	height: 50px;
	background: #04B0F2;
	clear: both;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#footer a, #footer a:visited, #footer a:active {
color:#FCE7AC;
background-color: transparent;
text-decoration: none;
}

.copyright {
font-size: smaller;
}


