/*****************************************************
 * DH Interactive Ltd
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: Midas Retouching
 * Client: http://www.midasretouching.com
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 *Date 10/2008	- Created
 *
 *****************************************************
 */

 
  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */
 
 

  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */

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

.sectiontxt 				{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#666666;
font-size: 11px;
line-height: 16px;
font-weight: normal;
text-decoration: none;
}
.sectiontxt A:link 			{
color:#333333;
text-decoration: none;
font-weight: bold;
}
.sectiontxt A:visited 		{
color:#333333;
text-decoration: none;
font-weight: bold;
}
.sectiontxt A:hover 		{
color:#00bbff;
text-decoration: none;
font-weight: bold;
}

/*****************************************************
* Error Documents
/*****************************************************
*/

.errortxt 					{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#666666;
font-size: 11px;
line-height: 16px;
text-decoration: none;
}
.errortxt A:link 			{
color:#333333;
text-decoration: none;
font-weight: bold;
}
.errortxt A:visited 		{
color:#333333;
text-decoration: none;
font-weight: bold;
}
.errortxt A:hover 			{
color:#00bbff;
text-decoration: none;
font-weight: bold;
}


.errortxt_highlight 		{
color:#333333;
font-weight: bold;
font-size: 11px;
}


/*****************************************************
* Copyright Text Style Sheet
/*****************************************************
*/

.copyright 							{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#3b3b3b;
font-size: 11px;
line-height: 13px;
text-decoration: none;
}
.copyright A:link 					{
color:#000000;
text-decoration: none;
}
.copyright A:visited 				{
color:#000000;
text-decoration: none;
}
.copyright A:hover 					{
color:#000000;
text-decoration: underline;
}

/*****************************************************
* 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;
}


/*****************************************************
* Invisible Style Sheet
/*****************************************************
*/

.invisible_txt 						{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#000000;
font-size: 5px;
line-height: 16px;
text-decoration: none;
}
.invisible_txt A:link 				{
color:#000000;
text-decoration: none;
}
.invisible_txt A:visited 			{
color:#000000;
text-decoration: none;
}
.invisible_txt A:hover 			{
color:#000000;
text-decoration: underline;
}



/*****************************************************
* Background Colours
/*****************************************************
*/

.temp_background					{
background-color: #262626;
}

.main_background					{
background-color: #000000;
}

.header_background					{
background-color: #000000;
}

.divid_lines						{
background-color: #946b3d;
}