
body {
    font-family: arial, helvetica, sans serif;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #666;/*grey*/
	background-color: #FEEEBF;
	background-image:   url(images/page_background_orange.gif);
	background-repeat: repeat-x;
	background-position: top left;
}


#outerwrapper {
	position: relative;
	width: 858px;
	margin-left: auto;
	margin-right: auto;
}


#wrapper {
	position: relative;
	border: 3px solid  #FF9900;
	background: #fff;
	float: left;
	width: 850px;
	margin: auto;
	padding: 1px;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 850px;
	height: 201px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.headertext{
	padding: 0px 0px 0px 0px;
	float: left;
}

.tel{
	padding: 10px 0px 0px 20px;
	font-size: medium;
	font-weight: normal;
	color: #FEEEBF;
}

.header1{
	width: 850px;
	height: 201px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-image:   url(images/header_orange.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.header2{
	height: 103px;
	width: 200px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.logo{
	text-align: left;
	margin-right: 20px;
	float: left;
	width: 180px;
}

.title{
	width: 500px;
	float: left;
	padding: 10px 0px 0px 0px
}

.headertext{
	float: left;
	padding: 30px 0px 0px 30px;
}

/*////////////////////////////
	SIDE MENU AREA
////////////////////////////*/

#menu{
	width: 200px;
	background: #fff;
	margin: 0px 20px 20px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 100%;
	height: 100%;
}

*html #menu{
	margin: 0px 20px 20px 7px;
}

#menu p{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	line-height: 80%;
	border-bottom: 5px solid #fff;
}


.back1{
	background: #FF9900 url(images/menu_background.gif) repeat-x top left;
}



#address{
	color: #363A90;/*blue*/
	/*background: #FEEEBF;*/
	font-size: 80%;
	padding: 10px;
}			
			
#menu a{
	color: #fff; 
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
}

#menu a:hover{
	color: #fff;/*blue*/
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
}

.small{
	color: #fff; /*white*/
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	padding-left: 40px;
}

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #fff;
	width: 850px;
	min-height: 200px;
	max-height: auto;
	float: left;
}
			
* html #content { height: 300px;}
						
.innercontent{
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	min-height: 300px;
	max-height: auto;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	position: relative;
	width: 850px;
	height: auto;
	margin: auto;
}

#footer1 {
	width: 850px;
	height: 98px;
	background-image:   url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 0px;
	float: left;
}
		
#copyright {
	font-family: arial, helvetica, sans serif;
	padding: 0px 0px 10px 0px;
	height: auto;
	text-align: right;
	font-size: 80%;
}

										


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #F87B00;/*orange*/
	font-size: large;
	font-weight: normal;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #F87B00;/*orange*/
	font-size: medium;
	font-weight: bold;
}  

h3{
	font-family: arial, helvetica, sans serif;
	color: #666;/*grey*/
	font-size: medium;
	font-weight: bold;
}  
  

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #363A90; /*blue */
	font-weight: normal;
	text-decoration: underline;
}

a:visited{
    color: #363A90; /* blue */
	font-weight: normal;
	text-decoration: underline;
}

a:hover{
    color: #F87B00;/*orange*/
	font-weight: normal;
	text-decoration: none;
}

/*////////////////////////////
	OTHER
////////////////////////////*/


img{ 
	border: none;
}

.right{
	margin-left: 20px;
	float: right;
}

.left{
	margin-right: 20px;
	float: left;
}

	ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}


.large{
	font-size: large;
	color: #363A90; 
}

.orange{
	color: #F87B00;
	font-size: x-large;
}

.orange2{
	color: #FF9900;
	font-size: x-large;
}



.blue{
	color: #363A90; 
	font-size: x-large;
}

label.enquiry
{
	width: 160px;
	float: left;
}
