/************************************************************
		
		CSS styles for agoraforlife.net - Corporate section
		
		AUTHOR:  James Gross - randomink.com
		DATE:    10.10.2007
		PURPOSE: Controls the layout of the site and styles the menus 
		
************************************************************/


/************************************************************
						MAIN ELEMENTS
************************************************************/

html {
	background: url(images/bg.jpg) repeat-x;
}

#content a.btTop, .collapsable a, .rbox a {
	color: #3366cc;
}


/************************************************************
					      MENU
************************************************************/

body.home #menu li.btn1 a,
body.news #menu li.btn2 a,
body.faq #menu li.btn3 a,
body.testimonials #menu li.btn4 a,
body.request #menu li.btn5 a,
body.links #menu li.btn6 a,
body.contact #menu li.btn7 a {
	color: #3366cc;
}

.line {
	color: #3366cc;
}


/********************************************
				   NAVBAR
********************************************/

#navBar {
	background: url(images/nav_bg.png) repeat-x;
}

.nav1 a { width: 85px; left: 77px; background: url(images/nav_about.png) no-repeat; }
.nav2 a { width: 94px; left: 162px; background: url(images/nav_method.png) no-repeat; }
.nav3 a { width: 117px; left: 256px; background: url(images/nav_programs.png) no-repeat; }
.nav4 a { width: 67px; left: 373px; background: url(images/nav_team.png) no-repeat; }
.nav5 a { width: 135px; left: 440px; background: url(images/nav_foundation.png) no-repeat; }
.nav6 a { width: 108px; left: 575px; background: url(images/nav_contact.png) no-repeat; }


/************************************************************
					   NEWS BOX
************************************************************/

#newsBox {
	background: url(images/news_box.png)
}


/********************************************
				SUBSCRIBE
********************************************/

#subscribeBox {
	position: absolute;
	top: 550px;
	left: 46px;
}
	
#subscribeform {
	border-collapse: collapse;
	background: url(images/subscribe_bg.png) no-repeat;
}


/********************************************
				MINI GATEWAY
********************************************/

#miniGateway {
	position: absolute;
	top: 575px;
	left: 46px;
}

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

.health {	
	background: url("../images/healthprofessionals.png") 0 0 no-repeat;
	position: absolute;
	left: 80px;
}

.franchise {	
	background: url("../images/franchise.png") 0 0 no-repeat;
	position: absolute;
	left: 160px;
}

