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

#fp-menu2
{
	float: left;
	margin-bottom: 20px;
}
#fp-menu2 li
{
	float: left;
	list-style: none;
}
#fp-menu2 a
{
	background: url("../tmpl/img/theme_2/fp_menu2.png") no-repeat 0 0;
	color: #fff;
	float: left;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	height: 68px;
	margin-right: 20px;
	padding: 22px 10px 0 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
}
#fp-menu2 a:hover
{
	background-position: 0 100%;
	color: #fff;
	text-decoration: none;
}
#fp-menu2 li#menu2-first-1 a
{
	background-image: url("../tmpl/img/theme_1/fp_menu2.png");
}
#fp-menu2 li#menu2-last-1 a
{
	background-image: url("../tmpl/img/theme_3/fp_menu2.png");
	margin-right: 0;
}


a.read-more
{
	background: url("../tmpl/img/read_more.png") no-repeat 0 0;
	border-bottom: 0;
	color: #333;
	display: block;
	line-height: 22px;
	padding-left: 25px;
	text-decoration: none;
	width: 75px;
}
a.read-more:hover
{
	color: #666;
}

.col
{
	margin-top: 30px;
}
.col h1
{
	line-height: 130%;
}

.col2-1
{
	float: left;
	padding-right: 20px;
	width: 460px;
}
.col2-2
{
	float: left;
	width: 220px;
}

.col3-1
{
	float: left;
	padding-right: 20px;
	width: 340px;
}
.col3-2
{
	float: left;
	width: 340px;
}

.col4-1
{
	float: left;
	padding-right: 20px;
	width: 220px;
}
.col4-2
{
	float: left;
	padding-right: 20px;
	width: 220px;
}
.col4-3
{
	float: left;
	width: 220px;
}
