/**********   GENERAL STYLES   **********/
* {
	padding: 0px;
	margin: 0px;
}
body, html {
	width: 100%;
	height: 100%;
	background: transparent url(/img/backImage.jpg) no-repeat top;
	background-color: #be7fff;
}
body, td, th, select, input, textarea, h1, h2, h3, h4 {
	font-family:  Times New Roman, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
div {
/*border: 1px solid red;*/
	}
/**********   MAIN DESIGN ELEMENTS   **********/

table#main_table {
	width: 100%;
	height: 100%;
}
td#main_table_left {
	width: 50%;
}
td#main_table_center {
	width: 1000px;/*background: transparent url(/img/footer_left_bottom_bg.jpg) repeat-x left bottom;*/
	}
td#main_table_right {
	width: 50%;
}
/**** LEFT *****/

table#left_table {
	width: 100%;
}
td#left_table_1 {
	height: 250px;
	background: transparent url(/img/start_page_left_1.gif) repeat-x right top;
	text-align: right;
}
td#left_table_1 div {
	height: 250px;
	background: transparent url(/img/start_page_left_1.jpg) no-repeat right top;
}
td#left_table_2 {
	height: 250px;
	background: transparent url(/img/start_page_left_2.gif) repeat-x right top;
	text-align: right;
}
td#left_table_2 div {
	height: 250px;
	background: transparent url(/img/start_page_left_2.jpg) no-repeat right top;
}
td#left_table_3 {
	height: 250px;
	background: transparent url(/img/start_page_left_3.gif) repeat-x right top;
	text-align: right;
}
td#left_table_3 div {
	height: 250px;
	background: transparent url(/img/start_page_left_3.jpg) no-repeat right top;
}
td#left_table_4 {
	height: 150px;
	background: transparent url(/img/start_page_left_4.gif) repeat-x right top;
}
/**** RIGHT *****/

table#right_table {
	width: 100%;
}
td#right_table_1 {
	height: 250px;
	background: transparent url(/img/start_page_right_1.gif) repeat-x left top;
}
td#right_table_1 div {
	height: 250px;
	background: transparent url(/img/start_page_right_1.jpg) no-repeat left top;
}
td#right_table_2 {
	height: 250px;
	background: transparent url(/img/start_page_left_2.gif) repeat-x left top;
}
td#right_table_2 div {
	height: 250px;
	background: transparent url(/img/start_page_right_2.jpg) no-repeat left top;
}
td#right_table_3 {
	height: 250px;
	background: transparent url(/img/start_page_left_3.gif) repeat-x left top;
}
td#right_table_3 div {
	height: 250px;
	background: transparent url(/img/start_page_right_3.jpg) no-repeat left top;
}
td#right_table_4 {
	height: 150px;
	background: transparent url(/img/start_page_left_4.gif) repeat-x left top;
}
/***** CENTER ********/

table#center_table {
	width: 1000px;
}
td#center_table_content {
	height: 800px;
	text-align: center;
	vertical-align: middle;
	background: transparent url(/img/start_page_menu_bg.jpg) no-repeat bottom;/*background-color: #09102b;*/
	}
td#center_table_footer {
	height: 100px;
	background: transparent url(/img/start_page_footer_bg.gif) repeat-x left top;
}
div#main_img {
	height: 750px;
	width: 1000px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	background: transparent url(/img/start_main_bg.jpg) no-repeat top;
}
div#main_img a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#main_img a:hover {
	color: #9bff37;
}
div#main_img p {
	width: 300px;
	text-align: center;
	padding-left: 30px;
	padding-top: 40px;
}
div#html {
	background: #09102b;
}
div#menu {
	height: 50px;
	width: 1000px;
}
table.menu {
	width: 1000px;
}
/******* FOOTER *******/

table#footer_table {
	width: 1000px;
	height: 100px;
}
td#footer_table_left {
	width: 50%;
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
	line-height: 22px;
}
td#footer_table_right {
	width: 50%;
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
}
table#footer_table td a {
	color: #FFFFFF;
	text-decoration: underline;
}
table#footer_table td a:hover {
	color: #9bff37;
}
/* Main menu list */
ul.mainMenu {
	height: 50px;
	list-style: none;
}
ul.mainMenu li {
	float: left;
}
ul.mainMenu a.news {
	background: url('/img/menu/splash_home.jpg') no-repeat;
	display: block;
	width: 130px;
	height: 50px;
}
ul.mainMenu a.history {
	background: url('/img/menu/splash_history.jpg') no-repeat;
	display: block;
	width: 96px;
	height: 50px;
}
ul.mainMenu a.disco {
	background: url('/img/menu/splash_disco.jpg') no-repeat;
	display: block;
	width: 122px;
	height: 50px;
}
ul.mainMenu a.video {
	background: url('/img/menu/splash_video.jpg') no-repeat;
	display: block;
	width: 115px;
	height: 50px;
}
ul.mainMenu a.photo {
	background: url('/img/menu/splash_photo.jpg') no-repeat;
	display: block;
	width: 116px;
	height: 50px;
}
ul.mainMenu a.guest {
	background: url('/img/menu/splash_guest.jpg') no-repeat;
	display: block;
	width: 108px;
	height: 50px;
}
ul.mainMenu a.invite {
	background: url('/img/menu/splash_invite.jpg') no-repeat;
	display: block;
	width: 170px;
	height: 50px;
}
ul.mainMenu a.contacts {
	background: url('/img/menu/splash_contacts.jpg') no-repeat;
	display: block;
	width: 143px;
	height: 50px;
}
ul.mainMenu a.news:hover, ul.mainMenu a.history:hover, ul.mainMenu a.disco:hover, ul.mainMenu a.video:hover, ul.mainMenu a.photo:hover, ul.mainMenu a.guest:hover, ul.mainMenu a.invite:hover, ul.mainMenu a.contacts:hover {
	background-position: 0 -50px;
}
/*** Sve 27.02.2010 ***/
.lineBanner {
	text-align: center;
	padding: 20px 0 16px;
}
.lineBanner img, .lineBanner a {
	border: none;
}
.lineBanner a {
	margin-left: 20px;
}
div.separatop_white {
	width: 1000px;
	height: 1px;
	text-align: right;
	background: transparent url(/img/separator_left_bg.gif) no-repeat left top;
	background-color: #FFFFFF;
}
.lineBanner div.separatop_white {
	margin-bottom: 20px;
}
.separatop_white div {
	height: 1px;
	background: url(/img/separator_right_bg.gif) 100% 0 no-repeat;
}

#center_table_footer .lineBanner div.separatop_white {
	background: none;
	margin-top: -19px;
}
#center_table_footer .lineBanner div.separatop_white div {
	background: none;
}
#center_table_footer  div.separatop_white {
	background-image: url(/img/separator_right_bg_2.gif);
}
#center_table_footer  div.separatop_white div {
	background-image: url(/img/separator_left_bg_2.gif);	
}
