* {
	margin: 0;
	padding: 0;
	-moz-outline-style: none;
	outline-style: none;
	outline: none;
	border: none;
}

@font-face {
	font-family: 'HebarRounded Wd';
	src: url('fonts/hebar.eot');
	src: local('HebarRounded Wd'), url('fonts/hebar.ttf')
		format('truetype');
}


body {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	background-image: url(images/background.png);
	color: #666666;
}

a {
	text-decoration: none;
	color: #0097d7;
}

a strong {
	color: #666666;
	font-weight: bold;
}


p {
	line-height: 20px;
}

ul {
	list-style: none;
}

h2 {
	text-shadow: 1px 1px 1px #ffffff;
}

textarea {
	width: 550px;
	height: 80px;
	box-shadow: inset 1px 1px 5px #dcdcdc;
	-webkit-box-shadow:inset 1px 1px 5px #dcdcdc;
	-moz-box-shadow:inset 1px 1px 5px #dcdcdc;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	resize: none;
	position: relative;
	behavior: url(/PIE.htc);
	border-top: 1px solid #bcbabc;
	border-left: 1px solid #bcbabc;
}

input[type=text] {
	width: 215px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px 0 5px;
	box-shadow: inset 1px 1px 5px #dcdcdc;
	-webkit-box-shadow:inset 1px 1px 5px #dcdcdc;
	-moz-box-shadow:inset 1px 1px 5px #dcdcdc;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	position: relative;
	behavior: url(/PIE.htc);
	border-top: 1px solid #bcbabc;
	border-left: 1px solid #bcbabc;
}

input[type=submit] {
	height: 23px;
	width: 80px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	position: relative;
	behavior: url(/PIE.htc);
	background: url(images/submit.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	font-size: 10px;
	font-family: Verdana;
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clr {
	clear: both;
	line-height: 0;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.top-nav {
	margin-top: 5px;
	background: url(images/top-nav.png) center repeat-x;
	height: 123px;
}

.top-nav .logo {
	margin-left: 15px;
	padding-top: 0px;
}

.top-nav .right .languages {
	height: 38px;
	line-height: 38px;
	text-align: right;
	float: right;
}

.top-nav .right .languages a {
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.top-nav .right .languages a:hover, .top-nav .right .languages a.active {
	color: #00aeef;
}

.top-nav .right .nav {
	float: right;
}

.top-nav .right .nav ul {
	list-style: none;
}

.top-nav .right .nav ul li {
	float: left;
}

.top-nav .right .nav ul li a {
	float: left;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	height: 49px;
	margin-left: 25px;
	line-height: 49px;
	text-align: center;
}

.top-nav .right .nav ul li a:hover {
	color: #00aeef;
	#font-weight: bold;
}

#slider-wrapper {
	width: 670px;
	height: 265px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(/PIE.htc);
	border: 1px solid #acacac;
	margin-bottom: 10px;
}

#slider {
	width: 670px;
	height: 265px;
}

ul.royalSlidesContainer {
	list-style: none !important;
}

ul.royalSlidesContainer li {
	background: none !important;
	padding: 0px !important;
	position: relative;
}

ul.royalSlidesContainer li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-shadow: 0px 1px #000000;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 660px;
	text-align: center;
}

#content {
	margin-top: 15px;
	z-index: 1;
}

#content .filter {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .title {
	background: url(images/sep-line.png) bottom repeat-x;
	padding-bottom: 10px;
	font-family: 'HebarRounded Wd', Verdana;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom: 20px;
}

#content .title .blue {
	color: #00aeef;
}

#content .wrap .sidebar {
	width: 260px;
}

#content .wrap .content {
	width: 660px;
	padding-left: 40px;
}

#content .btitle {
	color: #575757;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom: 15px;
}

#content .bltitle {
	font-size: 15px;
	line-height: 14px;
	color: #00aeef;
	font-weight: bold;
	margin-bottom: 8px;
	text-shadow:1px 1px 1px #f1f1f1;
}

#content ul.cats {
	list-style: none;
}

#content ul.cats li a {
	display: block;
	line-height: 20px;
	font-size: 13px;
	color: #575757;
	margin-bottom: 2px;
}

#content .wrap .sidebar .advert {
	margin-top: 15px;
}

#content .wrap .content ul {
	margin-bottom: 15px;
}

#content .wrap .content ul li {
	font-size: 12px;
	line-height: 17px;
	background: url(images/bullet.png) 0px 5px no-repeat;
		padding-left: 15px; 
}

#content .wrap .content strong {
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#content .wrap .content p {
	margin-bottom: 15px;
}

#content .wrap .content .box {
	 background: rgb(244, 244, 238); 
	background: rgba(244,244,238, 0.8);
	padding: 15px;
	border: 1px solid #d6ced3;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin: 10px 0 10px 0;
	behavior: url(/PIE.htc);
	position: relative;
}

#content .wrap .content .box strong {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #00AEEF;
}

#content .wrap .content .box p {
	margin: 10px 0 10px 0;
	font-size: 12px;
	line-height: 17px;
}

#content .wrap .content .box .more {
	display: block;
	color: #00aeef;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.sep {
	background: url(images/sep-line.png) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0 10px 0;
	
}

.footer {
	background: url(images/top-nav.png) repeat-x;
	height: 49px;
	line-height: 49px;
	width: 100%;
	margin-top: 20px;
}

.footer .left {
	font-size: 10px;
	color: #999999;
	text-shadow: 1px 1px 1px #000000;
}

.footer .right {
	font-size: 10px;
	color: #999999;
	text-shadow: 1px 1px 1px #000000;
}


.footer .right img {
	position: relative;
	top: 2px;
}

.footer .partners {
	width: 310px;
	float: left;
	margin-left: 135px;
}

.footer .right .site {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

.footer .right a {
	color: #999999;
}

.footer .partners #bopa {
	background: url(images/bopa.png) no-repeat;
	width: 154px;
	height: 83px;
	display: block;
	float: left;
	margin-top: -20px;
}

.footer .partners #iapa {
	background: url(images/iapa.png) no-repeat;
	width: 154px;
	height: 83px;
	display: block;
	float: left;
	margin-top: -20px;
}

.form {
	margin-top: 10px;
}

.form .attr  {
	float: left;
	width: 100px;
	line-height: 35px;
	height: 45px;
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}

.form .attr2  {
	float: left;
	width: 150px;
	line-height: 35px;
	height: 45px;
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}


.form .input {
	float: left;
	width: 310px;
	position: relative;
}

.form .submit {
	float: right;
	margin-top: 10px;
	position: relative;
}

.err{
	background: #fac7ae;
	border: 1px solid #bb726f;
	padding: 20px;
	padding-left: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	behavior: url(/PIE.htc);
	color: #404040;
}

.suc{
	background: #b7cf9d;
	border: 1px solid #6e8768;
	padding: 20px;
	padding-left: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	behavior: url(/PIE.htc);
	color: #404040;
}

.pagination {
	margin-top: 10px;
}

.pagination ul {
	list-style: none;
}

.pagination ul li {
	list-style: none;
	background: none !important;
	padding: 0 !important;
	float: left;
}

.pagination ul li a {
	display: block;
	padding: 5px;
	background: rgb(244, 244, 238); 
	color: #666666;
	margin-right: 5px;
	border-radius: 3px;
}

.pagination ul li a:hover, .pagination ul li a.active  {
	background: #00aeef;
	color: #ffffff;
}

#blackbg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	zoom: 1; 
	z-index: 2;
	/*background: #000000;*/
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#f-pop {
	width: 637px;
	padding: 30px;
	background-image: url(images/background.png);
	border: 1px solid #cccccc;
}

#button {
	height: 34px;
	width: 115px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	position: relative;
	behavior: url(/PIE.htc);
	background: url(images/vacancy.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	font-size: 10px;
	font-family: Verdana;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 15px;
	padding-top: 3px;
	margin: 15px;
	margin-left: 0px;
}

#close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}