
body{
	background: #efefef url(../../images/main/body_bg.png) repeat-x top;
}
#container{

}

#navigation{
	background: url(../../images/main/navigation_left_bg.gif) no-repeat top left;
}
#navigation div.right a.selected{
	border: 1px solid #b7cc3a;
}

#logo{
	background: url(../../images/main/logo_bg.png) no-repeat top left;
}
#banner{
	background: #fff url(../../images/main/banner_bg.png) repeat-x top left;
}
#logos{
	background: url(../../images/main/logos_bg.png) no-repeat top left;
}

#left_column{
	background: url(../../images/main/left_column_bg.png) no-repeat right top;
}
#left_column_bottom{
	background: url(../../images/main/footer_cont_left.png) repeat-y right top;
}
#right_column{
	background: url(../../images/main/right_column_bg.png) no-repeat left top;
}

#right_column_bottom{
	background: url(../../images/main/footer_cont_right.png) repeat-y left top;
}
#content{
	background: #fff;
}
#content_bottom{
	background: #fff;
}
#footer{
	background: #ccccbf url(../../images/main/footer_bg.gif) repeat-x top;
}
#footer_menu {
	background: url(../../images/main/footer_cont.gif) no-repeat -10px 0;
}

#menu{
	border-bottom: 1px solid #e6e6d9;
}
#menu li{
	border-top: 1px solid #e6e6d9;
}
#menu ul li{
	background: url(../../images/main/menu_arrow.gif) no-repeat 8px 10px;
}
#menu ul li ul li{
	background: url(../../images/main/menu_arrow2.gif) no-repeat 18px 10px;
}
#menu a.selected{
	background: url(../../images/main/menu_selected.png) repeat-x;
}

img.pink{
	border: 4px solid #f13c9c;
}
img.blue{
	border: 4px solid #0069ba;
}
img.lightblue{
	border: 4px solid #00bbf3;
}
img.violet{
	border: 4px solid #683997;
}
img.yellow{
	border: 4px solid #ffd50d;
}
a.more{
	background: #eee;
	border: 1px solid #ccccbf;
}
a.more:hover{
	background: #ddd;
}
.news ul li{
	background: url(../../images/main/content_list_arrow.gif) no-repeat 3px 9px;
}
a.back{
	background: #f1f1ee;
	border: 1px solid #ccc;
}
a.back:hover{
	background: #ddd;
}

div.spacer{
	background: url(../../images/main/spacer.gif) repeat-x center;
}
div.right_block ul li{
	background: url(../../images/main/right_block_arrow.gif) no-repeat 3px 9px;
}
div.bgblack {
	background: url(../../images/main/blackbox_middle.gif) repeat-y;
}
div.moveimg1 {
	background: url(../../images/main/blackbox_top.gif) no-repeat bottom;
}
div.moveimg2 {
	background: url(../../images/main/blackbox_bottom.gif) no-repeat top;
}
ul.pagination li{
	list-style: none;
	background: none;
}
ul.pagination li a{
	border: 1px solid #c1c90d;
}
ul.pagination li a:hover{
	background: #e1eb04;
}
ul.pagination li.current_page{
	background: #e1eb04;
}
ul.pagination li.inactive { 
	color: #ccc;
	border: 1px solid #ccc;
}
.gallery .photo{
	background: #fcfcfc;
	border: 1px solid #f1f1f1;
}
.partners .photo{
	background: #fcfcfc;
	border: 1px solid #ddd;
}
.underline{
	border-bottom: 1px solid #eee;
}
#search_form{
	background: #fdfdfd;
	border: 1px solid #ccc;
}