/**** REMOVES DEFAULT BROWSER STYLES - CHANGE AND DIE !! ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

/* MAIN PAGE STYLES START HERE */

body {
	width:980px;
	text-align : left;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6, .numbertxt  {
font-weight: normal;
}

p,a {
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	
}

/* container */

#container {
	width:980px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* header */

#header {
	width:980px;
	height: 177px; /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	text-align: left;
}


#top-band{
	font-size: 100%;
	height: 30px;
	width: 980px;
}

#topweb{
	height: 30px;
	width: 800px;
	border: 2px solid #000000;
	letter-spacing: 8px;
}

#bottweb{
	height: 26px;
	width: 746px;
	border: 2px solid #000000;
	background-image: url(../graphics/goldleaf-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 8px;
	font-size: 18px;
	padding-top: 2px;
	padding-right: 14px;
	text-align: right;
	padding-bottom: 2px;
}

#bottom-band{
	font-size: 100%;
	height: 30px;
	width: 980px;
}

/* column wrapper */

#col-wrapper {
	width: 980px;
	height: 1%;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* left column */

#left-col {
	width: 210px;
	height: 1%;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
}

/* mid column */

#mid-col {
	height: 1%;

	width: 585px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mid-col p{
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 16px;
	color: #a87300;
	text-align: justify;
}

#home-page #mid-col h1{
	color: #CC0000;
	font-size: 28px;
	font-style: oblique;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 2px;
}

#mid-col h1{
	color: #a87300;
	font-size: 22px;
	font-weight: bold;
	text-align: justify;
}

#mid-col h2{
	padding-top: 12px;
	font-size: 17px;
	line-height: 22px;
	color: #A87300;
}

/* right column */

#right-col {
	width: 160px;
	margin-bottom: 20px;
	float: right;
}

#mid-col ul {
	margin-left: 35px;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#mid-col ol {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}

#mid-col li {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 20px;
	font-size: 12px;
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #A87300;
	padding-left: 0px;
}

#headings-border{
	border: 1px solid #c3c3c3;
	margin-right: 13px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -1px;
}

/* footer */

#footer {
	text-align: center;
	width: 980px;
	height: 20px;
	padding-top: 6px;
	float: left;
	clear: both;
}

#footer p{
	text-align: center;
	color: #666666;
	font-size: 11px;
}

#footer a{
	text-align: center;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #6F3F05;
}
A:visited	{ text-decoration:underline; font-weight: normal; color: #6F3F05}
A:hover	{ text-decoration:underline; font-weight: normal; color: #6F3F05}
A:active	{
	text-decoration:underline;
	color: #6F3F05;

}


/* nav */

#navcontainer1 {
	width: 162px;
	padding-left: 5px;
}

#navcontainer1 ul
{
	list-style-type: none;
}

#navcontainer1 a
{
	display: block;
	width: 165px;
	line-height: 28px;
	padding-left: 36px;
	padding-bottom: 1px;
	margin-left: 5px;
	background-image: url(../graphics/crown-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
}

#navcontainer1 a:link, #navlist1 a:visited
{
	color: #a87300;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer1 a:hover
{
	color: #CC0000;
	text-decoration: underline;
}


/* contact page */

.tickboxtext{
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.checkboxpadding{
	margin-right: 2px;
	margin-left: 4px;
}


label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

 


#homeworth-form textarea{
	border: 1px solid #CC0000;

}

fieldset p
{
	padding-left: 4px;
}


legend
{
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	border: 1px solid #A87300;
	padding: 12px;
}

#contact-form p{
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

/* sections on forms */

.section{
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contact-form .submit-button{
	margin-left: 160px;
}

/* Main navigation "active tabs" - shows the page you are on in the navigation*/

body#home-page ul#navlist1 li#home1 a {
	color: #CC0000;
	text-decoration: underline;
	}
	
body#search-page ul#navlist1 li#search1 a{
	color: #CC0000;
	text-decoration: underline;
	font-size: 15px;
	}
	
.bigger-nav{
font-size: 15px;
}	
	 	

body#services-page ul#navlist1 li#services1 a {
	color: #CC0000;
	text-decoration: underline;
	}		
	
	
	
body#advertising-page ul#navlist1 li#advertising1 a {
	color: #CC0000;
	text-decoration: underline;
	}
	
body#fees-page ul#navlist1 li#fees1 a {
	color: #CC0000;
	text-decoration: underline;
	}
	
body#hips-page ul#navlist1 li#hips1 a {
	color: #CC0000;
	text-decoration: underline;
	}
	
body#conveyancing-page ul#navlist1 li#conveyancing1 a {
	color: #CC0000;
	text-decoration: underline;
	}
	
body#valuations-page ul#navlist1 li#valuations1 a {
	color: #CC0000;
	text-decoration: underline;
	}

body#order-page ul#navlist1 li#order1 a {
	color: #CC0000;
	text-decoration: underline;
	}
	
body#testimonials-page ul#navlist1 li#testimonials1 a {
	color: #CC0000;
	text-decoration: underline;
	}	
	
body#franchise-page ul#navlist1 li#franchise1 a {
	color: #CC0000;
	text-decoration: underline;
	}	
	
body#contact-page ul#navlist1 li#contact1 a {
	color: #CC0000;
	text-decoration: underline;
	}		
	
body#virtual-page ul#navlist1 li#virtual1 a {
	color: #CC0000;
	text-decoration: underline;
	}	
	
body#friends-page ul#navlist1 li#friends1 a {
	color: #CC0000;
	text-decoration: underline;
	}			
		

.clearboth {
	clear: both;
}

#mid-col .redtxt{
	color: #CC0000;
}

/* different right column bgs */

#home-page #col-wrapper{
	background-image: url(../graphics/fox-home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#fees-page #col-wrapper{
	background-image: url(../graphics/fox-fees.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#advertising-page #col-wrapper{
	background-image: url(../graphics/sale-board.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#order-page #col-wrapper{
	background-image: url(../graphics/order-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#services-page #col-wrapper{
	background-image: url(../graphics/fox-services.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#valuations-page #col-wrapper{
	background-image: url(../graphics/fox-valuation.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#hips-page #col-wrapper{
	background-image: url(../graphics/energyp.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#conveyancing-page #col-wrapper{
	background-image: url(../graphics/fox-conveyancing.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#franchise-page #col-wrapper{
	background-image: url(../graphics/crown-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contact-page #col-wrapper{
	background-image: url(../graphics/fox-contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#virtual-page #col-wrapper{
	background-image: url(../graphics/fox-virtual.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#friends-page #col-wrapper{
	background-image: url(../graphics/fox-friends.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*#search-page #col-wrapper{
	background-image: url(../graphics/fox-search.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}*/

/* various text styling */

#mid-col .kwords{
	color: #a87300;
	text-align: center;
	font-size: 11px;
	margin-top: -10px;
	font-weight: bold;
}

#mid-col .redtxttiny{
	color: #CC0000;
	font-size: 10px;
	padding-top: 0px;
}

#mid-col .redtxt2{
	color: #CC0000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
}

#mid-col .redtxt3{
	color: #CC0000;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
}

#mid-col .goldtxt1{
	color: #a87300;
	font-size: 13px;
}

#mid-col .goldtxt2{
	color: #a87300;
	font-style: oblique;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mid-col .goldtxt3{
	color: #a87300;
	font-style: oblique;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
}

#mid-col .goldtxt4{
	color: #a87300;
	
	font-size: 17px;
	line-height: 22px;
}

#mid-col .goldtxt4 a{
    font-size: 17px;
	line-height: 22px;
}

#mid-col .vat{
	font-size: 18px;
}

#fees-table{
	border: 1px solid #CCCCCC;
}

#fees-table p{
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 12px;
}

#contact-table{
	border: 1px solid #CCCCCC;
}

#contact-table p{
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 15px;
	line-height: 20px;
}

#contact-table a{
	font-size: 15px;
	color: #a87300;
}

/* restricts the widths on some pages so it doesn't overlap the right col bg images */

#advertising-block{
	width: 485px;
}

#services-block{
	width: 545px;
}

#valuations-block{
	width: 490px;
}

#hips-block{
	width: 490px;
}

#conveyancing-block{
	width: 500px;
}

#franchise-block{
	width: 490px;
}

#contact-block{
	width: 490px;
}

#fees-block{
	width: 490px;
}

#order-block{
	width: 490px;
}

#virtual-block{
	width: 400px;
}

#friends-block{
	width: 345px;
}


#mid-col .home-heading{
	font-size: 26px;
	letter-spacing: 1px;
	text-align: justify;
}

#friends-table{
	margin-bottom: 80px;
}

#friends-table img{
}

#friends-table p{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 18px;
}
