@charset "UTF-8";
/* CSS Document */

body {
	min-width:960px;
	background-image:url(../images/BG-green-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#252a26;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:960px
}


#nav-hello {
	float:right;
	width: 80px;
	height:95px;
	padding-left:1px;padding-right:10px;
	text-align:center;
}
#nav-hello a {
	display:block;
	background: url(../images/nav-hello.gif) no-repeat 0 -40px;

	width:100%;
	height:100%;
	text-decoration:none;
}
#nav-hello a:hover {
	background: url(../images/nav-hello.gif) no-repeat 0 -20px;
	
}

#nav-candidates {
	float:right;
	width: 156px;
	height:95px;
	padding-left:1px;padding-right:10px;
	text-align:center;
}
#nav-candidates a {
	display:block;
	background: url(../images/nav-candidates.gif) no-repeat 0 -40px;

	width:100%;
	height:100%;
	text-decoration:none;
}
#nav-candidates a:hover {
	background: url(../images/nav-candidates.gif) no-repeat 0 -20px;
}

#nav-jobs {
	float:right;
	width: 70px;
	height:95px;
	padding-left:1px;padding-right:10px;
	text-align:center;
}
#nav-jobs a {
	display:block;
	background: url(../images/nav-jobs.gif) no-repeat 0 -40px;

	width:100%;
	height:100%;
	text-decoration:none;
}
#nav-jobs a:hover {
	background: url(../images/nav-jobs.gif) no-repeat 0 -20px;
}

/**** nav hr *******/
#nav-hr {
	float:right;
	width: 48px;
	height:95px;
	padding-left:1px;padding-right:10px;
	text-align:center;
}
#nav-hr a {
	display:block;
	background: url(../images/nav-hr3.gif) no-repeat 0 -40px;

	width:100%;
	height:100%;
	text-decoration:none;
}
#nav-hr a:hover {
	background: url(../images/nav-hr3.gif) no-repeat 0 -20px;
}
/**** nav hr end *******/

#nav-clients {
	float:right;
	width: 100px;
	height:95px;
	padding-left:1px;padding-right:10px;
	text-align:center;
}
#nav-clients a {
	display:block;
	background: url(../images/nav-clients.gif) no-repeat 0 -40px;

	width:100%;
	height:100%;
	text-decoration:none;
}
#nav-clients a:hover {
	background: url(../images/nav-clients.gif) no-repeat 0 -20px;
}
#nav-contact {
	float:right;
	width: 120px;
	height:95px;
	padding-left:1px;padding-right:10px;
	text-align:center;
}
#nav-contact a {
	display:block;
	background: url(../images/nav-contact.gif) no-repeat 0 -40px;

	width:100%;
	height:100%;
	text-decoration:none;
}
#nav-contact a:hover {
	background: url(../images/nav-contact.gif) no-repeat 0 -20px;
}

#title {
	float:right;
	width: 576px;
	height:290px;
	padding-left:1px;padding-right:10px;
}

#logo {
	float:left;
	width: 252px;
	height:214px;
	padding-top:25px;
	padding-left:10px;padding-right:10px;
}

#textfield {
	float:right;
	width: 576px;
	height:auto;
	padding-top:10px;
	padding-left:1px;padding-right:10px;
}
#footer {
	float:left;
	width: 400px;
	height:auto;
	padding-left:372px;padding-right:10px;
	padding-bottom:0px;
}
#footer-right {
	float:right;
	width: auto;
	height:auto;
	padding-top:30px;
	padding-left:10px;padding-right:10px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
a:hover.skype{
	background: none;
	
}