/* copyright Leonid Khlivnyuk aka Taurus 2004-2009 khlivnyuk.com All rights reserved */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #98caee top url(images/bg_top.jpg) no-repeat;
	font-family: arial; 
	font-size: 11px; 
	color: #464646;
}

#telo_all {
	width: 785px;
	margin: 0 auto;
	position: relative;
	background: #ffffff 50% 155px url(images/bg_content.png) repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	background: #98caee top url(images/bg_top.jpg) no-repeat;
	width: 100%;
	height: 118px;	
}

#logo a {
	width: 375px; 
	height: 118px; 
	display: block; 
	cursor: pointer; 
	border: 0;
}


#menu {
	width: 783px;
	height: 35px;
	border: 1px solid #ffffff;
	background: #0b9cdb top url(images/bg_menu.png) repeat-x;
	text-align: center;
	font-family: arial; 
	font-size: 12px; 
	/*text-shadow: #428ec4 0 1px 0;*/
}

#menu a {
	display: block; 
	float: left; 
	color: #fcffff;
	text-align: center; 
	padding: 10px 18px;
	text-decoration: none;
	border-right: 1px solid #92c6ec;
}

#menu a:hover {
	background: #0b9cdb top url(images/bg_menuh.png) repeat-x;
}

#menu span {
	float: left; 
	color: #ffffff;
	background: #0b9cdb top url(images/bg_menuh.png) repeat-x;
	padding: 10px 18px;
	border-right: 1px solid #92c6ec;
	font-style: italic;
}

#content {
	border-top: 2px solid #92c6ec;
	padding: 40px 40px 50px 40px;
}

#footer {
	width: 100%;
	background: #ebebeb;
	position: absolute;
	bottom: 0 !important;
	height: 50px;
	}

#copyright {
	width: 100%;
	border-top: 10px solid #f3f3f3;
	padding: 6px 0px 5px 0px;
}

#copyright div {
	float: left;
	padding: 0px 0px 0px 9px;
}

.thumbimg {
	width: 663px;
	margin: 0 auto;
}


.thumbimg a img {
	border: 1px solid #0b9cdb; 
	width: 150px; 
	height: 113px; 
	background: #fafafa url(images/back_taurus.gif) repeat; 
	margin: 5px; 
	padding: 1px;
}

.thumbimg a:hover img {
	border: 1px dashed #ff6600;
}

.thumbimg p {
	text-align: center;
	padding: 1px;
	margin: 0px auto;
}

a img {
	border: 0;
}

.down_block {
	width: 470px;
	border-top: 1px solid #f3f3f3;
	margin: 10px auto;
}

.down_block p {
	font-size: 12px;
	text-align: center;
}


a:link {color: #005b7f; text-decoration: none;}
a:visited {color: #005b7f; text-decoration: none;}
a:hover {color: #ff6347; text-decoration: none;}
a:active {color: #005b7f; text-decoration: none;}

h1 {
	font-size: 24px;
	color: #0b9cd9; 
	font-family: arial; 
	text-align: center; 
	/*text-shadow: #428ec4 0 1px 0;*/
}