﻿body { 
	background: #efdcc2 url("images/bg-top7.jpg") repeat-x 50% 0; 
	padding: 0; 
	margin: 0; 
	text-align: center; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000; 
}

#body-intro { 
	background: #000000 url("images/bg-footer.jpg") repeat-y; 
	padding: 0; 
	margin: 0; 
	text-align: center; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
}

#page-intro { 
	background: #000000 url("images/intro-bg-middle.jpg"); 
	border-top: #be2d00 1px solid;
	border-bottom: #be2d00 1px solid;
	height:350px;
	padding: 0; 
	margin: 70px 0 0 0; 
	text-align: center; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
}

img { 
	border: none; 
}

a { 
	text-decoration: none; 
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#0D0806;
	line-height:1.5em;
	padding:0;
	margin:4px 0 12px 0;
}

ul { 
	list-style-type: none;	
	margin: 0; 
	padding: 0; 
}

hr { 
	height:0px; 
	line-height:0px; 
	font-size:1px; 
	width:100%; 
	margin:4px 0px 4px 0px;  
	padding:0px 0px 0px 0px; 
	border-style: solid; 
	border-color:#aea386; 
	border-width: 1px 0px 0px 0px; 
	clear:both; 
}

#text1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#0D0806;
	line-height:1.5em;
	margin:10px 0 10px 0;
}

#page { 
	width: 900px; 
	margin: 0 auto; 
	text-align: left; 
}

/* HEADER ------------------------------------*/

#head { 
	position: relative; 
	height: 164px; 
}

#sub-logo { 
	font-family: Arial;
	margin: 0; 
	font-size: 10px; 
	letter-spacing: 1px; 
	color: #FFE55A; 
	position: absolute; 
	top: 120px; 
	left: 191px;
	font-weight: none;
}

#language { 
	position: absolute; 
	top: 4px; 
	right: 0; 
	background: #BE2D00 url("images/top-tab-dbg.gif") repeat-y;
	padding:4px 4px 2px 4px;
	
}

#toplinks { 
	position: absolute; 
	top: 8px; 
	right: 0; 
	
}
#toplinks li { 
	float: left; 
	margin-left: 4px; 
}
#toplinks a { 
	display: block; 
	padding-top: 7px; 
	color: #efdcc2; 
	font-family: Arial, helvetica, Sans-Serif; 
	font-size: 11px; 
	background: #BE2D00;
	padding: 4px 4px 4px 4px;
}
#toplinks a:hover { 
	background: #ffd14a url("images/top-tab-bg.gif") repeat-y;
	color:#44281c;
}

#logo { 
	position: absolute; 
	top: 18px; 
	left: 0; 
}

#head-image {
	position: absolute; 
	bottom: 50px; 
	right: 70px; 
	}
	
#head-image2 {
	position: absolute; 
	top: 0px; 
	right: 390px; 
	}	

#nav {
  clear: both;
  margin: 0px 0 0px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 7px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
	display: block;
	height: 26px;
	background: url(images/bgtableft.gif) left top no-repeat;
	font-size: 11px;
	text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 8px;
  padding-left: 4px;
  padding-right: 12px;
  line-height: 22px;
  padding-top:1px;
  padding-bottom:3px;
  font-weight: bold;
  color: #efdcc2;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #efdcc2;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #efdcc2;
  }
	
	


	
/* MAIN ------------------------------------*/

#main { 
	clear: both; 
	width: 900px; 
	padding: 12px 0 20px 0; 
	position: relative; 
	font-family: Verdana, serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #4B463B;	
}
#main h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: lighter;
	color:#9C2601;
	line-height:1.5em;
	margin:0;
	padding:0;
}
#main a { 
	text-decoration: none; 
	color: #C86D02; 
	border-bottom: 1px solid #bfb096;
}
#main a:hover { 
	color: #9C2601;
	text-decoration: none;
	border-bottom: 1px solid #9C2601;
}

#main a.more { 
	text-decoration: none; 
	color: #C86D02; 
	border-bottom: 1px solid #bfb096;
	font-weight: bold;
	padding-right: 7px;
}

#main a.more:hover { 
	color: #9C2601;
	text-decoration: none;
	border-bottom: 1px solid #9C2601;
}

#main .note {
	font-size: 11;
	font-style: italic;
	line-height: 1.6em;
	color: #535353;
	padding: 0;
	}
	
	
#page-title {
	margin-bottom: 10px;
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color:#470C03;
	line-height:1.5em;
	border-bottom: 1px dotted #bfb096;
	padding: 0 0 0 40px;
	background: url(images/hbullet.gif) no-repeat  0 7px;
}
	

.news-article-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#9C2601;
	line-height:1.5em;
	font-weight: bold;
}	
.news-article {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0D0806;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #EDC594;
}	


/* ACASA ------------------------------------*/

#news-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: lighter;
	color:#9C2601;
	line-height:1.5em;
}
#news-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#0D0806;
	line-height:1.5em;
	margin:5px 0 5px 0;
	padding:0;
}

#box-acasa {
	border: 7px solid #F4ECE0;
	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0D0806;
	line-height: 1.5em;	
	background:#F1DBBE;
	height:150px;
	overflow:auto;
}
#box-acasa-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: lighter;
	color:#9C2601;
	line-height:1.5em;
	margin-bottom:7px;	
}
#box-news-top-tab {
	background: url(images/news-top-tab.gif) no-repeat left;
	height:33px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: lighter;
	color:#efdcc2;
	line-height:1.5em;
	padding:5px 0 0 20px;	
}

#box-news-top-tab2 {
	background: url(images/news-top-tab2.gif) no-repeat left;
	height:33px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: lighter;
	color:#9c2601;
	line-height:1.5em;
	padding:5px 0 0 20px;	
}


/* PORTOFOLIU ------------------------------------*/

#box-portofoliu {
	border: 1px solid #E1AA66;
	padding:11px 11px 8px 11px;
	line-height: 1.5em;	
	background:#F4ECE0;
}

a.portofolio-btn-left
{
background: url(images/port-left1.gif) no-repeat left;
width: 35px;
height: 40px;
display:block;
border:0;
}

a.portofolio-btn-left:hover
{
background: url(images/port-left2.gif) no-repeat left;
text-decoration: none;

}

a.portofolio-btn-left span
{
visibility: hidden;
}

a.portofolio-btn-right
{
background: url(images/port-right1.gif) no-repeat left;
width: 35px;
height: 40px;
display:block;
}

a.portofolio-btn-right:hover
{
background: url(images/port-right2.gif) no-repeat left;
text-decoration: none;
border:0px;
}

a.portofolio-btn-right span
{
visibility: hidden;
border:0px;
}

/* MODELE ------------------------------------*/
#modele-list ul{
	margin : 0 0 10px 0;
	font-size: 11px;
}

#modele-list ul li{	
	border-bottom : 1px #EDC594 dotted;
	
}

#modele-list ul li a{
	display : block;
	padding : 1px 0px;
	padding-left : 18px;
	text-decoration : none;
	border:0;
	color: #C86D02;
	font-weight: bold;
	background: url(images/bullet1.gif) no-repeat  0 4px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

#modele-list ul li a:hover{
	color : #9C2601;	
	border: 0;
	background-color: #EED1A9;
}

#modele-list ul li.act a{
	display : block;
	padding : 1px 0px;
	padding-left : 18px;
	text-decoration : none;
	border:0;
	color: #9C2601;
	font-weight: bold;
	background: url(images/bullet1.gif) no-repeat  0 4px;
	background-color: #EED1A9;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

#modele-list ul li.act a:hover{
	color : #9C2601;	
	border: 0;
	background-color: #EED1A9;
}

.modele-img-tn {
	background-color: #F4ECE0;
	padding:5px;
	border : 1px #E1AA66 solid;
	margin: 0 4px 4px 0;
}
.modele-img-tn:hover {
	background-color: #EED1A9;
	padding:5px;
	border : 1px #9C2601 solid;
	margin: 0 4px 4px 0;
	
}
	
	

/* CONTACT ------------------------------------*/
#contactform {
	margin: 15px 0;
	padding: 15px;
	background: #EED1A9;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:12px;
}
#contactform em {
	color: #c00;
}
#contactform input,  select {
	border: 1px solid #C5BEAC;
	width: 250px;
	padding: 2px;
	font-size: 12px;
	color: #444;
	margin-bottom:5px;
	font-family:arial, helvetica, sans-serif;	
}
#contactform textarea {
	border: 1px solid #C5BEAC;
	width: 450px;
	height: 130px;
	padding: 2px;
	font-size: 12px;
	color: #444;
	margin-bottom:5px;
	font-family:arial, helvetica, sans-serif;	
}
#contactform .button {
	width: auto;
	padding: 2px;
	background: #be2D00;
	border:0;
	color:#fff;
}
#contactform .button:hover {
	width: auto;
	padding: 2px;
	background: #be2D00 url("images/top-tab-bg.gif") repeat-y;
	color:#44281c;
}
#contact-name {
	font-family:Helvetica, helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1.4em;
}

/* FOOTER ------------------------------------*/

#footer { 
	clear: both; 
	padding: 12px 0; 
	height: 120px; 
	margin: 0 auto; 
	text-align: center; 
	background: #000000 url("images/bg-footer.jpg") repeat-y;
	border-top: 1px solid #500C01;
	border-bottom: 1px solid #500C01;
}
#footer-content-left { 
	position: relative;
	left: -40px; 
	text-align: left; 
}
#footer-container { 
	position: relative;
	margin: 0 auto; 
	width: 900px; 
	text-align: left; 
}
#footer ul { 
	position: absolute; 
	top: 0; 
	right: 0; 
}
#footer li { 
	float: left; 
	margin: 0 0 0 12px; 
}
#footer a { 
	color: #efdcc2; 
}
#footer a:hover { 
	text-decoration:underline;
}

/* CONTACT ------------------------------------*/
#edit-form {
	border: 1px solid #ff0000;
	background: #f4e8c4;
	padding: 10px;
	margin-bottom:15px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:12px;
	width:250px;
	text-align:left;
}
#edit-form input,  select {
	border: 1px solid #C5BEAC;
	width: 250px;
	padding: 2px;
	font-size: 12px;
	color: #444;
	margin-bottom:5px;
	font-family:arial, helvetica, sans-serif;	
}
#edit-form textarea {
	border: 1px solid #C5BEAC;
	width: 450px;
	height: 130px;
	padding: 2px;
	font-size: 12px;
	color: #444;
	margin-bottom:5px;
	font-family:arial, helvetica, sans-serif;	
}
#edit-form .button {
	width: auto;
	padding: 2px;
	background: #be2D00;
	border:0;
	color:#fff;
}
#edit-form .button:hover {
	width: auto;
	padding: 2px;
	background: #be2D00 url("images/top-tab-bg.gif") repeat-y;
	color:#44281c;
}


















