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

#container
{
	height: 411px;
	background: url("../tmpl/img/fp_header.jpg") no-repeat top left;
	padding-top: 16px;
}

/* PGL logo */
/*#logo_container
{
	margin-top: 30px;
}*/

/* Frontpage content container */
#content
{
	width: 826px;
	height: 170px;
/* 	margin-top: 28px; */
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: left;
	background-color: transparent;
}

#content_box
{
	height: 160px;
	width: 490px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
}

#content h1, h2, h3, h4, h5, h6
{
	color: #FFF;
}

#content p, strong
{
	color: #FFF;
	font-size: 12px;
}


/* Menu container */
#m_container
{
	width: 100%;
	height: 42px;
	background-color: #060F1E;
	border-bottom: 1px solid #27616D;
	text-align: left;
}

#m_container #layout
{
	border: 0;
	width: 100%;
}

.m_cell
{
	width: 50%;
	height: 42px;
	vertical-align: middle;
}

.m_left
{
	text-align: left;
}

.m_left #bg
{
	background-color: #1B2D38;
	width: 230px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	font-size: 11px;
}

#bg table
{
	width: 230px;
}

#bg .si_menu_content
{
	width: auto;
}

.m_right
{
	text-align: right;
}

.m_right table
{
	float: right;
	margin-right: 20px;
}


/* Image row container */
#img_container
{
	width: 100%;
	height: 233px;
	background-color: #060F1E;
}

#img_container table
{
	border: 0;
	width: 826px;
	height: 233px;
	margin: 0 auto;
}

#img_container td
{
	text-align: center;
	vertical-align: middle;
}

#img_container img
{
	width: 260px;
	height: 194px;
	border: 1px solid #FFF;
}

#blue_line
{
	width: 100%;
	height: 2px;
	background-color: #00297B;
}
