html, body, ul, ol, li, p, 
   h1, h2, h3, h4, h5, h6, 
   form, fieldset, a, img { 
   margin: 0; 
   padding: 0; 
}
body {
	font-family:Verdana;
	font-size:0.7em;
	background-color:#fff;
	color:#1b2f77;
}
#gradient{
	background-image:url(images/bg-grad.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	width: 898px;
	padding:0px 6px 1px 6px;
	margin: 0px auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

/* TOP */
#top{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height: 151px;
	width: 910px;
	margin: 0px auto;
}
#menu-top {
	margin:0px auto;
    padding-top:118px;
	height: 26px;
}
.menu-top {
	text-align:center;
	list-style-type: none;
	margin-left: 292px;
}
.menu-top li {
	float: left;
}
.menu-top a {
	float:left;
	display:block;
	color:#fff;
	height:21px;
	font-family: Verdana;
	font-size: 1.1em;
	text-decoration: none;
	padding:5px 15px 0px 15px;
}
.menu-top a:hover {
	text-decoration: underline;
	color: #859dee;	
}
/* END TOP */

/* LEFT */
#left {
	float: left;
	width: 188px;
	background-image:url(images/left-bg.jpg);
	background-repeat: repeat-y;
}
.menu-categ {
	list-style-type:none;
	text-align:center;
	background-image:url(images/categ-bg.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-top: 6px;
	font-size: 1.2em;
	color: #9eb1f2;	
}
.menu-left li {
	clear:both;
	list-style-type:none;
	text-align:left;
	width: 173px;
	margin:7px 5px 8px 10px;
}
.menu-left a {
	background-image:url(images/icons.jpg);
	background-repeat: no-repeat;
	background-position:0 3px;
	height:12px;
	text-decoration: none;
	color: #fff;
	letter-spacing:0px;
	font-size: 1.0em;
	padding-left:20px;
}
.menu-left a:hover {
	background-image:url(images/icons.jpg);
	background-position:0 -20px;
	text-decoration: none;
	color: #9eb1f2;
}
/* END LEFT */

/* CENTER */
#center {
	float: left;
	width: 710px;
}
h1 {
	background-image: url(images/titlu-bg.jpg);
	background-repeat: no-repeat;
	width: 710px;
	height: 29px;
	font-size: 1.1em;
	padding-top: 16px;
	color: #fff;
	text-decoration:underline;
	text-align:center;
	letter-spacing:1px;
}
h2{
	background-image: url(images/subtitlu-bg.jpg);
	background-repeat: no-repeat;
	width:661px;
	height:20px;
	padding:9px 0px 0px 25px;
	margin-left:12px;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
}
.box p{
	padding:3px 15px 6px 15px;	
}
.image{
	 border:1px solid #9eb1f2;
	 margin:3px 15px 6px 5px;
}
.pachet-row{
	background-color:#fff;
}
.pachet-column{
	background-color:#fff;
}
/*
.box-top{
	clear:both;
	background-image: url(images/box-top.jpg);
	background-repeat:no-repeat;
	height:10px;
}
.box{
	background-image:url(images/box-bg.jpg);
	background-repeat:repeat-y;
}




/*END CENTER*/
.box-bottom{
	background-image: url(images/box-bottom.jpg);
	background-repeat:no-repeat;
	height:16px;
	width: 910px;
	margin: 0px auto;	
}
/* BOTTOM */
#bottom {
	background-image:url(images/bottom-bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 910px;
	margin: 0px auto;
	padding-top:14px;
	text-align: left;
	font-family:Verdana;
	font-size:0.9em;
	word-spacing:2px;
	color:#fff;
}
/*atentie ca web design tre sa il plasez in alta parte ca in jpg-ul trimis*/
.web-design{
	width:200px;
	font-size:0.9em;
	float:left;
	text-align: center;
}
.web-design a{
	color:#fff;
	text-decoration:none;
}
.web-design a:hover{
	color:#9eb1f2;
	text-decoration:underline;
}
.copyright{
	float:left;
	width:650px;
	text-align: right;
}
/* END BOTTOM */


h3 {
	color: #666;
}
input, select, textarea {
	font-size: 1em;
	color:#000;
	border: 1px solid #ccc;
}

textarea:hover {
	border: 1px solid #333;
}
input:hover {
	border: 1px solid #333;
}
select:hover {
	border: 1px solid #333;
}
textarea {
	font-size: 1.2em;
}
.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 */