/* CSS Document */
#Footer
{
	background:url(../images/Bot.png) no-repeat;
	height:37px;
}
*html #Footer
{
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/Bot.png', sizingMethod='crop'); /* IE 6 and 7 method.*/
}
#Footer table
{
	width:97%;
	height:32px;
}
#Footer table, #Footer a
{
	color:#6be340;
	text-decoration:none;
}

.RoundBox
{
	background:url(../images/round_bg.gif) repeat-y;
	width:685px;
}
.RoundTop
{
	background:url(../images/round_top.gif) top no-repeat;
}
.RoundBottom
{
	background:url(../images/round_bot.gif) bottom no-repeat;
}

#Title
{
	background:url(../images/title_bg.jpg) repeat-x;
}
#Title div
{
	background:url(../images/title_left.jpg) left no-repeat;
}
#Title div div
{
	background:url(../images/title_right.jpg) right no-repeat;
	height:38px;
}
#Title h1
{
	margin:0;
	font:bold 14px Arial;
	color:#1d6496;
	text-align:center;
	line-height:23px;
}

#CatalogBG
{
	background:url(../images/catalog_bg.jpg) repeat-y;
}
#CatalogBody
{
	background:url(../images/catalog_bot.jpg) bottom no-repeat;
	min-height:690px;
	position:relative;
	text-align:right;
	direction:rtl;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:45px;
}

#DownBtn
{
	display:block;
	width:151px;
	height:28px;
	background:url(../images/down_btn.jpg) no-repeat;
}

#MovieBox
{
	background:url(../images/movie_bg.jpg) repeat-y;
	width:609px;
}
#MovieBox div
{
	background:url(../images/movie_bot.jpg) bottom no-repeat;
}
#MovieBox div div
{
	background:url(../images/movie_top.jpg) top no-repeat;
	height:370px;
	text-align:center;
	padding-top:25px;
}
#ContactBox
{
	background:url(../images/contact_bg.jpg) repeat-y;
	width:322px;
}
#ContactBox div
{
	background:url(../images/contact_bot.jpg) bottom no-repeat;
}
#ContactBox div div
{
	background:url(../images/contact_top.jpg) top no-repeat;
	min-height:280px;
}

#MapBox
{
	background:url(../images/map_bg.jpg) repeat-y;
	width:307px;
}
#MapBox div
{
	background:url(../images/map_bot.jpg) bottom no-repeat;
}
#MapBox div div
{
	background:url(../images/map_top.jpg) top no-repeat;
	min-height:280px;
	text-align:center;
}

#ContactBody
{
	background:url(../images/contact_body_bg.jpg) repeat-y;
	width:631px;
}
#ContactBodyTop
{
	background:url(../images/contact_body_bot.jpg) bottom no-repeat;
}
#ContactBodyBot
{
	background:url(../images/contact_body_top.jpg) top no-repeat;
	min-height:70px;
}

