
/*//////////////////////////////////  
		MAIN COLOURS 
		
		HOME GREEN         #77C2C2
		HOME LIGHT GREEN    #EBF5F5
		CONTACT BLUE        #81B3E5
		CONTACT LIGHT BLUE  #F0F6FC	
/////////////////////////////////*/


body {
    font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #666;/*grey*/
	background-color: #fff;/*white*/
}


/*#wrapper {
	position: absolute;
	width: 60em;
	left: 50%;
	margin-left: -30em;
	border: 1px solid #BABABA;/*light grey*/

#wrapper {
	position: relative;
	width: 60em;
	left: 50%;
	margin-left: -30em;
	border: 1px solid #BABABA;/*light grey*/
	margin-bottom: 0px;
	margin-top: 20px;
	float: left;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 60em;
	height: 120px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image:   url(images/ecat_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#topcolouredbar{/*COLOUR CHANGES DEPENDING ON WHICH MENU SECTION YOUR IN*/
	height: 20px;
	text-align: center;
}

.topsentence{
	text-align: right;
	font-weight: normal;
	height: 30px;
}

/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menuwrapper{
	font-family: arial, helvetica, sans-serif;
	width: 36em;
	font-weight: bold;
	font-size: 90%;
	margin: 10px 10px 0px 15px;
	float: right;

}

.menucontainer{
	width: 4em;
	margin-left: 10px;
	float: left;
}

.menucontainer a{
	color: #666; /*grey*/
	text-decoration: none;
}

.menucontainer a:hover{
	color: #666;/*grey*/
	text-decoration: none;
}

.menucontainer a:visited{
    color: #666; /* grey */
	text-decoration: none;
}						

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{
	padding: 0px 0px 20px 0px;
	background-color: #fff;/*white*/
	text-align: left;
	width: 60em;
	min-height: 450px;
	max-height: 100%;
}
			
* html #content { height: 400px;}
						
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 60em;
	background-color: #fff;/*white*/
	height: auto;
	float: left;
}

#footercolouredbar{
	height: 10px;
	text-align: right;
	margin: 0px 15px 0px 15px;
}

		
#copyright {
	font-family: arial, helvetica, sans-serif;
	padding: 0px 15px 10px 15px;
	font-size: 80%;
	height: auto;
	text-align: center;
}

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;/*grey*/
	font-size: medium;
	font-weight: normal;
}


h2{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;/*grey*/
	font-size: small;
	font-weight: bold;
}  

  

/*////////////////////////////
	LINKS
////////////////////////////*/

a{
	color: #5E3A8D;/* drk purple*/
	text-decoration: underline;
}

a:visited{
    color: #5E3A8D;/* drk purple*/
	text-decoration: underline;
}

a:hover{
    color: #5E3A8D;/* drk purple*/
	text-decoration: none;
}

/*////////////////////////////
	OTHER
////////////////////////////*/


img{ 
	border: none;
}


.right{
	margin-left: 10px;
	float: right;
}

.left{
	margin-right: 20px;
	float: left;
}

ul{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.small
{
	font-size: 80%;
	width: 19em;
}

.smalldll
{
	font-size: 100%;
	width: 17em;
}

.red
{
	font-size: x-small;
	font-weight: bold;
	color: #FF0033;
}

.detailtext{
	width: 38em;
}

/*////////////////////////////
	 SIDE MENU AREA
////////////////////////////*/

#sidemenuwrapper{
	width: 16em;
	min-height: 150px;
	max-height: auto;
	float: right;
	margin: 0px 0px 0px 15px;
}

#topsidemenuwrapper{/* WRAPER WHICH IS COLOUR CODED DEPENDING ON PAGE */
	width: 16em;
	min-height: 100px;
	max-height: auto;
	text-align: left;
}

.sidemenutext{
	font-size: 80%;
	padding: 0px 10px 10px 10px;
}

.sidemenutitle{/* COLOUR CODED DEPENDING ON PAGE */
	color: #fff;
	font-weight: bold;
	font-size: small;
	padding: 2px 5px 5px 5px;
	text-align: center;
}


/*//////////////////////////////////////
	CONTACT SETAILS BOX UNDER SIDE MENU
////////////////////////////////////////*/

#contactdetailswrapper{
	width: 16em;
	min-height: 150px;
	max-height: auto;
	border: 3px solid #81B3E5;/* contact blue */
	text-align: left;
	background-color: #F0F6FC;/* light blue*/
	margin: 10px 0px 0px 0px;
}

.contactdetailstext{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 10px 10px 10px;
}

.contactdetailstitle{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #81B3E5;/* contact blue */
	color: #fff;
	font-weight: bold;
	font-size: small;
	padding: 2px 5px 5px 5px;
	text-align: center;
}

#map
{
	border: 1px solid #666;
}