/*---------------------------------------------------------------
- Name:					styles.css
- Last update:			13/02/12
- Website:				www.ecopil.com
- Author:				Josep Vila
== FRAMEWORK ===================================================
- Width:				960px
- Cols:					2
- Body position:		Center
---------------------------------------------------------------*/

/* --- BEGIN GLOBAL --- */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:# fff;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

a {
	color: #4fba00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

img a{
	border: 0;
}

h1 {
	margin: 0;
	padding: 0 50px 0 0;
	color: #4fba00;
	font-size: 2.15em;
	font-weight: normal;
}

h2 {
	margin: 30px 0 25px 25px;
	color: #ccc;
	font-size: 0.85em;
}

h2 a {
	color: #ccc;
	font-size: 0.85em;
	text-decoration: none;
}

h2 a:hover {
	color: #4fba00;
	text-decoration: underline;
}
/* END GLOBAL */

/* --- BEGIN HEADER --- */
#header {
	width: 960px;
	height: 108px;
	text-align: center;
	position: relative;
	background: url(../images/header/bg_header_1.jpg);
}

#header .logo {
	position: absolute;
	top: 0;
	left: 44px;
	z-index: 100;
}

#nav {
	position: relative;
	width: 960px;
	height: 30px;
	text-align: right;
	color: #7f7f7f;
	padding-right: 50px;
	font-size: 0.8em;
	display: table-cell;
	vertical-align: bottom;
}

#nav a {
	color: #7f7f7f;
	text-decoration: none;
}

#nav a:hover, #nav .selected {
	color: #4fba00;
	text-decoration: none;
}
/* END HEADER */

/* --- BEGIN SIDEBAR LEFT --- */
#sidebar_left {
	float: left;
	position: relative;
	width: 250px;
	height: 580px;
	margin-left: -270px;
	color: #7f7f7f;
	text-align: left;
}

#sidebar_left a {
	color: #7f7f7f;
	text-decoration: none;
}

#sidebar_left a:hover {
	color: #4fba00;
	text-decoration: none;
}

#sidebar_left .selected {
	color: #4fba00;
	text-decoration: none;
	font-weight: bold;
}

#sidebar_left .cat ul {
	padding-top: 20px;
	padding-left: 30px;
	list-style: none;
	font-size: 13px;
}

#sidebar_left .cat li {
	padding-bottom: 25px;
}

#sidebar_left .subcat ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#sidebar_left .subcat li {
	margin: 0;
	padding-bottom: 4px;
}


#sidebar_left .fam ul {
	list-style: none;
	margin: 5px 0 10px 10px;
	padding: 0;
	font-size: 12px;
	font-style: italic;
}

#sidebar_left .fam li {
	margin: 0;
	padding-bottom: 4px;
}
/* END SIDEBAR LEFT */

/* --- BEGIN CONTENT --- */
#cont {
	position: relative;
	border-left: 270px solid #fff;
	width: 960px;
	height: 635px;
}

#content {
	position: relative;
	float: left;
	width: 690px;
	height: 635px;
	text-align: left;
}

#title {
	position: absolute;
	top: 50px;
	right: 45px;
	z-index: 1;
}

#title_img {
	text-align: right;
	padding-top: 30px;
	padding-right: 50px;
}

#category {
	text-align: right;
	padding-right: 50px;
}

#news {
	text-align: right;
	margin-top: -20px;
	padding-right: 50px;
}

#title_fam {
	margin-left: 27px;
	padding: 0;
	width: 665px;
	background: #ededed;
	text-align: right;
}

#text_fam {
	margin: 15px 0 0 27px;
	padding: 0;
	width: 665px;
	color: #666;
	text-align: justify;
	font-size: 14px;
}

#content #products {
	display: table;
	margin: 25px 0 25px 27px;
	text-align: left;
}

#content #products_img {
	display: table-cell;
	width: 430px;
	height: 350px;
	border-left: #CCC 1px solid;
	text-align: center;
	vertical-align: top;
	color: #4fba00;
	font-size: 0.90em;
}

#content #products_list {
	display: table-cell;
	width: 234px;
	height: 350px;
	padding-left: 10px;
	vertical-align: top;
	color: #4fba00;
	font-size: 0.90em;
	line-height: 20px;
}

#content #content_area {
	margin-left: 27px;
	padding: 0;
	width: 665px;
	text-align: center;
}

#content #contents {
	display: table;
	margin: 50px auto;
	text-align: center;
}

#content #contents_cells {
	display: table-cell;
	width: 200px;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 0.90em;
	font-weight: bold;
}

#content #qh {
	margin: 25px 0 0 25px;
	width: 620px;
	height: 405px;
	background: url(../images/img/bg_qh.png) top left no-repeat;
	font-size: 0.90em;
}

#content #qh ul {
	padding: 30px 45px 25px 45px;
	color: #4fba00;
}

#content #qh li {
	padding-bottom: 15px;
}

#content #customers {
	float: right;
	position: relative;
	margin: 50px 0 0 0;
	width: 640px;
}

#customers_row {
	display: table-row;
}

#customers_row .customer {
	display: table-cell;
	padding: 10px;
	width: 135px;
	text-align: center;
	vertical-align: middle;
}

#content #contact {
	margin: 50px 0 0 25px;
	text-align: right;
	width: 620px;
	color: #bcbcbc;
	font-size: 1.15em;
	line-height: 25px;
}

#content #contact p {
	margin-bottom: 35px;
}

#content .txt {
	margin: 35px 0 0 25px;
	text-align: right;
	width: 620px;
	color: #666;
	font-size: 0.95em;
}
/* END CONTENT */

/* --- BEGIN FOOTER --- */
#footer {
	position: relative;
	color: #fff;
	background-color: #9c9c9c;
	width: 960px;
	text-align: center;
	font-size: 0.65em;
	padding: 7px 0 15px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .f_menu {
	padding-bottom: 10px;
	font-size: 0.95em;
	font-weight: bold;
}

#footer .f_menu a {
	text-decoration: none;
}

#footer .f_menu a:hover {
	text-decoration: underline;
}
/* END FOOTER */

/* --- BEGIN FORMS --- */
#forms {
	position: relative;
	margin: 55px 50px 0 50px;
	padding: 0;
    width: 615px;
	height: 542px;
	background:url(../images/img/forms.png) top left no-repeat;
	color: #000;
	font-size: 0.75em;
}

#forms .ctxt {
	position: relative;
	padding: 75px 60px 0 90px;
	color: #000;
	text-align: justify;
	font-size: 0.90em;
}

#forms .fields {
	margin: 15px 0 15px 90px;
}

#forms label{
	display: block;
    text-align: left;
	font-weight: bold;
}

#forms input[type="text"] {
	color: #000;
	font-size: 14px;
	width: 425px;
	background-color: #d3e4c7;
	border: 0;
	margin: 0;
	padding: 3px;
}

#forms textarea {
	overflow: auto;
	color: #000;
	font-size: 14px;
	width: 425px;
	height: 75px;
	background-color: #d3e4c7;
	border: 0;
	margin: 0;
	padding: 3px;
	text-align: left;
}

#forms input[type="submit"], .buttons {
	background-color: #d3e4c7;
	border: #ccc 1px solid;
	color: #000;
	font-size: 0,90em;
	font-weight: bold;
	margin-left: 190px;
	padding: 2px;
}

.requisites {
	display: none;
	padding: 0 2px 0 2px;
	color: #fff;
}

.requisites.error {
	display: inline;
	background: #cc0000;
	color: #fff;
}

#forms input.error {
	border-color: #cc0000;
	color: #cc0000;
}

#forms textarea.error{
	border-color: #cc0000;
	color: #cc0000;
}
/* END FORMS */

.sep {
	clear: both;
}

/* Easy Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width:400px;
	height:335px;
	overflow:hidden; 
}

div#prevBtn{
	position: absolute;
	margin-top: -200px;
	margin-left: 10px;
}

div#nextBtn{
	position: absolute;
	float: right;
	margin-top: -200px;
	margin-left: 390px;
}