/* CSS Document */

/*------------------------------------
BASICS ELEMENTS
-------------------------------------*/
* {
	margin: 0;
	paddin: 0;
}

body { 
	//font-family: Arial, Helvetica, sans-serif;	
	color: #999999;
	background-color: #FFFFFF; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

p { 
	padding: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2D292A;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: left;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D292A;
}

#pHome {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
}

#head1 {
	color: #8CC63F;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #2D292A;
	text-decoration: none;
}

#footerNav {
	margin: 0;
	padding: 2em 1.5em 0 0;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #8CC63F;
}

/*------------------------------------
LAYOUT GENERAL
-------------------------------------*/
#container {
	background: url(../images/bg_main.gif) repeat-y;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	width:826px;
	height: auto;
	position:relative;
}

#navContainer {
	padding: 11.7em 1em 1em 2.8em;
}

#footer {
	background-image: url(../images/bg_footer.gif);
	position:relative;
	margin: 0px;
	width: 826px;
	height: 56px;
	clear: both;
}

ol {
	margin: 0 0 0 2em;
	padding: 0px;
	text-align: left;
	font: 11px Tahoma;
	color: #2D292A;
}

ul {
	margin: 0 0 0 2em;
	padding: 0px;
	text-align: left;
	font: 11px Tahoma;
	color: #2D292A;
}

/*------------------------------------
MAIN NAVIGATION
-------------------------------------*/
#nav {
	margin: 0 0 0 0;
	padding: 0em;	
}
 
#nav li { 
	font-family:Arial, Helvetica, sans-serif;
	list-style-image:url(../images/bullet.gif);
	text-align:left;	
}

#nav a {
	display:block;
	overflow: hidden;
	height: 22px !important;
	color: #2D292A;
	font-size:11px;
	font-weight: bold; 
	text-decoration: none;
	vertical-align: middle;	
}

#nav a:hover {
	color: #8CC63F;
} 

#nav .nvhactive {color: #8CC63F;}

/*------------------------------------
LAYOUT HOME
-------------------------------------*/
#headerHome {
	position:relative;
	width:826px;
	height:185px;
	background-image: url(../images/bg_header-home.gif);
	clear: both;
}

#navHomeBG {
	background-image: url(../images/bg_nav-home.gif);
	background-repeat: no-repeat;
	width:229px;
	height: 326px;
	float: left;
}

#contentHomeBG {
	background-image: url(../images/bg_content-home.gif);
	background-repeat: no-repeat;
	width:597px;
	height: auto;
	float: right;
}

#copyHome {
	padding: 11em 16em 0em 1em;
	font: Arial, Helvetica, sans-serif;
}

/*------------------------------------
LAYOUT SERVICES
-------------------------------------*/
#navServicesBG {
	background-image: url(../images/bg_nav-services.gif);
	background-repeat: no-repeat;
	width:229px;
	height: 326px;
	float: left;
}

/*------------------------------------
LAYOUT PARTNERS
-------------------------------------*/
#navPartnersBG {
	background-image: url(../images/bg_nav-partners.gif);
	background-repeat: no-repeat;
	width:229px;
	height: 326px;
	float: left;
}

/*------------------------------------
LAYOUT ABOUT
-------------------------------------*/
#navAboutBG {
	background-image: url(../images/bg_nav-about.gif);
	background-repeat: no-repeat;
	width:229px;
	height: 326px;
	float: left;
}

/*------------------------------------
LAYOUT CONTACT
-------------------------------------*/
#navContactBG {
	background-image: url(../images/bg_nav-contact.gif);
	background-repeat: no-repeat;
	width:229px;
	height: 326px;
	float: left;
}

/*------------------------------------
LAYOUT REST OF SITE
-------------------------------------*/
#headerPages {
	position:relative;
	width:826px;
	height:185px;
	background-image: url(../images/bg_header-pages.gif);
	clear: both;
}

#contentPagesBG {
	background-image: url(../images/bg_content-services.gif);
	background-repeat: no-repeat;
	width:597px;
	height: auto;
	float: right;
}

#copyPages {
	padding: .1em 10em 0em 1em;
	font: Arial, Helvetica, sans-serif;
}
/*----- HOME END -----*/

#blog {
	background-color:#FFFFFF;
	margin: 2px 2px 3px 0px;
	padding: 10px;
	float:left;
	width:230px;
	height: 462px;
}

#main {
	background-color:#FFFFFF;
	margin: 2px 0px 3px 2px;
	padding: 10px;
	float:right;
	width: 487px;
	height: 462px;
}

#bottom {
	position:relative;
	width:763px;
	height:92px;
	background-image: url(//images/bottom.gif);
	clear: both;
}
