


body {
	font-family:  Verdana, Helvetica, sans-serif, Helvetica;
	font-size: 90%;
	width: 100%;
	}

	
	
#container{
	margin: 0 auto;
	width: 1000px;
	/*width: _980px;*/
	border: 2px solid #D7ACE5;
	margin-top:8px;
	margin-bottom:8px;
	}	
	

/* логотип */	
#logo{
	display: inline-block;
	}	
	
#footer_logo{
		_margin-top: -4px;
		width: 1000px;
		width: _980px;
		height: 53px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://www.caravan2009.ru/img/logo/footer.png',sizingMethod='');
	}
	
	#footer_logo IMG{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		}
	

/* блоки */	
#page{
	border-left: 180px solid #EFEFEF; /* Цвет и ширина левой колонки */
	background: #ffffff;
	display: inline-block;
	_display: block;
	}	
	
#left{
	width: 180px;
	margin-left: -180px;
	_margin-left: -90px;
	float: left;
	padding-left: 14px;
	}
	
#columns{
	float: left;
	padding: 20px 8px 0 8px;
	width: 780px;
	font-size: .9em;
	}
	
	#columns p{
		margin-bottom: 8px;
		}
	
	
	
	
#center{
	width: 522px;
	float: left;
	padding-right: 18px;
	border-right:1px solid #CCCCCC;
	color:#000099;
	}
.centa {
	color:#000099;
}	
#content{
	display: inline-block;
	float: top;
	}
	
	#content a{
		color: #333333;
		text-decoration: underline;
		}
		
		#content a:hover{
			color: #666666;
			}

#newsblock{
	width: 215px;
	padding: 8px;
	float: left;
	margin-left: 8px;
	}	
	
#newsrub{
	margin-bottom: 8px;
	background-color: #EFEFEF;
	text-align: center;
	padding: 4px 0 4px 0;
	color: #0066CC;
	font-size:1.1em;
	font-weight:bold;
	}

	#newsrub a{
		color: #0066CC;
		text-decoration: none;
		}

		#newsrub a:hover{
			text-decoration: underline;
			}		
		
		
#publications{
	display: inline-block;
	margin: 0 22px 0 22px;
	}	


#newsfoto{
	float: left;
	}

	#newsfoto IMG{
		float: left;
		margin-right: 12px;
		} 

.news_dates{
	margin-bottom: 8px;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	}		
		
.news_date_title{
	padding-top: 8px;
	font-weight: bold;
	}
	
	.news_date_title a{
		text-decoration: none;
		color: black;
		}

.maintopics{
	margin-top: 28px;
	}

.maintopics_title{
	margin: 8px 0 8px 0;
	font-weight: normal;
	font-size: 1.04em;
	}	

#publication-list .maintopics_title
{
	width: 800px;
}

	.maintopics_title a{	
		text-decoration: underline;
		color: black;
		}	
		


.newses{
	display: inline-block;
	margin-top: 28px;
	margin: 8px 0 8px 0;
	font-weight: normal;
	font-size: 1.04em;
	}

	.newses	IMG{
		float: left;
		margin-right: 8px;
		}
	
	.newses a{	
		text-decoration: none;
		color: black;
		}	
		
		.newses a:hover{
			text-decoration: underline;
			color: gray;
			}


		
.author{
	margin-top: 8px;
	font-style: italic;
	text-align: right;
	}	
	
	
.parther{
	padding: 8px 0 8px 0;
	}
	
	.parther IMG{
		border: 1px solid #999999;
		}
	
address{
	margin: 38px 0 18px 0;
	padding:  18px 8px 18px 22px;
	background-color: #B9D1DC;
	color: #0066CC;
	font-weight: bold;
	}	
	
	address a{
		color:#0066CC;
		text-decoration: underline;
		}
	

div#clear {
 clear: both; /* Убираем все плавающие элементы */
}

	


/* кнопочки */
#buttons{
	margin-top: -34px;
	padding: 2px 0 0px 28px;
	overflow: hidden;
	_width: 972px;
	background-color: #b9d1dc;
	}

	
	a#business, a#tourism, a#culture{
		_height: 65px;
		min-height: 65px;
		display: inblock;
		float: left;
		width: 165px;
		display: block;
		background-image: url("../img/buttons/buttons.jpg"/*tpa=http://www.caravan2009.ru/img/buttons/buttons.jpg*/);
		background-repeat: no-repeat;
	}
	
	a#business:hover{
		background-position: 0px 0px;
		}
	
		a#business:hover{
			background-position: 0px -64px;
			}
			
	a#tourism{
		background-position: -165px 0px;
		}	
		
		a#tourism:hover{
			background-position: -165px -64px;
			}

	a#culture{
		background-position: -330px 0px;
		}	
		
		a#culture:hover{
			background-position: -330px -64px;
			}	
	
	

/*отель*/	
#otel{
	margin-left: 282px;
	}

	
		
/* менюшка */

ul#menu {
	margin:0;
	padding:0;
	margin: 58px 0 58px 0; 
	list-style-type: none;
	font-size: 1.04em;
	font-weight: bolder;
	width: 155px;
	}

	ul#menu  li{
		margin:0;
		padding:0;
		margin-bottom: 12px;
		padding-bottom: 8px;
		border-bottom: 1px solid #cccccc;
		}
	
		ul#menu  li a{
			color: #0066CC;
			text-decoration: none;
			}
			
			ul#menu  li a:hover{
				color: red;
				text-decoration: underline;
				}
			
					
/* заголовок  страницы */
#maintitle{
	padding-top: 18px;
	margin-bottom: 28px;
	padding-bottom: 8px;
	color: #E15603;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:2px solid #D7ACE5;
	}

.subtitle{
	margin-top: 22px;
	margin-bottom: 2px;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/* список организаторов */
ul.orglist{
	}
	
	.orglist li{
		font-size: .92em;
		}
		
		.orglist li a{
			text-decoration: underline;
			}
			
				.orglist li a:HOVER{
					color: #333333;
					
					}

.org_txt{
	font-size: .92em;
	}			

ul.proglist{
	list-style-type: square;
	/*list-style-position: inside;*/
	}			
		
/* выделенные абзацы */
.prim{
	font-size: .98em;
	font-weight: bold;
	}
	
.txt_title{
	margin: 18px 0 18px 0;
	color: red;
	text-align: center;
	font-weight: bold;
	}	
	
.ps{
	padding-top: 18px;
	font-weight: bold;
	}
	
		
/*дата и время мероприятий*/
.date_time{
	color: red;
	font-weight: bold;
	}
	
.title_date{
	font-weight: bold;
	text-transform: uppercase;
	}

.title_date_red{
	font-weight: bold;
	color: red;
	}	
	
ul.plan_day{
	margin:0;
	padding:0;
	list-style-type: none;
	}
	
	ul.plan_day li{
		font-style: italic;
	}	
	
	

/* списки расписаний */
ul.timelist{
	margin: 8px 0 8px 18px;
	padding-bottom: 12px;
	}
	
	.timelist li{
		font-size: .9em;	
		}	
		
	li.shaggi{
		margin-top: 12px;
		}
		
ol.proglist{
	margin: 8px 28px 8px 58px;
	}

.time_sub_title{
	margin: 18px 0 18px 0;
	color: red;
	font-weight: bold;
	}

	.proglist li{
		
	}	
		
/* информационные партнеры */
.title_inform{
	margin-top: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #E15603;
	font-size: 1em;
	font-weight: bold;
	}

.vipenglish{
	border: 1px solid gray;
	}
	

ol.pr_list{
	margin-left: 14px;
	/*list-style-position: inside*/
	}
	
	ol.pr_list li{
		margin-top: 8px;
		}

ul.part_links li a{
		text-decoration: underline;
	}
	
	ul.part_links li a:hover{
		color: gray;
		}
	

	ol.positions{
		list-style-type: upper-roman;
		}	
	
		ol.positions li{
			padding: 8px 0;
			}
	
	.people {
		float: left;
		margin-right: 18px;
		}
		
	.printmail{
		display: inline-block;
		}
	
	
	.bigphoto img {
		float:left;
		border: 1px solid gray;
		margin-right: 12px;
	}	
	

.newses img
{
	width: 100px;
}

.paginator
{
	margin-top: 35px;
}

.paginator span, .paginator a
{
	margin: 5px;
	font-weight: bold;
}

.paginator a.active
{
	font-size: 16px;
	text-decoration: none !important;
	border-bottom: 1px solid #000;
}
