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

#image
{
	background: url("../tmpl/img/fp_image.png") no-repeat top center;
	height: 305px;
}

#content
{
	background: #333333 url("../tmpl/img/fp_content_bgr.png") repeat-x top left;
	min-height: 337px;
}
* html #content
{
	height: 337px;
}

#footer
{
	background: #4D473B url("../tmpl/img/fp_footer_top.png") repeat-x top left;
	min-height: 200px;
	padding-top: 20px;
}
* html #footer
{
	height: 200px;
}

#categories
{
	margin-top: 25px;
	width: 100%;
}
#categories td
{
	vertical-align: top;
}

#sportsman-btn
{
	cursor: pointer;
	display: block;
	height: 6.545em;
	text-decoration: none;
	width: 274px;
}
#sportsman-btn .top
{
	background: url("../tmpl/img/fp_sportsman_btn.png") no-repeat top left;
	display: block;
	height: 5.181em;
	line-height: 6.545em;
	text-align: center;
}
#sportsman-btn .top h4
{
	display: inline;
	white-space: nowrap;
}
#sportsman-btn .btm
{
	background: url("../tmpl/img/fp_sportsman_btn.png") no-repeat 0 -145px;
	display: block;
	height: 1.363em;
}
#sportsman-btn:hover
{
	background: none;
}
#sportsman-btn:hover .top
{
	background: url("../tmpl/img/fp_sportsman_btn.png") no-repeat -284px 0;
}
#sportsman-btn:hover .btm
{
	background: url("../tmpl/img/fp_sportsman_btn.png") no-repeat -284px -145px;
}

#law-btn
{
	cursor: pointer;
	display: block;
	height: 6.545em;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	width: 274px;
}
#law-btn .top
{
	background: url("../tmpl/img/fp_law_btn.png") no-repeat top left;
	display: block;
	height: 5.181em;
	line-height: 6.545em;
	text-align: center;
}
#law-btn .top h4
{
	display: inline;
	white-space: nowrap;
}
#law-btn .btm
{
	background: url("../tmpl/img/fp_law_btn.png") no-repeat 0 -145px;
	display: block;
	height: 1.363em;
}
#law-btn:hover
{
	background: none;
}
#law-btn:hover .top
{
	background: url("../tmpl/img/fp_law_btn.png") no-repeat -284px 0;
}
#law-btn:hover .btm
{
	background: url("../tmpl/img/fp_law_btn.png") no-repeat -284px -145px;
}

#magazine-btn
{
	cursor: pointer;
	display: block;
	height: 6.545em;
	text-decoration: none;
	width: 274px;
}
#magazine-btn .top
{
	background: url("../tmpl/img/fp_magazine_btn.png") no-repeat top left;
	display: block;
	height: 5.181em;
	line-height: 6.545em;
	text-align: center;
}
#magazine-btn .top h4
{
	display: inline;
	white-space: nowrap;
}
#magazine-btn .btm
{
	background: url("../tmpl/img/fp_magazine_btn.png") no-repeat 0 -145px;
	display: block;
	height: 1.363em;
}
#magazine-btn:hover
{
	background: none;
}
#magazine-btn:hover .top
{
	background: url("../tmpl/img/fp_magazine_btn.png") no-repeat -284px 0;
}
#magazine-btn:hover .btm
{
	background: url("../tmpl/img/fp_magazine_btn.png") no-repeat -284px -145px;
}

#menu-sportsman
{
	margin: 20px 0;
	padding: 0;
	width: 272px;
}
#menu-sportsman li
{
	list-style: none;
}
#menu-sportsman a
{
	background: url("../tmpl/img/star_yellow.gif") no-repeat 15px center;
	color: #FFF;
	cursor: pointer;
	display: block;
	padding: 3px 0 3px 35px;
	text-decoration: none;
}
#menu-sportsman a:hover
{
	background-color: #6A6A6A;
	color: #FFF;
	text-decoration: none;
}

#menu-law
{
	margin: 20px 20px;
	padding: 0;
	width: 272px;
}
#menu-law li
{
	list-style: none;
}
#menu-law a
{
	background: url("../tmpl/img/star_blue.gif") no-repeat 15px center;
	color: #FFF;
	cursor: pointer;
	display: block;
	padding: 3px 0 3px 35px;
	text-decoration: none;
}
#menu-law a:hover
{
	background-color: #6A6A6A;
	color: #FFF;
	text-decoration: none;
}
