@charset "utf-8";
/* CSS Document */

/*style sheet for 

©2011 profiletabla.ro
*/

/* -------- color guide ----------
#00395a : dark blue h1 h2 p
#00bdcb : light blue font
#0091a9 : link sidebar font
#F2F1EF : grey background sidebar
#ebeae6 : grey background footer
#e1e2e4 : grey border
#003a5b : background main nav
#d88600 : accent font
*/

/* ----- Style sheet TOC ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Layout styles
	  ^5 Top-level layout
	  ^6 Region detail styles
		  ^6a Header
		  ^6b Navigation
		  ^6c Main Content
		  	^6d data tables
			^6e spotlight region
			^6f forms
		^6g Sidebar
		^6h Footer
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font: 100% Tahoma, Geneva, sans-serif;
	background: #FFF url(images/bck-top.jpg) repeat-x;
}
/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
}

p {
	color:#00395a;
	line-height:1.3;
	margin-bottom: 1em;
	font-size: 80%;
}
h1 {
	font-size: 1.2em;
	color: #00395a;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}

h2 {
	font-size: 0.8em;
	color: #00395a;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 0.8em;
	color: #416376;
	font-weight: bold;
	margin: 0 0 1em 10px;
	text-transform: uppercase;
}
h1, h2, h3 {
	clear: both;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #666;
	background: url(images/quote1.gif) no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 10px;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 1px;
}
blockquote span.quote {
	background: url(images/quote2.gif) no-repeat right bottom;
	display: block;
	height: 31px;
	text-align: right;
	line-height: 1.5;
	padding-bottom: 1em;
	padding-right: 2em;
	font-weight: bold;
}


a:link, a:visited {
	color: #0091a9;
	text-decoration: underline;
}
a:hover, a:active {
	color: #002f4a;
}
a.accent {
	color: #cc3333;
}
a.accent:hover {
	border: none;
	color: #F60;
}
h3:hover {
	color: #0091a9;
	background: #e1e2e4;
	border-left: 3px solid #00395a;
}
#sidebar h3 a {
	color: #416376;
	text-decoration: none;	
}
#sidebar h3 a:hover {
	color: #0091a9;	
}
ul {
	line-height: 1.5em;
	margin-bottom: 10px;
}
ol  {
	font-size: 80%;
	padding-left: 35px;
	line-height: 1.5;
	color: #007D9D;
	font-weight: bold;
}
ol li {
	padding-bottom: 5px;
}




/* ^3 ------ global classes -------- */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.blue {
	color: #00bdcb;
	font-size: 120%;
	font-weight: normal;
}
.accent {
	color: #cc3333;
}
.contact {font-size: 100%; line-height: 1.5;}
.oferta {
	position: absolute;
	top: -100px;
	right: -7px;
}
.relative {position: relative;}

.container {
	width:100%;
	overflow:hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #C6C6C6;
	margin-top: 30px;
	border-top: 1px solid #fff;
	padding-bottom: 10px;
}
.special {
	margin: 20px auto;
	padding: 50px 50px 20px 150px;
	height: auto;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00395a;
	font-size: 1em;
	background: url(images/bck_special.jpg) no-repeat left top;
	text-align: justify;
	line-height: 1.5;
}
.special p {
	line-height: 1.1;
}



.col {
	height: 250px;
	width: 30%;
}

.pad {
	padding-right: 17px;
}
.colTitle {
	height: 42px;
	border-left: 2px solid #0086a1;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1px;
}
.colBody {
	height: 170px;
	border-left: 2px solid #C6C6C6;
	margin-top: 1px;
	padding-left: 15px;
}
.colFooter {
	height: 13px;
	border-left: 2px solid #C6C6C6;
}

.colProd {
	height: 305px;
	width: 46%;
}

.colProdTitle {
	height: 50px;
	border-left: 2px solid #0086a1;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}
.colProdBody {
	height: 225px;
	border-left: 2px solid #C6C6C6;
	margin-top: 1px;
	padding-left: 15px;
}
.colProdFooter {
	height: 13px;
	border-left: 2px solid #C6C6C6;
}



.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #0086A1;
}
.colLg {
	width: 71%;
}
.colSm {
	width: 29%;
}



a img { border:0;}
.sep {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cc3333;
}
.center {
	display: block;
	margin: 0px auto;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 766px;
	background: url(images/wrapper-bck.png) repeat-y;
}

/* ^4 ------------- layout styles ----------- */
/* top-level regions are header, mainContent, sidebar, & footer */

/* header */
#header {
	margin: 0px 10px;
	height: 251px;
	width: 746px;
}
/* mainContent */
#mainContent {
	width: 746px;
	margin: 0px 10px;
	padding: 0px;
	background: url(images/bgr_side.gif) repeat-y;
}
#content {
	width: 519px;
	float: right;
	padding: 29px 7px 10px 25px;
}

#content ul {
	list-style: none;
	color: #007D9D;
	margin-left: 10px;
	font-size: 80%;
}
#content ul li{
	background: url(images/list_bull.gif) no-repeat;
	padding-left: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
#content ul li a{
	padding-left: 7px;
}
#content ol ul li {
	font-size: 120%;
	font-weight: normal;
}

/* sidebar */
#sidebar {
	width: 193px;
	float: left;
	padding: 0px 0px 10px;
}
#sidebar ul {
	list-style: none;
	font-size: 80%;
	color: #cc3333;
	margin-left: 5px;
	margin-right: 5px;
}
#sidebar li a {
	padding-left: 7px;
	display: block;
	background: url(images/list_bull.gif) no-repeat;
}
#sidebar .accent {
	font-size: 0.9em;
}

/* footer */
#footer {
	height: 78px;
	width: 746px;
	margin: 0px auto;
	padding: 0px;
	border-top: 5px solid #000;
	background: #EBEAE6;
	border-bottom: 2px solid #C6C6C6;
}
#leftFooter {
	width: 167px;
	float: left;
	height: 76px;
}
#rightFooter {
	width: 553px;
	text-align: center;
	float: right;
	height: 55px;
	font-size: 70%;
	padding-top: 20px;
}
#rightFooter li {
	display: inline;
}

/*spotlight region ^6e */
#speciale {
	background: url(images/oferte_speciale.jpg) no-repeat;
	width: 84px;
	height: 27px;
	padding-top: 60px;
	padding-left: 110px;
	margin-top: 20px;
}
#cerereOferta {
	background: url(images/cerere_oferta.jpg) no-repeat;
	width: 84px;
	height: 27px;
	padding-top: 60px;
	padding-left: 110px;
	margin-top: 20px;
}
#call {
	background: url(images/call.jpg) no-repeat;
	width: 84px;
	height: 27px;
	padding-top: 60px;
	padding-left: 110px;
	margin-top: 20px;
}
#alteSiteuri {
	height: 27px;
	width: 129px;
	background: url(images/alte_siteuri.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	padding-left: 65px;
}
#alteSiteuri a:link, #alteSiteuri a:visited {
	color: #FFF;
	font-size: 0.9em;
}
#alteSiteuri a:hover, #alteSiteuri a:active {
	color: #CCC;
}
#panouriTermoizolante {
	height: 27px;
	width: 129px;
	background: url(images/panouri_termoizolante.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	padding-left: 65px;
}
#garduriPorti {
	height: 27px;
	width: 129px;
	background: url(images/garduri_si_porti.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	padding-left: 65px;
}
/*tables*/
#content table {
	font-size: 75%;
	margin: 20px auto;
	border-top: 2px solid #cc3333;
	border-left: 1px solid #999;
	border-bottom: 1px solid #CCC;
}
#content caption {
	text-transform: uppercase;
	color: #00395a;
	padding-bottom: 20px;
	font-weight: bold;
}

#content td{
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
}
#content th {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #999;
	line-height: 1.5;
}
#content th td {
	background: #CCC;
	line-height: 1.5;
	border-right: 1px solid #999;
}
#content table td.firstCol {
	background: #F2F1EF;
}

#content table td.secondCol {
	background: #CCC;
}
#laminateLgTbl {
	width: 526px;
}

/*forms*/
/*#content #frmContact fieldset {
	background: #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: none;
	border-left-style: none;
}
#content #frmContact fieldset p {
	padding-left: 20px;
	font-weight: bold;
}
#content #frmContact legend {
	color: #0080A0;
	margin-top: -5px;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCC;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#content #frmContact input.text {
	width: 200px;
}

#content #frmContact input.text:focus, #content #frmContact textarea:focus {
	background: #eddab1;
	border: 1px solid #D88609;
}
#content #frmContact #submitContact {
	background: url(images/buton_trimite1.png);
	height: 20px;
	width: 76px;
	margin-right: 50%;
}
#content #frmContact #submitContact:hover {
	background: url(images/buton_trimite2.png);
}
*/