* {
	margin: 0px;
	padding: 0px;
}


body {
    background-color: #4b4b4b;
	font: normal 13px 'Open Sans', sans-serif;
	color: #000000;
}

a {
	color: #56a0d3;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #333333;
}

h1 {
	font: 22px 'Open Sans', sans-serif;
	margin: 0 0 6px;
}

h2 {
	font: 18px 'Open Sans', sans-serif;
	margin: 0 0 6px;
}

h3 {
	font: 14px 'Open Sans', sans-serif;
	margin: 15px 0;
}

p {
	text-align: justify;
	line-height: 22px;
	margin: 10px 0 30px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	text-align: justify;
	line-height: 22px;
	margin: 10px 0 15px;
	padding-left: 25px;
	background: #ffffff url('../images/bullet.gif') no-repeat left 3px;
}

ul li  li{
	margin: 10px 0 5px;
}

table {
	border: 1px solid #CCCCCC;
    width: 100%;
}

table tr {

}

table th {
	background-color: #6a6a6a;
    color: #FFFFFF;
    padding: 10px;
}

table td {
	padding: 10px;
	text-align: right;
}

table .td_title {
	text-align: left;
}

.container  {
	width: 936px;
	margin: 0 auto;
}

#header {
	background: #ffffff url('../images/bg2.jpg') repeat-x top left;
	padding-bottom: 20px;
}

#logo {
	margin: 15px 0 20px;
	float: left;
}

#logo .logo_img {
	width: 104px;
	margin-right: 20px;
	float: left;
}

#logo .logo_img a img {
	border: none;
	}

#logo .logo_title {
	color: #3900B2;
    font: 28px 'Open Sans', sans-serif;
    margin-top: 35px;
	font-weight: bold;
}

#logo .logo_subtitle {
	color: #FFFFFF;
    font-size: 13px;
    width: 580px;
}

#famalogo {
	clear: right;
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}

#top_nav {
	font: normal 11px 'Open Sans', sans-serif;
	float: right;
	color: #3900b2;
	line-height: 24px;
	letter-spacing: 1px;
}

#top_nav  a {
	color: #3900b2;
}

#slideshow {
	clear: both;
}

#nav  .nav_link {
	
}

#nav .nav_link a {
	display: block;
    height: 35px;
    line-height: 35px;
    width: 200px;
	margin-bottom: 8px;
	color: #000000;
	font-size: 13px;
	padding-left: 40px;
}

#nav  .nav_link a.active, #nav  .nav_link a:hover {
    width: 210px;
	padding-left: 30px;
}

#nav .home a {
	background: #6a6a6a url('../images/home.jpg') no-repeat 26px top;
}

#nav .company a {
	background: #6a6a6a url('../images/company.jpg') no-repeat 26px top;
}

#nav .plants a {
	background: #6a6a6a url('../images/plants.jpg') no-repeat 26px top;
}

#nav .products a {
	background: #6a6a6a url('../images/products.jpg') no-repeat 26px top;
}

#nav .greenenergy a {
	background: #6a6a6a url('../images/greenenergy.jpg') no-repeat 26px top;
}

#nav .endeavors a {
	background: #6a6a6a url('../images/endeavors.jpg') no-repeat 26px top;
}

#nav .home a.active, #nav .home a:hover {
	background: transparent url('../images/home_active.jpg') no-repeat top left;
}

#nav .company a.active, #nav .company a:hover {
	background: transparent url('../images/company_active.jpg') no-repeat top left;
}

#nav .plants a.active, #nav .plants a:hover {
	background: transparent url('../images/plants_active.jpg') no-repeat top left;
}

#nav .products a.active, #nav .products a:hover {
	background: transparent url('../images/products_active.jpg') no-repeat top left;
}

#nav .greenenergy a.active, #nav .greenenergy a:hover {
	background: transparent url('../images/greenenergy_active.jpg') no-repeat top left;
}

#nav .endeavors a.active, #nav .endeavors a:hover {
	background: transparent url('../images/endeavors_active.jpg') no-repeat top left;
}

#nav  .nav_link .sublink {
	background: none;
	font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding-left: 32px;
	width: 210px;
}

#nav  .nav_link .sublink:hover {
	background: none;
	width: 214px;
	padding-left: 32px;
	color: #56A0D3;
}

#nav  .nav_link .activesublink {
	 font-weight: bold;
}

#nav  .nav_link.company .activesublink, #nav  .nav_link.company .sublink:hover {
    color: #a5bbd1;
}

#nav  .nav_link.plants .activesublink, #nav  .nav_link.plants .sublink:hover {
    color: #d2b6c9;
}

#nav  .nav_link.products .activesublink, #nav  .nav_link.products .sublink:hover {
    color: #c9bf9f;
}

#nav  .nav_link.greenenergy .activesublink, #nav  .nav_link.greenenergy .sublink:hover {
    color: #b6c99f;
}

#nav  .nav_link.endeavors .activesublink, #nav  .nav_link.endeavors .sublink:hover {
    color: #ce7f8d;
}
						
#main {
	background-color: #ffffff;
	padding: 20px 0 50px;
}

#main_left {
	float: left;
	width: 240px;
	margin-right: 30px;
	font-family: Arial;
}

#main_right {
	float: left;
	width: 665px;
}

#main_right .left_col {
	width: 412px;
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
}

#main_right .right_col {
	float: left;
	width: 226px;
	text-align: right;
}

#main_right .right_col  img{
	margin-bottom: 26px;
}

#main .image_span {
	text-align: center;
	margin: 30px 0 30px;
	float: left;
	width: 665px;
}

#main ul.gallery {
	margin: 30px 0 30px;
	float: left;
	width: 665px;
}

#main ul.gallery li {
	background: none;
	float: left;
	margin: 0 30px 40px;
}

#main ul.gallery li img{
	width: 200px;
	border: none;
}


#footer {
	font-family: Arial;
	background-color: #4b4b4b;
	color: #ffffff;
}

#footer  a:hover {
	color: #ffffff;
}

#bottom_nav {
	margin: 30px 0 10px;
	display: block;
    float: left;
	line-height: 24px;
}

.bottom_nav_boxes {
	width: 748px;
	float: left;
	background: transparent url('../images/contact_bg.png') no-repeat top right;
}

.bottom_nav_box {
	float: left;
	width: 187px;
	font-size: 12px;
	padding-bottom: 40px;
	
}

.bottom_nav_title, .bottom_nav_title a {
	font-weight: bold;
	color: #ffffff;
}

.contact_box {
	float: left;
	width: 187px;
    padding-left: 50px;
    width: 136px;
	font-size: 13px;
	
}

#bottom_nav .tel {
	background: transparent url('../images/tel.png') no-repeat center left;
	padding-left: 20px;
}

#bottom_nav .fax {
	background: transparent url('../images/fax.png') no-repeat center left;
	padding-left: 20px;
}

#bottom_nav .email{
	background: transparent url('../images/email.png') no-repeat center left;
	padding-left: 20px;
}

#bottom_nav  a {
	float: left;
	clear: both;
}

#company_img {
	margin-bottom: 40px;
	text-align: center;
}

#company_img img {
	margin: 0 80px;
}

#footer_nav {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}

#footer_nav a {
	padding: 0 20px;
}

#copy_info {
	text-align: center;
	padding-bottom: 25px;
	font-size: 11px;
}

#main .quote {
	color: #676767;
   	margin-top: 40px;
	background: url("../images/quote-end.png") no-repeat scroll right bottom transparent;
    padding: 0 80px 30px 0;
}

#main .quote p {
	background: url("../images/quote-begin.png") no-repeat scroll left top transparent;
    font-family: 'Times New Roman';
    font-size: 22px;
    font-style: italic;
    margin: 0;
    padding: 18px 0 0 60px;
    text-align: center;
	line-height: 26px;
}

#main .readmore {
	clear: both;
    display: block;
    float: right;
    margin-top: 5px;
	font-size: 12px;
}

.clearfix {
	clear: both;
    display: block;
    height: 0;
}

.address {
    width: 200px;
}

.address_box {
	width: 30%;
	float: left;
}

.hidden {
	display: none;
}

form .input_entry {
    clear: both;
    display: block;
    font-size: 11px;
    margin: 1px 0 0;
    width: 100%;
}

form label {
    float: left;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    max-height: 60px;
    padding: 15px 2%;
    text-align: right;
    vertical-align: top;
    width: 150px;
}

form input{
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    padding: 5px 3px;
    width: 260px;
}

form textarea{
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 3px;
    width: 430px;
}

form .option_input {
    color: #777777;
    display: block;
    float: left;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
    font-size: 13px;
    padding: 10px 0 10px 4%;
}

form input:focus, form textarea:focus {
    background-color: #FFFFFF;
    border: 1px solid #86b9e8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 15px #deecf9;
}

form .submit_button {
	margin: 20px 0 20px 200px;
	width: 120px;
}

hr {
	color: #ffffff;
	background-color: #cccccc;
}

.error {
	float: left;
	clear: both;
	margin: 0px 0 0px 200px;
	color: red;
	text-align: center;
	font-size: 12px;
}

.formsent {
	clear: both;
    color: green;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 100px;
    text-align: left;
}

#captcha {
	width:180px;
}

.captcha_reload {
	float: right;
	margin-right: 50px;
	font-size: 12px;
}
