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

#main1-wrap
{
	background-color: #000;
	height: 302px;
	padding-top: 20px;
}

#main1-left
{
	float: left;
	width: 260px;
}

#menu3-wrap-fp
{
	margin-bottom: 15px;
}
#menu3-wrap-fp h5
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 10px 0;
}
#menu3
{
	border-bottom: 1px solid #594c3b;
}

#menu4-wrap-fp h5
{
	color: #ffbc00;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 10px 0;
}
#menu4
{
	border-bottom: 1px solid #594c3b;
}

#image-rotator
{
	float: left;
	height: 322px;
	position: relative;
	top: -20px;
	width: 442px;
}
#image-rotator div
{
	height: 322px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 442px;
}

#main1-right
{
	float: right;
	padding: 0 0 0 20px;
	width: 238px;
}
#main1-right h5
{
	color: #fc0;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#news
{
	margin: 0 0 0 2px;
}
#news li
{
	list-style: none;
}
#news a
{
	background: url("../tmpl/img/news_fp.png") no-repeat 0 7px;
	color: #fff;
	display: block;
	padding: 4px 5px 4px 25px;
	text-decoration: none;
}
#news a:hover
{
	color: #e7d486;
	text-decoration: none;
}

#news-view-more
{
	color: #e7d486;
	display: block;
	font-weight: bold; 
	margin: 10px 0 0 25px;
	text-decoration: none;
}
#news-view-more:hover
{
	text-decoration: underline;
}

#main2
{
	padding: 15px 0;
}

#main2-left
{
	float: left;
	min-height: 300px;
	padding: 0 10px 0 10px;
	width: 240px;
}
/*
#main2-left p
{
	padding: 0;
}
*/

#main2-right
{
	float: right;
	padding: 0 0 0 5px;
	width: 695px;
}
#main2-right h5
{
	clear: both;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.products-fn
{
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}
.products-fn li
{
	float: left;
	list-style: none;
}
.products-fn a
{
	color: #666;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	text-decoration: none;
	width: 122px;
}
.products-fn a:hover
{
	color: #000;
	text-decoration: none;
}
#products-fn-feat-last-1 a,
#products-fn-new-last-1 a
{
	margin: 0;
}
.products-fn .img
{
	border: 1px solid #ccc;
	float: left;
	min-height: 120px;
	min-width: 120px;
}
.products-fn img,
.products-fn .no-img
{
	float: left;
}
.products-fn .no-img
{
	color: #999;
	font-size: 11px;
	height: 80px;
	min-height: 0;
	padding-top: 40px;
	text-align: center;
	width: 120px;
}
.products-fn span
{
	display: block;
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 122px;
}

#new-products-more
{
	clear: both;
}
