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

#article
{
	min-width: 300px;
}

#content .fp-left,
#content .fp-right
{
	background: #F4F5F3;
	vertical-align: top;
	text-align: left;
}

#footer .fp-left,
#footer .fp-right
{
	vertical-align: top;
	text-align: left;
}

#footer .fp-left
{
	width: 373px;
	height: 70px;
	background: url( "../tmpl/img/logos.jpg" ) no-repeat left top;
}

#footer .fp-right
{
	border-left: 4px solid #CED0CC;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 10px;
}
#footer .fp-right *
{
	font-size: 10px;
}


/* menu */
.frontpage
{
	padding: 0;
	width: 343px;
	margin: 0 15px;
}
.frontpage li
{
	list-style: none;
	text-decoration: none;
	width: 343px;
	height: 60px;
	margin: 5px 0;
}
.frontpage a
{
	display: block;
	text-decoration: none;
}
.frontpage a:hover
{
	text-decoration: none;
}
.frontpage li.active a
{
	color: #FFF;
}

/* menu item */
.fp-menu
{
	display: block;
	line-height: 60px;
	padding-left: 90px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#fp-menu-1 { background: url( "../tmpl/img/fp-menu-1.jpg" ) no-repeat top left }
#fp-menu-2 { background: url( "../tmpl/img/fp-menu-2.jpg" ) no-repeat top left }
#fp-menu-3 { background: url( "../tmpl/img/fp-menu-3.jpg" ) no-repeat top left }
#fp-menu-4 { background: url( "../tmpl/img/fp-menu-4.jpg" ) no-repeat top left }
#fp-menu-5 { background: url( "../tmpl/img/fp-menu-5.gif" ) no-repeat top left }
