/* reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset CSS */


a:link {
	color: #1a3dc1;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #ff6600;
}


body {
	font-family: Arial, sans-serif;
	background: #fff url(body-bg.png) repeat-x;
	behavior: url("iehover.htc");
	font-size: 100%;
	line-height: 1.5;
}

#wrap {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	min-width: 960px;
	max-width: 1100px;
	overflow: hidden;
	background: transparent;
}

#head h1 {
	display: block;
	position: absolute;
	width: 255px;
	height: 25px;
	top:42px;
	left: 62px;
	text-indent: -9999px;
	background: transparent no-repeat;

}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#head .description {
	position: absolute;
	left: 62px;
	top: 70px;
	color: #fff;	
	font-size: 11px;
	line-height: 13px;
	width: 300px;
}


#head {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	height: 80px;
	clear: both;
}

#user-menu {
	position: absolute;
	top: -5px; 
	left: 50px;
	float: right;
	clear: both;
	background: #b8c7d8;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#user-menu li {
	float: left;
	font-size: 11px;
	line-height: 16px;
	border-right: 1px solid #999;

}
#user-menu li a {
	display: block;
	padding: 6px 12px 6px 12px;

}
#user-menu li a:visited {
	color: #1a3dc1;
}
#user-menu li.last {
	border-right: none;
}

/* main-menu */

#main-menu {
	position: relative;
	padding: 0 0 0 286px;
	clear: both;
	height: 1%;
	z-index: 122;
	
}
#main-menu .menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius:5px;
	clear: both;
	display: block;
	position: relative;
}

#main-menu li {
	position: relative;
	float: left;
	clear: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	height: 1%;
	background: #6eb4ff url(menu.png) repeat-x;
	white-space: nowrap;
}
#main-menu li.current {
	background-position: 0 -31px;
	background-color: #3b85d5;
}
#main-menu li.current:hover {
	background-position: 0 -31px;
	background-color: #3b85d5;
}
#main-menu li a, #main-menu li span  {
	color: #fff;
	text-shadow: #2668af 1px 1px 1px;
	display: block;
	float: left;
	position: relative;
	padding: 0 16px;
	margin: 0;
}
#main-menu li:hover {
	background-position: 0 -62px;
	background-color: #7eabdb;
}
#main-menu li a:hover {
	color: #fff;
	/*color: #30508c;
	background: #e9fbf9;*/
	background-position: -33px;
}




/* search-bar */
#search-bar {
	margin: 0 50px;
	height: 68px;
	background: #3b85d5 url(search-bar.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#search-bar .wrap {
	position: relative;
	height: 100%;
	/*left: 5px;
	background: url(search-bar.png) repeat-x right;*/
	padding: 0 0 0 16px;
}
#search-bar fieldset {
	display: block;
	position: relative;
	top:21px;
}

#search-bar fieldset legend {
	display: none;

}

#search-bar .keywords, #search-bar .city, #search-bar .category, #search-bar .button {
	float: left;
	display: block;
	margin: 0 12px 0 0;
	overflow: hidden;
	height: 32px;
}
#search-bar .keywords {
	width: 31%;
}
#search-bar .keywords input {
	display: block;
	position: relative;
	border-collapse: collapse;

	width: 99%;
	
	background: #fff;
	border: 1px solid #ccc;
	border-spacing: 0;

	vertical-align: middle;
	text-indent: 6px;
	
	font-size: 13px;
	line-height: normal;
	
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;


	padding:3px 0;
	top:0;
}
#search-bar .keywords input:focus {
	outline: 1px solid #82b1e5;
}
#search-bar .city {
	width: 24%;
}

#search-bar select {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
	
	padding: 3px 0;
	height: 24px;
	width: 100%;
	padding: 3px 0;
	margin: 0;
	top:0;
}
#search-bar select:focus {
	outline: 1px solid #82b1e5;
}

#search-bar .category {
	width: 25%;
}
#search-bar .button {
	width: 15%;
	position: relative;
	top:-3px;
	margin: 0;
}
#search-bar .button input {
	color: #2a4704;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;

	display: block;
	position: relative;
	width: 130px;
	height: 31px;
	border: none;
	background: #b5ea91 url(buttons.png) no-repeat;
	cursor: pointer;
	margin: 0;
	text-align: center;
	padding: 3px 0 3px;
	
	margin: 0 auto;
}
#search-bar .button input, x:-moz-any-link, x:default {
	padding: 0 0 4px;
}
#search-bar .button input:hover {
	color: #000;
}

/* /search-bar */



#content {
	clear: both;
	width: auto;
	height: 1%;
	position: relative;
	z-index: 1;
	padding: 0 50px;
}






#content .pane {
	float: left;
	position: relative;
	width: 25%;
	font-size: 13px;
	line-height: 16px;
	z-index: 10;
	background: #fff;
	margin: 16px 16px 0 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#content .pane .head {
	padding: 0;
}
#content .seekers h2, #content .employers h2  {
	font-size: 16px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0 16px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-shadow: #444 1px 1px 1px;
}
#content .pane .wrap {
	padding: 12px;
}
.pane.seekers .head {
	background: #7fb554 url(menu.png) 0 -93px repeat-x;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius:5px;
}
.pane.seekers li, .pane.employers li {
	clear: both;
}
.pane.seekers .icon, .pane.employers .icon {
	display: block;
	position: relative;
	top:-6px;
	width: 29px;
	height: 29px;
	background: transparent url(icons.png) no-repeat left top;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
	background-position-x: 0;
	background-position-y: 0;
}
.pane.seekers .item2 .icon {background-position: 0 -29px;}
.pane.seekers .item3 .icon {background-position: 0 -58px;}
.pane.seekers .item4 .icon {background-position: 0 -87px;}
.pane.employers .item1 .icon {background-position: -29px 0;}
.pane.employers .item2 .icon {background-position: -29px -29px;}
.pane.employers .item3 .icon {background-position: -29px -58px;}
.pane.employers .item4 .icon {background-position: -29px -87px;}

.pane.employers .head {
	background: #4574c8 url(menu.png) 0 -31px repeat-x;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius:5px;
}

#content .pane ul {
	background: #fff;
}


#content .girl {
	background: transparent url(girl.png) no-repeat left bottom;
	width: 223px;
	height: 223px;
	position: absolute;
	z-index: 10;
	top: -223px;
	left: 49%;
}
#content .advantages {
	background: #fff;
	position: relative;
	float: right;
	clear: right;
	z-index: 15;
	padding: 6px 6px 6px 10px;
	margin: 12px 0 12px 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	width:32%;
}
#content .advantages .seekers {
	color: #1c5e00;
	font-weight: bold;
}
#content .advantages .dialog {
	background: transparent url(dialog.png) no-repeat;
	width: 28px;
	height: 23px;
	position: absolute;
	bottom: 10px;
	left: -28px;
}
#content .advantages .employers {
	color: #002b80;
	font-weight: bold;
}
#content .advantages ul {
	font-size: 12px;
	line-height: 12px;
	list-style-image: url(list-item.png);
	list-style-position: outside;
	margin: 0 0 0 16px;
}
#content .advantages ul li {
	margin: 0 0 6px 0;
}
#content .advantages h2 {
	font-size: 16px;
	margin: 0 0 8px 16px;
}
#content .research {
	z-index: 20;
	float: right;
	position: relative;
	width: 30%;
	clear: right;
	background: #fff;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	padding: 3px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#content .research .wrap {

	padding: 6px 0 6px 62px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .research a {
	display: inline-block;
	clear: both;
	left: 0;
	top: 0;
}
#content .research .icon {
	background: url(research.png) no-repeat;
	display: block;
	position: absolute;
	left: 12px;
	top:8px;
	width: 43px;
	height: 44px;
	float: left;
	cursor: pointer;
}


#content .columns {
	width: 100%;
}
#content .columns .wrap {
	padding: 12px 16px;
}

#content .columns .categories {
	float: left;
	width: 40%;
	color: #acacac;
}
#content .columns .cities {
	float: left;
	width: 30%;
	color: #acacac;
}
#content .columns .articles {
	float: right;
	width: 29%;
	color: #acacac;
	background: #f9f9f9;
	border: 1px solid #ccc;	
}

#content .columns .articles .head{
	border: none;
	padding: 3px 12px;
}

#content .columns .articles ul {
	margin: 0 12px;
		background: #f9f9f9;
		font-size: 12px;
}
#content .columns .articles .more {
	margin: 12px 0 12px 12px;
}

#content .columns .more {
	font-size: 11px;
	float: left;
	margin: 12px 0 12px 0;
}
#content .columns .head {
	border-bottom: 1px solid #ccc;
	margin: 0 12px 0 0;
	height: 1%;
	padding: 3px 0;
}
#content .columns .head a {
	float: right;
}
#content .columns h2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px 0;
}
#content .columns ul li {
	margin: 0 0 6px 0;
}
#content .columns ul {
	margin: 12px 0 0 0;
}


#content .wide {
	width:100%;
}
#content .wide h2 {
	margin: 22px 0 24px 22px;
}
#content .where {
	margin: 12px 0 12px 22px;
}

#content .order {
	float: right;
	margin: 0 22px 0 0;
	clear: right;
}

#content .similar, #content .subscribe {
	float: right;
	clear: both;
	position: absolute;
	top: 22px;
	right: 22px;
	color: #a6a6a6;
}
#content .total {
	float: left;
	margin: 0 0 0 22px;
	font-weight: bold;
	clear: left;
}


#content .current {
	background: #feeec4;
	padding: 3px 8px;
}

#content .vacancy {
	border-top: 1px solid #ccc;
	margin: 16px;
	position: relative;
	height: 1%;
}
#content .vacancy h3 {
	margin: 22px 0 16px 6px;
}
/*#content .vacancy.vip h3  {
	background: transparent url(icons.png) 0 -87px no-repeat;
}*/
#content .vacancy dl {
	margin: 0 0 6px 6px;
	clear: both;
	width: 100%;
}
#content .vacancy dt {
	float: left;
	clear: left;
	width: 80px;
	color: #888;
}
#content .vacancy dd {
	float: left;
	clear: right;
	height: 1%;
	width: 60%;
}
#content .wide .vacancy p {
	clear: both;
	margin: 12px 0 0 6px;
	width: 80%;
}
#content .vacancy .logo {
	display: block;
	position: absolute;
	top:22px;
	right: 12px;
}


#content .controls {
	margin: 12px 0 0 6px;
	clear: both;

}
#content .wide ul.controls {
	max-width: 100%;
	margin: 0 0 0 30px;
}
#content .wide ul.controls li {
	list-style: none;
	float: left;
	margin: 0 12px 0 0;
}
#content .controls a.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content .controls a {
	float: left;
	margin: 0 12px 0 0;
		font-size: 12px;
		line-height: 14px;
}
#content .controls .icon {
	display: block;
	float: left;
	background: transparent url(icons.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 3px 0 0;
}

#content ul.controls li.similar a{
	margin: 0 12px 0 12px;
}

#content  .controls .favourites {color: #666;}
#content  .full_vacancy .controls .favourites {color: #1A3DC1;}
#content  .full_vacancy .controls .favourites .icon {background-position: 0 -185px;}
#content  .controls .favourites.fav {color: #ee9200;}
#content  .controls .favourites:hover {color: #cc0000;}
#content  .controls .favourites .icon {background-position: 0 -116px;}
#content  .controls .favourites:hover .icon {background-position: 0 -133px;}
#content  .controls .favourites.fav .icon {	background-position: 0 -149px;}
#content  .controls .favourites.fav:hover .icon { background-position: 0 -166px;}


#content  .controls .apply .icon {background-position: -17px -116px;}


#content #pages {
	margin: 12px 0 12px 22px;
}
#content #pages h3 {
	font-weight: normal;
	margin: 0 0 12px 0;
}
#content #pages .nav-links a{
	text-decoration: none;
}
#content #pages .nav-links a span {
	text-decoration: underline;
}
#content #pages .nav-links .prev {
	padding: 0 12px 0 0;
}
#content #pages .nav-links .next {
	padding: 0 0 0 12px;
}
#content #pages .pages {
	margin: 12px 0;
}
#content #pages .pages a {
	padding: 3px 8px;
}
#content #pages .inactive {
	color: #888;
}



#content .full_vacancy .logo {
	display: block;
	position: absolute;
	top:36px;
	right: 24px;

}
#content .full_vacancy .similar {

}


#content .full_vacancy .vacancy_info {
	border-bottom: 1px solid #ccc;
	margin: 12px 30px 30px 30px;
	width: 90%;
}
#content .full_vacancy .vacancy_info tr:hover td{
	background: none;
}
#content .full_vacancy .vacancy_info .description {
	color: #666;
	width: 20%;
}

#content .full_vacancy .change_rows
{margin-top:0;}


#content .send_button {
	background:transparent url(buttons.png) no-repeat scroll 0 0;

	cursor:pointer;
	display:block;
	font-weight:bold;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:12px;
	line-height: 26px;
	padding:0;
	background-position:0 -33px;
	color:#AA6308;
	margin:0;
	width:168px;
	height:30px;
	text-align: center;
	text-decoration: none;
}
#content .send_button:hover {
	color: #000;
}


#content .main ul{
	margin: 12px 0 12px 26px;
}
#content .main ul li {
	margin: 0 0 10px 10px;
	list-style-type: square;
	list-style-position: outside;
}
#content .main ol {
	margin: 12px 0 12px 30px;
}
#content .main ol li {
	margin: 0 0 10px 10px;
	list-style-type: decimal;
	list-style-position: outside;
} 

#content .main blockquote {
	margin: 16px 0 16px 20px;
	border-left: 2px solid #d4d3b3;
	background: #faf9e1;
	padding: 8px 20px;
	width: 80%;
	font-size: 12px;
	font-style: italic;
}

#content .breadcrumbs {
	margin:12px 0 16px 20px;
	font-size: 12px;
	color: #666;
}
#content .breadcrumbs a {
	font-weight: bold;
	color: #000;
	margin: 0 2px 0 2px;
}
#content .main .breadcrumbs a:hover {
	color: #777;
}
#content .main .intro {
	color: #e56600;
}
#content .wide p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 30px 16px 22px;
	max-width: 700px;
}
#content .wide ul {
	font-size: 14px;
	line-height: 20px;
	margin: 0 30px 16px 40px;
	max-width: 700px;
}
#content .wide ul li {
	list-style: square;
}
#content .sidebar {
	float: right;
	width: 240px;
	z-index: 5;
	position: relative;
}

#content .wide .sidebar {
	width: 30%;
}
#content .wide .columnLeft {
	width: 69%;
	float: left;
}
#content .sidebar h3 {
	font-size: 13px;
	margin: 30px 0 12px 0;
}
#content .sidebar ul {
	margin: 0;
}
#content .wide .sidebar li {
	margin: 0 24px 8px 0;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 30px 22px 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 32px 0 16px 20px;
}




#content form {
	margin: 0 22px 24px 22px;
}
#content fieldset {

	padding:0 10px 10px;
	border-top:1px solid #ccc;
	position: relative;	
}


#content .articles-search {
	background: #e4e4e4;
	margin: 0 0 0 20px;
	padding: 6px;
	width: 50%;
	clear: both;
	position: relative;
}
#content .articles-search dt span {
	margin: 0 85px 0 0;
	display: block;
}
#content .articles-search .search {
	width: 100%;
	margin: 3px 0 0 0;
	font-size: 13px;
}
#content .articles-search dl {
	position: relative;
	width: 100%;
	float: left;
}
#content .articles-search dt {
	float: left;
	width: 100%;
}
#content .articles-search dd {
	float: left;
	margin-left: -74px;
	width: 74px;
}

#content .articles-search .find {
	display: block;
	height: 30px;
	border: none;
	width: 74px;
	background: url(buttons.png) no-repeat 0 -95px;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 4px 0;
}

#content .articles-search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#content .article p {
	margin-bottom:6px;
}

#content p.meta {
	font-size: 12px;
	color: #999;
}

p.intro{
	color: #eb7400;
}


#content .comment {

	color:#AA6308;
	margin:0 0 0 14px;
	width:168px;

	background:transparent url(buttons.png) no-repeat scroll 0 0;
border:medium none;
cursor:pointer;
display:block;
font-weight:bold;
height:30px;
padding:0 0 4px;
margin: 0;
font-size: 12px;
	background-position:0 -125px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #2a4704;
}
#content .comment:hover {
	color: #000;
}

#content form input {
	font-size: 12px;
	padding: 3px 0;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#content form input:focus {

}
#content form textarea {
	font-size: 12px;
	padding: 3px 3px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#content form select {
	font-size: 12px;
	margin: 3px 0 0 0;
}
#content fieldset legend {
	color:#4c6bac;
	font-weight:bold;
	padding:6px;
}
#content form dl {
	clear: both;
	margin: 8px 0 30px 0;
}
#content form dt {
	float: left;
	clear: left;
	width: 186px;
}
#content form label {
	padding: 3px 6px 3px 0;
	display: block;
	line-height: 20px;
	
}
#content form dd {
	float: left;
	clear: right;
	width: 70%;
}
#content form dd label {
	margin: 0 12px 0 0;
}
#content form dd.value label {
	float: left;
}
#content form dd.value .low {color: #999;}
#content form dd.value .med {color: #2c8f00;}
#content form dd.value .hi {color: #cc0000;}

#content form .hint { 
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 6px;
	color: #888;
	width: 80%;
	display: block;
}
#content form dd .hint {
	width: 400px;
}
#content form label sup { color: #cc0000; }
#content form .buttons { padding: 24px 0; }
#content form .buttons input {
	display: block;
	float: left;
	height: 30px;
	border: none;
	background: url(buttons.png) no-repeat;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 4px 0;
}

#content form .buttons input, x:-moz-any-link, x:default {
	padding: 0 0 5px 0;
}
#content form input.preview{
	color: #555;
	margin: 0 0 0 14px;
	background-position:0 -64px;
	width: 168px;
}
#content form input.submit{
	color: #aa6308;
	margin: 0 0 0 14px;
	background-position:0 -33px;
	width: 168px;
}
#content form input.next {
	color: #2A4704;
	margin: 0 0 0 14px;
	background-position:0 -94px;
	width: 75px;
}
#content form .error {
	display: block;
	color: #cc0000;
}
#content form .next:hover { color:#000; }
#content form .preview:hover { color:#222; }
#content form .submit:hover { color:#472a04; }

#content form .position input, #content form .name input, #content form .jobarea select,  #content form .city select,  #content form .about textarea, #content form .phone input,  #content form .nickname input{
	width: 400px;
}

#content form .salary_min input, #content form .email input, #content form .password input, #content form .jobtimes select {
	width: 200px;
}

#content form select {
	width: 300px;
}







#content table {
	font-size: 12px;
	margin: 10px 0 20px 20px;
}
#content table th {
	text-align: left;
	padding: 8px 3px;
}
#content table th .pseudo-link {
	color: #000;
}
#content table th .pseudo-link:hover {
	color: #444;
}
#content table.hvr tr:hover td {
/*	background: #faf9e1;*/
}
#content table th.headerSortUp span{
	padding-right: 12px;
    background-image: url(asc-icon.png);   
}
#content table th.headerSortUp, #content table th.headerSortDown{
	border-bottom: 1px solid #769171;
}
#content table th.headerSortDown span{ 
	padding-right: 12px;
    background-image:url(desc-icon.png); 
}
th.header span {
	border-bottom: 1px dotted;
	padding-right: 12px;
	background: url(sortable-icon.png) no-repeat right;
}
#content table th.header:hover {
	color: #666;
	cursor: pointer;
}
#content table.hvr td {
	text-align: left;
	padding: 8px 3px;
	vertical-align: middle;
}
#content table.hvr thead th{
	border-bottom: 1px solid #ccc;
}


#foot {
	position: relative;
	height: 1%;
	clear: both;
	padding: 15px 0 25px 0;
}

#foot .menu {
	margin: 12px 0 0 15px;
	float: left;
}

#foot .menu li {
	font-size: 12px;
	margin: 0 0 5px 0;
}
#foot .menu li a {
	padding: 10px;
}
#foot .menu li.last {
	border-right: none;
}

#foot .copyright {
	clear: both;
	color: #666;
	font-size: 12px;
	margin: 12px 0 0 62px;
	float: left;
}

#searchForm {
	display: block;
	zoom: 1;
	float: right;
	width: 200px;
	position: relative;
	margin: 0 20px 0 0;
}
#searchForm #s {
	line-height: 14px;
	padding: 2px;
	font-size: 12px;width: 200px;
}

#searchForm #s.empty {
	color: #777;
}

.hidden {display:none;}
.clr, br {clear:both;}


#head:after, #content:after, .widget .head:after, #main-menu ul:after, .pane .head:after, #searchForm:after, #foot:after, .pane.seekers ul:after, .pane.employers ul:after, #content .vacancy dl:after, #content .vacancy:after, #content .vacancy .controls:after, #content .order:after, #content .vacancy dl:after, #content fieldset dl:after, #content form:after, #content .articles-search:after{
	content:".";
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	visibility:hidden;
}


