/*
	made by: Iulian Luca

*/

body {
	background: #444 url('../images/bg.jpg');
	margin: 0 auto;
	padding: 0;
	}

	/*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  Remember that the path is RELATIVE TO THIS HTML FILE, not the CSS file.
  See below for another method of activating the script without adding CSS here.
 */

 img, div, input { behavior: url("iepngfix.htc") }


 /*
  Here's an example you might use in practice:
  img, div.menu, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */
 
 
#head {
	background-image: url('../images/head_bg.gif');
	margin: 0;
	padding: 0;
	width: 100%;
	height: 211px;
	}
#logo {
	display: block;
	margin: 0 auto;
	height: 166px;
	width: 827px;
	}
	
.wrapper {
   background-image: url('../images/bg_content.jpg');
   }
   
.oferta {
	position: relative;
	background-color: #FFFFFF;
	float: right;
	margin-top: 30px;
	z-index: 12
	}
	
a.menu:link {color: #ccc; font: normal 12px arial}
a.menu:visited {color: #ccc; font: normal 12px arial}
a.menu:hover {color: #ccc; font: normal 12px arial}

#content {margin: 0 auto; padding: 0px; width: 895px; font: normal Georgia;}
#content_right {width: 230px; padding: 3px; float: right;}
#content_left {width: 635px;}
#content_right_f { width: 438px; padding: 3px; padding-right: 0px; padding-top: 0px; float: right; }
#content_left_f {width: 383px;}

#footer {
	background: url('../images/footer_bg.jpg');
	margin: 0;
	padding: 0;
	width: 100%;
	height: 47px;
	}
p.about {margin: 0px; padding: 0px; font-size: 11px; color: #999; font-family: Georgia; line-height: 18px;}
p.footer {margin: 0px; padding: 0px; font-size: 11px; color: #999; font-family: Arial;}
p.despre {padding: 10px; margin: 0px; margin-bottom: 10px; padding-bottom: 30px; text-indent:30px; font-size: 16px; color: #000; font-family: Georgia, Arial;}
p.despre img {float: right; margin-left: 25px;}
a.sidebar:link { color: #315868; padding: 5px; text-indent:0px;}
a.sidebar:visited { color: #315868; padding: 5px; text-indent:0px;}
a.sidebar:hover { color: #006600; padding: 5px; text-indent:0px;}

h1 {padding: 10px; font-size: 18px; color: #003300; font-family: Georgia; font-weight: bold; font-variant: small-caps;}

.backwards { 
color: #fff;
unicode-bidi: bidi-override; 
direction: rtl; 
} 

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:330px;
}

#slideshow IMG {
    position:absolute;
    top:30px;
    left:0px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

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

.galerie_imagini {
position:relative;
width: 132px;
height: 80px;
display:block;
float: left;
margin-right: 15px;
}

img.galerie_imagini {
position: absolute;
top: 0px;
left: 0px;
} 

.weather {
position:relative;
display:block;
}
img.weather {
position: absolute;
top: 0px;
left: 0px;
} 