@charset "utf-8";

html {
	height: 100%;
}

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul,li {
	list-style-type: none;
	float: left;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin-right: 12px;
	width: auto;
	height: auto;
	float: left;
}

body {
	height: 100%;
	font-family: Arial;
	width: 100%;
	overflow-x: hidden;
	background-color: #FFF;
}

body  li.last {
	margin: 0;
	border: none;
}

.wrap,#wrap_slide {
	width: 100%;
	float: left;
	height: auto;
}

.main {
	width: 1100px; /** was 960 **/
	margin: 0 auto;
}

.top {
	height: 80px;
	background: url(../images/top_bg.png) repeat-x bottom;
	background-color: #212223;
	background-color: #02050A\9; /** for ie only **/
}

a.logo {
	float: left;
	margin-top: 10px;
	width: auto;
	position: relative;
	z-index: 20;
}

/*** NAVBAR ***/
.nav {
	float: right;
	width: auto;
	margin-top: 24px;
	position: relative;
	z-index: 20;
}

.nav li {
	margin: 0 5px;
	width: auto;
	text-align: center;
	height: 32px;
	padding: 0 5px;
	position: relative;
	z-index: 20;
}

.nav li.back {
	background: url(../images/lavanew.png) no-repeat right -32px;
	width: 103px;
	height: 32px;
	z-index: 14;
	position: absolute;
	margin-left: -8px;
}

.nav li.back .left {
	background: url(../images/lavanew.png) no-repeat top left;
	height: 32px;
	margin: 0;
	margin-right: 5px;
	z-index: 14;
	position: relative;
}

.nav a {
	width: auto;
	display: inline-block;
	height: 15px;
	padding: 0 4px;
	position: relative;
	z-index: 20;
	height: 15px;
	padding-top: 8px;
}

.nav .nav_home a {
	background: url(../images/nav_home.png) no-repeat bottom;
	width: 37px;
}

.nav .nav_injuredatwork a {
	background: url(../images/nav_injuredatwork.png) no-repeat bottom;
	width: 119px;
}

.nav .nav_trafficaccident a {
	background: url(../images/nav_trafficaccident.png) no-repeat bottom;
	width: 122px;
}

.nav .nav_sliptrip a {
	background: url(../images/nav_sliptrip.png) no-repeat bottom;
	width: 77px;
}

.nav .nav_medicalnegligence a {
	background: url(../images/nav_medicalnegligence.png) no-repeat bottom;
	width: 142px;
}

.nav .nav_criminalinjury a {
	background: url(../images/nav_criminal.png) no-repeat bottom;
	width: 120px;
}

.nav .nav_military a {
	background: url(../images/nav_military.png) no-repeat bottom;
	width: 77px;
}

.nav .nav_industrial a {
	background: url(../images/nav_industrial.png) no-repeat bottom;
	width: 140px;
}

.nav .nav_compensationpayouts a {
	background: url(../images/nav_compensationpayouts.png) no-repeat bottom;
	width: 166px;
}

.nav .nav_claimnow a {
	background: url(../images/nav_claimnow.png) no-repeat bottom;
	width: 75px;
}
/*** SLIDESHOW ***/
#slideshow {
	position: relative;
	height: 350px;
	top: -80px;
}

#wrap_slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	display: none;
	float: left;
}

#wrap_slide .main {
	width: 1336px;
	margin: 0 auto;
}

#wrap_slide .main div {
	width: 1156px;
	margin-left: -80px;
	height: 470px;
	padding-left: 300px;
	float_left;
}

#wrap_slide.bg_one1 {
	background: url(../images/bg_one.jpg) repeat-x bottom;
}

#wrap_slide.bg_one2 {
	background: url(../images/bg_two.jpg) repeat-x bottom;
}

#wrap_slide.bg_one3 {
	background: url(../images/bg_three.jpg) repeat-x bottom;
}

#wrap_slide.bg_one4 {
	background: url(../images/bg_one.jpg) repeat-x bottom;
}

#wrap_slide.bg_one5 {
	background: url(../images/bg_two.jpg) repeat-x bottom;
}

#wrap_slide.bg_one6 {
	background: url(../images/bg_one.jpg) repeat-x bottom;
}

#wrap_slide.bg_one1 .main div {
	background: url(../images/main_one1.jpg) no-repeat bottom;
}

#wrap_slide.bg_one2 .main div {
	background: url(../images/main_one2.jpg) no-repeat bottom;
}

#wrap_slide.bg_one3 .main div {
	background: url(../images/main_one3.jpg) no-repeat bottom;
}

#wrap_slide.bg_one4 .main div {
	background: url(../images/main_one4.jpg) no-repeat bottom;
}

#wrap_slide.bg_one5 .main div {
	background: url(../images/main_one5.jpg) no-repeat bottom;
}

#wrap_slide.bg_one6 .main div {
	background: url(../images/main_one6.jpg) no-repeat bottom;
}

.carusel {
	height: 390px;
}

.carusel_bg {
	background: url(../images/scroll_bg.png) repeat-x bottom;
	height: 52px;
	position: relative;
	margin-top: -52px;
	z-index: 12;
}

.slidetabs {
	float: left;
	width: auto;
	display: block;
	margin-top: 17px;
}

.slidetabs a {
	background: url(../images/tabs_a_bg.png) no-repeat;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 3px;
}

.slidetabs a.current span {
	background: url(../images/tabs_a.png) no-repeat;
	float: left;
	width: 17px;
	height: 16px;
	margin: 4px 0 0 3px;
}

/*** PAGES ***/
#home,#contacts,#company,#services,#solutions {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	display: none;
}

/*** HOME ***/
#home {
	
}

.whiteline,.greyline {
	padding: 35px 0;
}

.greyline {
	background-color: #BFBFBF;
}

.whiteline,.greyline1 {
	padding: 10px 0;
}

.greyline1 {
	background-color: #BFBFBF;
}

.left_column {
	width: auto;
	float: left;
}

.wrap h2,.wrap h3 {
	margin-bottom: 25px;
	color: #212223;
}

.wrap h2 {
	text-transform: uppercase;
}

.left_column p {
	float: left;
	width: 100%;
	margin-bottom: 13px;
	color: #212223;
	font-size: 14px;
}

.left_column p span {
	font-weight: bold;
}

.left_column a {
	color: #FF5A00;
}

#company .left_column a,#solutions .left_column a,#services .left_column a
	{
	font-weight: bold;
}

.greybox {
	background: url(../images/greybox_left.png) no-repeat left;
	width: auto;
	padding-left: 10px;
	height: 186px;
}

.greybox .bottom {
	background: url(../images/greybox_right.png) no-repeat right;
	width: auto;
	padding-right: 10px;
	float: left;
	height: 186px;
}

.greybox ul {
	width: 410px;
	height: 100%;
	background-color: #EEEEEE;
}

.greybox li {
	width: 410px;
	margin: 10px 0;
	font-size: 13px;
}

.greybox a {
	font-weight: bold;
	color: #212223;
	float: left;
	margin-top: 5px;
}

*:first-child+html .greybox a {
	width: 80%;
}

.greybox p {
	float: left;
	display: block;
	width: auto;
	margin-bottom: 0;
	font-size: 13px;
}

.col {
	width: 285px;
	float: left;
	margin-right: 40px;
}

.col li {
	width: 100%;
	margin-bottom: 15px;
}

a.date {
	font-size: 12px;
	color: #FFFFFF;
}

.col p {
	font-size: 13px;
	color: #212223;
}

a.more {
	background: url(../images/arrow_more.png) no-repeat;
	width: 14px;
	height: 16px;
	display: inline-block;
	margin-left: 6px;
	position: relative;
	top: 4px;
}

a.button {
	width: auto;
	float: left;
}

a.button img {
	height: 26px;
}

.col2 ul {
	margin-bottom: 11px;
}

.col2 li {
	background: url(../images/arrow_more.png) no-repeat left;
	padding-left: 25px;
	width: 260px;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.col2 a {
	font-weight: bold;
	font-size: 13px;
	color: #212223;
}

.col3 {
	margin-right: 0px;
}

.col3 p {
	line-height: 1.5em;
	margin-bottom: 10px;
	float: left;
}

.author {
	width: 100%;
	float: right;
	text-align: right;
	font-size: 13px;
	color: #434343;
	margin-bottom: 10px;
}

.col3 span {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}

#home .left_column {
	width: 680px;
}

#home .greybox {
	float: right;
}

/*** COMPANY ***/
#company .left_column {
	width: 630px;
}

#company .greybox {
	float: left;
	margin-bottom: 20px;
}

#company .greybox ul,#company .greybox li {
	width: 285px;
}

#company .greybox ul {
	padding: 0 10px;
}

.right_column {
	width: 300px;
	float: right;
	margin-right: 10px;
}

.right_column ul {
	width: 100%;
	float: left;
	font-size: 13px;
}

.right_column li {
	margin-bottom: 15px;
}

.right_column a {
	font-weight: bold;
	color: #FF5A00;
}

.right_column p {
	width: 200px;
	display: block;
	float: left;
}

/*** SERVICES ***/
#services .left_column {
	width: 100%;
}

#services .left_column ul {
	width: 100%;
}

#services .left_column li {
	width: 470px;
	margin-right: 10px;
}

#services .left_column p {
	width: 275px;
}

ul.s_s {
	margin-top: 48px;
}

/*** SOLUTIONS ***/
#solutions .left_column {
	width: 630px;
}

#solutions .left_column ul {
	width: 100%;
}

#solutions .left_column li {
	width: 100%;
	margin-bottom: 20px;
}

#solutions .left_column li p {
	width: 420px;
}

#solutions .right_column ul a {
	color: #FF5A00;
	text-transform: uppercase;
	margin-bottom: 6px;
}

/*** CONTACTS ***/
#contacts .left_column {
	width: 515px;
}

#contacts .left_column p {
	width: 275px;
}

#contacts .left_column ul,#contacts .left_column li {
	font-size: 14px;
	color: #212223;
	width: 230px;
}

#contacts .left_column li span {
	float: right;
}

#contacts .right_column ul a {
	text-transform: uppercase;
}

#contacts .right_column ul p {
	width: 300px;
}

#contacts  .col4 {
	width: 625px;
}

#contacts .col4 label,#contacts .col4 textarea,#contacts .col4 div {
	width: 300px;
	float: left;
	font-size: 13px;
	color: #212223;
	border: none;
}

#contacts .col4 div {
	margin-right: 10px;
}

#contacts .col4 input {
	float: left;
	background: url(../images/input_bg.png) no-repeat;
	height: 20px;
	margin-bottom: 10px;
	padding: 2px 4px;
	width: 291px;
	border: none;
}

#contacts .col4 textarea {
	background: url(../images/textarea.png) no-repeat;
	padding: 2px 4px;
	width: 291px;
	height: 120px;
}

#contacts .col4 #submit {
	background: url(../images/button_submit.png) no-repeat;
	padding: 0;
	margin-top: 12px;
	float: left;
	cursor: pointer;
	height: 26px;
}

/*** FOOTER ***/
.footer {
	background: url(../images/footer_bg.png) repeat-x top;
	background-color: #212223;
	height: 60px;
	padding-top: 28px;
	display: block;
	position: relative;
	z-index: 20;
}

.footer_nav {
	width: auto;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

.footer_nav li {
	border-left: 1px solid #A7A7A7;
	padding-left: 10px;
}

.footer_nav a {
	font-size: 13px;
	color: #A7A7A7;
	float: left;
	margin-right: 10px;
}

.copyright {
	width: auto;
	float: left;
	clear: both;
	font-size: 12px;
	color: #636363;
}

/** ie7 **/
*:first-child+html #home .col1 a.button {
	margin-top: 22px;
}

*:first-child+html #home .col3 a.button {
	margin-top: -4px;
}

*:first-child+html .right_column a.button {
	margin-top: 15px;
}

*:first-child+html #solutions .left_column ul {
	margin-bottom: 20px;
}

*:first-child+html #contacts .left_column li {
	margin-bottom: 5px;
}

*:first-child+html #contacts .left_column li span {
	margin-top: -16px;
}
