html, body {
	font-family: Tahoma; 
	font-size: 14px;
	color: #939597;
	text-align: justify;
	background: white url(/images/public/background.jpg) repeat-x;
	height: 100%;
} 

#dialog {
	display: none;
	padding: 20px;
}

.featured {
	line-height: 2em;
	padding: 10px 30px;
}

ul {
	padding: 10px 30px;
}

li {
	margin-left: 20px;
}

a {
	color: #4C4C4E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Stone;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-indent: 70px;
	color: #004779;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 30px;
	height: 45px;
	line-height: 80px;
}

h2 {
	font-size: 14px;
}

.home {
	background: url(/images/public/home/home-icon.jpg) no-repeat center left;	
}

.products {
	background: url(/images/public/home/products-icon.jpg) no-repeat center left;	
}

/*
	HEADER
*/

#header ul {
	margin: 0px;
	padding: 0px;
}

#header li {
	width: 235px;
	height: 63px;
	display: block;
	float: left;
	background-image: url(/images/public/header/up.jpg);
	margin: 0px;
	padding: 0px;
}

#header li:hover {
	background-image: url(/images/public/header/hover.jpg);
}

#header li a {
	font-family: Stone;
	font-weight: normal;
	display: block;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 30px;
}

#header li a:hover {
	text-decoration: none;
}

.logo {
	float: left;
	width: 470px;
	height: 230px;
	margin-top: 10px;
	background: url(/images/public/header/logo.jpg) no-repeat;
	/*text-indent: -5555px;*/
}

.gallery {
	float: left;
	margin-top: 10px;
	width: 470px;
	height: 229px;
}

/*
	WHOWEARE
*/

.subnavigation {
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: uppercase;	
}

.subnavigation li {
	display: inline;
	margin-left: 0px !important;
	margin-right: 10px;
}

.subnavigation a {
	color: #033151;
}

.subnavigation a:hover {
	color: #DB0C0C;
}

/*
	PRODUCTS
*/

.products-title {
	background: url(/images/public/products/titulo.jpg) no-repeat;
	text-indent: -5555px;
	height: 43px;
}

.products-navigation a {
	color: #004779;
	text-transform: uppercase;
}

.products-navigation li {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
	padding: 5px;
	list-style-image: url(/images/public/bullet.jpg)
}

.tab-slideshow {
	font-size: 12px;
}

/*
   FORMS
 */

.error {
	font-weight: bold;
	color: #FF3333;
	background-color: #FFFFFF;
	padding: 5px;
}

.info {
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
}

legend {
	font-size: 14px;
	padding: 0px 10px 10px 00px;
	margin: 0px;
	color: #2D358F;
}

input,select {
	margin:5px 0;
}
input[type="text"],select {
	font-size:15px; 
	height:15px; 
	width:315px;
}

textarea {
	margin:5px 0;
	font-size:15px; 
	height:50px; 
	width:316px;
}

.field-with-errors input {
	color: #D8000C;
    background-color: #FFBABA;
}

.input-hint {
	color: #666666;
}

.center {
	text-align: center;
}


/*
	UTILS
*/

.no-spam {
	display: none;
}

.resinas {
	color: #DB0C0C;
}

.separator {
	height: 30px;
}

.big-separator {
	height: 90px;
}

/*
	STICKY FOOTER
*/
#wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 280px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -280px; /* negative value of footer height */
	height: 280px;
	clear:both;
	font-size: 12px;
	text-align: center;
	background: url(/images/public/footer/background.jpg) repeat-x;
} 

#footer p {
	padding-top: 150px;
}

#footer ul {
	padding-top: 20px;
}

#footer li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

/* 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 */
