/**
* CSS for doc_frontp.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

#wrap
{
	margin: 0 auto;
	width: 780px;
}

#header
{
	background: url("../tmpl/img/fp_header.png") no-repeat 0 0;
	height: 117px;
}

.menu1
{
	float: left;
}

#lang-pfx
{
	color: #fff;
	float: right;
	font-size: 11px;
	margin: 7px 5px 0 0;
	text-align: right;
	width: 200px;
}

#lang
{
	list-style: none;
	margin: 7px 7px 0 0;
	float: right;
}
#lang li
{
	float: left;
}
#lang a
{
	border-left: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 7px;
	text-decoration: none;
}
#lang a:hover
{
	text-decoration: underline;
}
#lang-first-1 a
{
	border-left: 0;
}

#header2
{
	float: right;
}

.menu3
{
	float: right;
	margin: 25px 12px 0 0;
}

#search-form
{
	background: url("../tmpl/img/fp_search.png") no-repeat 0 0;
	clear: right;
	float: right;
	height: 18px;
	margin: 25px 14px 0 0;
	width: 174px;
}
#search-word
{
	border: 0;
	color: #f00;
	float: left;
	height: 17px;
	margin: 0 8px 0 10px;
	padding: 1px 0 0 0;
	width: 135px;
}
#search-btn
{
	background: url("../tmpl/img/fp_search_btn.png") no-repeat 0 0;
	border: 0;
	float: left;
	height: 18px;
	margin: 0;
	padding: 0;
	width: 21px;
}

#content-est,
#content-eng,
#content-rus
{
	background: url("../tmpl/img/fp_content_est.jpg") no-repeat 3px 0;
	height: 308px;
}
#content-eng
{
	background-image: url("../tmpl/img/fp_content_eng.jpg");
}
#content-rus
{
	background-image: url("../tmpl/img/fp_content_rus.jpg");
}

#look-more-wrap
{
	clear: both;
	float: left;
	margin-top: 15px;
	width: 780px;
}
#look-more-wrap a
{
	background: url("../tmpl/img/fp_look_more.png") no-repeat 0 100%;
	float: left;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	width: 149px;
}
#look-more-wrap a#look-more1
{
	margin-left: 135px;
}
#look-more-wrap a#look-more2
{
	margin-left: 225px;
}
#look-more-wrap a div
{
	background: url("../tmpl/img/fp_look_more.png") no-repeat 0 0;
	float: left;
	padding: 4px 0 2px 0;
	width: 149px;
}

#article
{
	background: #f00 url("../tmpl/img/fp_article.png") no-repeat 0 0;
	border-bottom: 1px solid #c00;
	color: #fff;
	margin-top: 10px;
	padding: 40px 0 20px 0;
}
#article td
{
	padding: 8px 20px;
	vertical-align: top;
}

#footer
{
	background: #f00 url("../tmpl/img/fp_footer.png") no-repeat 0 100%;
	clear: both;
	color: #fff;
	float: left;
	line-height: 200%;
	padding: 5px 0 30px 0;
	text-align: center;
	width: 780px;
}
#footer a
{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}

.menu2
{
	margin: 0 auto;
}
.menu2 li
{
	display: inline;
	float: none;
	margin: 0 10px;
	padding-bottom: 0;
}
.menu2 li a
{
	color: #fff;
}

