html{
	/*background:  url(../img/2012/kad2012_htmlbgrd.png) top center repeat-y;*/
	padding:0;
	margin:0;
	}

body {
	padding:0;
	margin:0;
/* 	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; */	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#322f31;
	background:#FFF url(../img/2012/kad2012milpaper.gif) top center;

}

a { 
	outline: none;
	border:0px;
} 

img { 
	outline: none;
	border-style:none;
}

/* ================================================================= */





h1 {
	margin: 0px 0 5px 0;
	padding:0px;
	font-size: 20px;
	line-height:100%;
	text-transform:uppercase;
	
}

.h1top {
	margin: 30px 0 5px 0;
}

.h1top span{
	font-weight: normal;
}



h2 {
	margin: 0px 0 5px 0;
	padding:0px;
	font-size: 16px;
	line-height:100%;
	text-transform:uppercase;
}

h2.top {
	margin: 30px 0 5px 0;
	font-size: 14px;
	text-transform:uppercase;
	color:#666;
}

.ProjectTextArea h2.top {
	margin: 0px 0 5px 0;
	font-size: 14px;
	text-transform:uppercase;
	color:#666;
}

h1 span {
	color:#666;
	font-weight:normal;
}

h2 span {
	color:#666;
	font-weight:normal;
}

h3 {
	font-size:14px;
	line-height:175%;
	padding:0px;
	margin:0px 0px 5px 0px;
/*	text-align:justify;	*/
}

h4 {
	font-size:12px;
	font-weight:normal;
	padding:4px 4px 0 0;
	margin:0px 0 0px 0;
	line-height:120%;
}
h5 {
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	padding:4px 4px 0px 0;
	margin:0px 0 0px 0;
	line-height:12px;

}
h6 {
	text-transform:uppercase;
	font-size:0px;
	padding:0px;
	margin:0;
	line-height:0;
}
p {
	font-size:12px;
	font-weight:normal;
	line-height:175%;
	padding:0px;
	margin:0px 0px 10px 0px;
/*	text-align:justify;	*/


}
/*
a {
	color: #9B9181;
	text-decoration: none;
}
a:hover {
	color: #72695A;
}

a[name] {
  height:1px;
  font-size: 1px;
  overflow: hidden;
  width:100px;
  background: none;
  display: block;
}

*/

/*a.link{
	color:#FFF;
	background:#095DA2;
	padding:3px 5px;
	}

a.link:hover{
	background:#FC0;
	
}*/


#headerwrap {
	margin:0 auto;
	width: 100%;
/*	position:fixed;	*/

}


#header {
	padding:0px 2% 0px 2%;
	height:70px;
	border-bottom: #322f31 1px solid;
	background:#FFF;

}


#logo{
	margin:18px 0px 0px 0px;
	float:left;
	background-color:#FFF;
	}

#logo a{
	height:46px;
	width:119px;

	display:block;
	background:url(../img/2012/KAD-design-logo.png) top center no-repeat;
/*	text-indent:-9999px;
	float:right;
	margin-right:10px;	*/
}

.headmenu{
	padding:0;
	margin:0px;
	float:right;
	height:70px;
	display:block;
	}

.headmenu li{
	margin:0px;
	padding:0;
	display:inline;
	height:60px;
	position: relative;
}

.headmenu li a{
	margin:0 0 0 20px;
	padding:13px 0 23px 0;
	display:inline-block;
	position: relative;
	text-decoration:none;
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	color:#333;
	border-top: #fff 3px solid;
}

.headmenu li a:hover, .headmenu li a:hover span{
	color: #999;
}

.headmenu li a span{
	font-size:10px;
	color:#666;
}

.headmenu li a.selected{
	border-top: #ec161e 3px solid;
	}
	
.headmenu .portfoliomenu li a.selected{
	border-top: #fff 3px solid;
	background: url(theme/project_nav.png) no-repeat 0px -29px;
	}
	
.headmenu li.highlight a.mportfolio {
	border-bottom: #ec161e 3px solid;
	padding:13px 0 20px 0;
	}
	
.headmenu li a.selected.mportfolio {
	border-bottom: #ec161e 3px solid;
	border-top: #ec161e 3px solid;
	padding:13px 0 20px 0;
	}
	



/* ================================================ */

#wrap {
	margin:10px auto;
	background-color:#FFF;
	width: 1200px;
	min-width:1200px;
	min-height:560px;
	text-align: left;	
	-moz-box-shadow: 1px 1px 2px 2px #eee;
	-webkit-box-shadow: 1px 1px 2px 2px #eee;
	box-shadow: 1px 1px 2px 2px #eee;
}


.main {
	padding: 0px 2% 0px 2%;
	width: 96%;
}

.clearboth {
	clear:both;	
	}

.clearbothh30 {
	clear:both;
	height:30px;
	}

.centercontent {
	padding: 0px 0px 30px 0px;
	text-align:center;
	}
	
.centercontent p{
	display:inline-block;
	margin: 0px auto;
	}

/**********************************************/

.headmenu li.highlight > ul
{
	display: block;
}

/* Sub-menu */

.headmenu ul
{
    list-style: none;
    margin: 0px;
    padding: 3px 0px 0px 0px;    
    display: none;
    position: absolute;
    top: 38px;
    left: 20px;
	text-align:left;
    z-index: 99999;  
	background:url(theme/submenuBack.png) 0 0 no-repeat;
	border-bottom:2px solid #ec161e;
}

.headmenu ul li {
	text-align:left;
	float: none;
	display: block;
	margin:0px;
	padding:0px;
	height:auto;
	}

.headmenu ul a
{
	padding:5px 15px 4px 15px;
	margin:0px;
	border-top:1px solid #fff;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	height:auto;
	line-height:200%;
    display: block;
    white-space: nowrap;
    float: none;
	color:#333;
}

.headmenu ul li:first-child a{
	border-top:0px solid #fff;
}

.headmenu ul a:hover
{

}

/*
.headmenu ul li:last-child, .headmenu ul li:last-child a
{
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	}
*/



.headmenu li:hover > a	/*	Background color of top menu item	*/
{
/*	border-bottom:3px solid #ec161e;
	color:#fff;	*/
}

.headmenu li.highlight > a	/*	Background color of top menu item	*/
{
/*	background-color:#004263;
	color:#fff;		*/
}



*html .headmenu ul a /* IE6 */
{    
/*	height: 24px;	*/
}

*:first-child+html .headmenu ul a /* IE7 */
{    
/*	height: 24px;	*/
}

.headmenu li:hover > a.selected	/*	Background color of top menu item current	*/
{
/*	background-color:#006899;
	color:#fff;		*/
}

.headmenu ul a.selected, .headmenu ul a.selected:hover
{
/*	background-color:#000;	*/
	color:#000;
}


/*********************************************	NEWS	*/

#KADnews {
	height:1px;
	position:relative;

}

#KADnewsShow {
	width:99%;
	margin:0px 0% 0px 1%;
	padding:0px;
	height:26px;
	color:#FFF;
	position:absolute;
	background:url(theme/newsBack.png) top right no-repeat;
	bottom:40px;
	cursor:pointer;
}

#KADnewsShow:hover {
	background:url(theme/newsBackOn.png) top right no-repeat;
}



#KADnews p {
	color:#FFF;
	font-weight:bold;
	}


/* ================================================= */

/*********************************************	Profile Text and Images Areas	*/

#kadlisting {
	margin: 0px;
	padding:0px 0px 30px 0px;
	}

.contactArea,
.profileArea {
	margin: 30px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	}
	
#mapRus,
#mapMon,
#mapCar {
	float:left;
	width: 32%;
	}
	
#mapMon,
#mapCar {
	margin:0px 0px 0px 2%;
	}
	
.profileArea h2 {
	font-size:12px;
	margin:0px 0px 5px 0px;
}

.docArea h1 {
	margin: 0px 0 15px 0;
}

.referenceArea h2 {
	line-height:175%;
	text-transform:none;
	margin:0px 0px 5px 0px;
	
}

.referenceArea h3 {
	text-align:right;
	line-height:175%;
	font-size:14px;
}

.referenceArea h3 em{
	font-weight:normal;
	font-style:normal;
}

.referenceImage img {
	width:100%;
	height:auto;
	
	}


.profileArea .kad-open  h2 {
	font-size:16px;
	margin:0px 0px 5px 0px;
}

.staffTitle {
	padding:0px 0px 0px 20px;
	background:url(theme/KAD-open.png) 2px 4px no-repeat;
	cursor:pointer;
	}
	
.serviceTitle {
	margin:30px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	background:url(theme/KAD-open.png) 2px 4px no-repeat;
	cursor:pointer;
	}
	
.serviceTitle:first-child {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	background:url(theme/KAD-open.png) 2px 4px no-repeat;
	cursor:pointer;
	}
	
div.serviceTitle.kad-open,	
div.staffTitle.kad-open {
	padding:0px 0px 0px 20px;
	background:url(theme/KAD-close.png) 2px 4px no-repeat;
	cursor:pointer;
	}
	
div.serviceTitle.kad-open:hover,
div.staffTitle.kad-open:hover {
	background:url(theme/KAD-close-over.png) 2px 4px no-repeat;
	}
	
	
.serviceTitle:hover,	
.staffTitle:hover {
	background:url(theme/KAD-open-over.png) 2px 4px no-repeat;

}	

.serviceTitle:hover h2,
.staffTitle:hover h2 {
	text-decoration:underline;
	color:#666;
	}
	
#KADabout .referenceTitle {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	background:url(theme/KAD-open.png) 2px 10px no-repeat;
	cursor:pointer;
	}
	

.referenceTitle {
	margin:30px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	background:url(theme/KAD-open.png) 2px 10px no-repeat;
	cursor:pointer;
	}
	
.referenceTitle h2{
		font-size:14px;
}
	
div.referenceTitle.kad-open {
	padding:0px 0px 0px 20px;
	background:url(theme/KAD-close.png) 2px 10px no-repeat;
	cursor:pointer;
	}
	
div.referenceTitle.kad-open:hover {
	background:url(theme/KAD-close-over.png) 2px 10px no-repeat;
	}
	
	
.referenceTitle:hover {
	background:url(theme/KAD-open-over.png) 2px 10px no-repeat;
	}	

.referenceTitle:hover h2 {
	text-decoration:underline;
	color:#666;


	}
	
.staffPhotos {
	border:#666 0px solid;
	width:36%;
	float:right;
	}
	
.staffPhotos img{
	width:100%;
	}

.serviceText,
.staffText{
	padding: 10px 0px 0px 20px;
	}

.staffDesc{
	border:#666 0px solid;
	width:60%;
	float:left;
	}

.coverphoto{
	margin:6px 40px 40px 0;
	float:left;
	}
	
.cvArea {
	max-width:750px;
	
	}	
	
#cvTextArea {
	float:left;
	
	}

.coverphotoright{
	border:#FFF 5px solid;
	width:120px;
	height:134px;
	outline:#F00 5px solid;
	margin:10px 10px 10px 0;
	float:right;
	}
	
#servicesSlider {
	margin: 30px 0px 0px 0px;
	}

#KADnewspage .imageShowArea, 
#KADreferences .imageShowArea,
#KADservices .imageShowArea{
	margin: 30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	float:left;
	width:32%;
	}

.imageShowArea {
	margin: 30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	float:left;
	width:49%;
	}

.imageShowArea2 ul li img,
.imageShowArea ul li img{
	width:100%;
	}
	
#KADnewspage .textArea, 
#KADservices .textArea,
#KADreferences .textArea {
	margin: 30px 0px 0px 0px;
	padding:none;
	float:right;
	width:66%;
	}
	
#servicesCol1 {
	float:left;
	width:48%;
	margin:0px;
	}

#servicesCol2 {
	float:right;
	width:48%;
	}



.textArea {
	margin: 30px 0px 0px 0px;
	padding:none;
	float:right;
	width:49%;
	}
	
.eng50 {
	width:48.75%;
	float:left;	
	padding:0px 0px 30px 0px;
}
	
.rus50 {
	width:48.75%;
	float:right;
	padding:0px 0px 30px 0px;
	}
	
.textEng {
	padding: 0px 0px 50px 0px;
	}
	
.textRus {
	padding: 0px 0px 50px 0px;
	}
	

/* ================================================= */



/*********************************************	Portfolio Nav Area	*/


.ProjectTextArea {
	float:left;
	width:23.2%;	
	}

.ProjectImagesArea {
	float:right;
	width:73.6%;	
	}


#noStaff .projectArea,
#noProject .projectArea,
#noProject #projectpadding{
	display:none;	
	}
#yesStaff #projectThumbs,
#yesProject #projectThumbs{
	display:none;	
	}

.sectorTitle {
	margin:0px 0px 25px 0px;
	
	}

.projectList {
	float:left;
	width:22.5%;
	margin:0px 0px 15px 2%;	
	}
	
.projectList.staffList {
	float:left;
	width:17.6%;
	margin:0px 0px 15px 2%;	
	}
	
#projectThumbs.staffThumbs{
	padding:0px 0px 60px 0px;
	}

#projectThumbs.CloseList{
	display:none;	
	}
	
#projectThumbs2{
	background-color:#3FF;
	height:200px;
	}
	
#projectThumbs.CloseList{
	display:none;	
	}
	
.projectList img{
	width:100%;
	padding:0px;
	margin:0px;
	-moz-box-shadow: 0px 0px 1px 1px #D9D9D9;
	-webkit-box-shadow: 0px 0px 1px 1px #D9D9D9;
	box-shadow: 0px 0px 1px 1px #D9D9D9;
	}

.projectList a{
	padding:0px;
	margin:0px;
	}
	
#yesStaff .projectList a.titleLink,
#noStaff .projectList a.titleLink {
	height:60px;
	background: url(theme/project_nav2.png) no-repeat 0px 6px;
}

#yesStaff .projectList:hover a.titleLink,
#noStaff .projectList:hover a.titleLink {
	background: url(theme/project_nav2.png) no-repeat 0px -134px;
	color:#999;
}

.projectList a.titleLink {
	padding:5px 0px 0px 15px;
	margin:0px;
	background: url(theme/project_nav.png) no-repeat 0px 6px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
	color:#333;
	height:35px;
}

.projectList:hover a.titleLink {
	background: url(theme/project_nav.png) no-repeat 0px -34px;
	color:#999;
}


#PreviousForward {
	text-align:right;
	margin: 20px 0px 10px 0px;
	
	}

#PreviousForward ul {
	padding:0;
	margin:0px;
	display:block;
	}

#PreviousForward ul li{
	margin:0px 0px 0px 20px;
	padding: 0px 0px 3px 15px;
	font-size:10px;
	font-weight:bold;
	display:inline;
	line-height:225%;
	text-transform:uppercase;
	cursor:pointer;
}

#previousP {
	background: url(theme/project_nav.png) no-repeat 0px -132px;
	}
	
#previousP:hover {
	background: url(theme/project_nav.png) no-repeat 0px -171px;
	}

#allP {
	background: url(theme/project_nav.png) no-repeat 0px -307px;
	}
	
#allP:hover {
	background: url(theme/project_nav.png) no-repeat 0px -407px;
	}
	
	
#allP.thumbs-open {
	background: url(theme/project_nav.png) no-repeat 0px -368px;
	}
	
#allP.thumbs-open:hover {
	background: url(theme/project_nav.png) no-repeat 0px -268px;
	}
	
#nextP {
	background: url(theme/project_nav.png) no-repeat 0px 2px;
	}

#previousP a,
#nextP a{
	font-size:10px;
	color:#322f31;
	text-decoration:none;
}

#previousP a:hover,
#nextP a:hover{
		color: #999;
}
	
#nextP:hover {
	background: url(theme/project_nav.png) no-repeat 0px -37px;
	}


#PreviousForward ul li:hover {
	color: #999;
}


/* ================================================= */


/*********************************************	Project Text and Images Areas	*/

.projectArea {
	clear:both;
	
	
	}



/* ================================================= */


/*********************************************	Contact Location Map iframe	*/

.locationmap{
    height: 350px;
	margin:20px 0px 20px 0px;
}


/* ================================================= */

.kalendar {
	border-top: #FF0000 solid 0px;
	margin:0px 0px 10px 0px;
	float:left;
	
	
}
.kalendar .sectiontitle {
	color: #999;
	padding:0px 0 0px 0px;
	margin:0 0 0px 0;
}
.kalendarblok {
	padding:10px 0;
	margin:0px 7px 0 0;
	border-right:#9C9D9F dotted 0px;
	float:left;
	display:block;
	width:230px;
	/*width:100%;
	height:80px;*/
/*	background:#FFFFFF;
	-moz-box-shadow: 0 0 5px #ccc; 
	-webkit-box-shadow: 0 0 5px #ccc;*/
}
.last {
	border-bottom:#9C9D9F dotted 0px;
}

div.kalendartext {
	margin:0px 5px 0px 0px;
	padding:0;
	/*background:#FF0000;*/
	color:#333;
	float:left;
	width:150px;
}
div.kalendartext p {
	padding:0;
	margin:0;
	line-height:13px;
	text-align:right;
}
p.kalendarmesto {
	font-size:11px;
	color:#131313;
	margin:0 5px 10px 0;
	text-transform:uppercase;
	color:#FF0000;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p.kalendartitle {
	font-size:10px;
	margin:7px 5px 0 0;
	line-height:11px;
	font-weight:normal;
	color:#333;
}
.kalendartitle a {
	color:#131313;
	text-decoration:none;
	display:block;
}
.kalendartitle a:hover {
	color: #737477;
}
.kalendarall {
	color: #999;
	background:#FFF;
	padding:5px 0 5px 0px;
	margin:0 0 0px 0;
}
.kalendarall a {
	color:#FFF;
	text-decoration:none;
}
.kalendar h3 {
	padding:0;
	margin:15px 52px 0px 0;
	text-align:right;
}




/* =============================================================================   */


.downloadbox{
	margin:20px 0px 0 0;
	padding:0px 0px 5px 0px;
	list-style:none;
	border-bottom:#FFF solid 0px;
}

.fotkecase a{
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
	}

.fotkecase a img{
	border:#ff0000 solid 0px;
	outline:#ff3300 solid 0px;
	margin:0;
	padding:0;
	line-height:0;
	}

.fotkecase .imgcontainer{
	width:464px;
	border:#ff0000 solid 3px;
	margin: 0 0 10px 0;
	padding:0;
	line-height:0;
	}

.imgcont_clients{
	background:#FFF; 
	text-align:center; 
	width:128px; 
	height:80px; 
	border:solid #e5e5e5 1px;
	color:#666;
	overflow:hidden;
	}

.imgcont_clients a{
	color:#06C;
}

.imgcont_clients img{
	width:100px;
}


.imgcont{
	background:#FFF; 
	text-align:center; 
	width:228px; 
	height:160px; 
	border:solid #e5e5e5 1px;
	padding:15px 0 0 0;
	}

.imgcont a{
	color:#06C;
}

.imgcont a.link{
	color:#06C;
	padding:1px 3px;
	background:#FC0;
}
.imgcont a.link:hover{
	background:#095DA2;
	color:#FFF;
}



.imgcontainer{
	border:#ff0000 solid 0px;
	margin: 10px 0 10px 0;
	padding:0;
	line-height:0;
	}


dl.projekatinfo {
	margin: 20px 0 0px 0;
	padding: 0;
	font-size:12px;
	/*width:230px;
	float:right;*/
	padding:0 0px
}
.projekatinfo dt {
	/*position: relative;
	left: 0;
	top: 15px;*/
	/*width:100px;
	font-weight: bold;*/
	color:#F00;
	font-size:10px;
	margin: 0 0 2px 0px;
	padding: 0;
	line-height:125%;
	color:#666;
	font-weight:bold;
	
}
.projekatinfo dd {
	margin: 0 0 8px 0px;
	padding: 0;
	line-height:175%;
}
	
.newslist{
	list-style:none;
	padding:0;
	margin:30px 0 0px 0px;
}


.newslist li{
	padding:0px 0px 30px 0px;
	margin:0px 0 0px 0px;
	float:left;
	width:100%;
	max-width:750px;
}






div.datetime {
	float:left;
	width:40px;
	margin:0px 10px 5px 0px;
	padding:0;
/*	background:#FF0000;			*/
	color:#666;
	text-align:center;
	font-weight:bold;
}



.newslist h3{
	text-transform:uppercase;
	font-size:12px;
	margin:0px;
	
	}
	
.newslist h3.newsRussian {
	margin:10px 0px 0px 50px;
	
	}

.newslist h4{
	line-height:175%;
	padding: 4px 4px 0px 50px;
	}
	
.newslist .newsRussian {
	line-height:175%;
	padding: 4px 4px 0px 50px;
	}

div.datetime p.year {
	font-size:9px;				
	background: #FF0000;		
	text-align:center;
	margin:0;
	padding: 2px 0px 1px 0px;
	width:34px;
	line-height:200%;
	color:#ffffff;
	clear:left;
	float:left;
}
div.datetime p.mon {
	font-size:9px;
	text-transform: uppercase;
	background: #131313;		
	letter-spacing:0px;
	text-align:center;
	width:34px;
	margin:0;
	padding: 2px 0px 1px 0px;
	line-height:200%;
	color:#ffffff;				

	float:left;
}
p.yr {
	font-size:9px;

}

/* ================================================= */


/*********************************************	News Text on Home Page	*/

p.floatNews {
	position:absolute;
	left:-10px;
	width:61px;
	margin:0px;
	height:24px;
	background:url(theme/newsTitleBack.png) 0 0 no-repeat;
	padding:2px 0px 0px 20px;
	
	}

.tickercontainer { 
height: 26px;
margin: 0;
padding: 0;
overflow: hidden;
}

#webticker {

}
.tickercontainer .mask { 
position: relative;
top: 8px;
margin: 0px 30px 0px 75px;
height: 26px;
overflow: hidden;
}
ul.newsticker { 
	position: relative;
	top:-5px;
	font: bold 14px Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
float: left;
margin: 0;
padding-right: 30px;
}




.homeNews .year {
	margin:0;
	padding: 0px 0px 0px 2px;
	line-height:175%;
	color:#eee;				
	float:left;
}

.homeNews p {
	float:left;
	color:#ffffff;
	letter-spacing:0.2em;
}

.homeNews p span {
	color:#000;
/*	text-transform:uppercase;	*/
}

.homeNews .mon {
	text-transform: uppercase;
	letter-spacing:0px;
	text-align:center;
	margin:0;
	padding: 0px 0px 0px 8px;
	line-height:175%;
	color:#eee;				
	float:left;
}

/* ================================================= */

/* --------------------------------------------------------------------------- FOOTER --------- */


#footerwrap{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;	
}

#footer{
	width:1200px;
	text-align:left;
	margin: 0px auto;
	padding:0px 0px 20px 0px;
	font-size:10px;
	line-height:200%;
	color:#999;
	font-weight:normal;
	/*background:url(../img/2012/kad2012_footer.png) top center no-repeat;*/
}


#footer .footermenu{
	padding:0;
	margin:0px;
	float:right;
	height:70px;
	display:block;
	}

#footer .footermenu li{
	margin:0px;
	padding:0;
	display:inline;
	height:50px;
	position: relative;
}

#footer .footermenu li a{
	margin:0 0 0 20px;
	padding:7px 0 12px 0;
	display:inline-block;
	position: relative;
	text-decoration:none;
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	color:#333;
}

#footer .footermenu li a:hover, #footer .footermenu li a:hover span{
/*	color: #F00;	*/
	color: #999;
}

#footer .footermenu li a span{
	font-size:10px;
	color:#666;
	text-transform:uppercase;
}

#footer .footermenu li a.selected{
/*	color:#F00;	*/
	border-bottom: #ec161e 2px solid;
	}





#footer a{color:#666;
}

#footer a:hover{color:#00375B;
}


#footer .footermenu_copy p{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:10px;
	}
	
#footer .footer_dno {
	float:right;}


#footer .footmenu{
	height:23px;
	margin:0;
	text-align:center;
	/*background:#000;*/
	width:800px;
	margin:0 auto;
	padding:7px 0 0 0;
	}
	
#footer .footmenu li{
	display:inline;
	font-size:13px;
	margin: 0px 0px;
	padding:0px 0px 0 8px;
	font-weight:bold;
	background:url(../img/2012/fotmain_razdelnik.png) 0px 5px no-repeat;}
	
#footer .footmenu li.nobg{
	background:none;}
	
#footer .footmenu li a{
	display:inline;
	margin: 0px 3px;
	padding:7px 7px;
	color: #FFF;
	height:30px;
}

#footer .footmenu li a:hover{
	background:#F00;
	
}


#footer .footermenu_portfolio{
	text-align:center;
	margin:84px 0 20px 0;
	padding:0;}
	
#footer .footermenu_portfolio li{
	font-size:10px;
	margin:6px 0;
	padding:0;
	font-weight:bold;
	list-style:none;
	}
	
#footer .footermenu_portfolio li a{
	color: #000;
	font-weight:bold;
	padding:2px 3px;
}
	
#footer .footermenu_portfolio li a:hover{
	background:#F00;
		color: #FFF;
	
}
/* ---------------------------------------------------------------------------  --------- */



.highslide-controls {
	background: none;
}

.highslide-controls ul {
	background: none;
}

