/*
(c) Copyright 2006 ROBO Design
http://www.robodesign.ro/
*/

/* general stuff */

html
{
	background: url("../images/bgr.jpg") #476748 top center repeat-y;
	position: relative;
	min-width: 752px;
}
body
{
	padding: 21px 0 0 0;
	margin: 0 0 0 0;
	position: static;
	font: 12px Arial, Helvetica, sans-serif;
}
a
{
	color: #00F;
	text-decoration: underline;
}
a:hover, a:focus
{
	color: #009;
	text-decoration: none;
}
a:active
{
	color: #00F;
}
a:visited
{
	color: #000;
}
img
{
	border: 0;
}
p
{
	text-indent: 2em;
	text-align: justify;
	margin: 0.5em 0;
	padding: 0;
}

/* site layout */

#header
{
	border-top: 1px solid #000;
	background: url("../images/headers/evolution.jpg") #047FB1 no-repeat;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 116px;
	width: 752px;
}
#header a
{
	position: absolute;
	width: 90px;
	padding-top: 25px;
	height: 0;
	display: block;
	overflow: hidden;
	top: 117px;
	left: 50%;
	z-index: 6987;
	margin: 0 0 0 -373px;
}
#content
{
	background: url("../images/bgr_content.jpg") no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 1.7em 10px 10px 10px;
	width: 728px;
	min-height: 340px;
	overflow: visible;
}
#content h2
{
	margin: 0.5em 0 0.5em 0.5em;
	padding: 0;
	border-bottom: 2px solid #398C0C;
	color: #398C0C;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	text-indent: -0.5em;
}
#skipnav, #backtotop
{
	display: none;
}
#pagetitle
{
	border: 1px solid #B0CE2B;
	border-top: 0;
	border-bottom: 0;
	height: 13px;
	overflow: hidden;
	text-indent: -500px;
	font-size: 1px;
	width: 750px;
	position: absolute;
	top: 164px;
	left: 50%;
	margin: 0 0 0 -376px;
	padding: 0;
}
#footer
{
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 50%;
	margin-left: -375px;
	height: 15px;
	overflow: hidden;
	font-size: 0.9em;
	padding: 5px;
	width: 740px;
}
#footer p
{
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#robodesign
{
	position: absolute;
	right: 0;
}
#robodesign a
{
	color: #CCC;
	text-decoration: none;
}
#robodesign a:hover, #robodesign a:focus
{
	color: #000;
}

/* navigation */

#nav
{
	background: url("../images/logo.jpg") no-repeat;
	border: 1px solid #4D7930;
	position: relative;
	width: 750px;
	height: 25px;
	margin: 0 auto;
}
#menus1
{
	counter-reset: menus;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}
#menus1 li
{
	display: block;
	float: left;
	background: url("../images/menus_border.jpg") no-repeat center left;
	padding-left: 1px;
}
#menus1 a
{
	background: url("../images/menus_n.jpg") repeat-x;
	counter-increment: menus;
	padding: 5px 8px;
	height: 15px;
	color: #000;
	overflow: hidden;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
}
#menus1 a:before
{
	content: "0" counter(menus) "  ";
	font-size: 0.7em;
	font-weight: normal !important;
	color: #919A65;
}
#menus1 a:hover, #menus1 a:focus
{
	background-image: url("../images/menus_o.jpg");
	color: #899260;
}
#amenu1 a, #menus1 a:active
{
	background-image: url("../images/menus_c.jpg") !important;
	color: #FFF !important;
}
#amenu1 a:before
{
	color: #000 !important;
}
#menus2
{
	display: block;
	padding: 3px 0 3px 10px;
	width: 738px;
	display: block;
	border-bottom: 1px solid #F6DA80;
	font-size: 0.9em;
	z-index: 6872;
	position: absolute;
	left: 1px;
	top: 26px;
	margin: 0;
	height: 15px;
	background: url('../images/bgr_submenus.jpg') #FFF repeat-x;
}
#menus2 a
{
	text-decoration: none;
	color: #000;
}
#menus2 a:hover, #menus2 a:focus
{
	text-decoration: underline;                           
}
#menus2:after
{
	content: " |";
}
#menus2 li
{
	display: inline;
}
#menus2 li:before
{
	content: " | ";
}
#menus2 li:before, #menus2:after
{
	color: #999;
}
#amenu2 a
{
	font-weight: bold;
}
