body {
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #F5F1F2;
	margin: 0px;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	 * 
	 */
	font-family: Verdana,Georgia,Trebuchet MS,Arial,sans-serif;
	font-size: 14px;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #6F0606;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

img {
	border: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.center {
	text-align: center;
}

a {
	color: #6F0606;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #EF0000;
}

.button {
	background-color: #000;
	color: #fff;
	border: none;
	width: 100px;
	padding: 1px;
}

.button_hover {
	background-color: #6F0606;
	color: #FFF;
	border: none;
	width: 100px;
	padding: 1px;
}

.error { 
	color: #DF0000;
	border: 1px solid #FF0000;
	padding: 0px 10px;
	width: 400px;
	background-color: #FFEFEF;
	margin-bottom: 10px;
}

.success {
	color: #228F00;
	border: 1px solid #3DFF00;
	padding: 5px 10px;
	width: 400px;
	background-color: #CEFFBF;
	margin-bottom: 10px;
}
/******************  DESIGN ************************/
#main {
	background-color: #FFF;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #5F5F5F;
}

#header_top {
	background-color: #6f0606;
	height: 20px;
	color: #FFF;
	line-height: 20px;
	padding: 5px 5px 5px 30px;
}

#header_top a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px 3px;
	padding: 0px 3px;
	float: left;
}

#header_top a:hover {
	background-color: #9F0909;
	text-decoration: none;
	
}

#header {
	background-color: #B9B7B8;
}

#menu_top {
	background-color: #000;
	height: 30px;
	line-height: 25px;
	padding-left: 30px;
}

#menu_top a {
	color: #c0c0c0;
	text-decoration: none;
	padding: 7px 10px 9px;
}

#menu_top a:hover {
	background-color: #6F0606;
	color: #FFF;
}

#menu_top .link_activ {
	color: #FFF;
	text-decoration: none;
	padding: 7px 10px 9px;
	background-color: #6F0606;
}

#search_top {
	margin-right: 20px;
	color: #c0c0c0;
}
#search_top input[type="text"] {
	background-color: #E6E0E0;
	width: 300px;
	border: 1px solid #c0c0c0;
	padding: 2px;
}

#search_top input[type="submit"] {
	background-color: #6f0606;
	border: 1px solid #6f0606;
	color: #fff;
	padding: 2px;
	width: 70px;
}

#search_top input[type="submit"]:hover {
	background-color: #AF221B;
	border: 1px solid #AF221B;
}

#content {
	text-align: justify;
	padding: 10px;
	height: auto;
	overflow: hidden;
}
#footer_top {
	height: 3px;
	
	background-color: #000;
}

#footer_content {
	background-color: #555;
	width: 100%; 
	height: auto;
	overflow: hidden;
	color: #efefef;
	font-size: 12px;	
}

.footer_left {
	padding: 10px;

}
.footer_right {
	padding-top: 10px;
	padding-right: 30px;
}

.img_yahoo {
	*margin-top:5px;
}
/************** SLIDER *******************/
#s3slider {
   width: 500px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider ul li {
	list-style-type: none;
}
#s3sliderContent {
   width: 500px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin: -12px 0px 20px -40px;
   *margin: 0px;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-size: 12px;
   padding: 10px 13px 10px 10px;
   width: 477px;
   background-color: #000;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

/************* FRONT PAGE ************* */
#frontpage #text_fp {
	padding: 10px;
	margin-right: 10px;
	width: 450px;
	_width: 440px;
	background-color: #EFEFEF;
}

#frontpage .castiga {
	/*background-color: #EFEFEF;*/
	height: auto;
	_height: 130px;
	overflow: hidden;
	/*padding: 10px;*/
}

/************** contact **********************/
#inregistrare .left {
	width: 60px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#inregistrare input[type=text], #inregistrare input[type=password], #edit_profil input[type=text], #edit_profil input[type=password], #edit_profil select {
	width: 350px;
	height: 20px;
	background-color: #EFEFEF;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
}

#inregistrare textarea, #edit_profil textarea {
	width: 350px;
	height: 100px;
	background-color: #EFEFEF;
	margin: 3px 0px;
	border: 1px solid #c0c0c0;
	
}

#inregistrare .button, #inregistrare .button_hover {
	margin-right: 28px;
}


.contact_left {
	width: 450px;
}

.contact_right strong {
	display: block;
	float: left;
	width: 150px;
}

/**************** PORTOFOLIU **************************/

.proiect {
	width: 450px;
	float: left;
	margin: 0px 10px 20px;
	font-size: 12px;
	background-color: #efefef;
	padding: 10px;
	height: 175px;
	vertical-align: middle;
}

.proiect img {
	margin-right: 10px;
}

.proiect a {
	font-size: 14px;
	color: #8F0808;
	font-weight: bold;
	text-decoration: none;
}

.proiect a:hover {
	text-decoration: underline;
	color: #EF0000;
}

a.img_port {
	cursor: url('/images/lupa.cur'), pointer;
}

.ul_port li {
	list-style-type: none;
}
/******************** SERVICII ***********************/
#servicii .titlu {
	vertical-align: middle;
	background-image: url('/images/corect.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #6F0606;
	font-weight: bold;
	padding-bottom: 10px;
}

#servicii .float_left {
	margin-right: 10px;
}

#servicii br {
	margin: 5px;
}

/************** OFERTE ********************/
#oferte .titlu {
	vertical-align: middle;
	background-image: url('/images/corect.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #6F0606;
	font-weight: bold;
}

#oferte .prezentare_simplu {
	background-color: #efefef;
	width: 555px;
	padding: 10px;
	margin: 10px;
}