body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	background: #999999 url('images/bodybg.png') repeat-x 0 0;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
}

table th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

#wrapper {
	width: 610px;
	margin: 20px auto 20px auto;
	padding: 0px;
}

.header {
	width: 610px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	background: url('images/headerbg.png') no-repeat 0 0;
}

.header img {
	border: 0px;
}

.tblheader {
	width: 600px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.logo {
	width: 80px;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	text-align: left;
}

.menuitem {
	text-align: center;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding: 20px 0px 0px 0px;
}

.menuitem ul {
	list-style-type: none;
}

.menuitem ul li {
	float: left;
	width: 90px;
	text-align: center;
	background: url('images/btn_bg.png') no-repeat center 10px;
	line-height: 30px;
}

.menuitem a {
	text-decoration: none;
	color: #666;
}

.menuitem a:hover {
	text-decoration: none;
	color: #000;
}

.content {
	width: 610px;
	padding: 0px 10px 5px 10px;
	margin: 0px;
	background: url('images/contentbg.png') repeat-y 0 0;
}

/* slider */

#s3slider {
   width: 595px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background: url('images/sliderbg.png') no-repeat top center;
}

#s3slider ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#s3sliderContent {
   width: 590px; /* 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 */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 11px Arial;
   padding: 5px 0px 5px 10px;
   margin: 0px 5px 7px 5px;
   width: 570px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
   -moz-border-radius: 3px;

   /*
       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;
} 

.contents {
	margin: 10px 0px 0px 0px;
}

.contents td {
	width: 290px;
	vertical-align: top;
}

.contents .cserv {
	padding: 0px 10px 0px 0px;
}

.contents h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #333;
}

.contents .servicii {
	margin: 10px 0px 0px 0px;
}

.contents .servicii h3 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	background: url('images/bullet.png') no-repeat 0 0;
	line-height: 16px;
}

.contents .servicii p {
	padding: 5px 0px 0px 20px;
	margin: 0px;
	font-size: 11px;
	color: #555;
	text-align: justify;
}

.contents .client {
	margin: 10px 0px 0px 0px;
}

.contents .client span {
   position: absolute;
   padding: 65px 0px 0px 10px;
   color: #FFF;
   font-size: 11px;
}

.cport h3 {
	margin: 15px 10px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	background: url('images/bullet.png') no-repeat top right;
	line-height: 16px;
	text-align: right;
}

.footer {
	width: 610px;
	padding: 10px;
	margin: 0px;
	background: url('images/footerbg.png') no-repeat 0 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}