html, body, ul, ol, li, p, 
   h1, h2, h3, h4, h5, h6, 
   form, fieldset, a, img { 
   margin: 0; 
   padding: 0; 
   border: 0;
}

body {
	background-color:#fff;
	color: #000;
	font-family: Tahoma;
	font-size: 0.7em;
	margin: 0px auto;
}

a {
	color: #ff5a00;
	text-decoration: none;
}

a:hover {
	color: #0d3e71;
	text-decoration: underline;
}

h1 {
	font-size: 1em;
	color: #fff4dd;
	text-align: center;
	margin-bottom: 5px;
}

h2{
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	padding: 5px 9px;
	font-size: 1.3em;
	color: #fff;
}

h3 {
	text-align:center;
	padding-top: 3px;
	font-size: 1.2em;
}

h4 {
	font-size: 1.3em;
	color: #ff0909;
}

h5 {
	font-size: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	text-align:left;
	color: #999;
}

p {
	padding: 4px 2px;
}

.caption {
	clear:both;
	float:left;
	display:table;
	width: 30%;
	text-align:right;
	margin-right: 4px;
	padding-top: 3px;
	font-weight: bold;
}
.field {
	float:left;
	display:table;
	width: 59%;
}
.field-2 {
	float:left;
	display:table;
	width: 49%;
	padding-top: 3px;
}

/* login */
.caption1 {
	clear:left;
	float:left;
	display:table;
	width: 70px;
	text-align:right;
	margin: 1px 0px;
	margin-right: 2px;
	padding-top: 3px;
	font-weight: bold;
}
.field1 {
	float:left;
	display:table;
	width: 100px;
	margin: 1px 0px;
}

.caption2 {
	clear:left;
	float:left;
	display:table;
	width: 30%;
	text-align:left;
	margin-right: 1%;
	/*margin: 2px 0px;*/
	padding-top: 2px;
	height: 18px;
}
.field2 {
	float:left;
	display:table;
	width: 59%;
	height: 18px;	
}

.caption3 {
	clear:both;
	float:left;
	display:table;
	width: 30%;
	text-align:right;
	margin-right: 1%;
	/*margin: 2px 0px;*/
	padding-top: 2px;
	height: 18px;
}
.field3 {
	float:left;
	display:table;
	width: 59%;
	height: 18px;	
}

.image {
	border: 1px solid #143959;
}

.image:hover {
	border: 1px solid #266ba7;
}

input, select, textarea {
	font-size: 1em;
	color: #153959;
	border: 1px solid #999999;
	margin: 1px 0px !important;
	margin: 1px 0px;	
}
textarea:hover {
	border: 1px solid #285470;
}
input:hover {
	border: 1px solid #285470;
}
select:hover {
	border: 1px solid #285470;
}
textarea {
	font-size: 1.2em;
}

.checkbox {
	border: none;
	width: 12px;
	height: 12px;
	margin-top: 2px;
}

.button {
	background-image:url(images/bg-btn.jpg);
	background-color:#c2c2c2;
	color: #fff;
	padding: 1px 4px !important;
	padding: 0px 1px;
	padding-top: 1px;
	border: 1px solid #285470;
}

.button:hover {
	color: #fff;
	background-position: 0px -4px;
}

#wrapper {
	background-image: url(images/bg-page.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0px auto;
}

#top {	
	width: 980px;
	height: 180px;
}

#logo {
	float: left;
	background-image: url(images/bg-logo.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 180px;
}

#top-right {
	float: left;
	background-image: url(images/bg-banner.jpg);
	background-repeat: no-repeat;
	width: 771px;
	height: 180px;
}

#top-descr {	
	margin-top: 20px;
	width: 771px;
	height: 20px;
}

#top-descr h1 {
	color: #f0eec8;
}

#page {
	background-image: url(images/bg-page-top.jpg);
	background-repeat: no-repeat;
	width: 980px;
}

#left {
	float:left;
	width: 200px;
}

#center {
	background-image: url(images/bg-center-top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 600px;
}

#right {
	background-image: url(images/bg-right-categ.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 180px;	
}

#bottom {
	clear:both;
	background-image: url(images/bg-bot.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 34px;
	padding-top: 25px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}
#bottom a {
	color: #F1B231;
	text-decoration: none;
}

#bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

#bottom h2 {
	display: inline;
	font-size: 1em;
	padding: 4px 0px;
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: normal;
}

.menu-top {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu-top li {
	float: left;
	text-align: center;
	color: #fff;
}

.menu-top a {
	background-image: url(images/bg-menu-top.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px; 
	color: #ffe6b7;
	font-size: 1.2em;
	padding: 100px 0px 10px 0px;
	text-align:center;
	width: 150px;
	text-transform: uppercase;
}

.menu-top a:hover {
	background-position: -150px 0px;
	color: #ffcd1f;
}

.menu-top a#selected {
	color: #ffcd1f;
}
  
#top-adresa {
	float: left;
	width: 570px;
	text-align:center;
	color: #f0edad;
}
#top-lang {
	float: left; 
	margin-left: 70px; 
}
.lmenu-categ {
	background-image: url(images/bg-left-categ.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	color: #124b8b;
	padding: 4px 25px 4px 0px;
}

.menu-left {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu-left li {
	background-image: url(images/bg-menu-left.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 4px 25px 6px 0px;
}

.menu-left a {
	margin: 0px; 
	color: #f0edad;
	font-size: 1.2em;
}

.menu-left a:hover {
	color: #ff8400;
	text-decoration: none;
}

.menu-left a#selected {
	color: #ff8400;
}

.menu-lang {
	clear: both;
	margin-top: 5px;
}

.rmenu-categ {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	text-align: center;
	font-weight: bold;
}

.os-text {
	padding: 2px 0px;
	color: #384256;
}

.head_tabel {
	display: table;
	clear:both;
	width: 550px;
	margin: 2px 0px;
	padding: 3px;
	font-size: 0.9em;
	color: #ffcd1f;
	background-color: #13569D;
	font-weight: bold;
	border-top: 1px solid #0b2133;
	border-bottom: 1px solid #0b2133;
}

.row_tabel {
	height: 35px;
	clear:both;
	float:left;
	width: 520px;
	margin: 0px 0px;
	padding: 5px 3px;
	font-size: 0.9em;
	background-color: #1B5293;
	border-bottom: 1px solid #143959;	
	cursor: pointer;
	color: #fff;	
}

.row_tabel_on {
	height: 35px;
	clear:both;
	float:left;
	width: 520px;
	margin: 0px 0px;
	padding: 5px 3px;
	font-size: 0.9em;
	background-color: #F1B231;
	border-bottom: 1px solid #143959;		
	cursor: pointer;	
}
.row_right {
	float: left;
	width: 35px;
	height: 40px;
	padding: 5px 0px 0px;
	font-size: 0.9em;
	background-color: #1B5293;
	border-bottom: 1px solid #143959;	
	text-align: center;
}

.r_of_sp {
	text-align:center;
	width: 152px;
	margin-left: 10px !important;
	margin-left: 5px; 
	margin-top: 4px;
	padding-bottom: 5px;
	border-bottom: 2px solid #3b4864;
	color: #2e384e;
}

.of_sp_image {
	display: block;
	width: 150px;
	padding: 1px;
	border: 1px solid #3b4864;
}

.of_sp_image:hover {
	padding: 0px;
	border: 2px solid #ffcc21;
}

.of_sp {
	float: left;
	text-align:center;
	width: 152px;
	margin-top: 4px;
	padding-bottom: 5px;
	color: #2e384e;
}

.of_sp_image1 {
	display: block;
	margin-left: 13px !important;
	margin-left: 6px;	
	width: 120px;
	padding: 1px;
	border: 1px solid #3b4864;
}

.of_sp_image1:hover {
	padding: 0px;
	border: 2px solid #ffcc21;
}


.lista {
	margin: 0px;
	padding: 0px;
	list-style-type:square;
	/*padding-left: 25px;*/
}

.link1 {
	color: #355169;
}

.link1:hover {
	color: #689fce;
}
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

/* login links */
.link2 {
	color: #104179;
	font-size: 1.2em;
}

.link2:hover {
	color: #689fce;
}
/* link unigraphics */
.link-webdesign {
	color: #81c5ff;
}

.link-webdesign:hover {
	color: #689fce;
	text-decoration: none;
}


.pdespre {
	text-indent: 15px;
	padding-top: 4px !important;
	padding-top: 4px;
}

.imgdespre {
	float:left;
	width: 160px;
	padding: 8px;
	text-align: center;
}

.imgdespre img{
	text-align: center;
	padding: 1px;
	border: 1px solid #3b4864;
}

.imgdespre img:hover {
	padding: 0px;
	border: 2px solid #ffcc21;
}

/*paragraful din detalii oferta*/
#detalii_of {
	width: 550px;
	margin: 0px auto;
}

#detalii_of p{
	padding-left: 4px;
}

#detalii_of h3{
	clear:both;
	background-color: #fbf8b5;
	margin: 5px 0px;
	padding: 1px 4px;
	text-align: left;
	color: #104179;
	border-left: 5px solid #F9E046;
}

#detalii_of #images img {
	padding: 1px;
	border: 1px solid #3b4864;
}

#detalii_of #images img:hover {
	padding: 0px;
	border: 2px solid #ffcc21;
}

/*utilitati detalii oferte*/
#detalii_of .caption4 {
	float:left;
	display:table;
	width: 193px;
	text-align:left;
	margin-right: 2px;
	/*margin: 2px 0px;*/
	padding-left: 20px;
	height: 18px;
}
#detalii_of .field4 {
	float:left;
	display:table;
	width: 25px;
	padding-top: 2px;
	height: 18px;
	margin-right: 0px;
}

#detalii_of .caption5 {
	clear:both;
	float:left;
	display:table;
	width: 140px;
	margin-right: 2px;
	/*margin: 2px 0px;*/
	padding-left: 4px;
	height: 17px;
	text-align:left;	
	font-weight: bold;
}
#detalii_of .field5 {
	float:left;
	display:table;
	width: 130px;
	padding-top: 0px;
	height: 17px;
	text-align: left;
	margin-right: 0px;
}

.p_prim {
	padding: 3px 0px;
	text-align: center;
	font-size: 1.4em; 
	font-weight: bold;
	color: #FF0000; 
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}

.cta_prim {
	background-image:url(images/constanta-online.jpg);
	background-repeat: no-repeat;
	height: 58px;
}

.patrat_prim {
	background-color: #fcf8a9;
	height: 20px;
	margin: 3px 0px;
	padding: 5px 0px;
	border: 1px solid #d5d5d5;
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
	color: #515151;
}
.patrat2_prim {
	background-color: #fcf8a9;
	padding: 5px;
	height: 38px;
	margin-top: 2px;
	border: 1px solid #d5d5d5;
	font-size: 1.0em;
	font-weight: bold;
	text-align:center;
	color: #951f0b;
}
.chkbox {
	border: none;
}

/* form styles (inregistrare) */
.field-err {
	text-align: left;
	width: 300px;
	color: #f00;
	margin: 0px;
	font-size: 0.9em;
}
.caption-small {
	color: #999;
	font-size: 0.8em;
}

.subtitlu {
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	color: #124886;
}

/* mesaje system style */
.v {
	font-size: 1.1em;
	text-align: center;
	color: #0033FF;
}

/* */
.show {
	display: none;
}

/* oferte style */
.filtre-top {
	clear:both;
	padding: 3px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.filtre-middle {
	padding: 3px 10px;
}
.searchField {
	float: left;
	margin-right: 5px;
}
.filtre-bottom {
	clear:both;
	padding: 3px 10px;	
	border-top: 1px solid #11598f;
}
.row_tabel2 {
	clear:both;
	background-color: #fffcb8;
	height: 86px;
	width: 550px;
	margin: 1px 0px;
	padding: 5px 3px;
	font-size: 0.9em;
	cursor: pointer;
	border: 1px solid #fffcb8;	
}

.row_tabel2_on {
	clear:both;
	background-color: #f0eec4;
	height: 86px;
	width: 550px;
	margin: 1px 0px;
	padding: 5px 3px;
	font-size: 0.9em;
	cursor: pointer;
	border: 1px solid #1c73c0;	
}
.row-left {
	float: left;
	width: 120px;
	text-align: center;
}
.row-center {
	float: left;
	width: 260px;
}
.row-right{
	float: left;
	width: 110px;
	height: 80px;
	margin-left: 5px;
	padding: 0px 10px;
	text-align: center;
}

.o-titlu {
	padding-left: 3px;
	padding-top: 3px;
	font-size: 1.2em;
	text-decoration:underline;
}
.o-detalii {
	padding-left: 4px;
	padding-top: 2px;
	font-size: 1.1em;
}
.o-pret {
	padding-left: 4px;
	margin-top: 2px;
	padding-top: 1px;	
	font-size: 1.2em;
	color: #fb5900;
}


.box {
	padding-left: 10px;
	padding-right: 22px;
	font-size: 1.1em;
	margin: 0px auto;
}

.spec-box {
	margin: 4px 0px;
	padding: 5px;
	border: 1px dashed #fff;
	background-color: #ffda8b;
	color: #1B5293;
}

.spec-box2 {
	padding: 5px;
	margin: 3px;
	border: 1px dashed #1B5293;
	background-color: #ffda8b;
}

.echipa-box {
	float: left;
	margin: 3px;
	width: 152px;
	height: 135px;
	text-align: center;
}

.nav-link {
	color: #F1B231;
}

/* home page styles */
.home-links {
	float: left;
	width: 260px;
	margin: 3px;
}

.home-links h1 {
	text-align:left;
	color: #3d3d3d;
	border-bottom: 1px solid #134f92;
}

.home-links a {
	display: block;
	margin: 3px 0px;
}


/* bg fix */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

