/*This is the main style sheet of the site.*/

/********************* General settings ********************/

body {
background-color: #eeeeff;
color:            #555555;
font-family:      Verdana, Helvetica, Ariel, sans-serif;
font-size:        14px;
margin:           0px auto;
padding:          0px;
}

h1 {
font-size:		  18px;
text-align:		  center;
letter-spacing:	  5px;
}

h2 {
font-size:		  16px;
text-decoration:  underline;
}

h3 {
font-weight:	  bold;
}

a:link, a:visited {
font-weight:	  bold;
text-decoration:  none;
}

a:hover {
font-style:		  italic;
}

.table-style tr td {
text-align:		  center;
}

/********************* Header settings ********************/
.site-name p.title  {
margin:           0px; 
padding:          0px; 
font-family:      "trebuchet ms", arial, sans serif; 
font-weight:      bold; 
font-size:        24px;
}
.site-name p.subtitle  {
clear:            both; 
width:            300px; 
margin:           -6px 0px 0px 0px; 
padding:          0px; 
background-color: transparent; 
font-family:      "trebuchet ms", arial, sans serif; 
font-size:        12px;
} 
.site-name a  {
margin:           0px; 
padding:          0px; 
text-decoration:  none; 
color:            rgb(34,80,157);
}
.site-name a:hover {
text-decoration:  none;
} 

/********************* Content settings ********************/

#content {
width:			  550px;
}

#body-container {
width:            770px;
margin:           0px auto;
padding:          0px;
background-color: #ffffff; 
border:           solid 1px rgb(200,200,255);
}

/********************* Index page Content settings ********************/

#indexcontent {
left:			  10px;
width:			  700px;
}

#indexcontent ul {
margin:	   		  0px;
padding:		  0px;
}

#indexcontent ul li {
list-style-type:  none;
margin:			  0px;
padding:		  0px;
}

/********************* Navigation bar settings ********************/

#navbar {
top:			  0px;
left:             0px;
width:			  198px;
}

#navbar ul li {
list-style-type:  none;
margin:			  0px;
padding:		  0px;
}

#navbar ul li a:link, #navbar ul li a:visited {
display:   	  	  block;
border-bottom:	  solid 1px #000000;
padding-top:	  3px;
padding-bottom:	  3px;
padding-left:	  5px;
}

/********************* Offers settings ********************/
#imagine-header {
background-image:    url(imagini/header.jpg);
height:              104px;
width:               770px;
background-repeat:   no-repeat;
background-position: center center;
}

#imagine-titlu {
background-image: url(imagini/titlu.gif);
height:			  50px;
width:			  265px;
background-repeat: no-repeat;
background-position: center center;
}

#imagine-revelion {
background-image: url(imagini/revelion.gif);
height:			  70px;
width:			  70px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-craciun {
background-image: url(imagini/craciun.gif);
height:			  70px;
width:			  70px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-index {
background-image: url(imagini/titlu.gif);
height:			  50px;
width:			  265px;
background-repeat: no-repeat;
background-position: center center;
}

#imagine-extern {
background-image: url(imagini/extern.gif);
height:			  70px;
width:			  80px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-litoral {
background-image: url(imagini/litoral.gif);
height:			  70px;
width:			  70px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-munte {
background-image: url(imagini/munte.gif);
height:			  66px;
width:			  109px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-iasi {
background-image: url(imagini/iasi.gif);
height:			  70px;
width:			  125px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-medical {
background-image: url(imagini/medical.gif);
height:			  70px;
width:			  70px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-transport {
background-image: url(imagini/transport.gif);
height:			  70px;
width:			  100px;
background-repeat: no-repeat;
background-position: center bottom;
}

#imagine-contact {
background-image: url(imagini/contact.gif);
height:			  70px;
width:			  70px;
background-repeat: no-repeat;
background-position: center bottom;
}

.munte {
color:	 		  #6457fe;
}

.litoral{
color:	 		  #FF6666;
}

.iasi {
color:	 		  #a20a0b;
}

.extern {
color:	 		  #12a256;
}

.transport {
color:	 		  #fe2a7e;
}

.medical {
color:	 		  #fd0002;
}

.contact {
color:	 		  #555555;
}

/********************* News settings ********************/
#news {
font-size:		  12px;
}

.date {
font-weight:	  bold;
}

/********************* Footer settings ********************/
#footer {
font-size:		  10px;
font-weight:	  bold;
width:			  700px;
}


