body{
	margin: 0;
	padding: 0;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	background-color: #dbebff;
}

a img{ border:0; }

#wrapper{
	width: 924px;
	margin: 0 auto;
}
#wrapper #top{
	height: 33px;
	background-image: url('../images/top_repeat.jpg');
	background-repeat: repeat-x;
	position: relative;
	margin-bottom: 10px;
}
#wrapper #top #topbottomleft{
	width: 5px;
	height: 11px;
	background-image: url('../images/top_bottom_left.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
    margin-top:22px;
}
#wrapper #top #topbottomright{
	width: 5px;
	height: 11px;
	background-image: url('../images/top_bottom_right.jpg');
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
    margin-top:22px;
}
#wrapper #header{
	height: 130px;
}
#wrapper #header #toplinks{
	color: #c2c2c2;
}
#wrapper #header #toplinks div.top_left{
	width: 300px;
	float: left;
	padding-left: 15px;
}
#wrapper #header #toplinks div.top_right{
	width: 550px;
	float: right;
	text-align: right;
	padding-right: 15px;
}
.languages{
	vertical-align: top;
}
#wrapper #header #toplinks div.top_right a.active{
	color: white;
}
#wrapper #header #toplinks div.top_right form{
	position: relative;
	padding: 0;
	vertical-align: top;
	display: inline;
}
#wrapper #header #toplinks div.top_right form input{
	color: #ababab;
	font-family: Verdana;
	font-size: 10px;
	padding: 2px;
	border: 1px solid black;
	vertical-align: top;
	margin-top: 2px;
	width: 139px;
}
#wrapper #header #toplinks div.top_right form input.hide{ 
	width: 0px; 
	position: absolute;
}
#wrapper #header #toplinks div.top_right form a{
	width: 15px;
	height: 14px;
	display: block;
	background-image: url('../images/search_button.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 128px;
	top:3px;
}
#wrapper #header #toplinks a{
	color: #c2c2c2;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#wrapper #header #toplinks a:hover{
	color: white;
}
#wrapper #menu{
	height: 35px;
	background-image: url('../images/menu_item_bg.png');
	background-repeat: repeat-x;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper #menu #top_left_corner{
	background-image: url('../images/menu_top_left.jpg');
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
}
#wrapper #menu #top_right_corner{
	background-image: url('../images/menu_top_right.jpg');
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 0;
}
#wrapper #menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#wrapper #menu ul .parent {
    border-bottom:none;
}
#wrapper #menu ul li{
	display: block;
	float: left;
	background-image: url('../images/menu_item_divider.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: -1px;
	position: relative;	
	left: 0;
	top: 0;
}
#wrapper #menu ul li:last-child{
	background-image: none;
}
#wrapper #menu ul li:first-child{
	margin-left: 1px;
}
#wrapper #menu ul li.more_gray{
	background-image: url('../images/gray_menu_arrow.jpg') !important;
	background-repeat: no-repeat;
	background-position: 185px center;
}
#wrapper #menu ul li.more_red{
	background-image: url('../images/red_menu_arrow.jpg') !important;
	background-repeat: no-repeat;
	background-position: 185px center;
}
/*#wrapper #menu ul li.selected{
	background-image: url('../images/menu_item_selected.png');
	background-repeat: repeat-x;
	background-color: black;
}*/
#wrapper #menu ul li a{
	color:white;
	font-family:Arial;
	font-size:15px;
	letter-spacing:-0.03em;
	text-decoration:none;
	display: block;
	padding: 7px 0px;
	text-align: center;
}
#wrapper #menu ul li a:hover , #wrapper #menu ul li.active{
	background-image: url('../images/menu_item_hover.gif');
	background-repeat: repeat-x;
}
#wrapper #menu ul li ul{
	width: 200px;
	position: absolute;
	left: -1px;
	top: 31px;
	background-color: #525354;/*#f5f6f8;*/
	border: 1px solid #2e3133;/*#cbd1d5;*/
    border-bottom:none;
	z-index: 1005;
	display: none;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#wrapper #menu ul li ul li , #wrapper #menu ul li ul li:hover{
	float: none;
	border-bottom: 1px solid #6a6c6d;
	widht: 200px;
}
#wrapper #menu ul li ul li:hover{
	background-color: #292929;
}

.stupidie{
	background-color: #292929;
}

#wrapper #menu ul li.selected ul{
	
}
#wrapper #menu ul li ul li a, #wrapper #menu ul li ul li span.separator{
	clear: both; 
	width: 185px;
	color: #d6cece;
	font-family: Verdana;
	font-size: 11px;
	background-image: none !important;
	padding: 7px 10px !important;
	text-align: left;
}
#wrapper #menu ul li ul li a:hover{
	color: #fff;
}
#wrapper #menu ul li ul li.active{
	background-image: none;
}
#wrapper #menu ul li ul li ul{
	left: 199px;
	top: -1px;
	position: absolute;
}

#wrapper #menu ul li.drop a, #wrapper #menu ul li.drop span.separator{
	background-image: url('../images/drop_down_item.gif');
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#wrapper #menu ul li:first-child.drop a, #wrapper #menu ul li:first-child.drop span.separator{
	margin-left: -1px;
}
#wrapper #menu ul li.item53 a, #wrapper #menu ul li.item53 span.separator {
	width: 120px;
	margin-left: 1px;
}

#wrapper #menu ul li.item59 a {
	width: 150px;
}

#wrapper #menu ul li.item74 a {
	width: 205px;
}

#wrapper #menu ul li.item82 a {
	width: 120px;
}

#wrapper #menu ul li.item76 a, #wrapper #menu ul li.item76 span.separator {
	width: 150px;
}

#wrapper #menu ul li.item81 a {
	width: 182px;
}

#wrapper #menu ul li span.separator {
float: none;
cursor:default;
display:block;
color: white;
font-family:Arial;
font-size:15px;
letter-spacing:-0.03em;
text-decoration:none;
padding: 7px 0px;
text-align: center;
}

#big_heading{
	width: 925px;
	height: 276px;
	background-image: url('../images/big_heading.jpg');
	background-repeat: no-repeat;
}	

.boxes{
	margin: 0;
	overflow: hidden;
	height: 100%;
/*	width: 920px;*/
}

.box{
	width: 306px;
	float: left;
	padding: 0;
	margin-right: 2px;
}

.box:last-child{
	margin-right: 0 !important;
}

.box .boxtop{	
	height: 5px;
	background-image: url('../images/box_top.jpg');
	background-repeat: no-repeat;
	padding: 0;
}

.box .heading{
	height: 45px;
	background-image: url('../images/box_heading.png');
	background-repeat: repeat-x;
	margin: 0 3px 0 2px;
	padding: 0;
}

.box .heading div.cell{
	margin: 0;
	padding: 0;
	width: 300px;
	font-family: Arial;
	color: white;
	letter-spacing: -0.03em;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 45px;
}

.box .heading div.cell div{
	width: 200px;
	margin: 0 auto;
}

.box .bottom{
	background-color: #efefef;
	background-image: url('../images/box_repeat.png');
	background-repeat: repeat-y;
}


.box .bottom .inner{
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	height: 146px;
	margin: 0 4px 0 2px;
}


.box .bottom .inner ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 8px;
}

.box .bottom .inner ul li{
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
	background-image: url('../images/box_list_item.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-right: 10px;
}


.box .more{
	/*background-color: #e0e0e0;*/
	height: 19px;
	background-image: url('../images/box_more.gif');
	background-repeat: no-repeat;
}


.box .more span{
	background-image: url('../images/more_icon.jpg');
	background-repeat: no-repeat;
	background-position: right 9px;
	padding-right: 15px;
	float: right;
	position: relative;
	top: -5px;
	right: 15px;
}


.box .more span a{
	color: #ed1c24;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}



.box .more span a:hover{
	text-decoration: underline;
}

.block_img{ display: block; }
/*
#footer{
	font-family: Verdana;
	font-size: 9px;
	text-align: right;
	padding: 10px;
	color: #575757;

}
#footer a{
color:#ED1C24;
margin-left:15px;
}
*/
#news_box{
	width: 300px;
	float: right;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 5px;
}

#news_box dl{
	display: block;
	font-family: Verdana;
}

#news_box dl dt , #news_box dl dd{
	margin: 0;
	padding: 0;
	display: block;
	padding: 4px 50px 4px 20px;
}

#news_box dl dt{
	color: #444444;
	font-weight: bold;
}

#news_box dl dd{
	color: white;
	background-image: url('../images/news_arrow.png');
	background-repeat: no-repeat;
	background-position: left 8px;
}

#news_box dl dd a{
	color: white;
	text-decoration: none;
}


#news_box dl dd a:hover{
	text-decoration: underline;
}

#news_box .head{
	background-image: url('../images/news_break_vertical.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#news_box .head h4{
	color: white;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.003em;
	padding: 5px 5px 5px 20px;
	margin: 0;
}


#slogan{
	float: left;
	width: 600px;
	padding-top: 165px;
	text-align: right;
}	

#slogan h3{
	text-align: right;
	color: white;
	font-family: Arial;
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 8px;
}

#slogan a{
	text-align: right;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.news_more{
	overflow: hidden;
}

.news_more span{
	float: right;
	background-image: url('../images/news_arrow.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-right: 15px;
}

.news_more span a{
	color:#ED1C24;
	font-family:Verdana;
	font-size:10px;
	text-decoration: none;
}

.news_more span a:hover{
	text-decoration: underline;
}

.tablecell{
	width: 100%;
	height: 100%;
}

#subheading{
	background-image: url('../images/subheading.jpg');
	background-repeat: no-repeat;
	width: 926px;
	height: 83px;
	margin: 2px 0;
}

#content{
	overflow: hidden;
	height: 100%;
}


#leftpage{
	width: 230px;
	float: left;
}

#rightpage{
	width: 670px;
	float: right;
	background-color: white;
	-moz-border-radius: 5px;
}
#rightpage label.validator {
       color: red;

}

#dropdownmenu{
	height: 100%;
}


#leftpage ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftpage ul li{
	display: block;
	border-bottom: 1px solid #e1e4e7;
}

#leftpage ul li.parent.active, #leftpage ul li.parent.active span.separator{
	background-image: url('../images/left_menu_white_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 210px center;
	border-bottom: none;
	background-color: #5da9d9 !important;
	color: white !important;
}

#leftpage ul li.parent.active ul{
	display: block;
}

#leftpage ul li.active a, #leftpage ul li a:hover, #leftpage ul li.parent.active .sepataror, #leftpage ul li .sepataror:hover {
	
	background-color: #5da9d9;
	color: white;
}

#leftpage ul li ul{
	display: none;
	}

#leftpage ul li.active ul li a{
	background-image: none;	
}

#leftpage ul li a, #leftpage ul li.parent span.separator {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #474747;
	background-color: #e9eef3;
	font-family: Verdana;
	font-size: 11px;
	padding: 8px 20px;
	cursor: pointer;
}

#leftpage ul li.active a, #leftpage ul li a:hover{
	background-image: url('../images/left_menu_right_arrow.jpg');
	background-position: 210px center;
	background-repeat: no-repeat;
	}

#leftpage ul li.parent a, , #leftpage ul li.parent span.separator {
	background-image: url('../images/left_menu_gray_arrow.jpg');
	background-position: 210px center;
	background-repeat: no-repeat;
	}

#leftpage ul li ul li a{
	cursor: pointer !important;
	background-color: white !important;
	color: #474747 !important;
}

#leftpage ul li ul li a:hover , #leftpage ul li ul li.selected a{
	color: #ed1c24 !important;
}


#leftpage ul li.parent.active, #leftpage ul li.parent a:hover, #leftpage ul li.parent:hover span.separator{
	background-image: url('../images/left_menu_white_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 210px center;
	background-color: #5da9d9;
	color: white;
}

#leftpage ul li ul li.active a, #leftpage ul li.parent ul li a:hover, #leftpage ul li.parent ul li span.separator:hover{
	background-image: url('../images/left_menu_red_arrow.jpg');
	background-repeat: no-repeat;
	color: #ED1C24 !important;
	cursor: default;
}


div.rounded{
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
}

div.rounded span.lt , div.rounded span.lb , div.rounded span.rt , div.rounded span.rb{ 
	position: absolute;
	background-image: url('../images/rounded_menu_left.png');
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	display: block;
}

div.rounded span.lt{
	left: 0;
	top: 0;
	background-position: 0 0;
}
div.rounded span.lb{
	left: 0;
	bottom: 0;
	background-position: 0 -5px;
}
div.rounded span.rt{
	right: 0;
	top: 0;
	background-position: -5px 0;
}
div.rounded span.rb{
	right: 0;
	bottom: 0;
	background-position: -5px -5px;
}

#rightpage{
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
#rightpage a{
	color: #ED1C24;
	}

#rightpage h3,h4{
	font-family: Verdana;
	font-size: 13px;
	padding: 0;
	margin:0;
	color: #444444;
}

#rightpage h5, h6{
	font-family: Verdana;
	font-size: 11px;
	padding: 15px;
	margin:0;
	color: #444444;
}

#rightpage h1{
	font-family: Verdana;
	font-size: 14px;
	padding: 5px 15px 15px 15px;
	margin:0;
}

#rightpage h2{
	font-family: Verdana;
	font-size: 13px;
	padding: 5px 15px 15px 15px;
	margin:0;
	color: #878787;
}


#rightpage p{
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	line-height: 210%;
	padding: 0 15px;
	margin: 0;
	margin-right: 50px;
}


#benefits{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	display: block;
	margin-right: 30px;
	display: block;
	line-height: 14px;
}

#benefits li{
	color: white;
	letter-spacing: 160%;
	background-image: url('../images/bullets.gif');
	background-repeat: no-repeat;
	background-position: 2px 50%;
	display: block;
	padding: 3px 0 3px 30px;
}



#rightpage span.breadcrumbs{
	font-family: Verdana;
	font-size: 10px;
	color: #5f5f5f;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	display: block;
}


#rightpage span.breadcrumbs a{
	color: #ed1c24;
	text-decoration: none;
}

#rightpage span.breadcrumbs a:hover{
	color: black;
}

#rightpage ul{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	}

#rightpage li{	
	letter-spacing: 160%;
	line-height: 200%;
	background-image: url('../images/bullets.jpg');
	background-repeat: no-repeat;
	background-position: 8px 6px;
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0 10px;
	}

#rightpage ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#rightpage ul li li{
	background-image: url('../images/news_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 6px 8px;
	}
	
#rightpage ul li li.clearlist{
	background-image: none !important;
	}

#rightpage table.colorfull{
	background-color:#FFFFFF;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	padding: 0;
	margin: 0  15px;
	border-collapse:collapse;
	width: 630px;
	}

#rightpage table.colorfull th{
	background-color:#5DA9D9;
	border-bottom: 3px solid #333333;
	padding: 5px;
	margin: 0;
	color: #ffffff;
	}
	
#rightpage table.colorfull th.noborder{
	border-bottom: none;
	}

#rightpage table.colorfull td.blueback{
	background-color:#5DA9D9;
	}

#rightpage table.colorfull th p{
	color: #ffffff;
	line-height: 150%;
	}
	
#rightpage table.colorfull tr:nth-child(2n){
	background-color: #dddddd;
	}
	
#rightpage table.gray{
	background-color: #dddddd;
	border-bottom: none;
	}

#rightpage table.colorfull td{
	padding-left: 15px;
	border: none;
	}

#rightpage table.colorfull td p, #rightpage table td p{
	color: #000000;
	padding: 2px;
	margin: 0;
	line-height: 150%;
	}
	
#rightpage table.colorfull td p.dds{
	color: red;
	font-size: 8px;
	}
	
#rightpage table.colorfull td p.whitetext{
	color: white;
	}
	
#rightpage p.img_caption{
	font-style: italic;
	}

div.componentheading{
	display: none;
}

#searchresults{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 10px;
}

#searchresults li{
	background-image: none;
	font-family: Verdana;
	font-size: 11px;
	color: #6f6f6f;
	font-weight: normal;
	padding-top: 15px;
}

#searchresults li h4{
	background-image: url('../images/news_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 8px;
	margin: 0px;
}

#searchresults li p{
	padding: 0px 0px 0px 15px;
	margin: 0;
}

#searchresults li a{
	color: #d43333;
	font-family: Verdana;
	font-size: 11px;
	list-style-type: none;
	font-weight: bold;
}


#paging{
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	padding: 5px;
	margin-top: 15px;
	color: #e71111;
}

#paging a{
	color: #e71111;
}


#sitemap ul{
	list-style-type: none;
}

#sitemap ul li{
	background-image: none;
	padding: 2px;
}

#sitemap ul li a{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#sitemap ul li li{
	background-image: none;
}

#sitemap ul li ul li a{
	color: #b80505 !important;
	background-image: url('../images/news_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
	font-weight: normal;
}

.dates{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #373737;
	padding-left: 15px;
}
table.contacts_first{
   width:100%;
}
table.contacts_first td{
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #373737;
    background-color: #f5f6fb;
	vertical-align:baseline;
}
table.contacts_first td.heading, table.contacts td.heading{
        font-family: Verdana;
		font-size: 12px;
        font-weight:bold;
}
table.contacts_first td.heading{
	background-color: #e9eef4;
}
table.contacts_first td span{
	width: 60px;
	display: block;
	float: left;
}
table.contacts_first td input{
	border: 1px solid #e0e1e7;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}
table.contacts_first td .long{
	width: 120px;
}

table.contacts_first td input.nonfloat{
	display: block;
	width: 300px;
}

div.label{
	color:#373737;
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
}

table.contacts{
	margin-top: 20px;
}
table.contacts td{
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 50px 5px 5px;
	color: #373737;
}

table.trans_act_data td{
        padding-right:80px;
}
table.vehicles_data td{
      padding-right:0 ! important; 
}
table.vehicles_data .col1, table.vehicles_data .col2, table.vehicles_data .col3, table.vehicles_data .col4, table.vehicles_data .col5
{
	font-weight:bold;
	padding-right:0 ! important;
	text-align:center;
}
table.vehicles_data .txt_model{
       width:255px;
}
table.vehicles_data .txt_year{
       width:115px;
}
table.vehicles_data .txt_quantity{
       width:70px;
}
table.vehicles_data .txt_install{
       width:115px;
}
table.vehicles_data .txt_places{
       width:255px ;
margin-right:10px;
}

table.contacts td .divTransportType
{
 width:170px;
}

table.contacts td label{
	float: left;
}

table.contacts td input{
	float: right;
margin-top:0px;
*margin-top:-3px;
	
}

table.contacts td input.shine{
	border: 1px solid #c0ccd9;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}

.other_c{
	border: 1px solid #c0ccd9;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
margin-left:15px;
	width: 370px;
float:none ! important;
}

.submit{
	background-color: #1992d7;
	border: 1px solid #1992d7;
	margin: 10px;
	color: white;
	padding: 4px;
	font-family: Verdana;
	font-size: 11px;
	float: right;
}
.error
{
  color:red;
}
.success
{
  color:#878787;
}
#send_message{
	background-color: #eaf2fd;
	-moz-border-radius: 3px;
	padding: 9px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #cfdcee;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*-------------------------------------*/

.box1_heading
{
	background-image: url('../images/control.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 203px;
	width: 306px;
	position: relative;
}

.box2_heading
{
	background-image: url('../images/security.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 203px;
	width: 306px;
	position: relative;
}

.box3_heading
{
	background-image: url('../images/isecurity.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 203px;
	width: 306px;
	position: relative;
	text-align: center;
}

.box4_heading
{
	background-image: url('../images/auto_control.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 203px;
	width: 306px;
	position: relative;
	text-align: center;
}

.box_title
{
	margin: 0;
	padding: 5px 0px;
	width: 300px;
	font-family: Arial;
	color: white;
	letter-spacing: -0.03em;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 45px;
}
	
.box .box_bottom .box_inner
{
	height: 250px;
	margin: 0;
	padding: 0;
	background-image: url('../images/box_bottom_background.jpg');
	background-repeat: repeat-y;
}


.box .box_bottom .box_inner ul{
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	margin-left: 8px;
	height: 225px;
	display: block;
}

.box .box_bottom .box_inner ul li{
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
	background-image: url('../images/box_list_item.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-right: 10px;
}

	
.box .box_bottom
{
	margin-top: -7px;
	padding: 0;
	background-image: url('../images/box_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

.box .box_bottom .more{
	background-color: #e0e0e0;
	height: 19px;
	background-image: url('../images/box_more.gif');
	background-repeat: no-repeat;
}


.box .box_bottom .more span{
	background-image: url('../images/more_icon.jpg');
	background-repeat: no-repeat;
	background-position: right 9px;
	padding-right: 15px;
	float: right;
	position: relative;
	top: -5px;
	right: 15px;
}


.box .box_bottom .more span a{
	color: #ed1c24;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}



.box .box_bottom .more span a:hover{
	text-decoration: underline;
}


table#partners a{
	text-align: center;
	display: block;
	width: 200px;
	color: #ffffff;
	padding: 15px 15px 0 0;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	}

#footer{
	font-family: Verdana;
	font-size: 9px;
	color: #575757;
}
#footer a{
	color:#ED1C24;
	/*margin-left:15px;*/
}
	
#footer .contacts {
    line-height: 34px;
	text-align: right;
	width: 750px;	
}	

#c1 {
    background-position: 5px bottom;
	background: url("../images/facebook.png") repeat-x scroll 0 0 transparent;
	display: block;
    height: 24px;
    width: 24px;
}

#c2 {
    display: block;
    height: 24px;
    width: 24px;
    background-position: 0 -2;
	background: url("../images/youtube.png") repeat-x scroll 0 0 transparent;
}

#c1:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#c2:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

