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

h1
{
/* 	background: url("../tmpl/img/fp_title.png") no-repeat left bottom; */
	border-bottom: 3px double #fff;
	color: #fff;
	float: none;
	margin: 0;
/* 	padding: 0; */
	width: auto;
}
h1 span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2, h3, h4, h5, h6
{
	border-bottom: 3px double #fff;
	color: #fff;
}

.wrap
{
	height: 375px;
}

#main-left
{
	background: url("../tmpl/img/fp_main_left.jpg") repeat-x right top;
	height: 375px;
}
#main-right
{
	background: url("../tmpl/img/fp_main_right.jpg") repeat-x 425px 0;
	height: 375px;
}

#main
{
	background: url("../tmpl/img/fp_main.jpg") no-repeat left top;
}

#header
{
	height: 375px;
}

#menu2-fp
{
	bottom: 45px;
	left: 0;
	margin: 0;
	position: absolute;
}
#menu2-fp li
{
	background: url("../tmpl/img/menu2_fp_top.gif") no-repeat 0 0;
	display: block;
	float: left;
	list-style: none;
	margin-right: 10px;
	text-decoration: none;
	width: 183px;
}
#menu2-fp a
{
	background: #1f4b76 url("../tmpl/img/menu2_fp.png") repeat-x 0 0;
	border: 1px solid #7e90a6;
	border-top: 0;
	color: #478bcf;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 6px;
	padding: 10px 0;
	text-decoration: none;
	width: 181px;
}
#menu2-fp a:hover
{
	color: #fff;
	text-decoration: none;
}
#menu2-fp li.active a
{
	color: #fff;
}

#wrap2
{
	background-color: #5a7b9e;
	top: 375px;
}

#portfolio
{
	margin-bottom: 20px;
}
#portfolio li
{
	margin-right: 8px;
}
#portfolio-view-more
{
	float: right;
	margin: 12px 0 0 0;
}

#fp-article
{
	color: #fff;
	float: left;
	padding: 0 35px 20px 0;
	text-align: left;
	width: 550px;
}
#fp-article a
{
	color: #fff;
}
#fp-article div
{
	line-height: 140%;
}

#logo
{
	top: 60px;
}

#services
{
	float: left;
	padding-bottom: 20px;
	width: 265px;
}
#services ul
{
	margin: 0;
}
#services ul li
{
	list-style: none;
}
#services ul li a
{
	background: url("../tmpl/img/news.gif") no-repeat 4px 5px;
	color: #fff;
	display: block;
	margin: 4px 0;
	padding: 2px 2px 2px 20px;
	text-align: left;
	text-decoration: none;
}
#services ul li a:hover
{
	background-color: #47617c;
	color: #fff;
	text-decoration: none;
}

#footer2-wrap
{
	background: #fff;
	clear: both;
}
#footer2
{
	color: #012756;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
	width: 850px;
}
#footer2 h1
{
	border-bottom: 3px double #012756;
	color: #012756;
}
#footer2 h2, h3, h4, h5, h6
{
	border-bottom: 3px double #ccc;
	color: #7d7d7d;
}
#footer2 td
{
	vertical-align: top;
}

