/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/body_bg.jpg);
 background-repeat:repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 988px;
 
}
#header {
 width: 988px;
 height:136px;
 color: #333;
 background-image:url(home/images/header.png);
}
#navigation {
 width: 988px;
 height:40px;
 color: #333;
 background: #BD9C8C;
 background-image:url(home/images/nav.png);
 
}
#sub_header {
 width: 988px;
 height: 187px;
 background-image:url(home/images/sub_header.png);


 margin: 0px 0px 5px 0px;
}
#content { 
 width: 988px;
 color: #333;
 background: #000;

 height: 185px;
}
#cine_suntem { 
 height: 185px;
 width:389px;
 float:left;
 background-image:url(home/images/cine_suntem.png);
 position:relative;
}
#misiunea_noastra { 
 height: 185px;
 width:330px;
 float:left;
 background-image:url(home/images/misiunea_noastra.png);
 float:left;
 position:relative;
 
}
#promo {
	background-image:url(images/body_bg.jpg);
	height: 185px;
	width:270px;
	top: 9px;
 
}
#recomanda { 
 width: 988px;
 height:165px;
 background-image:url(home/images/recomanda.png);

}
#footer { 
 width: 988px;
 height:51px;
 background-image:url(home/images/footer.png);

}

/*----MENIU ----*/

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;

}

#nav-menu li
{
float: left;
}

#nav-menu li a
{
float: left;
display: block;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:900px
} 
#home
{
	background-image:url(home/images/01o.jpg);
	width:86px;
	height:40px;
	
}
#intalniri
{
	background-image:url(home/images/02.jpg);
	width:83px;
	height:40px;
	
}
#rapoarte
{
	background-image:url(home/images/03.jpg);
	width:55px;
	height:40px;
	
	
}
#a4
{
	background-image:url(home/images/04.jpg);
	width:57px;
	height:40px;
	
}
#a5
{
	background-image:url(home/images/05.jpg);
	width:65px;
	height:40px;
	
}
#a6
{
	background-image:url(home/images/06.jpg);
	width:53px;
	height:40px;
	
}
#a7
{
	background-image:url(home/images/07.jpg);
	width:64px;
	height:40px;
	
	
}


#home:hover
{
	background-image:url(home/images/01o.jpg);
	width:86px;
	height:40px;
	
}
#intalniri:hover
{
	background-image:url(home/images/02o.jpg);
	width:83px;
	height:40px;
	
}
#rapoarte:hover
{
	background-image:url(home/images/03o.jpg);
	width:55px;
	height:40px;
	
	
}
#a4:hover
{
	background-image:url(home/images/04o.jpg);
	width:57px;
	height:40px;
	
}
#a5:hover
{
	background-image:url(home/images/05o.jpg);
	width:65px;
	height:40px;
	
}
#a6:hover
{
	background-image:url(home/images/06o.jpg);
	width:53px;
	height:40px;
	
}
#a7:hover
{
	background-image:url(home/images/07o.jpg);
	width:64px;
	height:40px;
	
}
#cine_suntem_content
{
	top:63px;
	left:57px;
	position:absolute;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
color:#7b7b7b;
width:300px;
}
#misiunea_noastra_content
{
	top:63px;
	left:18px;
	position:absolute;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
color:#7b7b7b;
width:300px;
}

a
{
color:#429cf8; text-decoration:underline;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
}

