body {
	background-color: #D6D6D7;
	font-size: 62.5%;
	margin: 0px;
}
#wrapper {
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
height:700px;
position:relative;
width:900px;
margin:0 auto;
}


/* HEADER */
#header {
	background-color: #FFFFFF;
	position: absolute;
	height: 150px;
	/*width:900px;*/
}
.logo {
	float: left;
	height: 124px;
	width: 222px;
}
h1 {
	height: 124px;
	width: 222px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -3000px;
	margin: 0px 0px 0px 17px;
}
.phone {
	background-image: url(images/phone.gif);
	margin-left: 674px;
	height: 124px;
	width: 182px;
	text-indent: -1000pt;
}

/* MAIN CONTENT */
#content {
	background-color: #FFFFFF;
	padding-top: 150px;
}
.sidebar {
	float: left;
	width: 133px;
	height: 20px;
	display: inline;
	padding-top: 14px;
	margin-left: 17px;
	background-image: url(images/nav_grad.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.center {
	float:left;
	width: 300px;
	height: 500px;
	padding:5px;
	margin-left: 50px;
	padding-top: 14px;
	background-image: url(images/centre_grad.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	overflow: auto;
	text-align:justify
}
.right {
	margin-left: 550px;
	height: 504px;
	width: 300px;
	background-image: url(images/right_grad.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.rightBands {
	margin-left: 550px;
	padding-top: 14px;
	height: 503px;
	width: 300px;
	background-image: url(images/centre_grad.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}
.player {
	background-color: #5B1C49;
}

/* GENERAL STYLING */
ul.navlist {
	text-align: left;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
}
ul.navlist li {
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
}
.navspacer {
	background-image: url(images/nav_grad.gif);
	background-repeat: no-repeat;
	height: 7px;
	margin: 12px 0 7px 0;
}
h2.center {
	font-size: 1.4em;
}
.center h2 {
	font-size: 1.2em;
	margin-bottom: -6px;
}
a {
	color: #f92b5a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* FORMS */
.form {
	margin-top: 16px;
	background-color: inherit;
}
.form table {
font-weight: bold;
font-size: 0.9em;
}

.padding {
padding-top: 12px;
}

.smalltext {
font-weight: normal;
padding: 12px 0 6px 0;
}

input, textarea {
width: 265px;
margin-bottom: 2px;
border: 1px dotted #999999;
}

input.small {
width: 125px;
margin-bottom: 2px;
border: 1px dotted #999999;
}

textarea {
width: 250px;
height: 100px;
}

#submitbutton {
margin-top: 5px;
width: 90px;
border: none;
}

br {
clear: left;
}


/* ---------- CONTACT FORM  added by Paul 160709 - paul.wilson66@gmail.com ------------------------ */

#contact-form-container{
	position:absolute;
	width:400px;
	top:50px;
	left:50px;
	padding:10px 15px;;
	display:none;
	border:3px ridge #999999;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



#contact-form{
	background:#f1f2f5 url(images/form-gradient.gif) left top repeat-y;
	padding:5px;
	border:1px solid #929BAB;
	width:380px;
}

.pink{
	color:#F92757;
}

#contact-form label{
	float:left;
	width:105px;
	margin-right:5px;
	font-size:1.3em;
	padding:2px;
	text-align:left;
}

p.pink{
	float:left;
	display:block;
	width:10px;
	margin-right:10px;
	font-weight:bold;
	font-size:14px;
	margin:3px 10px 0 0;
}

* html #contact-form{ width:375px; }
* html p.pink{ margin:0; }
* html label{ margin:0; }

#contact-form input.text{
	float:left;
	width:230px;
	padding:2px;
	border:1px solid #929BAB;
}

#contact-form textarea{
	float:left;
	width:230px;
	height:100px;
	border:1px solid #929BAB;
}

#contact-form .checkbox{
	width:10px !important;
	height:10px !important;
	float:left;
	border:auto !important;
}

#contact-form p.legal{
	width:344px;
	float:left;
	margin-top:0;
}


#contact-form div{
	margin:5px 0;
	padding:2px;
}	

#contact-form div div{
	clear:both;
	margin:0;
	padding:0;
}

#contact-form input.cancel{
	float:left;
	width:64px;
	height:20px;
	background:#f1f2f5 url(images/cancel_btn.gif) left top no-repeat;
	padding:2px;
	border:1px solid #565350;
	cursor:pointer;
}

#contact-form input.submit{
	float:right;
	width:64px;
	height:20px;
	background:#f1f2f5 url(images/send_btn.gif) left top no-repeat;
	padding:2px;
	border:1px solid #565350;
	cursor:pointer;
}

.field-with-errors{
	border:1px solid #f50521;
	background-color:#f5acb5;
}

.field-with-errors label{
	color:#f50521;
}

#form-alert{
	position:absolute;
	width:280px;
	height:120px;
	display:none;
	left:70px;
	top:237px;
	border:2px ridge #999999;
	background-color:#FFFFFF;
}

#form-alert #titlebar{
	height:20px;
	padding:5px 0;
	width:100%;
	background:#f1f2f5 url(images/form-gradient.gif) left top repeat-y;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border-bottom:1px solid #929BAB;
}

#form-alert #text{
	
	margin:10px;
}

#form-alert #close{
	position:absolute;
	right:5px;
	bottom:5px;
	width:42px;
	height:13px;
	background:#f1f2f5 url(images/close_btn.gif) 2px 1px no-repeat;
	padding:2px;
	border:1px solid #565350;
	cursor:pointer;
}