﻿/* --------------------------------------------------------------
    Default CSS styles for all common browsers
---------------------------------------------------------------*/

/*  BASE
---------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center; /*** IE/Win (not IE/MAC) alignment of page ***/
  font-family: Georgia,Verdana,Arial,sans-serif !important;
  font-size: 12px;
  line-height : 160%;
  background-color: #ffffff;
  background-image: url(/i/bgPage.jpg);
  background-repeat: repeat-x;
  color: #4D3F06;
  width: 900px;
  margin-left: auto; 
  margin-right: auto; 
}


table tr td, table tr th {
  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

h1, h2, h3, h4, h5, h6, img, a, p, ul, li, div, input {
  margin: 0;
  padding: 0;
  border: 0; 
  text-align: left; 
}

input {
  color: #666666;
  padding-left: 6px;
  padding-top: 3px;
  font: 9px Arial, Verdana, sans-serif;
  /*height: px;
  width: px;*/
}

.input {
  width: 140px;
  height: 20px;
  border: solid 1px #A9A9A9;
}

option, select {
  font: 12px "Lucida Sans Unicode", Verdana, Arial;
}

a { 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

/* LIGHTBOX */

#lightbox {
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-family: Verdana;
  font-size: 1.4em;
  padding-top: 0.4em;
}
	
#keyboardMsg {
  display: none;
}

#lightboxCaption { 
  float: left; 
}

#keyboardMsg { 
  float: right; 
}

#closeButton {
  position: relative;
  top:1px;
  right: 3px;
}

#lightbox img { 
  border: none; 
} 

#overlay img { 
  border: none; 
}

#overlay { 
  background-image: url(/i/overlay.png); 
}

* html #overlay{
  background-color: #000;
  background-color: transparent;
  background-image: url(/i/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/overlay.png", sizingMethod="scale");
}

/* #GENERIC CLASSES
---------------------------------------------------------------*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.clr {
  clear: both;
  height: 0;
}

h1 {
  font: 22px Georgia, Verdana, Arial, sans-serif;
  color: #666666;
}

h2 {
/*
  font: 14px/150% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #FF9900;
  padding-top: 5px;
  padding-bottom: 5px;
*/

color:#716538;
font-family:Georgia,Verdana,Arial,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:bold !important;

}

h3 {
  font: 13px/140% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #666666;
  font-weight: bold;
}

h3 a {
  font: 13px/140% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #333333;
  font-weight: bold;
}

.b {
  font-weight: bold !important;
}

.dN {
  display: none;
}

.dB {
  display: block;
}

.aRight {  /*  ALIGN TO RIGHT  */
  text-align: right !important;
}

.ch {
  cursor: hand;
  cursor: pointer;
}

.cd {
  cursor: default;
}

.u {
  text-decoration: underline !important;
}

.fixedWidth {
  width: 900px;
}

.width100 {
  width: 100%;
  height: auto;
}

:focus {  /* HIDE VISIBLE FOCUS IN MOZILLA  */
  -moz-outline-style: none;
}

/*  HACKS 
---------------------------------------------------------------*/

/* The clearfix class must be put on the parent that contains floating divs.
  The effect is that the height will be the height of the highest div */
  
.clearfix:after 
{
    content: ".";      
    display: block;      
    height: 0;      
    clear: both;      
    visibility: hidden; 
}  
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display:block;}
/* End hide from IE-mac */

/*-------------------------------------------------------------*/

/*  SITE  */
#main {
  margin-top: 18px;
  width: 900px;
  text-align : left;
}

/* HEADER */

#header
{
	padding-top : 5px;
	padding-bottom : 0px;
	margin-bottom:0px;
}

#headerNavigation {/*
  background-color: #000000;*/
    

}

#headerFiller {
  background-color: #FFCC00;

}

#headerLinks {
  background-color: #000000;
  width: 750px;
  height: 40px;
}

#headerLinksWrapper {

  
  margin-top: 12px; 
  height: 31px;
  
  
}

#headerLinksWrapper img {
}

#headerLinksWrapper a {
}

/* END HEADER */

/* PAGE CONTENT */
#pageContent { 
  background-color: #FFFFFF; 
  clear:both;
  margin-top:0px;
}
/*  LEFT SIDE  */
#leftMenuSide {
  width: 259px;
  height:200px;
}

#banner{width:641px;height:200px;}

#headerLogoBanner{height:200px;}

#logoDiv {
   
  width:259px;
  height:200px;
}

#logoDiv a {

}

#menuWrapper {
  margin-top: 15px;
  text-align: right;
  padding-bottom: 65px;
  background-image : url(/i/texture.gif);
  background-repeat : no-repeat;
  background-position : bottom;
}

#productMenu
{
	padding-bottom : 10px;
}

#menuTable
{
	width : 100%;
	text-align : center;
}

.menuitem {
  width: 259px;
  /*height: 30px;*/
  margin-bottom: 10px;
  font: 15px Georgia, Arial, Verdana;
  font-weight : bold;


  border : 0px solid blue;
  background-image : url(/i/menuSeparator.jpg);
  background-repeat : no-repeat;
  background-position : bottom;
}



.menuitem a {
  width: 259px;
  /*height: 30px;*/
  display: block;
  padding-bottom : 13px;
  text-align : center !important;
  color : #4D3F06;
}

.active
{
	color : #F8E6A7!important;
}


/*  END LEFT SIDE  */

/*  MAIN CONTENT  */
#mainContentArea {
  width: 720px;
  padding-top: 24px;
  padding-bottom: 35px;
  padding-left: 24px;
  padding-right: 0px;
  background-image : url(/i/bgContentTop.jpg);
  background-repeat: repeat-x;
  
}

.orangeList {
  list-style-type: none;
  padding-bottom: 20px;
}

.orangeList li {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  background-image: url(/i/iconOrangeSquare.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
/*  END MAIN CONTENT  */
/* END PAGE CONTENT */


/* FOOTER */
#footer {  
  clear: both;
  background-image : url(/i/bgFooter.jpg);
  background-repeat: repeat-x;

  height : 71px;
  padding-top : 15px;
}

#footerInner
{
  text-align : center;
  background-image : url(/i/textureSmall.jpg);
  background-repeat: no-repeat;
  background-position : 15px 0;
  font: 14px Georgia, Arial, Verdana;
  color : #4D3F06;
}

#footerOrangeArea {
  height: 40px;
  background-color: #FFCC00;
  border-top: solid 1px #666666;
}

#footerInfos {
  height: 32px;
}

#copyrightDiv {
  margin-top: 14px;
}

#designDiv {
  margin-top: 14px;
}
#designDiv a {
  color: #666666;
  font: 12px "Lucida Sans Unicode", Arial, Verdana;
}
/* END FOOTER */


.tehDate {
  display: block;
  padding-left: 15px;
  background-image: url(/i/iconOrangeSquare.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #FFCC00;
  padding-bottom: 4px;
}
/*
.box {
  background-color: #EEEEEE;
  font: 11px Verdana, Arial;
  color: #333333;
  padding: 15px;
  border: 1px solid #E0E0E0;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 0px;
  text-align: left;
}

.quote {
  background-image: url(/i/iconQuotes.gif);
  background-repeat: no-repeat;
  background-position: 14px 14px;
  background-color: #EEEEEE;
  font: 11px Verdana, Arial;
  color: #333333;
  padding: 14px;
  border: 1px solid #E0E0E0;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 0px;
  padding-left: 65px;
  text-align: left;
}*/



#navigationMenu{width:100%;height:31px;list-style-type:none;margin-bottom:0px;}
#navigationMenu li{height:31px;float:left;}
#navigationMenu li a{display:block;height:31px;}
#navigationMenu li img{margin-left:20px;margin-right:20px;}
#navigationMenu #menuItem1{width:135px;background-image:url(/i/btnPrimaPagina.jpg);background-repeat:no-repeat;}
#navigationMenu #menuItem1:hover{width:135px;background-position:-135px 0px;}
#navigationMenu #menuItem2{width:163px;background-image:url(/i/btnMobilierUrban.jpg);background-repeat:no-repeat;}
#navigationMenu #menuItem2:hover{width:163px;background-position:-163px 0px;}
#navigationMenu #menuItem2.selected{background-position:-163px 0px; cursor : default;}
#navigationMenu #menuItem3{width:221px;background-image:url(/i/btnMobilierDeGradina.jpg);background-repeat:no-repeat;}
#navigationMenu #menuItem3:hover{width:221px;background-position:-221px 0px;}
#navigationMenu #menuItem3.selected{background-position:-221px 0px; cursor : default;}
#navigationMenu #menuItem4{width:112px;background-image:url(/i/btnDespreNoi.jpg);background-repeat:no-repeat;}
#navigationMenu #menuItem4:hover{width:112px;background-position:-112px 0px;}
#navigationMenu #menuItem5{width:90px;background-image:url(/i/btnContact.jpg);background-repeat:no-repeat;}
#navigationMenu #menuItem5:hover{width:90px;background-position:-90px 0px;}



#navigationMenuEN{height:31px;list-style-type:none;margin-bottom:0px;margin-left:50px;margin-right:50px;}
#navigationMenuEN li{height:31px;float:left;}
#navigationMenuEN li a{display:block;height:31px;}
#navigationMenuEN li img{margin-left:20px;margin-right:20px;}
#navigationMenuEN #menuItem1{width:56px;background-image:url(/i/btnPrimaPagina_en-GB.jpg);background-repeat:no-repeat;}
#navigationMenuEN #menuItem1:hover{width:56px;background-position:-56px 0px;}
#navigationMenuEN #menuItem2{width:178px;background-image:url(/i/btnMobilierUrban_en-GB.jpg);background-repeat:no-repeat;}
#navigationMenuEN #menuItem2:hover{width:178px;background-position:-178px 0px;}
#navigationMenuEN #menuItem2.selected{background-position:-178px 0px;cursor : default;}
#navigationMenuEN #menuItem3{width:192px;background-image:url(/i/btnMobilierDeGradina_en-GB.jpg);background-repeat:no-repeat;}
#navigationMenuEN #menuItem3:hover{width:192px;background-position:-192px 0px;}
#navigationMenuEN #menuItem3.selected{background-position:-192px 0px;cursor : default;}
#navigationMenuEN #menuItem4{width:94px;background-image:url(/i/btnDespreNoi_en-GB.jpg);background-repeat:no-repeat;}
#navigationMenuEN #menuItem4:hover{width:94px;background-position:-94px 0px;}
#navigationMenuEN #menuItem5{width:90px;background-image:url(/i/btnContact_en-GB.jpg);background-repeat:no-repeat;}
#navigationMenuEN #menuItem5:hover{width:90px;background-position:-90px 0px;}

.prodSelected
{
	color : #D8C789!important;
}


