body {
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	line-height: 17px;
}
a:hover {
	color: #258bb1;
	border-bottom-color: #bbb;
	border-bottom-style: solid;
}
h1 {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #258bb1;
	margin: 0px 5px 10px 80px;
}
h2 {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #258bb1;
	margin: 15px 5px 5px 80px;
}
p {
	margin: 5px 5px 5px 80px;
}
hr {
	width: 270px;
	height: 1px;
	background: none;
	border: none;
	border-top: 1px dotted #888;
	margin-left: 60px;
}

/* <header */
div#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
}
/* header> */

/* <banner */
div#banner {
	position: relative;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	width: 990px;
	height: 364px;
}
div#banner ul#menu {
	position: absolute;
	top: 316px;
	left: 106px;
}
div#banner ul#menu li {
	float: left;
	display: inline;
	width: 86px;
	height: 47px;
}
div#banner ul#menu li.separator {
	width: 1px;
}
div#banner ul#menu li a {
	display: block;
	background-position: bottom;
	width: 86px;
	height: 47px;
	border-bottom: none;
}
a#despre-noi {
	background-image: url(../images/menu/despre-noi.jpg);
}
a#servicii {
	background-image: url(../images/menu/servicii.jpg);
}
a#contact {
	background-image: url(../images/menu/contact.jpg);
}
div#banner ul#menu li a:hover,
div#banner ul#menu li a.selected {
	background-position: top;
}
div#banner ul#menu li a span {
	display: none;
}
/* banner> */

/* <main */
div#main {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	width: 990px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
div#main div#col1 {
	float: left;
	width: 900px;
	margin: 60px 0px 20px;
}
div#main div#col1 ul {
	margin: 0px 0px 5px 100px;
}
div#main div#col1 ul li.none {
	list-style-type: none;
	list-style-image: none;
}
div#main div#col1 ul li ul  {
	margin-left: 40px;
}
div#main div#col2 {
	float: left;
	width: 90px;
	margin: 60px 0px 20px;
}
/* main> */

/* <footer */
div#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 990px;
	height: 47px;
}
div#footer p {
	margin: 0px;
	padding: 14px 0px 0px 95px;
	color: #abdbec;
}
div#footer p a {
	color: #abdbec;
	border-bottom-color: #8bcae1;
}
div#footer p a:hover {
	color: #83d5f3;
	border-bottom: 1px dotted #83d5f3;
}
/* footer> */

/* <author */
div#author {
	margin: 0px auto;
	width: 960px;
	height: 47px;
	padding-top: 5px;
	text-align: right;
}
div#footer p a {
	color: #abdbec;
	border-bottom-color: #8bcae1;
}
div#footer p a:hover {
	color: #83d5f3;
	border-bottom: 1px dotted #83d5f3;
}
/* author> */

div#trafic {
	margin: 0px auto;
	width: 200px;
	text-align: center;
}
