			/* Elements */

body {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-color: #220028;
	font-family:   "Trebuchet MS","Arial","MS Sans Serif";
}

h3 {
	color: #432647;
	font-size: 1em;
	text-transform: uppercase
}

h4 {
	color: #432647;
	font-size: 0.8em;
}

p{
	color: white;
	font-family: arial;
	text-align: justify;
}

a:link{
	color: white;
}

a:visited{
	color: #FFEC8B;
}

a:active{
	color: 	#FFC0CB;
}

a:hover{
	color: #907f93;
}

ul{
	text-align: left;
	color: white;
}

input, select {
	border: 1px solid;
	margin-bottom: 0px;
}

label {
	font-size: 0.6em;
	display: block;
	width: 110px;
	float: left;
	clear: left;
	color: #565656;
	text-transform: uppercase;
	padding: 0px;
}

												/*       Classes     */

div.clear {
	height: 0px;
	clear: both;
}

div.two_columns {
/*	width: 100%;*/
	background: none
}

div.two_columns div {
	float: left;
	border: 1px solid red
}

.no_bold {
	font-weight: normal
}

.purple {
	color: #907f93
}

.headline {
	font-weight: bold;
}

.definition {
	color: #dc7a9d;
	font-weight: lighter;
}


			/* IDs and their classes */

#frame {
	/*border-right: 2px solid white;*/
	width:950px;
	height: auto;
	margin-left: 10px;
    margin-right: 10px;
	/*border-bottom: 2px solid white;*/
}

#header {
	background: #220028	url('https://secure.gplawyers.co.uk/images/bg_header.jpg') no-repeat;
	background-position: left;
	width: auto;
	padding-top: 56px;
	height: 35px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 10px;
}

#header ul li {
	margin: 0px;
	padding: 0px;
	float: left
}

#header ul li a {
	display: block;
	height: 23px;
	float: left;
	padding: 12px 10px 0px 11px;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}

#header ul li a:hover {
	background: url('https://secure.gplawyers.co.uk/images/bg_nav_over.gif') repeat-x;
	padding-top: 10px;
	height: 25px;
}

#content {
	background-color: #220028;
	background-position: center;
}

#content span.purple {
	color: #907f93;
	font-size: medium;
	font-weight: bold;
}

#content div {
	margin-top: 10px;
}

#content div.clear {
	background: none
}

#content div.quote {
	background-color: white;
	margin-left: 0px;
	width: 234px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
#content div.quote form {
	margin-top:0px;
	margin-bottom:0px;
}
#content div.quote div.purchase {
	background-color: silver;
	padding: 2px;
	border: solid 1px;
	margin: 1px;
}

#content div.quote div.sale {
	background-color: #E3E3E3;
	padding: 2px;
	border: solid 1px;
	margin: 1px;
}

#content div.quote div.hip {
	background-color: silver;
	padding: 2px;
	border: solid 1px;
	margin: 1px;
}

#content div.quote div.remortgage {
	background-color: #E3E3E3;
	padding: 2px;
	border: solid 1px;
	margin: 1px;
	padding-bottom: 10px;
}

#content div.quote label.main_title {
	font-size: 0.8em;
	font-weight: bold;
	color: #3a3a3a;
}

#content div.quote input {
	width: 85px;
	margin-left: 5px;
	margin-bottom: 1px;
	background-color: white;
}

#content div.quote select {
	width: 90px;
	margin-left: 5px;
	margin-bottom: 1px;
	font-size: x-small;
}

#content div.quote h3{
	margin: 0px;
	margin-bottom: 2px;
	text-align: center;
}

#content div.estate_agents {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	width: 160px;
	background: none;
}

#content div.horizontal_columns {
	float: left;
	background: none;
}

#content div.horizontal_columns div {
	width: 500px;
	margin-top: 0px;
}

#content div.horizontal_columns div div.office {
	background-color: white;
	width: 240px;
	float: left;
	position: relative;
	left: 150px;
	top: 0px;
}

#content div.horizontal_columns div div.office p {
	margin: 10px;
	color: #907f93;
	font-size: 0.7em;
}

#content div.horizontal_columns div div.office p b {
	color: #432647
}

#content div.horizontal_columns div div.email{
	float: left;
	width: 45px;
	background-color: white;
	position: relative;
	left: 55px;
	top: 48px;
}

#content div.logos {
	padding-top: 0px;
	text-align: center;
}


#content div.address {
	  margin-left: 25px;
	}
	
#content div.address p {
	 margin-top: 0px;
	 margin-bottom: 0px;
}


#runner {
	background-image: url('../images/bg_runner.jpg');
	background-repeat: repeat-y;
	width: auto;
	color: Window;
	font-family: Arial, "Courier New", "Times New Roman";
	font-size: small;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	padding-bottom: 5px;
	padding-right: 10px;
	}
	


#runner.home {
	background: #25042b url('https://secure.gplawyers.co.uk/images/bg_runner_home.jpg') no-repeat bottom left;
}
/*
#faq li {
	font-weight: bold;
}

#faq p {
	margin: 4px;
	font-style: italic;
	font-weight: normal;
}


#runner span.bold {
	font-weight: bold;
}

#runner p.italic {
	margin: 4px;
	font-style: italic;
	font-weight: normal;
}*/

#runner span.italic {
	font-style: italic;
	font-weight: normal;
}

#runner h1, h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	text-transform: uppercase;
	color: white;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

#runner h1 {
	font-size: 0.9em;
}

#runner h2 {
	font-size: 0.8em;
	padding-bottom: 5px;
}

#content div.partner_columns {
	background-image: url('https://secure.gplawyers.co.uk/images/bg_runner.jpg');
	background-repeat: repeat-y;
	width: auto;
	color: Window;
	font-family: Arial, "Courier New", "Times New Roman";
	font-size: small;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
}

#content div.partner_columns div {
	width: 949px;
	margin-top: 0px;
}

#content div.partner_columns div div.partners {
	width: 280px;
	float: left;
}

#content div.partner_columns div div.partner_logos {
	width: 660px;
	float: left;
}

#footer {
	clear: both;
	background-color:#220028;
	background-position: center;
    padding-top: 0px;
	padding-bottom: 0px;
	color: #907f93;
	font-family: "Trebuchet MS","Arial","MS Sans Serif";
	font-size: small;
}



tr.trackit_header
{
background-color:#cac1cb;
  text-align:center;
}

tr.trackit_header td a
{
  color:black;
} 
  
tr.trackit_row_black
{
  background-color:black;
} 

tr.trackit_row_black a
{
  color:white;
}   
  
tr.trackit_row_gray
{
  background-color:gray;
}    
tr.trackit_row_gray a
{
  color:white;
}     
       
td.trackit_detail
{
#text-align:right;
color: white; 
}

td.history_date
{
width: 200px;
padding-bottom: 10px
}

#trackit {
	background-image: url('../images/bg_runner.jpg') no-repeat;
       height: 35px;
       width: auto;
	color: Purple;
	font-family: Arial, "Courier New", "Times New Roman";
	font-size: small;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	padding-bottom: 5px;
	padding-right: 10px;
}

#trackit ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#trackit ul li {
    margin: 0px;
    padding: 0px;
    float: left
}
#trackit ul li p {
    display: block;
    height: 23px;
    float: left;
    padding: 12px 11px 0px 11px;
    color: gold;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none
}

#trackit ul li a {
    display: block;
    height: 23px;
    float: left;
    padding: 12px 11px 0px 11px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none
}
#trackit ul li a:hover {
    background: url('../images/bg_nav_over.gif') repeat-x;
    padding-top: 10px;
    height: 25px;
}

#trackitcontent {
  background-color: #907f93; 
  layer-background-color: #907f93;
}

table.trackit_document a
{
  color:white;
}

table.trackit_history tr
{
  color:white;
}

table.trackit_history th
{
  color:black;
  background-color:#cac1cb;
  text-align:center;
}

p.highlight {
 color:red;
}
