@charset "UTF-8";
/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:	Hada
- Version:	1.0

- Author: 	Sebastian Jaramillo T.
- Contact: 	contact@sebastianjt.com

- Last CSS Update: June 14 - 2009 

-------------------------------------------------------------------*/


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #5d5d5d;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff url(../imgs/bg_main.jpg) repeat-x 0 0px;
}

#wrapper {
	background: transparent url(../imgs/bg_wrapper.jpg) no-repeat 0 0;
	margin: 0 auto;
	padding: 0 30px;
	width: 840px;
}

a:link {
	color: #969696;
	text-decoration: none;
}

a:visited {
	color: #969696;
	text-decoration: none;
}

a:hover {
	color: #8cc648;
	text-decoration: underline;
}


/*------Clear Fix------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/*----------------------*/

/*--------------------------------*/
/*------------HEADER--------------*/

#header {
	height: 212px;
	position: relative;
}

#main_logo {
	height: 142px;
	width: 202px;	
	position: absolute;
	top: 35px;
	left: 15px;
}


#main_logo a {
	display: block;
	height: 0px;
	width: 202px;
	padding-top: 142px;
	overflow: hidden;	
}

/*-- Language Box --*/
#header div#langbox {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	float: right;
	display: inline;
	font-size: 11px;
	padding: 5px 10px;
	width: 135px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#header div#langbox.english {
	width: 155px;
}

#header div#langbox p {
	float: left;
	display: inline;
}

#header div#langbox a {
	margin-left: 10px;
}


/*--------------------------------*/
/*-----------MAIN NAV-------------*/

#main_nav {
	height: 50px;
}

#main_nav li{
	float: left;
	display: inline;
}

#main_nav li a{
	display: inline;
	float: left;
	height: 0px;
	padding-top: 50px;
	overflow: hidden;
}

/*----BTNS states----*/

/*home*/
#main_nav li a#nav_home:link {
	background: url(../imgs/navhada.jpg) no-repeat 0 0;
	width: 89px;
}

#main_nav li a#nav_home:visited {
	background: url(../imgs/navhada.jpg) no-repeat 0 0;
	width: 89px;
}

#main_nav li a#nav_home:hover, #main_nav li a#nav_home.current {
	background: url(../imgs/navhada.jpg) no-repeat 0 -50px;
	width: 89px;
}

/*quienes*/
#main_nav li a#nav_quienes:link {
	background: url(../imgs/navhada.jpg) no-repeat -89px 0;
	width: 153px;
}

#main_nav li a#nav_quienes:visited {
	background: url(../imgs/navhada.jpg) no-repeat -89px 0;
	width: 153px;
}

#main_nav li a#nav_quienes:hover, #main_nav li a#nav_quienes.current {
	background: url(../imgs/navhada.jpg) no-repeat -89px -50px;
	width: 153px;
}

/*productos*/
#main_nav li a#nav_productos:link {
	background: url(../imgs/navhada.jpg) no-repeat -242px 0;
	width: 113px;
}

#main_nav li a#nav_productos:visited {
	background: url(../imgs/navhada.jpg) no-repeat -242px 0;
	width: 113px;
}

#main_nav li a#nav_productos:hover, #main_nav li a#nav_productos.current {
	background: url(../imgs/navhada.jpg) no-repeat -242px -50px;
	width: 113px;
}

/*mercados*/
#main_nav li a#nav_mercados:link {
	background: url(../imgs/navhada.jpg) no-repeat -355px 0;
	width: 116px;
}

#main_nav li a#nav_mercados:visited {
	background: url(../imgs/navhada.jpg) no-repeat -355px 0;
	width: 116px;
}

#main_nav li a#nav_mercados:hover, #main_nav li a#nav_mercados.current {
	background: url(../imgs/navhada.jpg) no-repeat -355px -50px;
	width: 116px;
}

/*servicios*/
#main_nav li a#nav_servicios:link {
	background: url(../imgs/navhada.jpg) no-repeat -471px 0;
	width: 103px;
}

#main_nav li a#nav_servicios:visited {
	background: url(../imgs/navhada.jpg) no-repeat -471px 0;
	width: 103px;
}

#main_nav li a#nav_servicios:hover, #main_nav li a#nav_servicios.current {
	background: url(../imgs/navhada.jpg) no-repeat -471px -50px;
	width: 103px;
}

/*procesos*/
#main_nav li a#nav_procesos:link {
	background: url(../imgs/navhada.jpg) no-repeat -574px 0;
	width: 103px;
}

#main_nav li a#nav_procesos:visited {
	background: url(../imgs/navhada.jpg) no-repeat -574px 0;
	width: 103px;
}

#main_nav li a#nav_procesos:hover, #main_nav li a#nav_procesos.current {
	background: url(../imgs/navhada.jpg) no-repeat -574px -50px;
	width: 103px;
}

/*noticias cambiado por el de contactenos*/
#main_nav li a#nav_noticias:link {
	background: url(../imgs/navhada.jpg) no-repeat -677px 0;
	/*width: 86px;*/
	width: 161px;
	
}

#main_nav li a#nav_noticias:visited {
	background: url(../imgs/navhada.jpg) no-repeat -677px 0;
	/*width: 86px;*/
	width: 161px;
}

#main_nav li a#nav_noticias:hover, #main_nav li a#nav_noticias.current {
	background: url(../imgs/navhada.jpg) no-repeat -677px -50px;
	/*width: 86px;*/
	width: 161px;
}

/*contactenos*/
#main_nav li a#nav_contactenos:link {
	background: url(../imgs/navhada.jpg) no-repeat -709px 0;
	width: 131px;
}

#main_nav li a#nav_contactenos:visited {
	background: url(../imgs/navhada.jpg) no-repeat -709px 0;
	width: 131px;
}

#main_nav li a#nav_contactenos:hover, #main_nav li a#nav_contactenos.current {
	background: url(../imgs/navhada.jpg) no-repeat -709px -50px;
	width: 131px;
}


/*--------------------------------*/
/*---------MAIN CONTAINER---------*/

#container {
	width: 840px;
	min-height: 500px;
}

#container h1.sectitle {
	color: #8ac347;
	font: italic 25px "Times New Roman", Times, Georgia, serif;
	margin: 15px 0px 0px 30px;
}

#container #moviecontainer {
	width: 840px;
	height: 158px;
}

#content {
	padding: 30px;
	margin-bottom: 30px;
}

/*-- History Box --*/

#content #historybox {
	background: url(../imgs/historybox_bg.jpg) repeat-x 0 0;
	float: left;
	display: inline;
	width: 510px;
	height: 273px;
	border-bottom: 1px solid #e5e5e5;
}

#content #crop {
	width: 510px;
	height: 210px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

#content #widearea {
	width: 1530px;
	height: 210px;
}

#content #historybox div.slide {
	float: left;
	display: inline;
	padding: 15px 15px 0px 15px;
	width: 480px;
	height: 195px;
}

#content #historybox h2	{
	color: #60981e;
	font: 18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 20px;
}

#content #historybox img {
	float: left;
	display: inline;
	margin-right: 20px;
}

#content #historybox p {
	color: #7d7d7d;
	font-size: 12px;
	margin-bottom: 12px;
}

#content #historybox p.last {
	margin: 0px;
}

#content #historybox a:link {
	color: #9b9b9b;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}

#content #historybox a:visited {
	color: #9b9b9b;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}

#content #historybox a:hover {
	color: #8ac347;
	text-decoration: underline;
	font-size: 14px;
	outline: none;
}

#content #historybox a#backbtn {
	background: url(../imgs/content/historybox/arrow_left.jpg) no-repeat 0 0;
	display: block;
	float: left;
	margin-left: 15px;
	padding-top: 8px;
	padding-left: 38px;
	width: 55px;
	height: 27px;
}

#content #historybox a#nextbtn {
	background: url(../imgs/content/historybox/arrow_right.jpg) no-repeat 100% 0;
	display: block;
	float: right;
	margin-right: 15px;	
	padding-top: 8px;
	padding-right: 38px;
	width: 65px;
	height: 27px;
	text-align: right;
}


/*-- Highlights --*/
#content #highlights {
	float: left;
	display: inline;
	margin-top: 30px;
	width: 780px;
}

#content #highlights div.highlightbox {
	float: left;
	display: inline;
	margin-right: 30px;
	width: 240px;
}

#content #highlights div.highlightbox.last {
	margin-right: 0px;
}

#content div.highlightbox a img {
	width: 232px;
	height: 92px;
	margin: 0px 0px 3px;
	padding: 4px 4px 12px;
	display: block;
	background: url(../imgs/content/highlight_bg.jpg) no-repeat 0 0;
}

#content #highlights div.highlightbox h1 {
	color: #8cc648;
	margin-bottom: 12px;
	font: 19px "Times New Roman", Times, Georgia, serif;
	text-align: center;
}

#content #highlights div.highlightbox p {
	color: #7d7d7d;
	font-size: 12px;
	margin-bottom: 12px;
}

/*-- Location Box --*/
#locationbox {
	float: right;
	display: inline;
	width: 239px;
	height: 271px;
}
/*Videos Procesos*/
#content #info div.processvid {
	background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
	padding: 4px;
}

#content #info div.processvid .vidwrap {
	width: 320px;
	height: 240px;
	margin: 0px auto;
}
/*------------ 'Ver Mas'  Buttons --------------*/
/*------------ Home - Products --------------*/

#content #highlights div.highlightbox a.more:link, #content div.productcat a:link  {
	background: url(../imgs/linkarrow.jpg) no-repeat 100% -10px;
	color: #969696;
	display: block;
	height: 12px;
	float: right;
	font-size: 12px;
	padding-right: 13px;
	text-decoration: none;
}

#content #highlights div.highlightbox a.more:visited, #content div.productcat a:visited {
	background: url(../imgs/linkarrow.jpg) no-repeat 100% -10px;
	color: #969696;
	display: block;
	height: 12px;
	float: right;
	font-size: 12px;
	padding-right: 13px;
	text-decoration: none;
}

#content #highlights div.highlightbox a.more:hover, #content div.productcat a:hover {
	background: url(../imgs/linkarrow.jpg) no-repeat 100% 2px;
	color: #8cc648;
	display: block;
	height: 12px;
	float: right;
	font-size: 12px;
	padding-right: 13px;
	text-decoration: underline;
}

/*------------MAIN SUBNAVS--------------*/

#mainsubnav {
	background: url(../imgs/content/productos/main_subnav_bg.jpg) no-repeat 0 0;
	height: 42px;
	margin-bottom: 22px;
	padding-top: 13px;
}

#mainsubnav li a:link {
	color: #a4a4a4;
	text-decoration: none;
	font: 17px "Times New Roman", Times, Georgia, serif;
}

#mainsubnav li a:visited {
	color: #a4a4a4;
	text-decoration: none;
	font: 17px "Times New Roman", Times, Georgia, serif;
}

#mainsubnav li a:hover {
	color: #6e6e6e;
	text-decoration: underline;
	font: 17px "Times New Roman", Times, Georgia, serif;
}

#mainsubnav li a.current {
	color: #8cc648;
	text-decoration: underline;
	font: 17px "Times New Roman", Times, Georgia, serif;
}

/*---- Productos ----*/
#productos #mainsubnav li {
	float: left;
	display: inline;
	margin-left: 52px;
}

/*---- Mercados ----*/
#mercados #mainsubnav li {
	float: left;
	display: inline;
	margin-left: 165px;
}

/*------------SUBNAV - Style 1--------------*/

#content ul.subnav {
	float: left;
	display: inline;
	width: 210px;
}

#content ul.subnav li {
	width: 210px;
	height: 49px;
}

#content ul.subnav li a:link {
	background: url(../imgs/submenus_bg.jpg) no-repeat 0 0px;
	color: #777777;
	display: block;
	font-size: 15px;
	width: 190px;
	height: 33px;
	padding: 18px 0px 0px 20px;
	text-decoration: none;
}

#content ul.subnav li a:visited {
	background: url(../imgs/submenus_bg.jpg) no-repeat 0 0px;
	color: #777777;
	display: block;
	font-size: 15px;
	width: 190px;
	height: 33px;
	padding: 18px 0px 0px 20px;
	text-decoration: none;
}

#content ul.subnav li a:hover {
	background: url(../imgs/submenus_bg.jpg) no-repeat -210px 0;
	color: #505050;
	display: block;
	font-size: 15px;
	width: 190px;
	height: 33px;
	padding: 18px 0px 0px 20px;
	text-decoration: none;
}

#content ul.subnav li a.current {
	background: url(../imgs/submenus_bg.jpg) no-repeat -420px 0;
	color: #fff;
	text-decoration: none;
}


/*------------SUBNAV - Style 2--------------*/

#content ul.subnav2 {
	float: left;
	display: inline;
	width: 210px;
}

#content ul.subnav2 li {
	background: url(../imgs/content/subnav2_libg.jpg) repeat-y 0 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	padding: 15px 20px;
}

#content ul.subnav2 li.current {
	background: url(../imgs/content/subnav2_libg_current.jpg) repeat-y 0 0;
}

#content ul.subnav2 li.current a {
	color: #505050;
}

#content ul.subnav2 li ul li {
	background: url(../imgs/content/subnav2_li_li_bullet.jpg) no-repeat 0 4px;
	border: 0 none;
	color: #adadad;
	font-size: 12px;
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 12px;
}

#content ul.subnav2 li#subnavtitle {
	padding: 0px;
}

#content ul.subnav2 li#subnavtitle h1 {
	background: url(../imgs/content/subnav2_title_bg.jpg) no-repeat 0 0;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	font-size: 15px;
	color: #6e6e6e;
}

#content ul.subnav2 li h2 {
	color: #777777;
	font-size: 15px;
}

#content ul.subnav2 li.current h2 {
	color: #505050;
}

#content ul.subnav2 li.current ul li a.current {
	color: #6d9d34;
	text-decoration: underline;
}


/*--------------------------------*/
/*------QUIENES SOMOS - PROCESOS------*/

#content #info {
	float: right;
	display: inline;
	width: 540px;
}

/*Pagina Noticias*/
#noticias #content #info, #noticias_post #content #info {
	width: 100%;
}

#content #info h1 {
	color: #8cc648;
	font-size: 30px;
}

#content #info p {
	color: #7d7d7d;
	font-size: 15px;
	margin-top: 20px;
}

/*Pagina Mercados*/
#mercados #content #info p {
	clear: none;
}

#content #info img {
	margin: 20px 0px 0px;
}

#content #info img.mainimg {
	background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
	padding: 4px;
}

#content #info img.right, #servicios #content #info img.right {
	float: right;
	display: inline;
	margin: 0px 0px 20px 30px;
}

#content #info img.left, #servicios #content #info img.left {
	float: left;
	display: inline;
	margin: 0px 30px 20px 0px;
}

/*--------------------------------*/
/*------------PRODUCTOS--------------*/

#content div.productcat {
	float: left;
	display: inline;
	margin-right: 30px;
	width: 172px;
}

#content div.productcat.last {
	margin-right: 0px;
}

#content div.productcat h1 {
	color: #8cc648;
	font: 18px "Times New Roman", Times, Georgia, serif;
	margin: 5px 0px 15px;
	text-align: center;	
}

#content div.productcat p {
	color: #7d7d7d;
	font-size: 12px;
	margin-bottom: 12px;
}

#productos #content #info img.prodimg {
	background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
	margin: 20px auto 0px;
	padding: 4px;
}

/*--------------------------------*/
/*------------MERCADOS--------------*/

#mercados #content #info {
	float: left;
	display: inline;
	width: 780px;
}

#mercados #content #info img.map {
	float: right;
	display: inline;
	margin-left: 62px;
}

#mercados #content #info h2 {
	color: #8cc648;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: -15px;
}


/*--------------------------------*/
/*------------NOTICIAS--------------*/

/*---- Date Sub Navigation ----*/

#content #datenav {
	border-bottom: 1px solid #e7e7e7;
	height: 54px;
	margin: 0px 0px 20px;
	padding-bottom: 20px;
}

#content #datenav ul {
	float: left;
	display: inline;
}

#content #datenav li {
	float: left;
	display: inline;
	color: #c4c4c4;
}

#content #datenav li a:link {
	color: #5f5f5f;
}

#content #datenav li a:visited {
	color: #5f5f5f;
}

#content #datenav li a:hover {
	color: #8cc648;
	text-decoration: underline;
}

#content #datenav li a.current {
	color: #8cc648;
}

#content #datenav ul#years {
	background: url(../imgs/subnav_news.jpg) no-repeat 0 0;
	width: 137px;
	height: 34px;
	margin: 0px 20px 0px -15px;
	padding: 20px 0px 0px 40px;
}

#content #datenav ul#years li {
	margin-right: 25px;
}

#content #datenav ul#months {
	font-size: 12px;
	height: 54px;
	margin: 20px 0px 0px 0px;
}

#content #datenav ul#months li{
	margin: 0px 10px 0px 0px;
}

#content #datenav ul#months li.last{
	margin: 0px;
}

/*----*/

#content #info div.post {
	margin: 30px 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}

#content #info div.post img {
	background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
	float: right;
	display: inline;
	margin: 0px;
	padding: 4px;
}

#content #info div.post div.txt {
	float: left;
	display: inline;
	width: 470px;
}

#content #info div.post h2 {
	background: url(../imgs/content/noticias/news_ico.jpg) no-repeat 0 3px;
	margin: 0px 0px 3px;
	padding-left: 15px;
	font: 20px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#content #info div.post h2 a:link {
	color: #7cc7e2;
}

#content #info div.post h2 a:visited {
	color: #7cc7e2;
}

#content #info div.post h2 a:hover {
	color: #64a2b9;
	text-decoration: underline;
}

#content #info div.post p {
	font-size: 13px;
	margin: 0px;
	padding-left: 15px;
}

#content #info div.post p a {
	margin-left: 10px;
}

#content #info div.post p.date {
	color: #8cc648;
	font-size: 11px;
	margin-top: 6px;
}

/*----------Individual Post----------*/

#content #info div.post div.postbody {
	position: relative;
}

#content #info div.post div.postbody p {
	margin-bottom: 20px;
	font-size: 15px;
}

#content #info div.post div.postbody p.date {
	color: #8cc648;
	font-size: 11px;
	margin-top: 6px;
}

#noticias_post #content #info div.post img.left {
	border: 1px solid #d5d5d5;
	float: left;
	display: inline;
	margin: 0px 30px 20px 0px;
	padding: 4px;
}

#noticias_post #content #info div.post img.right {
	border: 1px solid #d5d5d5;
	float: right;
	display: inline;
	margin: 0px 0px 20px 30px;
	padding: 4px;
}

#noticias_post #content #info a.backbtn:link {	
	background: url(../imgs/linkarrow_back.jpg) no-repeat 100% -10px;
	color: #969696;
	display: block;
	height: 12px;
	font-size: 12px;
	font-style: italic;
	padding-right: 13px;
	position: absolute;	
	top: 3px;
	right: 0px;
	text-decoration: none;
}

#noticias_post #content #info a.backbtn:visited {	
	background: url(../imgs/linkarrow_back.jpg) no-repeat 100% -10px;
	color: #969696;
	display: block;
	height: 12px;
	font-size: 12px;
	font-style: italic;
	padding-right: 13px;
	position: absolute;	
	top: 3px;
	right: 0px;
	text-decoration: none;
}

#noticias_post #content #info a.backbtn:hover {	
	background: url(../imgs/linkarrow_back.jpg) no-repeat 100% 2px;
	color: #8cc648;
	display: block;
	height: 12px;
	font-size: 12px;
	font-style: italic;
	padding-right: 13px;
	position: absolute;	
	top: 3px;
	right: 0px;
	text-decoration: none;
}

/*--------------------------------*/
/*------------CONTACTENOS--------------*/

#contactenos #content #info {
	float: left;
	display: inline;
	width: 330px;
}

/*----------FORM----------*/
.formstyle {
	background: #fafafa;
	border: 2px solid #c9edb3;
	float: right;
	display: inline;
	margin: 0px;
	padding: 14px;
	width: 400px;
}

.formstyle form {
}

.formstyle h1 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.formstyle p {
	border-bottom: solid 1px #c9edb3;
	clear: both;
	color: #666666;
	font-size: 14px;
	margin: 8px 0px;
	padding-bottom: 10px;
}

.formstyle label {
	color: #8cc648;
	display: block;
	float: left;
	font-size: 18px;
}

.formstyle label span.small {
	color: #919191;
	display: block;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}

.formstyle label, .formstyle .small {
	text-align: right;
	width: 140px;
}

.formstyle input {
	height: 25px;
	vertical-align: middle;
}

.formstyle textarea {

}

.formstyle input, .formstyle textarea {
	border: solid 1px #bcdfb3;
	color: #8a8a8a;
	float: left;
	display: inline;
	font-size: 14px;
	margin: 0 0 0 10px;
	padding: 4px 2px;
	width: 200px;
}

.formstyle input:focus, .formstyle textarea:focus{
	background-color: #e2f8fe;
	color: #3e3e3e;
}

.formstyle .form_button {
	background-color: #8cc648;
	border: none;
	clear: both;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: inline;
	margin: 10px 0px 0px 150px;
	width: 204px;
	height: 31px;
	text-align: center;
	vertical-align: middle;
}

.formstyle .form_button:hover {
	background-color: #77a93d;
	cursor: pointer;
}

.formstyle .form_button.reset {
	background-color: #d8681d;
	width: 100px;
	height: 20px;
	float: right;
	display: inline;
	margin: 10px 46px 0px 0px;
	font-size: 10px;
}

.formstyle .form_button.reset:hover {
	background-color: #ac5217;
	cursor: pointer;
}

.formstyle .indv_box {
	margin: 0px;
	padding: 15px 0px;
	background: url(../imgs/form_required.jpg) no-repeat 100% 25px;
}

.formstyle .indv_box:hover {
	/*background-color: #e6e6e6;*/
}

#myform p.requiredfields {
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 13px;
	background: url(../imgs/form_required.jpg) no-repeat 0 0;
	font-style: italic;
}


/*--------------------------------*/
/*------------FOOTER--------------*/
#foot_wrapper {
	background: url(../imgs/bg_footer.jpg) no-repeat 0 0;
	margin: 0px auto;
	width: 900px;
	min-height: 208px;
}

#footer {
	min-height: 121px;
	width: 780px;
	padding: 87px 60px 20px 60px;
	position: relative;
}

h1#footlogo {
	float: right;
	display: inline;
}

h1#footlogo a {
	display: block;
	width: 90px;
	height: 0px;
	padding-top: 67px;
	overflow: hidden;
}

#footer .underline {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #dcdcdc;
}

#footer #foot_nav {
	float: left;
	display: inline;
	margin-top: 25px;
}

#footer #foot_nav li {
	border-right: 1px solid #969696;
	float: left;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}

#footer #foot_nav li.last {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

#footer #foot_nav a:link {
	color: #656565;
	font-size: 12px;
	text-decoration: none;
}

#footer #foot_nav a:visited {
	color: #656565;
	font-size: 12px;
	text-decoration: none;
}

#footer #foot_nav a:hover {
	color: #8cc648;
	font-size: 12px;
	text-decoration: underline;
}

#footer #footinfo {
	border-top: 1px solid #dcdcdc;
	clear: both;
	color: #919392;
	float: left;
	display: inline;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
}

#footer #footinfo a {
	text-decoration: underline;
}

#footer #footinfo p em {
	color: #626262;
}

#footer #footinfo #infobox1 {
	float: left;
	display: inline;
}

#footer #footinfo #infobox2 {
	float: left;
	display: inline;
	margin: 0px 0px 0px 35px;
	padding: 0px 35px;
	text-align: right;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

#footer #footinfo #infobox2 a {
	padding: 6px 14px;
	float: left;
	display: inline;
	background-color: #effde5;
	border: 1px solid #dcdcdc;
	text-decoration: none;
}

#footer #footinfo #infobox2 a:link {
	background-color: #effde5;
	border: 1px solid #dcdcdc;
}

#footer #footinfo #infobox2 a:visited {
	background-color: #effde5;
	border: 1px solid #dcdcdc;
}

#footer #footinfo #infobox2 a:hover {
	background-color: #effde5;
	border: 1px solid #c6c6c6;
	color: #717171;
}

#footer #footinfo #infobox3 {
	float: right;
	display: inline;
	text-align: right;
}

