﻿/* Общий стиль */

body, img, form, div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.left { float: left; }
.right { float: right; }
.middle { float: none; overflow: hidden }
.clear { clear: both; }

.unstyled {
	font-size: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

body {
	background: #0a2332;
	font-family: sans-serif, Arial;
	font-size: 9pt;
	text-align:justify;
}

#min-width { min-width: 1000px }

.popup-content {
	margin: 20px;
	color: white;
}

/* лого */

#logo {
	height: 162px;
	background: url("/images/logo-background-tile.png") repeat-x center center;
}

#logo a {
	position: absolute;
	left: 71px;
	top: 42px;
}

/* Голова */

#head {
	background: url("/images/head-background-tile.png") repeat-x;
	margin-left: 43px;
	margin-right: 74px;
}

#head .r { background: url("/images/head-background-right.png") no-repeat right; }
#head .wrap {
	background: url("/images/head-background-left.png") no-repeat left;
	height: 367px;
}

#small-head {
	background: url("/images/small-head-background-tile.png") repeat-x;
	margin-left: 43px;
	margin-right: 74px;
	margin-bottom: -102px;
}

#small-head .r { background: url("/images/small-head-background-right.png") no-repeat right; }
#small-head .wrap {
	background: url("/images/small-head-background-left.png") no-repeat left;
	height: 279px;
}

/* Поиск */

.search {
	width: 231px;
	height: 63px;
	background: url("/images/search-background-tile.png") repeat;
	color: white;
}
.search div { padding: 10px; }
.search .field {
	margin: 0px;
	border: 0px;
	color: #828282;
	width: 195px;
	height: 19px;
	padding: 3px 8px 0px 8px;
	font-size: 100%;
}

.search .actions {
	font-size: 90%;
	padding: 0px;
	line-height: 31px;
}

.search .actions label {
	padding-right: 12px;
	float: left;
}

.search .actions input {
	margin-right: 2px;
	vertical-align: text-bottom;
}

.search .actions .submit {
	float: right;
	color: white;
}

/* Основная навигация */

#nav {
	position: relative;
	background: #0a2332;
	height: 46px;
	padding: 0px;
	margin: 0px 110px 0px 43px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 130%;
}

#nav li {
	float: left;
}

#nav li.current {
	height: 60px;
	position: relative;
	top: -8px;
	margin-bottom: -16px;
	background: white;
	color: #0a2332;
	line-height: 60px;
	padding: 0px 18px;
}

#nav li a {
	color: white;
	line-height: 46px;
	text-decoration: none;
	padding: 0px 18px;
	height: 46px;
	display: block;
	float: left;
}

#nav li a:hover {
	background: #253b49;
}

/* Штука с авторизацией */

#before-auth {
	height: 73px;
	margin-bottom: -73px;
	border-left: 12px solid #2a3a43;
}

#auth {
	height: 56px;
	background: url("/images/auth-background-tile.png") repeat;
	margin-left: 43px;
	padding-right: 74px;
}

#auth .welcome {
	background: url("/images/auth-background-tile.png") repeat;
	color: #0a2332;
	height: 31px;
	line-height: 31px;
	margin-top: 13px;
	padding: 0px 22px;
	float: left;
}

#auth .login {
	margin-top: 16px;
	line-height: 24px;
	padding-right: 4px;
}

#auth .login .field {
	background: white;
	width: 136px; /* 150 - пад */
	height: 19px; /* 22 - пад */
	border: solid 1px #89a1bd;
	padding: 3px 7px 0px 7px;
	margin: 0px 4px;
	color: #828282;
	font-size: 100%;
	float: left;
}

#auth .login .submit {
	margin: 0px 4px;
	color: #3f3f3f;
	font-size: 90%;
	float: left;
}

/* Штука под шапкой */

#underhead-bg {
	padding-left: 31px;
	border-left: #2a3a43 solid 12px;
	position: relative;
	top: -22px;
	z-index: -1;
	margin-bottom: -236px;
}

#underhead-bg .wrap {
	background: #1b3240;
	height: 236px;
	padding-right: 110px;
}

#underhead {
	padding-left: 43px;
	padding-right: 110px;
	color: white;
	height: 168px;
}

#underhead .button {
	width: 333px;
	height: 80x;
	margin-top: 50px;
	margin-left: 120px;
	text-align: center;
	line-height: 80px;
	text-transform: uppercase;
	background: url("/images/underhead-button-background.png") no-repeat;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-size: 140%;
}

#underhead .countries {
	list-style-type: none;
	margin: 31px 0px 0px 0px;
	padding: 0px;
	width: 260px;
}

#underhead .countries li {
	float: left;
	padding: 5px;
}

#underhead .countries li a img { opacity: 0.4; filter: alpha(opacity=40); }
#underhead .countries li a:hover img { opacity: 1.0; filter: none; }

/* Штука с тремя колонками */

#columns-thingie {
	margin-left: 43px;
	margin-right: 74px;
	padding: 0px;
}

#under-columns-thingie {
	background: white;
	position: relative;
	height: 300px;
	margin-left: 88px;
	margin-right: 74px;
	top: -300px;
	margin-bottom: -326px;
	z-index: -2;
	clear: left;
}

/* Левая */

#columns-thingie .left {
	list-style: none;
	width: 325px;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

#columns-thingie .left li {
	padding: 0px;
	margin: 0px;
	line-height: 50px;
	font-size: 140%;
	text-align:left;
}

#columns-thingie .left li.small a .bullet { font-size: 80%; text-align:left; }

#columns-thingie .left li.two-line { line-height: 1 }
#columns-thingie .left li.two-line a .bullet {
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 80%;
	height: 28px;
	text-align:left;
}

#columns-thingie .left li a {
	padding: 0px;
	margin: 0px;
	display: block;
	height: 50px;
	color: white;
	text-decoration: none;
	background: url("/images/column-left-item-normal-background.png") no-repeat;
}

#columns-thingie .left li.special a {
	background: url("/images/column-left-item-special-background.png") no-repeat;
	color: #5e1111;
}

#columns-thingie .left li a:hover {
	background: url("/images/column-left-item-hover-background.png") no-repeat;
	color: white;
}

#columns-thingie .left li a .bling { display: block; cursor: pointer; height: 50px; }
#columns-thingie .left li a .bullet {
	display: block;
	padding-left: 46px;
	background: url("/images/column-left-bullet-normal.png") no-repeat 21px center;
}
#columns-thingie .left li.special a .bullet { background-image: url("/images/column-left-bullet-special.png"); }
#columns-thingie .left li a:hover .bullet { background-image: url("/images/column-left-bullet-hover.png"); }

#columns-thingie .left li.item-1 a .bling { background: url("/images/column-left-item-1-bling.png") no-repeat; }
#columns-thingie .left li.item-2 a .bling { background: url("/images/column-left-item-2-bling.png") no-repeat; }
#columns-thingie .left li.item-3 a .bling { background: url("/images/column-left-item-3-bling.png") no-repeat; }
#columns-thingie .left li.item-4 a .bling { background: url("/images/column-left-item-4-bling.png") no-repeat; }
#columns-thingie .left li.item-5 a .bling { background: url("/images/column-left-item-5-bling.png") no-repeat; }
#columns-thingie .left li.item-6 a .bling { background: url("/images/column-left-item-6-bling.png") no-repeat; }
#columns-thingie .left li.item-7 a .bling { background: url("/images/column-left-item-7-bling.png") no-repeat; }
#columns-thingie .left li.item-8 a .bling { background: url("/images/column-left-item-8-bling.png") no-repeat; }
#columns-thingie .left li.item-9 a .bling { background: url("/images/column-left-item-9-bling.png") no-repeat; }

/* Средняя колонка */

#columns-thingie .middle {
	background: white;
}

#columns-thingie .middle h1 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
}

#columns-thingie .middle ul {
	list-style-type: none;
	margin: 0px;
	padding: 20px 32px 20px 32px;
	text-transform: uppercase;
	font-size: 90%;
	line-height: 160%;
}

#columns-thingie .middle ul a {
	color: #646464;
}

/* Правая */

#columns-thingie .right {
	width: 251px;
}

#columns-thingie .right h1 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-right-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
}

#columns-thingie .right .advert {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#columns-thingie .right .advert .background {
	margin-bottom: -55px;
	background: url("/images/advert-background.png") no-repeat;
	height: 418px;
	display: block;
}

#columns-thingie .right .advert .text {
	color: #1b3240;
	height: 54px;
	line-height: 54px;
	display: block;
	background: url("/images/advert-text-background-tile.png") repeat;
	text-align: center;
	font-size: 140%;
	margin-left: 1px;
	margin-bottom: 1px;
}

/* Анкетная штука */

#anketa-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("/images/anketa-background-tile.png") repeat;
	z-index: 1;
	display: none;
}

.anketa {
	position: absolute;
	width: 100%;
	top: 306px;
	z-index: 2;
	text-align: center;
	display: none;
}

.anketa .inner {
	display: inline-block;
	color: #373737;
}

.anketa .t { background: url("/images/anketa-top-left-corner.gif") no-repeat top left; }
.anketa .t .r { background: url("/images/anketa-top-right-corner.gif") no-repeat top right; }
.anketa .t .c { margin: 0px 15px; background: white; line-height: 15px; }
.anketa .b { background: url("/images/anketa-bottom-left-corner.gif") no-repeat bottom left; }
.anketa .b .r { background: url("/images/anketa-bottom-right-corner.gif") no-repeat bottom right; }
.anketa .b .c { margin: 0px 15px; background: white; line-height: 15px; }
.anketa .content {
	background: white;
	padding: 21px 35px 44px 35px;
	text-align: left;
}

.anketa .closebutton {
	text-align: right;
	line-height: 0px;
	font-size: 0px;
	background: white;
}

.anketa .closebutton a {
	cursor: pointer;
}

.anketa .closebutton img {
	position: relative;
	right: 11px;
	top: -5px;
}

.anketa h1 {
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
	display: block;
	margin-bottom: 45px;
	text-align: center;
}

.anketa p.receive {
	text-align: center;
	padding: 0px;
	margin: 44px 0px 0px 0px;
}

.anketa p.receive a {
	text-transform: uppercase;
	font-size: 120%;
	text-decoration: none;
	background: url("/images/registration-button-background.png") no-repeat;
	color: white;
	width: 168px;
	height: 31px;
	line-height: 31px;
	display: inline-block;
}

/* Содержимое \o/ */

#c { 
	font-family: sans-serif, Arial;
	font-size: 9pt;
	padding-left:55px;
	padding-bottom:15px;

}

#content {
	margin-right: 74px;
	margin-left: 88px;
	background: white;
	padding: 26px;
	zoom: 1;
}

#content h1 {
	margin: 23px 0px;
	width: 680px; /* 586 - пад */
	position: relative;
	height: 38px;
	left: -62px;
	padding: 0px 17px;	
	font-weight: normal;
	color: white;
	background: #1b3240;
	text-transform: uppercase;
	line-height: 38px;
	font-size: 130%;
	text-align:left;
}

div.h  {
	margin: 23px 0px 23px 0px;
	width: 680px; /* 586 - пад */
	position: relative;
	height: 38px;
	left: -62px;
	padding: 0px 17px;	
	font-weight: normal;
	color: white;
	background: #1b3240;
	text-transform: uppercase;
	line-height: 38px;
	font-size: 130%;
	text-align:left;
}


#content h1.type-2 {
	margin: 23px 0px 23px -26px;
	position: static;
	padding: 0px 26px;
	background: #3e92c4;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	width: auto;
}

#content p {
	margin: 0px;
	padding: 9px 0px;
	color: #1b3240;
}

#content a {
	color: #129CD5;
	text-decoration: underline;
}

#content .image-linkies { text-align: center; margin: 0px -26px; }
#content .image-linkies a { margin: 0px 6px; }
#content .image-linkies img { vertical-align: middle; }

#content .job-kind {
	background: url("/images/job-kind-background-tile.png") repeat-x;
	height: 79px;
	margin: 0px -26px;
	text-align: center;
}

#content .job-kind ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

#content .job-kind ul li {
	display: inline-block;
	padding: 15px 1px 0px 0px;
	line-height: 64px;
	background: url("/images/job-kind-separator.png") no-repeat right;
	font-size: 120%;
}

#content .job-kind ul li.last {
	padding-right: 0px;
	background: none;
}

#content .job-kind ul li a {
	display: inline-block;
	padding: 0px 16px;
	text-decoration: none;
	color: #1b3341;
}

#content .job-kind ul li a:hover {
	background: url("/images/job-kind-hover-background-tile.png") repeat-x bottom;
}

#content .targets {
	margin-right: -23px;
	margin-top: 15px;
}

#content .targets div {
	text-transform: uppercase;
	text-align: center;
	font-size: 140%;
	width: 202px;
	height: 73px;
	float: left;
}

#content .targets a {
	line-height: 43px;
	margin: 7px 18px 0px 14px;
	height: 43px;
	display: block;
	text-decoration: none;
}

#content .targets .employees { background: url("/images/target-employees-background.png") no-repeat; }
#content .targets .employees a { color: #6f330f; }

#content .targets .employers { background: url("/images/target-employers-background.png") no-repeat; }
#content .targets .employers a { color: white; width: 175px;}

#content .targets-left {
	margin-left: 100px;
	margin-top: 15px;
}

#content .targets-left div {
	text-transform: uppercase;
	text-align: center;
	font-size: 140%;
	width: 202px;
	height: 73px;
	float: left;
}

#content .targets-left a {
	line-height: 43px;
	margin: 7px 18px 0px 14px;
	height: 43px;
	display: block;
	text-decoration: none;
}

#content .targets-left .employees { background: url("/images/target-employees-background.png") no-repeat; }
#content .targets-left .employees a { color: #6f330f; }

#content .targets-left .employers { background: url("/images/target-employers-background.png") no-repeat; }
#content .targets-left .employers a { color: white; width: 175px;}







#content .targets-left-2 {
	margin: 0px auto 0px 13px;
}

#content .targets-left-2 div {
	text-transform: uppercase;
	text-align: center;
	font-size: 140%;
	width: 202px;
	height: 73px;
	float: left;
}

#content .targets-left-2 a {
	line-height: 43px;
	margin: 7px 18px 0px 14px;
	height: 43px;
	display: block;
	text-decoration: none;
}

#content .targets-left-2 .employees { background: url("/images/target-employees-background.png") no-repeat; }
#content .targets-left-2 .employees a { color: #6f330f; }

#content .targets-left-2 .employers { background: url("/images/target-employers-background.png") no-repeat; }
#content .targets-left-2 .employers a { color: white; width: 175px;}



#content .news {
	padding: 0px;
	margin: 0px 0px -23px 0px;
}

#content .news dt {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: #868686;
}

#content .news dd {
	margin: 0px 0px 23px 0px;
	padding: 0px;
}

#content .news dd a { color: #316077; }

#content .big-form {
	padding: 0px 56px;
	overflow: hidden;
}

#content .big-form p {
	color: #545454;
	font-size: 170%;
	padding: 10px 0px;
}

#content .big-form p.small {
	font-size: 110%;
}

#content .big-form input, #content .big-form textarea, #content .big-form select {
	color: #545454;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

#content .big-form .field {
	width: 248px; /* 276 - пад */
	height: 34px; /* 40 - пад */
	background: url("/images/big-form-input-background.png") no-repeat;
	border: 0px;
	margin: 0px;
	padding: 6px 14px 0px 14px;
}

#content .big-form .submit {
	background: url("/images/submit-empty.png") no-repeat;
	width: 118px;
	height: 45px;
	color: #6c460e;
	border: 0px;
	font-size: 70%;
	cursor: pointer;
}

#content .big-form textarea {
	width: 446px; /* 474 - пад */
	height: 179px; /* 191 - пад */
	background: url("/images/big-form-textarea-background.png") no-repeat;
	border: 0px;
	margin: 0px;
	padding: 6px 14px 6px 14px;
}

#content .big-form .captcha {
	margin-left: 56px;
	margin-bottom: -62px;
	vertical-align: top;
}

#content .vip-link {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	font-size: 170%;
	padding: 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: url("/images/vip-link-background-tile.png") repeat-x;
}

#content .employer-info { padding: 0px 0px 40px 0px; }
#content .employee-info { padding: 0px 0px 1em 0px; }

#content .employer-info dl, #content .employee-info dl {
	padding: 0px;
	margin: 0px;
}

#content .employer-info dl dt, #content .employee-info dl dt {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	clear: left;
	font-weight: bolder;
	display: inline;
}

#content .employer-info dl dd, #content .employee-info dl dd {
	margin: 0px;
	padding: 0px;
}

#content .employers {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#content .employers li {
	padding: 15px;
	margin: 25px 0px;
}

#content .employers li.vip {
	background: #FFECFF;
	border: 1px dashed #FFB4FF;
}

#content .employers .employer-info {
	padding: 0px;
	margin: 0px;
}

#content .employees {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#content .employees li {
	padding: 15px 7px;
	margin: 0px;
}


#content .employees li.vip {
	background: #FFECFF;
	border: 1px dashed #FFB4FF;
}

#content .warning {
	background: #ffeee8 url("/images/warning-background-top.png") repeat-x left top;
	color: #545454;
	margin-left: -17px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#content .warning .tl { background: url("/images/warning-background-top-left.png") no-repeat top left; }
#content .warning .tr { background: url("/images/warning-background-top-right.png") no-repeat top right; }
#content .warning .l { background: url("/images/warning-background-left.png") repeat-y top left; }
#content .warning .r { background: url("/images/warning-background-right.png") repeat-y top right; }
#content .warning .b { background: url("/images/warning-background-bottom.png") repeat-x bottom right; }
#content .warning .bl { background: url("/images/warning-background-bottom-left.png") no-repeat bottom left; }
#content .warning .br {
	background: url("/images/warning-background-bottom-right.png") no-repeat bottom right;
	padding-left: 50px;
	padding-top: 63px;
	padding-bottom: 35px;
	padding-right: 35px;
}

#content .special-offer {
	float: right;
	position: relative;
}

#content .selection {
	text-align: center;
	color: #5d779a;
	font-size: 130%;
}

#content .payment-systems {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#content .payment-systems li {
	margin: 0px 23px 10px 0px;
	padding: 0px;
	float: left;
}

#content .registration { height: 100px; }
#content .registration form input { margin-left: 10px; vertical-align: middle; }
#content .registration form .right { text-align: center }
#content .registration form .type { padding-top: 8px; font-size: 100%; }
#content .registration form a { font-size: 90%; }
#content .registration form .submit {
	background: url("/images/registration-button-background.png") no-repeat;
	border: 0px;
	color: white;
	text-transform: uppercase;
	width: 168px;
	height: 31px;
	margin-bottom: 5px;
	font-size: 130%;
}

#content .pages {
	color: #0078d4;
	height: 60px;
}

#content .pages a {
	color: #0078d4;
	text-decoration: none;
	border-bottom: 1px solid #0078d4;
	margin: 0px 5px;
}

#content .pages .current {
	font-weight: bolder;
	margin: 0px 5px;
}


/* Нижняя навигация */

#bottom-nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px 74px 0px 88px;
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	font-size: 120%;
	text-align: center;
	background: #123244;
}

#bottom-nav li {
	display: inline;
	padding: 0px 20px;
}

#bottom-nav li a {
	color: white;
	text-decoration: none;
}

#bottom-nav li.current {
	color: #fcb737;
}

/* Под контентом */

#undercontent {
	margin: 30px 74px 30px 88px;
	background: #1a2c37;
	color: #648193;
	padding: 18px 26px;
}

a.undercontent {
	color: #648193;
}
	
/* Футер */

#footer {
	border-left: 12px solid #2a3a43;
	padding-left: 40px;
	color: #648193;
}

#footer .wrap {
	background: #1b3240;
	padding: 28px 74px 35px 36px;
}

#footer a {
	color: #648193;
	text-decoration: none;
	border-bottom: 1px solid #648193;
}

#footer a.hilite {
	color: #4d92bc;
	border-bottom: 1px solid #4d92bc;
}

#footer .middle {
	background: url("/images/footer-icon.png") no-repeat left center;
	padding-left: 30px;
}

#footer .right {
	background: url("/images/footer-icon-vrussia.png") no-repeat left center;
	padding-left: 32px;
	padding-bottom: 1px;
}

h2 {
	text-align: center;
	color: #5d779a;
	font-size: 130%;

}
.employer-header span {
	width:100%;
	text-align:center;
	font:bold 13px arial;
	color:#333;
	padding:3px;	
}
tr.header td {
	font: bold 9pt sans-serif, Arial;
}
hr {
	border: 1px dashed #FFB4FF; 	
}
.hrl {
	border: 1px dashed #FFB4FF;
}

div#mainbox  {
	margin: 15px auto 20px auto;
	width: 840px;
	height: 320px;
}


div#mainbox-1 {
	width: 270px;
	height: 310px;	
	float: left;
}

div#employees-mainbox-1  { 
	width: 270px;
	height: 50px;	
}

div#employees-mainbox-1 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}


div#mainbox-else-vip-1 {
	font-family: sans-serif, Arial;
	font-size: 10pt;
	width: 256px;
	height: 250px;
	text-align:left;
  background: #FFECFF;
	border: 1px dashed #FFB4FF; 	
	padding: 6px;
}

div#mainbox-2 {
	width: 270px;
	height: 310px;
	float: left;
	margin-left:10px;
}

div#employees-mainbox-2  { 
	width: 270px;
	height: 50px;	
}

div#employees-mainbox-2 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}


div#mainbox-else-vip-2 {
	font-family: sans-serif, Arial;
	font-size: 10pt;
	width: 256px;
	height: 250px;
	text-align:left;
  background: #FFECFF;
	border: 1px dashed #FFB4FF; 	
	padding: 6px;
}


div#mainbox-3 {
	width: 270px;
	height: 310px;
	float: left;  
	margin-left: 10px;
}

div#employees-mainbox-3  { 
	width: 270px;
	height: 50px;	
}

div#employees-mainbox-3 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}


div#mainbox-else-vip-3 {
	font-family: sans-serif, Arial;
	font-size: 10pt;
	width: 256px;
	height: 250px;
	text-align:left;
  background: #FFECFF;
	border: 1px dashed #FFB4FF; 	
	padding: 6px;
}



div#mainbox-logos {
	margin: 15px auto 15px auto;
	width: 790px;
	height: 300px;
}


div#mainbox-logos-vip {
	width: 790px;
	height: 57px;
}

span#img-logo img {
	height: 57px;
  width: 58px;
}


div#headerbox {
	margin: 0px auto 0px auto;
	width: 830px;
	height: 300px;
}

div#headerbox-vip {
	width: 410px;
	height: 250px;
	float: left;
}

div#headerbox-vip-1 {
	width: 200px;
	height: 300px;
	float: left;
}

div#employees-headerbox-vip-1 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}

div#box-vip-1 {
	width: 186px;
	height: 250px;
	text-align: left;
	font-family: sans-serif, Arial;
	font-size: 10pt;
  background: #FFECFF;
	border: 1px dashed #FFB4FF; 
	padding: 6px;
}

div#headerbox-vip-2 {
	width: 200px;
	height: 300px;
	margin-left: 210px;
}

div#employers-headerbox-vip-2 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}

div#box-vip-2 {
	width: 186px;
	height: 250px;
	text-align: left;
	font-family: sans-serif, Arial;
	font-size: 10pt;
  background: #FFECFF;
	border: 1px dashed #FFB4FF; 
	padding: 6px;
}



div#headerbox-simple {
	width: 410px;
	height: 300px;
	margin-left: 420px;
}

div#headerbox-simple-1 {
	width: 200px;
	height: 300px;
	float: left;
}

div#employees-headerbox-simple-1 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}

div#box-simple-1 {
	width: 186px;
	height: 250px;
	text-align: left;
	font-family: sans-serif, Arial;
	font-size: 10pt;
  background: #FFF;
	border: 1px dashed #FFB4FF; 
	padding: 6px;
}

div#headerbox-simple-2 {
	width: 200px;
	height: 300px;
	margin-left: 210px;
}

div#employers-headerbox-simple-2 h3 {
	height: 50px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	background: url("/images/column-middle-heading-background-tile.png") repeat-x;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	text-transform: uppercase;
}

div#box-simple-2 {
	width: 186px;
	height: 250px;
	text-align: left;
	font-family: sans-serif, Arial;
	font-size: 10pt;
  background: #FFF;
	border: 1px dashed #FFB4FF; 
	padding: 6px;
}

div#ts {
	width: 256px;
	height: 17px;
	padding: 2px;
}

div#title {
	width: 180px;
  overflow: hidden;
  font-family: sans-serif, Arial;
	font-size: 10pt;
	text-align: left;
	float: left;
}

div#summ {
	width: 76px;
  overflow: hidden;
  font-family: sans-serif, Arial;
	font-size: 10pt;
	text-align: left;
	margin-left: 180px;
}




div#but-regi {
	margin: 15px auto 0px auto;
	width: 830px;
	height: 73px;
}



#content .box {
	margin-left: 60px;
	margin-top: 15px;
}

#content .box div {
	font-family: sans-serif, Arial;
	font-size: 10pt;
	width: 198px;
	height: 250px;
	float: left;
	margin-left:8px;
	padding:5px;
	text-align:left;
}

#content .box .box-vip { 
  background: #FFECFF;
	border: 1px dashed #FFB4FF; 
}
#content .box .box-simple { 	
  background: #FFF;
	border: 1px dashed #FFB4FF; 
}
