html
{
	height: 100%;
	background: url( 'img/background.jpg' ) top center no-repeat fixed;
}

body
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font: 11px Arial;
	color: #58595B;
}

img
{
	border: 0px;	
}

a
{
	font: 11px Arial;
	color: #29ABE2;
	text-decoration: underline;
}

#root
{
	vertical-align: middle;
	border: 1px solid red;
	height: 100%;
	width: 100%;
}

#main
{
	width: 875px;
	text-align: left;
	padding: 0 16px;
	background: url( 'img/bg-main.png' ) top left repeat-y;
}

#top-border
{
	height: 30px;
	width: 907px;
	background: url( 'img/border-top.png' ) top left no-repeat;
	text-align: left;
}

#bottom-border
{
	height: 36px;
	width: 907px;
	background: url( 'img/border-bottom.png' ) top left no-repeat;
}

#top-index
{
	z-index: 10;
	position: relative;
	width: 21px;
	overflow: hidden;
	margin-left: 340px;
}

#top-index img
{
	margin-top: 15px;
}

#top-links
{
	text-align: right;
	margin-right: 35px;
}

#top-links a
{
	font: 11px Arial;
	color: #29ABE2;
	text-decoration: underline;
}

#top-links a:hover
{
	text-decoration: none;
}

#logo
{
	float: left;
	clear: both;
	height: 63px;
	overflow: hidden;
	margin: 7px 0 0 40px;
}

#menu
{
	height: 70px;
	overflow: hidden;
	margin: 15px 35px 0 0;
}

#menu #top, #menu #bottom
{
	clear: both;
}

#menu #top img
{
	cursor: hand;
}

/* Внутренние страницы */
#menu #bottom table
{
	width: 542px;
}

/* Внутренние страницы */
#menu #bottom td.icon
{
	width: 20px;
}

/* Внутренние страницы */
#menu #bottom td.link
{
	padding-left: 5px;
	padding-bottom: 5px;
}

/* Внутренние страницы */
#menu #bottom td.link a
{
	text-decoration: underline;
	font: 18px Arial;
	color: #0076C0;
}

/* Внутренние страницы */
#menu #bottom td.link a:hover
{
	text-decoration: none;
}

/* Внутренние страницы */
#breadcrumb
{
	clear: both;
	margin: 16px 0 0 105px;
	font: 14px Arial;
	color: #808285;
}

/* Внутренние страницы */
#breadcrumb a
{
	text-decoration: underline;
	font: 11px Arial;
	color: #29ABE2;
}

/* Внутренние страницы */
#breadcrumb a:hover
{
	text-decoration: none;
}

/* Внутренние страницы */
#content
{
	width: 730px;
	margin: 23px 0 11px 117px;
}

/* Внутренние страницы */
#content #sidebar
{
	float: right;
	width: 350px;
	height: 240px;
	overflow: hidden;
	margin: 0 0 0 30px;
}
#content #sidebar img
{
	margin: 20px 0 0 50px;
}
/* Внутренние страницы */
#content #sidebar div.header
{
	font: 14px Arial;
	color: #0076C0;
}

/* Внутренние страницы */
#content #sidebar div.body
{
	height: 180px;
	background: url( 'img/border-sbar.gif' ) no-repeat top left;
	margin-top: 7px;
	padding: 10px 16px;
}

#img-bar
{
	clear: both;
	margin: 0 27px;
}

/* Главная страница */
#chip
{
	clear: both;
	float: left;
	overflow: hidden;	
	width:100%;
}

/* Главная страница */
#flash
{
	float: left;
	overflow: hidden;
	height: 221px;
	width: 600px;
	margin: 4px 0 0 40px;
}

/* Главная страница */
#title
{
	float: left;
	/*overflow: hidden;*/
	height: 221px;
	width: 400px;
	/*margin: 4px 0 0 80px;*/
		
	/*text-align:center;	*/
	font-weight:bold;
	font-size:large;
	color:Black;	
	padding-top:30px;
	/*vertical-align:bottom;*/
}
/* Главная страница */
#bottom-menu
{
	clear: both;
	overflow: hidden;
	margin: 0 40px 0 70px;
}

/* Главная страница */
#bottom-menu table
{
	width: 765px;
}

/* Главная страница */
#bottom-menu td.icon
{
	width: 28px;
}

/* Главная страница */
#bottom-menu td.link
{
	padding-left: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	letter-spacing: 1px;
}

/* Главная страница */
#bottom-menu td.link a
{
	text-decoration: underline;
	font: 24px Arial;
	color: #0076C0;
}

/* Главная страница */
#bottom-menu td.link a:hover
{
	text-decoration: none;
}

/* Главная страница */
#news
{
	clear: both;
	overflow: hidden;
	height: 21px;
	margin: 5px 28px 12px 28px;
	padding: 5px 10px 5px 10px;
	/*background: url( 'img/bg-news.png' ) no-repeat top left;*/
	font: 13px Arial;
}
#payment
{
	position: relative;
	left: 50%;
	margin-left: -250px;
	width: 500px; /*background:#FF6666;     border:1px solid #FF0000;*/
}

.mainTable 
{
	width:100%;
	
}

.mainTable td
{
	vertical-align:middle;
	text-align:center;
}
	
