/***************************************************************************************
		
		Main CSS styles for www.agoraregenerationclinics.net/index.htm
		
		AUTHOR:  James Gross - randomink.com
		DATE:    24.09.2007
		PURPOSE: Controls the layout of the site and styles the menus
		 
****************************************************************************************/


/********************************************
		Main Section
********************************************/

body {
	font-family: Optima, Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

a {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 355px;
	margin-left: -400px; /* half of width */
	margin-top: -177px;  /* half of height */
}

img.middle {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div.centre p {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	width: 700px;
	color: #888888;
}



/********************************************
		Menu
********************************************/

#menu {
	width: 800px;
	height: 100px;
	margin-left: -40px;
	padding-top: 20px;
}

#menu ul {
	list-style: none;
}

.buttons a {
	display:block;
	/*float: left;*/
	overflow: auto;
	width: 200px;
	height: 100px;
	padding: 0px;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -1000px;
	outline: none;
}

.buttons a:hover {background-position: 0 -100px;}
.buttons a:active {background-position: 0 -200px;}

.buttons li a {
	top: 225px;
}

.client {
	background: url("../index_images/client.gif") 0 0 no-repeat;
	position: absolute;
	left: 0px;
}

.health {
	background: url("../index_images/health_professionals.gif") 0 0 no-repeat;
	position: absolute;
	left: 200px;
}
.corporate {	
	background: url("../index_images/corporate.gif") 0 0 no-repeat;
	position: absolute;
	left: 400px;
}
.franchise {	
	background: url("../index_images/franchise.gif") 0 0 no-repeat;
	position: absolute;
	left: 600px;
}


/********************************************
		Footer
********************************************/

#footer {
	position: absolute;
	bottom: 20px; 
	left: 10%;
	right: 10%;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #888888;
}
