/* v1.0 | 20080212 */

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;
	font-family: Arial, sans-serif;
}
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;
}

.clr {
	clear: both;
}



#container {
	background:#fff;
	margin:0 auto;
	padding-top:20px;
	width:960px;
	position: relative;
}

#head-menu {
	clear: both;
	position: absolute;
	right: 12px;
	top:26px;
}
#head-menu li {
	float: left;
	border-left: 1px solid #ccc;
	font-size: 12px;
	padding: 1px 6px;
}
#head-menu li a {
	color: #333;
}
#head-menu .link_youtube
{
	color:#333333;
	font-size:12px;
	text-decoration:underline;
	display:block;
	margin-top:10px;
	margin-left:20px;
	height:20px;
	padding-top:2px;
	padding-left:20px;
	background-image:url(youtube.gif);
	background-repeat:no-repeat;

}
#head-menu li a:hover {
	color: #666;
}
#head-menu li.first {
	border-left: none;
}



#content #left {
	float: left;
	width: 710px;
}
#content.inner #left {
	width:600px;
}

#content #right {
	float: right;
	width: 240px;
}
#content.inner #right {
	width: 350px;
}
#content h3 {
	margin: 0 0 12px 0;
}
#content p {
	font-size: 13px;
	line-height: 17px;
	width: 90%;
	margin: 0 0 12px 0;
}
#vacancies {
	border: 1px solid #ccc;
	padding: 6px 12px 12px 12px;
	margin: 24px 0;
}
#vacancies a.red {
	color: #cc0000;
	font-size: 12px;
}
#vacancies li {
	margin: 12px 0;
}
#vacancies li a{
	font-size: 14px;
	color: #1f1f1f;
	font-weight: bold;
}
#vacancies li a:hover {
	color: #666;
}
#question-type {
	border: 1px solid #ccc;
	padding: 6px 0;
	
}
#question-type h3 {
	margin: 0 0 3px 12px;
	padding: 0;
}
#question-type  ol {
	margin: 0 0 0 24px;
}
#question-type  ol li {
	margin: 0 0 12px 12px;
	list-style-type: decimal;
	font-size: 14px;
	color: #999;
}
#question-type  ol li a {
	color: #333;
}
#question-type  ol li a:hover {
	color: #666;
}
#choose-slideshow{
	background: #5b9bc8 url(video-bg.png);
	height: 333px;
	overflow: hidden;
	margin: 0 0 24px 0;
	position: relative;
}
#video {
	background: #5b9bc8 url(video-bg.png);
	margin: 0 0 24px 0;
	position: relative;
	padding: 12px 0;
}
#video .video {
	width: 350px;
	float: left;
}
#video #player {
	margin: 8px 0 20px 8px;
}
#video .questions {
	float: right;
	width: 570px;
}
#video .questions h3 {
	margin: 12px 0;
	width: 80%;
}
#video .questions ol {
	margin: 0 0 12px 0;
}
#video .questions ol li {
	color:#999;
	font-size:14px;
	list-style-type:decimal;
	margin:0 0 12px 12px;
}
#video .questions ol li a {
	color:#333;
}
#video .questions ol li a:hover {
	color:#666;
}
#video .wrap {
	background: #fff;
	width: 940px;
	margin: 0 auto;
	position: relative;

}
#video .controls {
	position: absolute;
	top: 270px;
	width:330px;
}

#video .repeat, #video .next{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 28px;
	background: url(video-controls.png) no-repeat top left;
	float: left;
	margin: 0 0 0 4px;
	position: relative;
}
#video .repeat {
	margin: 0 0 0 12px;
}
#video .repeat:hover, #video .next:hover {
	color: #666;
}
#video .next {
	background: url(video-controls.png) no-repeat bottom left;
	left: 28px;
}
#video .repeat span, #video .next span {
	display: block;
	height: 28px;
	background:  url(video-controls.png) no-repeat top right;
	margin: 0;
	left: 28px;
	position: relative;
	padding: 0 12px 0 0;
	line-height: 28px;
	float: left;
	white-space: nowrap;
}

#choose-slideshow .wrap {
	background: #fff;
	width: 940px;
	height: 312px;
	margin: 12px auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#choose-slideshow .item {
	float: left;
	width: 164px;
	position: relative;
}

#choose-slideshow h3 {
	margin: 12px 0 0 12px;
}
#choose-slideshow .items {
	position: relative;
	width: 100%;
	height: 1%;
	z-index: 100;
}
.item {
	position: relative;
	z-index: 11;
}
.item .name {
	display: none;
}
.item .position {
	display: none;
}
.item a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
.item .image {
	display: block;
}
.item .logo {
	display: none;
}
.item .image img {
	width: 126px;
	position: relative;
}
.items .info {
	position: absolute;
	display: block;
	background: #4c8bbf;
	color: #fff;
	padding: 6px 6px 6px 8px;
	width: 200px;
	top: -36px;
	left: 12px;
	z-index: 100;
}
.item .company {
	font-size: 12px; 
	color: #333;
}
.items .info .n {
	font-size: 16px;
	display: block;
	margin: 0 0 3px 0;
}
.current .item .company {
	display: none;
}
.current .item .image img{
	/*width: 250px;
	top: -46px;
	left: -72px;*/
}
.items .info .p {
	font-size: 12px;
	display: block;
}
.controls {
	position: absolute;
	top: 238px;
	left: 288px;
	width: 370px;
	height: 80px;
	z-index: 1;
}
.video .controls{
    left:1px;
}
.controls #curr {
	position: absolute;


	top: 0;
	z-index: 20;

}
.controls #curr .logo {
	left: 0;
	top: 12px;
	position: absolute;
	width: 100px;
	bottom: 0;
	left: 0px;
	text-align: center;
}
.controls #curr .desc {
	
	padding: 0 0 0 100px;
	width: 270px;
	height: 72px;
}
.controls #curr .name {
	position: relative;
	left: 12px;
}
.controls #curr .image {
	text-align: center;
	position: relative;
	bottom: 0px;
}
.controls #curr .position {
	font-size: 12px;
	color: #4c4c4c;
	background: #fff;
	position: relative;
	left: 12px;
}
.controls #prev, .controls #next {

}
.controls #prev {
	left: 195px;
}
.controls #next {
	right: 195px;
	background-position: -84px 0;
}
#similar {
	border: 1px solid #ccc;
	margin: 0;
	padding: 6px 0 12px 0;
}
#similar h3 {
	margin: 0 0 0 12px;
}
#similar a {
	text-decoration: none;
	display: block;
	margin: 6px;
	padding: 6px;
	border: 1px solid #fff;
}
#similar a:hover {
	border: 1px solid #ccc;
}
#similar .details {
	float: left;
	width: 210px;
	margin: 0 0 0 12px;
}
#similar img {
	width: 80px;
	float: left;
}
#similar .name {
	color: #1b699e;
	font-size: 16px;
	display: block;

}
#similar .wrap {
	position: relative;
	display: block;
/*	overflow: auto;
	height: 290px;*/
	
}
#similar .position {
	color: #444;
	font-size: 12px;
	display: block;
	margin: 6px 0 0 0;

}
#subscribe {
	border: 1px solid #ccc;
	background: #f3f3f3;
	margin: 12px 0;
	padding: 6px 0 12px 0;
}
#subscribe h3 {
	margin: 0 0 0 12px;
}
#subscribe form {
	margin: 0 0 0 12px;
}
#subscribe form input {
	display: block;
	padding: 6px 6px;
	background: #fff;
	border: 2px solid #ccc;
	width: 200px;
	float: left;
}
#subscribe form .button {
	font-size: 12px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
	display: block;
	height: 30px;
	float: left;
	text-decoration: none;
	background: url(button.png) top left no-repeat;
	margin: 0 0 0 6px;
}
#subscribe form .button:hover {
	color: #666;
}
#subscribe form .button span {
	margin: 0;
	display: block;
	padding: 0 12px 0 0;
	height: 30px;
	position: relative;
	left: 12px;
	background: url(button.png) top right no-repeat;
}
#companies {
	border: 1px solid #ccc;
	margin: 24px 0 0 0;
}
#companies h3{
	margin: 6px 300px;
}
#companies ul li {
	float: left;
	margin: 0 19px 12px 17px;
}

#footer {
	font-size: 12px;
}
#footer .ide {
	float: left;
}
#footer .copy {
	float: right;
	color: #999;
}
#footer-menu {
	background: url(footer-bg.png) repeat-x;
	width: 100%;
	height: 50px;
	padding: 10px 0 0 12px;
	margin: 12px 0 0 0;
}
#footer-menu li a {
	color: #fff;
}
#footer-menu li a:hover {
	color: #bae7ff;
}
#footer-menu li {
	float: left;
	border-left: 1px solid #fff;
	font-size: 12px;
	padding: 1px 12px;
}
#footer-menu li.first {
	border-left: none;
	padding: 1px 12px 1px 0;
}



/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { 
	list-style: none; position: relative;
	padding: 0; 
	float: left;
	width: 230px;
	overflow: hidden;
	margin: 0;
	
	
}
.ui-tabs .ui-tabs-nav li { 
	position: relative; float: none; border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0; 
	padding: 0;
	background: url(types-menu-bg.png) no-repeat 0 -31px;
	height: 31px;
	margin: 0;
	line-height: 14px;
}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; 
color: #fff; display: block; width: 180px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	border-bottom-width: 0;
	background-position: 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	 padding: 0;  border-width: 0; background: none;
	 float: left;
	 width: 468px;
/*	 border-left: 3px solid #97c84f;*/
	 display: block;
	 _margin-right: -3px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

/*#tabs ul.ui-tabs-nav{
	height: 280px;
	overflow:auto;
}*/
.take_part {
	border: 1px solid #ccc;
	background: url(take_part_bg.png) repeat-x;
	margin: 0 4px 12px 0;
}
#content .take_part h3 {
	margin: 12px;
}
#content .take_part p {
	margin: 0 12px 12px 12px;
}
#content .take_part a {
	display: block;
	margin: 0 0 12px 8px;
	background: url(green-btn.png);
	width: 218px;
	height: 48px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
}
#content .take_part a:hover {
	color: #ffef87;
}
#partwrapper form label {
	float:left;
	width:150px;
	text-align:left;
}
#partwrapper form input {
	border-color:#333333;
	border-width:1px;
	width:150px;
	float:left;
	height:20px;
}
.tbbutton {
	display:block; 
	background:url(/images/design/bmi/button.png) left top no-repeat; 
	width:197px; 
	height:30px;
	padding-top:4px;
	margin-top: 15px; 
	text-align:center;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#about ul{
	list-style:circle inside;
	margin: 5px 0 20px 15px;
}
#about ul li{
	float:none;
	font-size:13px;
	line-height: 18px;
}
#about p {
	width: 99%;
}
#about h3 {
	font-size:22px;
}
