@charset "utf-8";
/* CSS Document */

/* ALL */

body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	line-height:170%;
	background:#FFFFFF;
	background:url(../img/body_background.jpg) top left repeat-x #D1DEFC;
}
	
img {
	border:0px;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

.catalogue a {
	color:#333333;
	text-decoration:none;
}

.catalogue a:hover {
	color:#333333;
	text-decoration:underline;
}

.more {
	text-align:right;
	clear:both;
}

.more a {
	text-decoration:none;
	color:#333333;
	background:url(../img/more.png) center right no-repeat;
	padding-right:10px;
}

.more a:hover {
	text-decoration:underline;
	color:#333333;
	background:url(../img/more.png) center right no-repeat;
	padding-right:10px;
}

.header {
	font-size:18px;
	color:#0D3793;
	background:url(../img/header_line.gif) left no-repeat;
	padding:10px 0px 10px 10px;
	clear:both;
}

.clear_both {
	clear:both;
	font-size:1px;
	width:1px;
	height:1px;
	line-height:1px;
}

/* LAYOUT */

.container {
	width:100%;
}
	.container_content {
		width:980px; 
		margin:auto;
	}
		.top {
		}
			.top_bar {
				background:url(../img/top_background.jpg) top left no-repeat;
				height:174px;
			}
				.top_logo {
					float:left;
					width:635px;
					padding:18px 30px 0px 10px;
				}
				.top_catalogue {
					float:left;
					width:157px;
					padding:43px 94px 0px 0px;
				}
				.top_icons {
					float:left;
					width:52px;
				}
			.top_flash {
				width:980px;
				height:70px;
			}
			.top_menu {
				padding-top:6px;
			}
				.top_menu ul {
					margin:0;
					padding:0;
					list-style-type:none;
				}
				.top_menu li {
					float:left;
					margin:0px 3px 0px 0px;
					padding:0;
				}
				.top_menu ul li a {
					color:#FFFFFF;
					font-size:18px;
					text-decoration:none;
					padding:6px 0px 0px 7px;
					*padding:4px 0px 0px 7px;	
					background:#0D3793;
					width:130px;
					height:23px;
					*height:25px;
					display:inline-block;
				}
				.top_menu ul li a:hover {
					color:#FFE882;
				}
				.top_menu .active {
					background:#FFE882;
					color:#0D3793;
				}
				.top_menu .active:hover {
					color:#0D3793 !important;
				}
		.mid {
			background:#FFFFFF;
			margin-top:6px;
			width:960px;
			padding:10px;
			float:left;
		}
			.mid_container {
				float:left;
				padding-top:10px;
			}
				.mid_container_left_main {
					float:left;
					width:505px;
					padding-right:15px;
				}
				.mid_container_right_main {
					float:left;
					width:439px;
					background:url(../img/anime_background.gif) bottom left no-repeat;
					height:306px;
				}
				.mid_container_left {
					float:left;
					width:200px;
				}
					.menu_left {
					}
						.menu_left ul {
							padding:0px;
							margin:0px;
							list-style-type:none;
						}
						.menu_left ul li {
							padding-left:10px;
						}
						.menu_left ul li a {
							color:#333333;
							background:url(../img/more.png) center left no-repeat;
							padding-left:10px;
							text-decoration:none;
							font-weight:bold;
						}
							.menu_left ul li ul{
								padding:5px 0px 5px 5px;
							}
							.menu_left ul li ul li a {
								color:#333333;
								background:url(../img/more.png) center left no-repeat;
								padding-left:10px;
								text-decoration:none;
								font-weight:normal;
								font-size:11px;
							}
							.menu_left ul li ul li a:hover {
								font-weight:normal;
								font-size:11px;
							}
						.menu_left ul li a:hover {
							color:#0D3793;
							background:url(../img/more.png) center left no-repeat;
							padding-left:10px;
							text-decoration:underline;
							font-weight:bold;
						}
				.mid_container_right {
					float:left;
					width:740px;
				}
			.mid_box_main {
				padding-top:15px;
				float:left;
			}
			.mid_box {
				padding-top:25px;
				float:left;
				width:100%;
			}
			.mid_box_park {
				padding:15px 0px;
				float:left;
				width:100%;
			}
				.mid_box_photo {
					text-align:center
				}
					.mid_box_photo img {
					padding:0px 0px 5px 5px;
				}
				.mid_box_left {
					float:left;
					width:470px;
					margin-right:14px;
				}
				.mid_box_right {
					float:left;
					width:470px;
				}
					.mid_box_content {
						background:#F1F5FE;
						border:1px solid #CFD7E9;
						width:443px;
						height:200px;
						padding:15px;
						float:left;
					}
						.contact_left, .contact_right {
							float:left;
							width:50%;
							padding-top:10px;
						}
		.foot {
			background:url(../img/foot.jpg) top left no-repeat;
			width:980px;
			height:90px;
			clear:both;
		}
		
