/*elemente generale -clase*/
body{
  padding: 0;
  margin: 0;
  font-family: Times New Roman, Times, Free Serif, serif;
  background: #D3DCE6;
  background-image:url(../images/bg.png);
  background-repeat:repeat-x;
}

div, ul, h1, h2, h3{
  padding: 0px;
  margin: 0px;
}

a{
  color: #858585;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

.bold{
  font-weight: bold;
}

.orange{
  color: #ff6600;
  font-weight: bold;
}

.italic{
  font-style: italic;
}

div .zarro_float{
  width: 100%;
  float: none;
  height: 0px;
  overflow: hidden;
}


/*elemente generale - clase*/


/*header*/
#header{
  width: 100%;
}

#header_up{
  width: inherit;
  height: 70px;
  overflow: hidden;
  background: #26354A;
}

#sigla{
  height: 48px;
  width: 136px;
  margin: 10px 0px 0px 35px;
  float: left;
}


#sigla a{
  background:transparent url('../images/logo.png') no-repeat;
  display: block;
  height: 48px;
  width: 136px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-indent: 400px;
  white-space: nowrap;
}

#text_logo{
  float: left;
  color:#ffba00;
  width: auto;
  height: auto;
  margin: 15px 0px 0px 15px;
  font-weight: normal;
  letter-spacing: 7px;
}


#header_down{
  width: 100%;
  height: 32px;
  background: #ff6600;
  position: relative;
  border-top: 1px solid #ff6600;
  border-bottom: 1px solid #ff6600;
}

#menu{
  list-style-type: none;
  width: inherit;
  height: 23px;
  border-top: 1px solid #d3dce6;
  border-bottom: 1px solid #d3dce6;
  margin-top: 4px;
  padding: 0px 0px 0px 0px;
  background: #ffcc00;
}

#menu li{
  display: inline;
  color: #ff6600;
}

#menu li a{
  font-family: Arial, Free Sans, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #26354A;
  margin-left: 1px;
  font-weight: bold;
}

#menu li a:hover{
  text-decoration: underline;
}


/*header*/



/*content*/

#pageContainer { width:1000px; margin:0 auto;}

#right_content{
width: 500px;
float: left;
background: #D3DCE6;
margin-top: 100px;
margin-bottom: 20px;
overflow: auto;
}

#right_content h2{
  margin: 60px auto 60px 20px;
  font-weight: normal;
  letter-spacing: 7px
}

#right_content p{
  margin-left: 20px;
  text-align: justify;
  text-indent: 10px;
  letter-spacing: 2px;
  line-height: 1.5em;
}


#left_content{
width: 500px;
float: left;
background: #26354A;
color: #FFBA00;
}

#left_content p{
  margin-left: 15px;
  margin-right: 25px;
  text-indent: 10px;
  text-align: justify;
}


#slideshow {
	  position:relative;
	  height:335px;
	  width:480px;
      z-index: 1;
	  overflow:hidden;
	 
	  }

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}


/*content*/


/*fixed*/
#fixed_div{
  width: 100%;
  height: 20px;
  position: fixed;
  z-index: 2;
  bottom: 0px;
  background: #64748B;
  border-top: 2px solid #D3DCE6;
}

#footer_menu{
  list-style-type: none;
  margin: 0px 0px 0px 10px;
}

#footer_menu li{
  display: inline;
  color: #8E97A3;
}

#footer_menu li a{
  color: #8E97A3;
  text-decoration: none;
}

#footer_menu li a:hover{
  text-decoration: underline;
}


/*fixed*/


/*rest*/
#content_pages{
width: 100%;
margin-top: 160px;
margin-bottom: 40px;
}

#content_pages h2{
  color: #ff6600;
  margin: 60px auto 0px 130px;
  font-weight: normal;
  letter-spacing: 7px
}

#content_pages p{
  margin-left: 130px;
  height: auto;
  width: 50%;
  text-align: justify;
  text-indent: 10px;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.left_float{
  float: left;
}


#produse_ico{
  float: left;
  margin: 0px 0px 0px 40px;
}


#categories{
  width: ff6600px;
  height: 160px;
  margin: 40px auto 80px auto;
}

.tip{
  width: 140px;
  height: 125px;
  float: left;
  margin: 0px 30px;
  text-align: center;
}

.tip img{
  border: 0px;
  margin-bottom: 10px;
}

.prod_text_links{
  text-decoration: none;
  color: #ff6600;
  font-size: 14px;
}

.prod_text_links:hover{
  text-decoration: underline;
}


/*rest*/


/*-----------catalog----------------*/
/*meniu produse*/
.row{
	height: 100px;
	margin: 20px 0px 0px 130px;
}

.row_item{
 width: 90px;
 height: 100px;
 text-align: center;
 float: left;
 margin: 0px 80px 0px 0px;
}

.row_item img{
	width: 80px;
	height: 80px;
	margin: 0px auto;
	border: 1px solid #ff6600; 
}

.row_item a{
  text-decoration: none;
  color: #ff6600;
  font-size: 14px;  
}

.row_item a:hover{
  text-decoration: underline;	
}

/*meniu produse*/

/*pagina produs*/
#desc{
width: 340px;
height: auto;
float: left;
margin: 10px 30px 0px 80px;
text-align: justify;
text-indent: 20px;
}

#photo{
width: 400px;
height: 400px;
float: left;
margin: 10px 0px 0px 0px;
}

#photo img{
float: right;
}

#carac{
width: 770px;
margin: 0px 0px 50px 80px;
text-align: right;
overflow: hidden;
}
.noutati-photo { text-align:center;}
.noutati-photo img { border:2px solid #900; padding:2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin:0 auto;  }

#carac table{
display: block;
float: right;
margin-left: 300px;
margin-bottom: 5px;
margin-top:5px;
}

#carac table tr, #carac table td{
border: 1px dotted #000;
}

#carac table tr td { padding:5px;}
/*pagina produs*/

/*-----------catalog----------------*/

input.whiteButton { background-color: #FFFFFF;cursor: pointer;text-align: center;font-weight: bold;	color: #000000;font-weight: bold;font-size: 11px;margin-left: 0px;border-right: black 1px solid;border-top: black 1px solid;border-left: black 1px solid;border-bottom: black 1px solid;font-family: Verdana, arial, Tahoma;}

table.tabel-klinker {}
table.tabel-klinker td { text-align:center; padding:10px;}
table.tabel-klinker td:hover { background-color:#bcc9d8;}
table.tabel-klinker td a { text-decoration:none; display:block;}
table.tabel-klinker td a:hover { color:#900;}

#randomParagraphsContainer {
	width: 770px;
	margin-left: 80px;
		
}

#randomParagraphsContainer p {
	width: 100%;
	margin: 3px 0px;
	font-size: 10px;
	letter-spacing: normal;
	line-height: normal;
	color: #666; /* SATAN !!! */ 
}

#randomParagraphsTitle {
	font-size: 15px;
	color: #43639E;
	padding: 0px 0px 0px 10px;
}

#tableMontaj {
    width: 770px;
    margin-left: 80px;	
}

#tableMontaj p {
    width: 100%;
    margin: 3px 0px;
    
}

#tableContact {
    width: 770px;
    margin-left: 80px;  
}
#tableContact p {
    width: 100%;
    margin: 3px 0px;
    letter-spacing: normal;
}
#tableContactLeft {
    padding-right: 20px;
}


/*-----------galerie foto----------------*/
#galerie_div{
  width: 930px;
  height: auto;
  margin: 10px auto 20px auto;
  overflow: hidden;
}

.thumb{
  width: 200px;
  height: 180px;
  border: 1px solid #B4C2D3;
  float: left;
  margin: 10px;
  padding: 5px;
}

.thumb:hover{
  background-color: #BFCCDB;
}


.thumb img{
  border: 0px;
  display: block;
  margin: 10px auto 0px auto;
}




/* jQuery lightBox plugin*/


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* jQuery lightBox plugin*/

/*-----------galerie foto----------------*/


/******meniul de sus *******************/
#graphic_menu{
  position: absolute;
  list-style-type: none;
  top: -40px;
  left: 520px;
  width: 520px;
}

#graphic_menu li{
  display: block;
  float: left;
  width: 120px;
  height: 120px;
}

#graphic_menu li a{
  display: block;
  text-align: center;
  width: 120px;
  height: 35px;
  color:#000;
  font-size:14px;
  padding: 95px 0px 0px 0px;
  text-decoration: none;
  text-indent: 200px;
  white-space: nowrap;
  overflow: hidden;
  font-weight:bold;
}

#graphic_menu li a:hover{
  text-decoration: none;
  text-indent: 0px;
  white-space: normal;
}


#link01{
  background: transparent url('../images/sus-caramida-aparenta.png ') no-repeat top center;
}

#link02{
  background: transparent url('../images/sus-caramida-extrudata.png  ') no-repeat top center;
}

#link03{
  background: transparent url('../images/sus-caramida-ecologica-de-pavaj.png   ') no-repeat top center;
}

#link04{
  background: transparent url('../images/sus-pavaj-extrudat.png  ') no-repeat top center;
}

#link05{
  background: transparent url('../images/sus-pavaj-argelit.png  ') no-repeat top center;
}

/******meniul de sus *******************/
