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

* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#eeeeef;
    }

.containerwrap {
    position: relative;
	background:#E6E6E6;
	margin:0px;
	padding:0px 0 100px 0;
	background:#eeeeef url(../images/grad1.gif) repeat-x bottom;
    }

.container {
    position: relative;
    margin: 0 auto;
    width: 900px;
	min-height:400px;
	background:#fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    }
* html .containerwrap {
	height:400px;
}

.footer {
	background:url(../images/footer1.gif) no-repeat bottom #fff;
	min-height:200px;
	position: relative;
	margin: 0 auto;
	width: 900px;
}
* html .footer {
	height:200px;
}

.header {
	height:271px;
	position:relative;
	border-bottom:#EC9522 solid 10px;
}

.home .header {
	background:url(../images/top_images/about.jpg) no-repeat;
}
.team .header {
	background:url(../images/top_images/team.jpg) no-repeat;
}
.candidates .header {
	background:url(../images/top_images/candidates.jpg) no-repeat;
}
.clients .header {
	background:url(../images/top_images/clients.jpg) no-repeat;
}
.vacancies .header {
	background:url(../images/top_images/vacancies.jpg) no-repeat;
}
.contact .header {
	background:url(../images/top_images/contact.jpg) no-repeat;
}
.testimonials .header {
	background:url(../images/top_images/team.jpg) no-repeat;
}

.logo {
	background:url(../images/logo.gif) no-repeat;
	position:absolute;
	top:30px;
	left:10px;
	width:200px;
	height:150px;
}

.content {
	padding:10px 20px 10px 300px;
}

p {
	padding:0 0 10px 0;
}

.title {
	font-size:24px;
	color:#2F679A;
	margin:10px 0;
}

.firstpara {
	font-weight:bold;
	font-size:15px;
}

.menu {
	position: absolute;
	padding: 0;
	margin: 0 auto 0 auto;
	background: url(media/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 27px;
	list-style: none;
	bottom:0px;
	left:295px;
}
* html .menu {
	bottom:-1px;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;	
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 17px 0 1px; /*Padding of menu items*/
}

.home .homemenu, .testimonials .testimonialsmenu, .candidates .candidatesmenu, .clients .clientsmenu, .vacancies .vacanciesmenu, .links .linksmenu, .contact .contactmenu {
	color: #fff;
	background: url(../images/menu/menu_active_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.home .homemenu b, .testimonials .testimonialsmenu b, .candidates .candidatesmenu b, .clients .clientsmenu b, .vacancies .vacanciesmenu b, .links .linksmenu b, .contact .contactmenu b {
	color: #fff;
	background: url(../images/menu/menu_active_right.gif) no-repeat right top; /*right tab image path*/
}

.menu li a:hover{
	color: #fff;
	background: url(../images/menu/menu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.menu li a:hover b{
	color: #fff;
	background: url(../images/menu/menu_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.menu li a {
	color: #fff;
	background: url(../images/menu/menu_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.menu li a b {
	color: #fff;
	background: url(../images/menu/menu_right.gif) no-repeat right top; /*right tab image path*/
}

.altimage {
	position:relative;
	bottom:-13px;
	z-index:50;
}

.reflection {
	background:url(../images/bottom_reflection.jpg);
	width:900px;
	height:69px;
	position:absolute;
	bottom:-69px;
}

.influence {
	position:absolute;
	bottom:27px;
	right:20px;
	text-align:right;
	font-size:9px;
	color:#666666;
}

a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
a:hover {
	color:#666666;
}

.blue {
	color:#2F679A;
	font-weight:bold;
}

.profile {
	clear:both;
	margin:0 0 10px 0;
	min-height:130px;
}
.profile img {
	float:left;
	padding:0 0 0 145px;
}
.profilename {
	font-weight:bold;
	font-size:14px;
	color:#2F679A;
}

.quote {
	padding:15px 10px 10px 10px;
	background:#eeeeef;
	margin:0 0 10px 0;
	border-top:#2F679A solid 5px;
}
.quote p {
	font-style:italic;
}
.quote p.quotename {
	font-style:normal;
	font-weight:bold;
	margin:5px 0 0 0;
	padding-top:0;
	padding-bottom:0;
}
.quote p.quoteco {
	font-style:normal;
	margin:0 0 5px 0;
	padding-top:0;
	padding-bottom:0;
}