a.link {
	color: #00b2a0;
}
a.link:hover {
	text-decoration: underline;
}

.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.divider {
	background:url(../images/divider.jpg) no-repeat center center;
	height: 18px;
	width: 100%;
	margin: 20px 0;
	clear: both;
}
.close {
	background: #00b2a0;
	margin: 20px 0 0 0;
}
.close a {
	color:#fff;
	text-decoration: none;
}
.close a:hover {
	color:#fff;
	text-decoration: underline;
}
.wrapper {
	width: 100%;
}
.logo_wrap {
	width: 100%;
   border-top: 5px solid #00b2a0;
}
.logo {
	display: block;
	width: 400px;
	margin: 0 auto;
}
.mainblock {
	 width: 610px;
	 height: 540px;
	 margin: 0 auto;
	 overflow: auto;
	 direction: ltl;
}
.mainblock p {
	font-family: 'dinregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	padding: 0 20px;
	margin-bottom: 14px;
	line-height: 1.35em;
}
.mainblock p.highlight {
	font-family: 'dinmedium', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00b2a0;
	margin-bottom: 14px;
	line-height: 1.2em;
}
.mainblock p.highlight2 {
	font-family: 'dinmedium', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #222;
	text-align: center;
	width: 90%;
	margin: 10px auto 25px auto;
	line-height: 1.2em;
}
.mainblock p.highlight3 {
	font-family: 'dinmedium', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #00b2a0;
	margin-bottom: 14px;
	line-height: 1.2em;
}


/****** Ul ******/
.ul {
	font-family: 'dinregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	line-height: 1.35em;
	padding: 0 20px;
	margin-bottom: 14px;
}
.ul li {
	list-style-image: url(../images/li.png);
	margin: 3px 0 3px 25px;
}

