/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

html {
	height: 100%;
	} 
 
body
{
	background: #fff;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	text-align: left;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;	
}

#all {
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width:  1260px;
	}

#head {
	width: 100%;
	height: 247px;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	}
	
#left_out {

	position: relative;
	float: left;
	width: 250px;
	border-right: 1px solid #1f7df7;
	padding-right: 5px;
	
	}
	
#cont_out {
	margin-left: 280px;
	margin-right: 20px;
	min-height: 350px;
	}
	
#clear {
	clear: both;
	}
	
#footer {
	height: 85px;
	width: 100%;
	background: url(../images/foot_bg.jpg) 0 50% repeat-x;
	bottom: 0;
	left: 0;

	text-align: right;
	padding-right: 30px;
	}

#footer a:link {color:#ffffff;text-decoration: none;}
#footer a:hover {text-decoration: none;color:#ffffff;}
#footer a:visited {color:#ffffff;text-decoration:none;}
#footer a:active {color:#ffffff;text-decoration:underline;}
	
a:link, a:visited {
	color: #033d87;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 16px;
	color: #0b3365;
	
	text-transform: uppercase;
	}

h2 {
	font-size: 16px;
	color: #0b3365;
	
	text-transform: uppercase;
	}
	
ul {
	list-style: none;
	}
	
ul.menu {
	margin-top: 0;
	padding-top: 10px;
	list-style: none;
	padding-left: 30px; 
	}
	
ul.menu li{
	background: url(../images/bul.jpg) 0  no-repeat;
	padding: 0 15px;
	margin-top: 1px;
	}
	
ul.menu li a{
	display: block;
	padding: 4px;
	}
	
ul.menu li a:hover{
	display: block;
	color: #ffffff;
	background: #033d87;
	text-decoration: none;
	}
	
ul.menu li#current a{
	display: block;
	color: #ffffff;
	background: #033d87;
	text-decoration: none;
	}

	
#gor_menu {
	position: relative;
	width: 100%;
	background: url(../images/gor_m_bg.jpg) 0 0 repeat-x;
	height: 30px;
	padding-left: 30px;
	padding-top: 3px;
	}
	
#gor_menu a {
	color: #ffffff;
	margin-right: 20px;
	}
	
ul {
	list-style: disc;
}

#prod {
	text-transform: uppercse;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	padding: 4px 30px;
	margin-left: 0;
	background-color: #033d87;
	color: #ffffff;
	}
table.b tr td { border: 1px solid #1F7DF7; padding: 5px;}
table.b  { border: 1px solid #1F7DF7;}
.pagination li{ display:inline; padding: 3px;}
.articles_content { text-align: justify; } p{ text-align: justify; }
.content-intro-image { float:left; margin: 0 10px 10px 0; }
