/*****************************************************
 * DH Interactive Ltd
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: Marshall Warburton
 * Client: http://www.marshallwarburton.co.uk
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 *Date 04/2008	- Created
 *
 *****************************************************
 */
 
 
 

 
  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */

/*****************************************************
* Section Text Style Sheet
/*****************************************************
*/

.sectiontxt 						{
font-family : Times, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 14px;
line-height: 16px;
text-decoration: none;
}
.sectiontxt A:link 					{
color:#E31836;
text-decoration: none;
}
.sectiontxt A:visited 				{
color:#E31836;
text-decoration: none;
}
.sectiontxt A:hover 				{
color:#E31836;
text-decoration: underline;
}

.sectiontxt_highlight				{
color:#E31836;
text-decoration: none;
}

.sectiontxt_lowlight				{
color:#a9a9a9;
text-decoration: none;
}
.sectiontxt_lowlight A:link 		{
color:#a9a9a9;
text-decoration: none;
}
.sectiontxt_lowlight A:visited 		{
color:#a9a9a9;
text-decoration: none;
}
.sectiontxt_lowlight A:hover 		{
color:#E31836;
text-decoration: underline;
}

.sectiontxt_title					{
color:#000000;
}

.sectiontxt_large_title				{
font-size: 28px;
line-height: 30px;
}


.sectiontxt_listview 				{
font-family : Times, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 14px;
line-height: 16px;
text-decoration: none;
}
.sectiontxt_listview A:link			 {
color:#000000;
text-decoration: none;
}
.sectiontxt_listview A:visited		{
color:#000000;
text-decoration: none;
}
.sectiontxt_listview A:hover		{
color:#E31836;
text-decoration: underline;
}


.sectiontxt_footer					{
line-height: 18px;
}


/*****************************************************
* Copyright Text Style Sheet
/*****************************************************
*/

.copyright 							{
font-family : Times, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
color:#a2a2a2;
font-size: 11px;
line-height: 13px;
text-decoration: none;
}
.copyright A:link 					{
color:#a2a2a2;
text-decoration: none;
}
.copyright A:visited 				{
color:#a2a2a2;
text-decoration: none;
}
.copyright A:hover 					{
color:#E31836;
text-decoration: underline;
}

.copyright_extrasmall				{
font-size: 10px;
}


/*****************************************************
* Invisible Text Style Sheet
/*****************************************************
*/

.invisible_links 					{
font-family : Times, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 10px;
line-height: 12px;
text-decoration: none;
}
.invisible_links A:link 			{
color:#FFFFFF;
text-decoration: none;
}
.invisible_links A:visited 			{
color:#FFFFFF;
text-decoration: none;
}
.invisible_links A:hover 			{
color:#FFFFFF;
text-decoration: underline;
}


/*****************************************************
* Form Text Style Sheet
/*****************************************************
*/

.formtxt 							{
font-family : Times, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
color:#a9a9a9;
font-size: 12px;
line-height: 14px;
font-style: italic;
text-decoration: none;
}

/*****************************************************
* Google Text Style Sheet
/*****************************************************
*/

.googlemaps_txt 					{
font-family : Times, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
line-height: 16px;
text-decoration: none;
}
.googlemaps_txt A:link 				{
color:#000000;
text-decoration: none;
}
.googlemaps_txt A:visited 			{
color:#000000;
text-decoration: none;
}
.googlemaps_txt A:hover 			{
color:#E31836;
text-decoration: underline;
}



/*****************************************************
* Background Colours
/*****************************************************
*/

.header_background					{
background-color: #000000;
}