/*
	Style sheet for Drummonds
	Last updated: 08/01/2007
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #000000;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 90%;
	font-size: 10pt; 
    /*background-image: url('/media/wrapperbg.gif'); */
	/*background-repeat: repeat-y;*/
	}

#wrapper {
	margin:0;
	padding: 0;
	width: 100%;	 
	background-color: #fff;
	text-align: left;
	border: none;
	}

#header {
	margin: 0;
	padding: 0;
	height: 79px;
	background:#000;
	border-bottom: solid 1px #ba3c2d;
	color: #fff;
	line-height: 5px;
	}

.headertable{
	width: 100%;
	}

#navigation {
	display: none;
	}

#sidenavigation {
	display: none;
	
	}

#maincontent	{
	padding: 10px 0 10px 0;
	vertical-align:top;
	width:100%;

	}

#rightnavigation{
	display: none;
	}

#footer {
	margin: 0;
	padding: 0;
	font-size: 85%;
	border-top: solid 1px #ba3c2d;
	background: #fff;
	}

#mainsearch {
	display: none;
	}


.repeat{
	width:520px; 
	background: #99cccc;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #ed7a39;
	margin: 0;
	padding: 0;
	font-size: 12pt; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

#mainsearch h1 {
	color: #ed7a39;
	margin: 0;
	padding: 0;
	font-size: 12pt%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

h1{
	font-size: 12pt; 
	}

#mainsearch label {
	font-weight: bold;
	}

#mainsearch p {
	font-size: 140%; 
	color: #ba3c2d;
	}

#mainsearch option {
	font-size: 90%; 
	color: #ba3c2d;
	}

#topnav option {
	font-size: 90%; 
	color: #ba3c2d;
	}

li {
	padding-bottom:0px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #ed7a39;
	text-align: center;
	}

#topnav p {
	color: #ba3c2d;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #ba3c2d;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #ba3c2d;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #fff;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #ed7a39;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #fff;
	color: #ed7a39;
	}

a.sitecredit {
	display: none;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.propertytable{
	background: #fff; 
	width: 100%; 
	border: none;
	}
	
	
.navbox {
	display: none;
	}

.sections {
	height: 53px; 
	width: 174px; 
	padding: 5px 0 0 5px; 
	font-size: 180%; 
	color: #ffd692; 
	font-weight:bold;
	}

.feature {
	float:right;
	margin-left: 5px;
	width:240px; 
	background: #000;
	}

.telephone {
	margin-left: 5px;
	text-align:right; 
	padding: 10px 25px 0 0;
	color: #ed7a39; 
	font-size: 175%;
	}

.strapline {
	margin-left: 5px;
	text-align:right; 
	padding: 10px 25px 0 0;
	color: #ed7a39; 
	font-size: 120%;
	}


.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
	clear: both;
    border: 0;  
    border-bottom: 1px solid #ba3c2d;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #99cccc;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #99cccc;
	}

.center {  
    text-align: center;
    }

------------------------------------------------------------------------------------------------------------------------------------------------------------  */