/* CSS Document */
/*  background-color: #FFECEC; light pink */

/*---------------------Tags-----------------------*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	
}

li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}


/*=================CONTAINERS===============*/

#container{
	width: 650px;
	margin-top: 20px;
	height: 500px;
	margin: auto;
	background-color: #FFECEC;
}


#containerserv{
	width: 650px;
	margin-top: 20px;
	height: 870px;
	
	margin: auto;
	background-color: #FFECEC;
}


#left{
	float: left;
	width: 80px;
	background-image: url(images/greypixel.gif);
	background-repeat: repeat-y;
	background-position: right;
} 


#right{
	float: left;
	width: 570px;
	
}


	


/*--------------div holders----------------*/


#logo {
	width: 470px;
	height: 90px;
	padding-top: 10px;
	padding-left: 100px;
	background-image: url(images/greypixel.gif);
	background-repeat: repeat-x;
	background-position: bottom;		
	background-color: #FFFFFF;	
	
}

#homecontent {
	width: 480px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0px 40px 0px 20px;
	background-color: #FFFFFF;
	
}

/*----menu----*/

#corner{
	height: 99px;
	background-image: url(images/greypixel.gif);
	background-repeat: repeat-y;
	background-position: right;	
	background-color: #FFFFFF;
}


.buttons{
	width: 70px;
	height: 18px;
	padding: 16px 0px 6px 10px;
	
	background-color: #FFECEC;
	
	background-image: url(images/buttonmarker.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	
	
#bottomcorner{
	height: 99px;
	background-image: url(images/greypixel.gif);
	background-repeat: repeat-y;
	background-position: right;	
	background-color: #FFECEC;
}
	

	
	
/*------------ column content -----------------*/


#mainservicecontainer {
	

	margin: 20px 10px 0 20px;
	width: 520px;
	background-color:#FFFFFF;
}

#servicecontainer {
	margin: 10px 0px 10px 0px;
	width: 520px;
	
	background-color:#FFFFFF;
}

.servicecontent {
	width: 240px;
	margin-top: 10px;
	padding: 10px 0px 20px 15px;
	float: left;
	background-color: #FFFFFF;
	line-height: 17px;
}	
	
.serviceheaders{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-indent: 6px;	
}

/*      -  indent  */
.indent{
	color: #FFFFFF;
}

#centreholdings{
	width: 230px;
	margin-top: 10px;
	margin-left: 20px;
	
	padding: 10px 130px 20px 150px;
	line-height: 17px;
}
/*   services button  */
#services{
	padding: 20px;
}

