/* www.mobilare.ro */
*{margin: 0;padding: 0;}

body{
  background-color: #cdaa7d;
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
}

/*------------------------------------------------------------------------------
DIVS
------------------------------------------------------------------------------*/
#frame{
  width: 757px;
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -373px;
  background: url(webimg/bg_body.jpg) top left no-repeat;
}

#body{
  width: 725px;
  height: 100%;
  background-color: #cd661d;
  margin: 0 11px 11px 15px;
}

#header{
  height: 103px;
}

#imageblock{
  margin-top: 15px;
}

#content{
  width: 704px;
  margin-top: 4px;
  background-color: #cdaa7d; 
  overflow: hidden;
}

#maincontent{
  float: left;
  width: 521px;
  border-right: 1px solid #000000;
}

#sidebar{
  float: left;
  width: 182px;
}

#header, #imageblock, #content{margin-left: 11px;}

#footer{
  height: 120px;
}

/*------------------------------------------------------------------------------
LISTS
------------------------------------------------------------------------------*/
#header ul{
  background-color: #cd661d;
  height: 43px;
  width: 704px;
  margin-top: 1px;
}

#header li{
  display: inline;
  line-height: 29px;
  margin-left: 17px;
}

#m_contact{padding-left: 373px;}

#footer ul{
  text-align: center;
}

#footer li{
  display: inline;
  margin-right: 10px;
}

#sidebar ul{
  padding: 4px 17px ;
  list-style-type: none;
}

#sidebar li{
  margin-bottom: 7px;
}

#maincontent ul{
  list-style-type: disc;
  margin-left: 17px;
  list-style-position: inside;
  margin-bottom: 5px;
}

#maincontent ul.portof{
  list-style-type: none;
  margin-left: 0;
}

#maincontent ul.portof li{
  float: left;
  margin: 0 13px 20px 9px;
  border: 8px solid #cd661d;
}

ul.portof li img{
  border: none;
}



/*------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------*/
#header a, #header a:visited{
  font-size: 1.3em;
  color: #551a8b;
  text-decoration: none;
}

#header a:hover{
  text-decoration: underline;
}

#header a.active{
  text-decoration: underline;
}

#footer a, #footer a:visited{
  color: #79722F;
  font-weight: bold;
  text-decoration: none;
}

#sidebar a, #sidebar a:visited{
  color: #815200;
}

/*------------------------------------------------------------------------------
HEADINGS
------------------------------------------------------------------------------*/
#maincontent h1{
  font-size: 1.8em;
  margin-left: 17px;
  margin-top: 15px;
}

h2{
  font-size: 1.4em;
  margin-left: 17px;
  margin-bottom: 10px;
  clear: left;
}

#sidebar h6{   
  font-size: 1.4em;
  margin-left: 17px;
  margin-top: 18px;
}

/*------------------------------------------------------------------------------
MISC
------------------------------------------------------------------------------*/
#maincontent p{
  margin: 0 17px 10px 17px;
  text-align: justify; 
}

#maincontent #p_last{margin-bottom: 60px;}

#header img{
  display: block;
}
/*------------------------------------------------------------------------------
FORMS
------------------------------------------------------------------------------*/

