/****************************************************************/
/* Master Style sheet *******************************************/
/* Red Hot Media - 01502 585656 *********************************/
/****************************************************************/

/****************************************************************/
/* Tag Styles ***************************************************/
/****************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #A20016;
	margin: 0px;
	padding: 0px;
}

/****************************************************************/
/* Layout Styles ************************************************/
/****************************************************************/
#mainholder {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 850px;

}
#nav {
	width: 850px;
	height: 29px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 174px;
	width: 850px;
	background: #FFC000;
	text-align: center;
}
#content {
	height: 100%;
	width: 850px;
	border-top: 2px solid #A20016;
	background: #FFFFFF;
}
#footer {
	background: #FFC000;
	text-align: center;
}
#rhm {
	width: 850px;
	background: #A20016;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}


/****************************************************************/
/* Text Styles **************************************************/
/****************************************************************/

.T10px {font-size: 10px}
/****************************************************************/
/* Misc Styles **************************************************/
/****************************************************************/

.tel {
	font-size: 24px;
	font-weight: 100;
	color: #A20016;
	padding: 5px;
	letter-spacing: 0.1em;
	margin: 5px;
}

.textcol {
	margin-right: 10px;
	margin-left: 28px;
}
.pad10px {
	padding-right: 10px;
	padding-left: 10px;
}
.pad20px {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
input, select {

	color: #A20016;
}
input.submit {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #A20016;
	background: #F5F5EF;

}
.image {
	width: 253px;
	border-bottom: 4px solid #FFC000;
	background: #FFE8A2;
	font-size: 11px;
	font-style: italic;
	color: #A20016;
}
.image2 {

	border-bottom: 4px solid #FFC000;
	background: #FFE8A2;
	font-size: 11px;
	font-style: italic;
	color: #A20016;
}
table.contact td.tablehead {
	font-size: 14px;
	color: #A20016;
	background: #FFC000;
	padding: 5px;
}
table.contact td {
	padding: 5px;
	background: #FFE8A2;
	vertical-align: top;
}
.subhead {
	background-color: #FFE8A2;
	padding: 2px 2px 1px 4px;
	width: 100%;
	color: #A20016;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #FFC000;
}
.subhead2 {
	background-color: #FFC000;
	padding: 2px 2px 1px 4px;
	width: 100%;
	color: #A20016;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #A20016;
	font-family: Arial, Helvetica, sans-serif;
}
.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
a:link, a:active, a:visited {
	color: #A20016;
}
a:hover {
	text-decoration: none;
	background: #FFFFFF;
}
.textarea {
	width: 350px;
}
