/*****************************************************
 * DH Interactive Ltd
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: Rose Design
 * Client: http://www.rosedesign.co.uk
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <support@dhinteractive.co.uk>
 *
 *Date 12/2008	- Created
 *
 *****************************************************
 */
 
  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */
 
 

/*****************************************************
* Section Text Style Sheet
/*****************************************************
*/

.sectiontxt 						{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#333333;
font-size: 11px;
line-height: 15px;
text-decoration: none;
}
.sectiontxt A:link 					{
color:#000000;
text-decoration: none;
}
.sectiontxt A:visited 				{
color:#000000;
text-decoration: none;
}
.sectiontxt A:hover 				{
color:#b48354;
text-decoration: none;
}

.sectiontxt_highlight				{
color:#b48354;
text-decoration: none;
}

.sectiontxt_lowlight				{
color:#CCCCCC;
text-decoration: none;
}

.sectiontxt_footertxt				{
font-size: 10px;
line-height: 12px;
}

/*****************************************************
* Form Text Style Sheet
/*****************************************************
*/

.formtxt 							{
font-family : Arial, Verdana, 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 : Arial, Verdana, 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
/*****************************************************
*/

.main_background					{
background-color: #FFFFFF;
}