@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
}

p, li, ul {
	margin: 0;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	color: #333;
}

h1 {
	font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;
	font-size: 24px;
	-moz-font-size: 18px;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 0px;
	margin: 0;
	padding: 5px 0 0 20px;
}

h2 {
	display: block;
	clear: both;
	font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px 15px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 95%;
	margin: 5px 0px 5px 0px;
}

h4 {
	font: 13px/1.231 arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
}

h5 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ed1b1b;
	margin-top: 0;
	margin-bottom: 5px;
}

#main {
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 983px;
	background-color: #fff;
}

/* links */
a:link, a:visited {
	font-size: 12px;
	font-style: normal;
	color: black;
	outline: none;
	text-decoration: none;
	}

/* Header
--------------------------------------------- */
#header {
	width: 983px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

#logo {
	float: left;
}

#main-menu {
	margin: 0;
	float: right;
	width: 537px;
	display: block;
}

#main-menu li {
	float: left;
	list-style-type: none;
}

#main-menu a {
	display: block;
	padding: 37px 18px 37px 18px;
	border: 0;
	margin: 0;
	color: #a3a3a3;
	font-size: 18px;
	line-height: 22px;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#main-menu a.current {
	color: #fff;
	background-color: #ed1b1b;
	transition: border-bottom .25s ease-in-out;
	-moz-transition: border-bottom .25s ease-in-out;
    -webkit-transition: border-bottom .25s ease-in-out;
}

#main-menu a:hover {
	background-color: #fdabab;
	color: #fff;
}

#main-menu a:active {
	background-color: #ed1b1b;
}

#header-separator {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	background-color: #ed1b1b;
}
/* Index Body
--------------------------------------------- */

/* Main-frame ------------------- */
#main-frame {
	background-color: #ed1b1b;
	padding-bottom: 10px;
}

#slideshow {
	float: left;
	width: 605px;
	height:	253px;
	}

#domains {
	float: right;
	width: 371px;
	height: 253px;
}

#domains li {
	float: left;
}

#domains li .ac, .fire {margin-left: 7px;}
#domains li .solar, .fire {margin-top: 7px;}

#domains li a {
	display: block;
	width: 182px;
	height: 123px;
	background-position: top;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
	text-indent: -9999px;
}

#domains li a.heating { background-image: url(../images/incalzire_conventionala_1.png); }
#domains li a.heating:hover { background-image: url(../images/incalzire_conventionala_2.png); }
#domains li a.ac { background-image: url(../images/aer_conditionat_ventilare_1.png); }
#domains li a.ac:hover { background-image: url(../images/aer_conditionat_ventilare_2.png); }
#domains li a.solar { background-image: url(../images/panouri_solare_1.png); }
#domains li a.solar:hover { background-image: url(../images/panouri_solare_2.png); }
#domains li a.fire { background-image: url(../images/sisteme_antiincendiu_1.png); }
#domains li a.fire:hover { background-image: url(../images/sisteme_antiincendiu_2.png); }

#domains li a:hover {
	background-position: center;
}

#domains li a:active {
	background-position: bottom;
}

#moto {
	clear:both;
}

/* Content ------------------- */

#page-caption {
	font-size: 14px;
	font-style: italic;
	color: #5b5b5b;	
}

#content {
	padding-top: 10px;
}

.category-slide {
	float: left;
	width: 303px;
	margin: 10px 12px;
}

.category-slide img {
	width: 298px;
	height: 51px;
	border: 1px solid #ebebeb;
	padding: 1px;
}



.slide-header {
	display: block;
	background-image: url(../images/separator_psld.png);
	background-position: top;
	background-repeat: repeat-x;
}

.slide-header h4 {
	display: block;
	background-image: url(../images/category_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 15px;
}

.slide-menu {
	display: block;
	width: 282px;
	border: 1px solid #ebebeb;
	margin-top: 6px;
	padding: 9px;
	height: 9em;
	overflow: hidden;
}

.slide-menu p {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.slide-menu li a {
	display: inline-block;
	padding-left: 8px;
	background-image: url(../images/category_list_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
}

.slide-menu li a:hover {
	color: #ed1b1b;
	text-decoration: underline;
}

.slide-menu li a:visited {
	color: #787C8D;
}

#main-content {
	float: left;
	width: 751px;
	margin-top: 10px;
}

#page-header img {
	width: 751px;
	height: 74px;
}

#page-header p {
	padding: 15px;
	font-size: 12px;
}

.cat-item {
	margin: 15px 0px 0px 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;	
}

.cat-thumb {
	float: left;
	display: block;
	border: 1px solid #ebebeb;	
}

.cat-thumb img {
	max-height: 115px;
	margin-top: 15px;
}

.cat-thumb div {
	width: 140px;
	height: 140px;
	display: block;
	margin: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e8e8));
	text-align: center;
}

.cat-content {
	width: 566px;
	float: left;
	margin-left: 20px;
}

.cat-content h2 {
	margin-left: 0;
}

.cat-content p {
	font-size: 12px;
	margin-top: 10px;
}

.grid {
	margin-left: 15px;
}

.grid h2 {
	margin-left: 0;	
}

.grid-content {
	margin-top: 5px;
	width: 736px;
	border: 1px solid #ebebeb;	
}

.grid-slide-medium {
	margin: 5px 0px 50px;
	margin-left: 35px;
	float: left;
	width: 140px;
}

.grid-slide-medium a {
	font-size: 11px;
	display: block;
	height: 16px;
	background-position: left bottom;
	background-repeat: no-repeat;	
}

.grid-slide-medium a:hover {
	background-position: left top;
	color: #006BB7;
}

.grid-slide-medium img {
	float: left;
	margin-top: 16px;
	padding: 5px 0px;
}

#back-to-top {
	clear: both;
	text-align: right;
	padding: 20px;
}

#back-to-top a {
	float: right;
	display: block;
	color: #636363;
	height: 11px;
	width: 50px;
	background-image: url(../images/bttop.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height:10px;
}

#back-to-top a:hover {
	color: #ed1b1b;
	background-position: left top;
}

.thumb-service {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	display: block;
	width: 360px;
	height: 240px;
	
}

.service-caption {
	display: block;
	width: 360px;
	height: 62px;
	padding-top: 2px;
	background-image: url(../images/shade.png);
	background-repeat: repeat;
	position: relative;
	left: 0;
	top: 176px;
}

.service-caption h4, .service-caption p {
	color:  #fff;
	padding-left: 35px;
}

.service-caption h4 {
	background-position: 10px 5px;
	background-repeat: no-repeat;
	line-height: 18px;
	overflow:visible;
	padding-top: 3px;
}

.service-caption p {
	font-size: 12px;
}

#address {
	padding: 15px;
	font-size: 14px;
}

#address div {
	width: 300px;
	float: left;
}

#address a {
	font-size: 14px;
}

#address a:hover {
	color: #ed1b1b;
	text-decoration: underline;
}

#map {
	clear: both;
	margin-left: 15px;
	margin-top: 15px;
	border: 1px solid #CCC;
}

/* ------------Blog----------*/

.article {
	margin: 15px 0px 25px 25px;
	color: #333;
}

.art-header {
	padding: 15px 25px;
}

.art-header h3 {
	color: #ed1b1b;
	font-size: 18px;
	font-weight: bold;
}

.art-header span {
	font-size: 12px;
}

.art-content p {
	font-size: 14px;
}

.art-content a {
	color: #ed1b1b;
}

.art-content a:hover {
	text-decoration: underline;
}
	

/* ------------Product Page----------*/

#product-list {
	float: left;
	margin: 5px 0 0 30px;
}

.product {
	width: 720px;
	padding-top: 15px;
	border-bottom: 1px solid #ebebeb;
}

.product p {
	font-size: 12px;
}

.product-info {
	padding-top: 5px;
}

.product-left {
	float: left;
	width: 177px;
}

.product-gallery {
	float: left;
	display: block;
	width: 175px;
	height: 150px;
	border: 1px solid #ebebeb;
	position: relative;
}

.product-image {
	float: left;
	width: 175px;
	text-align: center;
	padding-top: 5px;
}

.product-image img {
	max-width: 110px;
	max-height: 110px;
}

.product-image-links {
	display: block;
	width: 175px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 122px;
	background-color: #fff5f5;
	text-align: center;
	padding-top: 5px;
}

.product-image-links a {
	background: url(../images/img.png) no-repeat left center;
	padding-left: 20px;
	color: #ed1b1b;
}

.product-image-links a:hover {
	text-decoration: underline;
}

.product-files {
	padding: 5px;
	clear: left;
	width: 175px;
}

.product-files li {
	padding-left: 25px;
	font-size: 10px;
	color: #333;
	min-height:21px;
}
.pdfs
{
	background: url(../images/pdf.png) no-repeat left top;
}
.xls
{
	background: url(../images/excel.png) no-repeat left top;
	color: #609961;
}
.product-files a {
	font-size: 12px;
	text-decoration: underline;
	color: #ed1b1b;
}
.xls a
{
	color: #609961;
}
.product-info-table {
	font-size: 12px;
	color: #333;
	float: right;
	width: 533px;
	border-top: 1px solid #ed1b1b;
	border-bottom: 1px solid #ed1b1b;
	border-spacing: 0;
}

.product-info-table tr td {
	border-bottom: 1px solid #ebebeb;
	border-left: 0;
	border-righ: 0;
	padding-left: 10px;
	padding-right: 10px;
}
	

.product-info-table .left-column {
	width: 250px;
	text-align: left;
}

.product-info-table .right-column {
	text-align: right;
}

.product-info-table tr:nth-child(odd) {
	background-color: #fff5f5;
}

.product-info-table tr:nth-child(even) {
	background-color: #fff;
}




/* Left-column ----------- */

#left-column {
	width: 363px;
	float: left;
}

.thumbs_bw {
	margin-bottom: 20px;
}

.thumbs_bw li {
	float: left;
}

.thumbs_bw li a {
	display: block;
	width: 121px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	filter: url(../includes/filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.thumbs_bw li a:hover {
	filter: none;
    -webkit-filter: grayscale(0);
	opacity: 1;
}

.clients li a{
	padding-top: 10px;
	height: 80px;
	overflow: visible;
}

.partners {
	margin-top: 10px;
}

/* Middle-column ------------------- */

#mid-column {
	float: left;
	width: 410px;
}

#blog {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	width: 410px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}

.entry {
	background-color: #eae7e7;
	font-size: 11px;
	margin-bottom: 3px;
}

.entry:hover {
	background-color: #d4d4d4;
}

.last-entry:hover {
	background-color: #ffb9b9;
}

.entry p {
	color: #2f2f2f;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
}

.entry .date, .entry h3 {
	color: #636363;
}

.last-entry .date, .last-entry h3 {
	color: #ed1b1b;
}

.last-entry {
	background-color: #ffdede;
}

.date {
	padding-top: 15px;
	float: left;
	width: 75px;
	text-align: center;

}

.date-day {
	display: block;
	font: small/1.1 Georgia, serif;
	font-size: 30px;
	text-align: center;
	padding-bottom: 5px;
}

.info {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 315px;
	background-color: #fff;
}

/* Right-column ------------------- */

#right-column {
	float: left;
	width: 210px;
}

.banner {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 175px;
	margin: 0 auto;
}

.banner * {
	max-width: 175px;
}

/*---------------Side Bar --------------------*/

#side-bar {
	background-image: url(../images/pnl_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	float: right;
	width: 196px;
	margin: 10px 18px;
}

#side-bar:before {
	content:"";
	display: block;
	background-image: url(../images/pnl_before.png);
	position: absolute;
	width: 9px;
	height: 104px;
	left: -9px;
}

#side-bar:after {
	content:"";
	display: block;
	background-image: url(../images/pnl_after.png);
	position: absolute;
	width: 9px;
	height: 113px;
	top: 0px;
	right: -9px;
}

.panel {
	margin: 15px;
}

.panel-header {
	color: #636363;
	padding: 10px 0px;
	border-bottom: 1px solid #ebebeb;
}

.panel-contents {
	padding-top: 5px;
}

#side-bar li a {
	display: inline-block;
	padding-left: 8px;
	background-image: url(../images/category_list_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
}

#side-bar li a:hover {
	color: #ed1b1b;
	text-decoration: underline;
}

#side-bar li a:visited {
	color: #787C8D;
}
/* Footer
--------------------------------------------- */
#footer {
	clear: both;
	width: 983px;
	margin: 0 auto;
	color: #606060;
	font-weight: normal;
	text-shadow: 1px 1px #fff;
	font-size: 12px;
}

#footer a {
	color: #606060;
	font-weight: normal;
	text-shadow: 1px 1px #fff;
}

#footer p {
	color: #606060;
}

#footer a:hover {
	color: #ed1b1b;
}

#footer div {
	float: left;
	padding-top: 20px;
}

#first-column {
	line-height: 120%;
	padding-left: 50px;
	width: 195px;
}

#second-column {
	width: 245px;
}

#second-column li p {
	padding-left: 40px;
	background-image: url(../images/home1.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#second-column li a {
	display: block;
	height: 25px;
	border-left: 5px;
	padding-left: 40px;
	background-image: url(../images/mail.png);
	background-position: 1.5% 0%;
	background-repeat: no-repeat;
}

#third-column {
	width:245px;
	height: 150px;
	display: block;
	background-image: url(../images/tel.png);
	background-position: left 20px;
	background-repeat: no-repeat;
}







	

/* misc.
--------------------------------------------- */

#page-shadow {
	clear: both;
	display: block;
	width: 983px;
	height: 15px;
	margin: 0 auto;
	background-image: url(../images/page_shadow.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;

}

body:after {
	content: url(../images/incalzire_conventionala_2.png) url(../images/aer_conditionat_ventilare_2.png) url(../images/panouri_solare_2.png) url(../images/sisteme_antiincendiu_2.png);
	display: none;
}

img {
	border-style: none;
}

#breadcrumb {
	margin-left: 15px;
}

#breadcrumb a:hover {
	color: #ed1b1b;
	text-decoration: underline;
}

#spacer {
	clear: both;
	width: 1px;
	height: 50px;
	display: block;
}

#no-product {
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		margin: 15px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #ebebeb;
		padding: 3px;
	}
	#gallery ul a:hover img {
		border: 1px solid #ed1b1b;
	}

	
/* self-clear floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}