/* CSS Document */

/* 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  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  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 */

body {
	width:100%;
	text-align : left;
	background-image: url(../pagepix/bg.jpg);
	background-repeat: repeat-x;
}

/* main wrapper div */

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
}

/* header  */

#header {
	width: 770px;
	height: 186px;
	
}

#logo{
	float: left;
	padding-left: 11px;
	height: 181px;
	width: 236px;
}

#blurb {
	padding-top: 30px;
	display: block;
	float: right;
	height: 80px;
	width: 392px;
	margin-bottom: 13px;
	margin-right: 128px;
		color: #FFFFFF;
	font-size: 16px;
}

/* old main navigation */

#nav {
	display: block;
	padding-top: 6px;
	float: right;
	height: 40px;
	width: 515px;
	margin-right: 8px;
	background-image: url(../pagepix/empty-tab.gif);
	background-repeat: no-repeat;
	background-position: 425px 6px;
}



/* main content */

#wrap-col {
	background-image: url(../pagepix/dotted-vertical.gif);
	background-repeat: repeat-y;
	width: 780px;
	background-position: 580px;
	float: left;
	margin-bottom: 10px;
	padding-left: 18px;
	overflow: hidden;
}


#left-col {
	float: left;
	text-align: left;
	margin-bottom: 15px;
	width: 555px;
	padding-right: 20px;
	padding-top: 5px;
}

/* right side column */

#right-col {
	float: left;
	margin-bottom: 20px;
	width: 163px;
}


#sidelinks {
	width: 163px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
}

#sidelinks ul
{
	list-style-type: none;
}

#sidelinks a
{
	display: block;
	width: 130px;
	padding-right: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../pagepix/sidelink-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	line-height: 26px;
}

#sidelinks a:link, #navlist2 a:visited
{
	color: #003399;
	text-decoration: none;
	font-size: 10px;
}

#sidelinks a:hover
{
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
	background-image: url(../pagepix/sidelink-icon2.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}



/* links page box */


#link-box{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
}
 
 #link-box img{
	border: 1px solid #999999;
	margin: 4px; 
 }

.local {
	margin-bottom: 3px;
}

.homeimglinks {
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* footer */


#footer {
	clear: both;
	width: 770px;
	text-align: center;
	background-image: url(../pagepix/footerbg.gif);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 8px;
}

#footer li {
	line-height:150%;
	text-align:center;
	font-size:0.95em;
	display:inline;
}

#footer li a {
	color:#003399;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}

/* below footer stripes */


#base {
	background-image: url(../pagepix/basebg.gif);
	background-repeat: repeat;
	clear: both;
	height: 100px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	display: block;
	float: none;
	margin-top: 10px;
	text-align: center;
}


#base p {
	font-size: 11px;
	color: #633C88;
}

#base a {
	font-size: 11px;
	color: #633C88;
}


/* text & misc styles */

p {
	line-height: 150%;
	font-size: 70%;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

h1 {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

A:link	{
	text-decoration:underline;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline;  font-size: 11px; font-weight: normal; color: #000000 }
A:active	{
	text-decoration:underline;
	font-size: 11px;
	color: #003399;

}

/* home text image replacement - shows image over text */


#intro, #services-sub, #contact-sub, #lettings-sub, #overseas-sub {
	width:332px;
	height:30px;
	position:relative;
	font-size: 12px;
	margin-bottom: 2px;
}

#intro span {
	position:absolute;
	width:263px;
	height:100%;
	background-image: url(../pagepix/intro.gif);
	background-repeat: no-repeat;
}

/* services text image replacement - shows image over text */


#services-sub span {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../pagepix/services.gif);
	background-repeat: no-repeat;
}

/* contact text image replacement - shows image over text */


#contact-sub span {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../pagepix/contact.gif);
	background-repeat: no-repeat;
}


/* lettings text image replacement - shows image over text */


#lettings-sub span {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../pagepix/lettings.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

/* overseas text image replacement - shows image over text */

#overseas-sub span {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../pagepix/overseas.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
}


/* a-z of home moving box */
 
 #az-box{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	margin-left: 16px;
}

#az-box select {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}

/* mortgage & stamp duty calc tables */

#calctable {
	padding: 5px;
	background-color: #FFFFFF;
}

#calctable td {
	padding-left: 5px;
}

#contacttable {
	padding: 5px;
	background-color: #FFFFFF;
}

#contacttable td {
	padding-left: 10px;
}

/* top navigation - image based */

ul#nav {
	height:40px;
	padding-top: 6px;
	width: 515px;
}

ul#nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#nav li a {
	border:0;
	text-decoration:none;
	display:block;
	background-color: transparent;
	background-image: url(../pagepix/nav5.gif);
	background-repeat: no-repeat;
}


li#home a {
    width:90px;
	height:40px;
}

li#services a {
	width:84px;
	height:40px;
}

li#properties a {
	width:84px;
	height:40px;
}

li#contact a {
	width:84px;
	height:40px;
}

li#lettings a {
	width:84px;
	height:40px;
}

li#overseas a {
	width:84px;
	height:40px;
}





li#home a:hover, li#home a:focus {
	background-position:0px -40px;
	 }
li#services a:link, li#services a:visited {	
	background-position:-90px 0px;
	}
li#services a:hover, li#services a:focus {	
	background-position:-90px -40px;
	}
li#properties a:link, li#properties a:visited {	
	background-position: -174px 0px;
	}
li#properties a:hover, li#properties a:focus {	
	background-position: -174px -40px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -258px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -258px -40px;
	}
li#lettings a:link, li#lettings a:visited {	
	background-position: -342px 0px;
	}
li#lettings a:hover, li#lettings a:focus {	
	background-position: -342px -40px;
	}
li#overseas a:link, li#overseas a:visited {	
	background-position: -426px 0px;
	}
li#overseas a:hover, li#overseas a:focus {	
	background-position: -426px -40px;
	}


/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position:0px -80px;
	}
body#services-page ul#nav li#services a {
	background-position:-90px -80px;
	}
body#property-search ul#nav li#properties a {
	background-position:-174px -80px;
	}
body#contact-page ul#nav li#contact a {
	background-position:-258px -80px;
	}
body#lettings-page ul#nav li#lettings a {
	background-position:-342px -80px;
	}	
body#overseas-page ul#nav li#overseas a {
    background-position:-426px -80px;
}	
	
	
	
	
	
	
	
	
	

/* misc */

.simpleborder {
	border: 1px solid #CCCCCC;
}


.subheadimg {
	padding-bottom: 2px;	
}












/* second featured nav might break first */




ul#navfeatured {
	height:31px;
	width: 536px;
	margin-left: 7px;
	overflow: hidden;
	margin-top: 7px;
}

ul#navfeatured li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#navfeatured li a {
	border:0;
	text-decoration:none;
	display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../pagepix/featured-nav.gif);
}


li#propertiesf a {
width:178px;
	height:31px;
}

li#servicesf a {
	width:178px;
	height:31px;
}

li#contactf a {
	width:176px;
	height:31px;
}

li#propertiesf a:hover, li#homef a:focus {
	background-position:0px -31px;
	 }
li#servicesf a:link, li#servicesf a:visited {	
	background-position:-180px 0px;
	}
li#servicesf a:hover, li#servicesf a:focus {	
	background-position:-180px -31px;
	}
li#contactf a:link, li#contactf a:visited {	
	background-position: -360px 0px;
	}
li#contactf a:hover, li#contactf a:focus {	
	background-position: -360px -31px;
	}

/* text lists with bullet */

#content-list
{
	list-style: none;
	font-size: 70%;
	line-height: 170%;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-list li 
{
	padding-left: 18px;
	background-image: url(../pagepix/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.highlighted{
	color: #330065;
}

.overseas-pic{
	margin-bottom: 8px;
	margin-left: 8px;
}

#overseas-box{
	margin-top: 14px;
}


#overseas-box h2 a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


.overseas-details{
	height: 170px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 14px;
	padding-top: 6px;
	margin-bottom: 8px;
	padding-right: 6px;
}

.overseas-thumbs{
	float: right;
	padding-left: 10px;
}

#thumbnail-box{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	width: 555px;
	clear: left;
	float: right;
}

#thumbnail-box a{
	font-size: 11px;
	text-align: center;
}


#thumbnail-box img{
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	text-align: center;
}


.thumbnail
{
	width: 252px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	text-align: center;
}

.clearboth {
	clear: both;
}

.haven{
	margin-left: 12px;
}
#freetv{width: 257px; height: 135px; position: absolute; background-image:url(../images/freetv.png); background-repeat:no-repeat; right: 0px; top: 0px; display: block;}
#link:hover{cursor: hand;}

#valuation {width: 475px; padding:25px; background-color: #eee; border:solid 1px #999; font-family:Arial, Helvetica, sans-serif; font-size:12px;   border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; color:#333; background-image:url(); box-shadow: rgba(0,0,0,.1) 1px 1px 1px 1px;
  -moz-box-shadow: rgba(0,0,0,.3) 1px 1px 1px 1px ;
  -webkit-box-shadow: rgba(0,0,0,.1) 1px 1px 1px 1px;}
    div.c7 {clear:both}
    textarea.c6 {width: 200px; height: 64px;}
    div.c5 {width: 95%; float: left; clear: both; margin: 0px 0px 10px;}
    span.c4 {width: 30%; float: left;}
	span.c4 input { width:200px}
    span.c3 {width: 57%; float: left; margin: 0px 0px 0px 6px;}
    span.c2 {float: left;}
    span.c1 {font-size: 7pt; color: red;}
	
div.c5 input, textarea{
  border: 1px solid #999;
  padding:4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:15px;
  font-size:14px;
  background-color:#eee;
  box-shadow: rgba(0,0,0,.1) 1px 1px 1px 1px inset;
  -moz-box-shadow: rgba(0,0,0,.1) 1px 1px 1px 1px inset;
  -webkit-box-shadow: rgba(0,0,0,.1) 1px 1px 1px 1px inset;
}
div.c5 *:focus {
  border: 1px solid  #660099;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
    border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

