/* Generic Stylesheet */
/*Author: Mat Turner */
/*Created: 22 April 2004 */
/*References: glish.com */

/*                      GLOBAL STYLES                                                       */


body {
	font: normal 80% Verdana, Arial, Helevetica, lucida, sans-serif;
	margin: 0px 0px 0px 10px;
	text-align:center;
	background:#fff;
	}
	
img {
	border:0;
}


/*  Set all the heading levels to be a green colour */
h1, h2, h3, h4, h5
{
    color: #aad553;
}

h1
{
	font-weight: bold;
	font-size: 1.6em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: normal;
	text-transform: none;
	text-decoration: none;
	padding-top:10px;
}	
		
h2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	}	
		
h3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


/* put a margin aroung these elements, but not at the top */	
p,h1, h2, h3, pre, address{
	margin: 10px 10px 0px 10px;
	}
	
li {
	padding: 3px 3px 3px 3px;
	}
	
	
	
cite {
	font-size:	80%;
    color: #333;
}

/*  */
/*                      MAIN FRAME                                                       */
/*		The main overall container block  	 */
/*  */

#frame {
	width:705px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	padding: 0px;
	text-align: left;
	}
	

/*  */
/*                      HEADER                                                       */
/*  */
#header {
	margin: 20px 0px 0px 0px;
	width: 705px;
    	height: 120px;
	border-bottom: 2px solid #ccc;
	padding: 0px 0px 0px 0px;
	background: #fff url(images/arabis-logo.gif) no-repeat top left;
	}
	
#header img {
	float: left;
	padding: 20px 20px 50px 0px;
	display: none;
}

#header h1 {
	display:none;
}


/*  */
/*		The FOOTER block  	 */
/*  */

#footer {
	width:155px;
	height: 140px;
	padding: 10px 10px 10px 10px;
	float:right;
	}

/*  */
/*                      SITE NAVIGATION                                                       */
/*  */

#sitenav {
	margin: 0px 0px 0px 150px;
	padding: 60px 0px 0px 0px;
	}

#sitenav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#sitenav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#sitenav ul li a {
	width: 78px;
	height: 18px;
	border-bottom: 2px solid #fff;
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 90%;
	}

#sitenav ul li a:hover	{
	color: #204008;
	background: #fff;
	border-bottom: 2px dotted #666;
	}
	
	
/*                      CONTENT LEFT                                                       */
#contentleft {
	width:150px;
	height:400px;
	padding:0px;
	float:left;
	}


/*                      CONTENT CENTRE                                                      */

#contentcenter {
	width:350px;
	height:400px;
	margin: 0;
	padding:2px 2px 2px 2px;
	float:left;
	background:#fff;
	}
	

/*                      CONTENT CENTRE  - Header                                                    */

#contentheader {
	background:#fff
	}
	
	
#contentheader h1 {
	font-size:100%;
	padding:10px;
	margin:0px;
	}

/*                      CONTENT RIGHT                                                      */

#contentright {
	background:#fff;
	width: 150px;
	height: 400px;
	padding:0px;
	margin:0;
	padding:0;
	float:left;
	border-left: 3px solid #ccc;
	}

#contentright h2{ 
	font-size:100%;
	font-weight:bold;
	margin: 0 0 0 10px;
	padding: 0;
}

#contentright p { 
	font-size:100%;
	font-weight:normal;
	margin:0 0 0 10px;
	padding: 0;
}

#contentright a { 
	padding: 0;
	margin: 0  0 10% 0 ;
	color: #000;
	text-decoration: none;
	display: block;
	}
#contentright a:hover { 
	background:#a6e16a;
}


#blockdark {
	height:50px;
	width:150px;
	margin: 10% 0 0 0;
	background:#a6e16a;
}

#blockmedium {
	height:50px;
	width:150px;
	margin:10% 0 0 0;
	background:#c0f098;
}

#blocklight {
	height:50px;
	width:150px;
	margin:10% 0 0 0;
	background:#d2f2b4;
}



/*                      SPECIFIC STYLES                                                       */
/*                      CLIENT PAGE STYLES                                                       */
.client{
}

.client img {
	display:inline;
	vertical-align: top;
	float:right;
}
.clientname{
	display: block;
	font-weight:bold;
}

	