/* CSS Document */

body {
	background-image:url(../jpgs/bg.jpg);
	background-repeat:repeat;
	background-position:top;
	margin:0px 0px 0px 0px;
}

.centre{
	left:50%;
	position:absolute;
	}

/*header*/
.header_image{
	width:720px;
	height:405px;
	left:-360px;
	position:absolute;
}

.header_image .text_block1{
	background-image:url(../imgs/header_tagline.jpg);
	left:380px;
	top:120px;
	width:276px;
	height:20px;
	position:absolute;
}

.header_image .text_block2{
	background-image:url(../imgs/logo_s1t2_a.jpg);
	left:60px;
	top:250px;
	width:113px;
	height:38px;
	position:absolute;
}

.header_image .text_block3{
	background-image:url(../imgs/logo_s1t2_b.jpg);
	left:60px;
	top:288px;
	width:170px;
	height:18px;
	position:absolute;
}
/*end header*/

/*footer*/
.footer{
	width:720px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-top:40px;
	padding-bottom:20px;
}

.footer .line_one{
	width:572px;
	padding-left:10px;
	margin-left:70px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#222121;
}

.footer .line_one a{
	color:#FFFFFF;
}

.footer .line_one a:hover{
	color:#BB1E23;
}

.footer .line_two{
	background-color:#222121;
	width:437px;
	padding-left:10px;
	margin-left:138px;
	padding-top:2px;
	padding-bottom:4px;
}
/*end footer*/

/*content code*/
.content_body{
	left:-360px;
	width:720px;
	top:440px;
	position:absolute;
}

.content_body .column1{
	width:275px;
	margin-left:8px;
	margin-right:10px;
	float:left;
}

.content_body .column1 .text{
	padding-top:10px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:justify;
}

/*column code for royale alliance page*/
.content_body .column_royale{
	width:490px;
	margin-left:8px;	
	margin-right:5px;	
	float:left;
}

.content_body .column_royale .text{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:justify;	
}

.content_body .column_royale .text h1{
	font-size:11px;
	font-weight:bold;	
	margin:0;
}

.content_body .column_royale .text p{
	margin: 0 0 17px 0;
}

.content_body .column_royale .text a{
	color:#000000;
	text-decoration:underline;	
}

.content_body .column_royale .text a:hover{
	color:#BB1E23;
}

/*end column code for royale alliance page*/


.content_body .column2{
	width:200px;
	float:left;
	margin-right:10px;
}

.content_body .column2 .text{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
}

.content_body .column2 .text h1{
	font-weight:bold;
	font-size:11px;
	margin:0px;
}

.content_body .column2 .text p{
	font-size:11px;
	margin:0 0 17px 0;
}

.content_body .column2 .text a{
	color:#000000;
	text-decoration:underline;
}

.content_body .column2 .text a:hover{
	text-decoration:none;
}

/*column code for about page*/
.content_body .column_about{
	width:412px;
	float:left;
}

.content_body .column_about .text{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:justify;
}

/*end column code for about page*/

/*sidebox code*/
.content_body .sidebox{
	margin-left:45px;
	width:167px;
	float:left;
}

.content_body .sidebox .featureheading{
	background-image:url(../imgs/rhs_featurewall_header.jpg);
	height:18px;	
}

.content_body .sidebox .featurewall{
	margin-top:5px;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
}

.content_body .sidebox .featurewall a{
	text-decoration:none;
	color:#000000;
}

.content_body .sidebox .featurewall a:hover{
	text-decoration:underline;
}

.content_body .sidebox .rainbow_break{
	height:21px;
	background-image:url(../jpgs/rhs_break.jpg);
}

.content_body .sidebox .contactdetails{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

.content_body .sidebox .contactdetails a{
	color:#000000;
	text-decoration:none;
}

.content_body .sidebox .contactdetails a:hover{
	text-decoration:underline;
}

/*end sidebox*/

/*enquiry form*/
.enquiry_form{
	margin-top:0px;
}

.enquiry_form label {  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
}

.enquiry_form fieldset {
	padding-left:0;
	border-style:none;
}

.enquiry_form legend {  
	color: #000000;  
	font-size:13px;
	margin-left:-10px;
	font-weight: bold;
}

.enquiry_form fieldset ol {  
	padding: 0em 0em 0em 0em;
	margin-left:0px;
	list-style: none;
}
.enquiry_form fieldset li {
	padding-bottom: 0.5em;
}
.enquiry_form fieldset.submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#af2d2d;
	border-style: none;
}
/*end enquiry form*/

/*end content code*/
