@import url('reset.css');

body{
	background:#ffffff url(../images/body_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	width:940px;
	margin:15px auto 0;
	}
	
#inner-wrap {float:left;}

.marginRight30px {
		margin-right:30px;
}

.col1 {width:920px;}
.col2{ width:440px;}

h2 {font-size:1.4em; margin-bottom:20px;}
h3 {font-size:1.3em; margin-bottom:20px;}
h4 {font-size:1.2em; margin-bottom:20px;}
h5 {font-size:1.1em; margin-bottom:20px;}
h6 {font-size:1em; margin-bottom:20px;}

.red {color:#c5090a;}

.centerText {text-align:center;}
.centerDiv {margin:auto;}

a{text-decoration:none;}
a:hover {text-decoration:underline;}
	/* HEADER ******************************************************/
	
#inner-wrap > header {
	width:100%;
	display:block;
	float:left;
	margin-bottom:25px;
	}
	
#inner-wrap > header h1 {
	float:left;
	width:192px;
	height:62px;
	margin:0;
	}

#inner-wrap > header h1 a {
	background:url(../images/extinrisco_logo.jpg) no-repeat;
	width:192px;
	height:62px;
	display:block;
	text-indent:-9999px;
	background-size: 100%;
	}
	
#inner-wrap > header h2 {
	float:left;
	font-size:0.8em;
	font-weight:normal;
	padding:25px 0 0 0;
	text-align:right;
	width:550px;
	margin-left:80px;
	}
	
header .header-icon { 
	width:24px;
	margin:19px 0 0 0px;
	}
	
.facebook { background:url(../images/f.png) left no-repeat; width:24px; height:24px; display:block; }

	/* MAIN MENU ******************************************************/
	
nav#mainmenu {

	float:left;
	}
	
#mainmenu ul {
	width:100%;
	margin:20px 0 55px;
	}

#mainmenu ul li {
	display:inline;
	margin:0 18px 0 0;
	color:#fff;
	font-width:bold;
	text-transform:uppercase;
	font-size:0.9em;
	}

#mainmenu ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
#mainmenu ul li a:hover,
#mainmenu ul li a.active{
	text-decoration:underline;
	}
	
.orcamento {
	width:195px;
	height:47px;
	float:right;
	margin-top:4px;
}

.orcamento a {
	background:url(../images/yellow_button.png) no-repeat;
	height:47px;
	width:195px;
	display:block;
	color:#fff;
	line-height:47px;
	text-align:center;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #ab6b0f;
	}
	
.orcamento a:hover {
	text-decoration:underline;
	text-shadow:1px 1px 2px #ab6b0f;
	}
	
	/* SLIDER ******************************************************/
	
#slider-wrapper {
	width:940px;
	height:330px;
	background:url(../images/slider_bg.png) no-repeat;
	float:left;
	position:relative;
	margin-top:10px;
}
	
#slider-wrapper .panel{ 
	position:absolute;
	width:840px;
	margin:0 0 0 10px;
	float:left;
}

#slider-wrapper .panel .img-holder{
	background:url(../images/slider_img_bg.png) no-repeat;
	margin:-15px 0 0 0;
	width:520px;
	height:368px;
	padding:5px 0 0 9px;
	float:left;
	}
#slider-wrapper .panel .img-holder img{ opacity:1; border:5px solid #1a1616;}
#slider-wrapper .panel .slider-content{
	float:left;
	width:305px;
	height:250px;
	vertical-align:top;
	margin-top:30px;
	position:relative;
	}
#slider-wrapper .panel .slider-content h2{
	font-size:1.75em;
	text-transform:uppercase;
	color:#232323;
	margin-bottom:10px;
	}
#slider-wrapper .panel .slider-content p{
	font-size:0.8em;
	margin-bottom:10px;
	line-height:1.1em;
	}
	
#slider-wrapper .panel .slider-content li{
	margin-left:30px;
	font-size:0.8em;
	}
	
	
#slider-wrapper .panel .slider-content a.info {
	background:url(../images/btn_info_bg.png) left top no-repeat;
	height:32px;
	width:153px;
	float:left;
	text-decoration:none;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size:0.8em;
	right:0;
	bottom:0;
	position:absolute;
	}

#slider-wrapper .panel .slider-content a.info:hover {
	text-decoration:underline;
	}
	
#slider-wrapper .slider-nav {
	width:35px;
	height:260px;
	float:right;
	margin:20px 20px 0 0;
	}

#slider-wrapper .slider-nav .nav-up,
#slider-wrapper .slider-nav .nav-down {
	width:32px;
	height:32px;
	display:block;
	line-height:30px;
	text-align:center;
	text-indent:-9999px;
	}
	
#slider-wrapper .slider-nav .nav-up {
	background:url(../images/slider_nav_buttons.png) -35px 0 no-repeat;
	}
	
#slider-wrapper .slider-nav .nav-down {
	background:url(../images/slider_nav_buttons.png) 0 0 no-repeat;
	}


#slider-wrapper .slider-nav ul {
	list-style:none;
	}
#slider-wrapper .slider-nav ul li {
	text-align:center;
	}
#slider-wrapper .slider-nav ul li a{
	background:url(../images/slider_nav_icons.png) -20px 0 no-repeat;
	width:16px;
	height:16px;
	display:block;
	margin:4px auto;
	text-indent:-9999px;
	}	

#slider-wrapper .slider-nav ul li a.current{
	background-position:0 0 !important;
	}

	
	/* CONTENTS ******************************************************/
	
	section#content {
		width:1000px;
		background:#fff;
		padding:20px;
		font-size:0.8em;
		float:left;
		color:#3b3b3b;
		margin-left: -34px;
		}
		
	/* HOMEPAGE CONTENT */	
	
	.homepage {
		float:left;
		width:604px;
		border-right:1px dashed #cfcfcf;
		}
	
	.homepage > article {
		width:575px;
		}
			 
	.homepage > article > header {
		margin-bottom:10px;
		}
	 
	.homepage > article > header .title {
		color:#1e1e1e;
		border:none !important;
		margin:0 !important;
		padding:0 !important;
		font-size:1.5em !important;
		}
	
	.homepage > article > header .description {
		}
	
	.homepage > article > .article-body {
		color:#666;
		}
		
	.homepage .article-body ul li {		
		color:#666 !important;
		margin-bottom:5px;
		}
	.article-body p {
		margin-bottom:10px;
		line-height:1.3em;
		}
		
	.article-body ol {
		margin-left:40px;
		width:90%
		}

	.article-body ol li{
		margin-bottom:15px;
		}
	.article-body ul li{
		margin-bottom:15px;
		}
	
	.article-body img.highlight {
		border:5px solid #eaeaea;
		margin:0 5px 0 0;
		}
	
	
	/* HOMEPAGE SIDEBAR ******************************************************/
	
	section#sidebar {
		float:left;
		width:270px;
		padding-left:20px;
		}
		
	.sidebar-news {
		
		}
		
	.sidebar-news article {
		float:left;

		margin:0 0 10px 0;
		}
		
	.sidebar-news article:first-child {
		border-bottom:1px dashed #cfcfcf;
	}
		
	.sidebar-news hgroup {
		margin-bottom:15px;
		}
		
	.sidebar-news .title {
		color:#383838;
		font-size:1.5em !important;
		border:none !important;
		margin:0 !important;
		padding:0 !important;
		}
		
	.sidebar-news .description {
		font-size:.9em;
		}
	
		
	.sidebar-news .news-image {
		width:75px;
		height:75px;
		border:5px solid #eaeaea;
		float:left;
		clear:left;
	}
		
	.sidebar-news .news-content {
		float:left;
		width:175px;
		margin-left:10px;
		color:#666;
	}
	
	.sidebar-news article .footlink  {
		text-indent:95px;
		padding:10px 0;
		width:200px;
		float:left;
	}
	
	.sidebar-news .footlink a{
		text-decoration:none;
		color:#c5090a;
		}
	
	.sidebar-news .footlink a:hover{
		text-decoration:underline;
	}
	
	/* SITE CONTENTS ******************************************************/
	
	#content .title {
		font-size:1.9em;
		padding-bottom:5px;
		margin-bottom:10px;
		border-bottom:1px solid #3b3b3b;
		}
		
	#content article ul {
		list-style:none;
		margin:0 0 20px 10px;
		}

	#content article ul li:before {
		content:"»";
		margin-right:10px;
		color:#a4a4a4;
		font-weight:bold;
		}

		#content article ul li {
		color:#c4080a;
		line-height:1.5em;
		}
		
		#content article a{
		color:#c4080a;
		text-decoration:none;
		}
		
		#content article a:hover{
			text-decoration:underline;
		}

	/* PRODUCTS ******************************************************/

	#products { margin:20px 0;}
	#products .product-list {
		list-style:none;
	}
	
	.product-list li:before {content:normal !important;}
	
	.product-list li {
		float:left;
		list-style:none;
		position:relative;
		width:280px;
		height:180px;
		margin-bottom:25px;
		}
		
		.product-list li.center {
		margin:0 25px;
		}
		
	.product-list li a{
		width:280px;
		height:180px;
		position:relative;
		}
	
	.product-list li a img {
		position:absolute;
		}
	
	.product-list span.list-title {
		position:absolute;
		bottom:0;
		padding:10px 0;
		background:#191919;
		width:100%;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
		color:#fff;
		opacity:0;
		}
	
	#single-product {
		float:left;
		}
	#single-product #side-menu {
		float:left;
		width:260px;
		margin:0 10px 0 0;
		}
	#side-menu ul { margin-left:0px !important;}
	#side-menu ul li:before {content:'' !important;}
	#side-menu ul li {
		list-style:none;
		background:url(../images/bullet_red.png) no-repeat;
		margin-bottom:5px;
		padding-left:15px;
		}
	#side-menu ul li a {}
	#side-menu ul li a.active{ color:#3b3b3b; font-weight:bold;}
	
	#single-product .product-details {
		width:610px;
		border-left:1px dashed #aaaaaa;
		float:left;
		margin-left:9px;
		padding-left:10px;
		}
		
	.product-details .secundary-title {font-size:1.6em; border-bottom:1px solid #3b3b3b; padding-bottom:5px; margin-bottom:20px;}
	
	.product-details img[align=left] {margin-right:5px;}
	.product-details img[align=right] { margin-left:5px;}
	.product-details h2,
	.product-details h3,
	.product-details h4,
	.product-details h5,
	.product-details h6 { margin-bottom:10px;}
	
	.product-details h2 {font-size:1.4em;}
	.product-details h3 {font-size:1.3em;}
	.product-details h4 {font-size:1.2em;}
	.product-details h5 {font-size:1.1em;}
	.product-details h6 {font-size:1em;}
	
	.product-details p{ margin-bottom:10px;}
	
	.product-details table {
		border:1px solid #ededed;
		color:#333;
		}
	.product-details table thead {
		background:#f5f5f5;
		}
	
	.product-details table td{
		border-top:1px solid #ededed;
		padding:2px;
		vertical-align:middle;
		border-left:1px solid #ededed;
		}
	
	.product-details table td:first-child {
		border-left:none;
		}
		
	.product-details table tbody tr:nth-child(even) td {
		background:#f5f5f5;
		}
	

	/* CONTACTS ******************************************************/

	#contacts .contact-info{
		width:420px;
		margin-right:30px;
		}
	.contact-info p {
		margin-bottom:10px;
		}
		
	#contacts a{ text-decoration:none; color:#C4080A;}
	#contacts a:hover{ text-decoraation:underline;}
		
	.phone{
		background:url(../images/phone.png) no-repeat;
		padding:0px 0 5px 40px;
		line-height:20px;
		margin-bottom:10px;
		display:block;
		}
		
	.fax{
		background:url(../images/fax.png) no-repeat;
		padding:5px 0 5px 40px;
		line-height:20px;
		margin-bottom:10px;
		display:block;
		}
		
	.email{
		background:url(../images/email.jpg) no-repeat;
		padding:5px 0 10px 40px;
		margin-bottom:10px;
		display:block;
		line-height:5px;
		}

	#contacts .contact-map{
		width:450px;
		height:300px;
		}
	
	#contacts .form-wrapper {
		width:920px;
		margin:20px auto;
		}
	.form-wrapper form {}
	
	.form-wrapper form p{
		font-size:14px;
		margin:10px 0;
		font-weight:bold;
		}
	
	.form-wrapper form input {
		width:420px;
		height:40px;
		background:url(../images/input_bg.jpg) repeat-x;
		border:none;
		padding:0 5px 0 10px;
		color:#999999;
		font-size:18px;
		font-weight:bold;
		border:1px solid #808080;
		border-radius:5px;
		outline:none;
		vertical-align:middle;
		margin-top:10px;
		}
		
	.form-wrapper form .col1 input {
		width:890px !important;
		}
		
	.form-wrapper form textarea {
		width:97%;
		min-height:130px;
		background:#dfdede url('../images/textarea_bg.jpg') repeat-x;
		border:none;
		padding:5px 5px 5px 10px;
		color:#999999;
		font-size:18px;
		font-weight:bold;
		border:1px solid #808080;
		border-radius:5px;
		outline:none;
		font-family:Arial, Helvetica, sans-serif;
		margin-top:10px;
		}
		
	.form-wrapper #btnSubmit{
		border:1px solid #680504;
		border-radius:5px;
		background:url('../images/button_bg.jpg') repeat-x left top;
		color:#fff;
		width:445px;
		height:40px;
		line-height:40px;
		font-size:18px;
		cursor:pointer;
		margin:20px 10px 20px 0;
	}
	
	.form-wrapper form button:hover {
		text-shadow:1px 1px 2px #680504;
		}
		
	.border-bottom {
		border-bottom:1px solid #BFBFBF;
		padding:10px 0 20px 0;
		color:#333 !important;
		}

	/* GALLERY ******************************************************/
	
	
	.gallery { width:100%; display:table;}
	
	.gallery ul {margin:0 !important;}
	.gallery ul li:before {content:normal !important;}
	
	.gallery ul li {
		float:left;
		width:200px;
		height:129px;
		margin-bottom:5px;
		position:relative;
		}
		
		.gallery ul li.center { margin:0 5px !important;}
	.gallery ul li a {
		
		}
	.gallery ul li a img {}
	
	.gallery ul li span.video {
		background:url(../images/video.png) no-repeat center center;
		width:200px;
		height:129px;
		position:absolute;
		left:0;
		top:0;
		}
	
	
/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#fff;
    border:1px solid #ccc;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 15px 5px #999;
    -webkit-box-shadow: 0 0 15px #333;
	
	padding:5px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:32px;
    width:32px;
}
	
	/* FOOTER ******************************************************/
	footer {
		width:100%;
		float:left;
		background:url(../images/footer_bg.png) repeat-x;
		margin-top:30px;
		}
		
	.footer-container {
		color:#fff;
		width:940px;
		margin:0 auto;
		}
		
	.footer-container .items {
		margin:0 0 0 20px;
		float:left;
		}
		
	ul#footer-nav {
		margin:15px auto;
		width:940px;
	}
	
	#footer-nav li{
		display:inline;
		}
		
	#footer-nav li a{
		width:95px;
		height:112px;
		float:left;
		text-indent:-9999px;
		margin:0 5px 0 0;
	}
	
	footer a {
		color:#fff;
		text-decoration:none;
		}
		
	footer a:hover {
		text-decoration:underline;
		}
	
	.extintores {
		background:url(../images/icons.png) 0 -114px;
		}
	
	.extintores:hover {
		background:url(../images/icons.png) 0 0;
		}
		
	.sinalizacao {
		background:url(../images/icons.png) -100px -114px;
		}
			
	.sinalizacao:hover {
		background:url(../images/icons.png) -100px 0;
		}
	.incendios {
		background:url(../images/icons.png) -200px -114px;
		}
	.incendios:hover {
		background:url(../images/icons.png) -200px 0;
		}
	.hottes{
		background:url(../images/icons.png) -300px -114px;
		}
	.hottes:hover{
		background:url(../images/icons.png) -300px 0;
		}
	.extincao {
		background:url(../images/icons.png) -400px -114px;
		}
	.extincao:hover {
		background:url(../images/icons.png) -400px 0;
		}
	.carreteis {
		background:url(../images/icons.png) -500px -114px;
		}
	.carreteis:hover {
		background:url(../images/icons.png) -500px 0;
		}
	.outros{
		background:url(../images/icons.png) -600px -114px;
		}
	.outros:hover{
		background:url(../images/icons.png) -600px 0;
		}
	.manutencao{
		background:url(../images/icons.png) -700px -114px;
		}
	.manutencao:hover{
		background:url(../images/icons.png) -700px 0;
		}
	.estudos{
		background:url(../images/icons.png) -800px -114px;
		}
	.estudos:hover{
		background:url(../images/icons.png) -800px 0;
		}
	
	.footer-credits {
		background:#c5090a;
		text-align:center;
		font-size:0.8em;
		margin:60px 0 60px 0;
		width:940px;
		float:left;
		}
	
	.footer-credits ul {
		list-style:none;
		margin-top:10px;
		}
	.footer-credits ul li{
		display:inline;
		}
		
	.footer-credits ul li:before {
		content:"|";
		padding:0 10px;
		}
	
	.footer-credits ul li:first-child:before{
		content:"";
		padding:0 10px;
		}
		
	.footer-credits ul li a{
		color:#fff;
		text-decoration:none;
		}
	
	.footer-credits ul li a:hover{
		text-decoration:underline;
	} 
	
	