/* CSS Document */

body
{
	background: url(gfx/bg.gif) repeat-x top center #9abc4d;
	margin: 0px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	line-height: 14px;
}

/* left
----------------------- */

div#left
{
	width: 240px;
	float: left;
	position: relative;
	text-align: right;
}
div#topLeft
{
	width: 240px;
	height: 262px;
	background: url(gfx/bg-left.gif) no-repeat right top; 
	/* background: url(gfx/betoniara.jpg) no-repeat right top; */
}
div#menu
{
	width: 240px;
	height: 350px;
	background: url(gfx/bg-menu.gif) no-repeat right top;
}

/* right
----------------------- */

div#right
{
	width: 660px;
	float: right;
	position: relative;
}

div#top
{
	background: url(gfx/top_2009.jpg) no-repeat left top #3e3e3e;
	width: 660px;
	height: 254px;
}
div#main
{
	width: 635px;
	background: #fff;
	margin-top: 0px;
	border-bottom: 3px solid #84a43b;
}
div#text
{
	padding: 20px;
	text-align: justify;
	color: #707070;
	line-height: 16px;
}
div#text h3
{
	color: #a5e11a;
	margin: 2px;
	padding: 0px;
	padding-bottom: 14px;
	margin-bottom: 12px;
	background: url(gfx/bg-head.gif) repeat-x bottom center;
	font-size: 14px;
}
div#text p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

/* footer
----------------------- */

div#footer
{
	height: 40px;
	width: 635px;
	color: #648716;
	clear: both;
	float: right;
	margin-right: 25px;
}
div#footer p
{
	font-size: 9px;
	text-align: right;
	margin: 0px;
	padding: 2px;
}
div#footer a
{
	color: #cee222;
	text-decoration: none;
}

/* menu
----------------------- */

div#menu ul
{
	margin: 0px;
	padding: 10px 0px;
	float: right;
}
div#menu li
{
	list-style: none;
	text-align: right;
	line-height: 32px;
	margin-bottom: 1px;
}
div#menu li a
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
	width: 200px;
	height: 32px;
	display: block;
	padding-right: 40px;
}
div#menu li a:hover
{
	color: #faf331;
	background: url(gfx/bg-link.gif) repeat-y right top;
	text-decoration: underline;
}
div#menu li a.active
{
	color: #faf331;
	background: url(gfx/bg-link.gif) repeat-y right top;
}

/* form
-----------------------------*/

input, textarea
{
	border: 1px solid #d8d8d8;
	background-color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #3e3e3e;
}

input:hover, input:focus, textarea:hover, textarea:focus
{
	border-color: #9B9B9B;
	background-color: #FBFBFB;
}
input.button
{
	background: #9abc4d;
	border: 1px solid #84a43b;
	color: #fff;
	font: 11px Verdana, Arial, sans-serif;
	padding: 3px;
	margin: 3px 0px;
}
input.button:hover
{
	background: #84a43b;
}

/* other
----------------------- */

a
{
	color: #1b1b1b;
	text-decoration: underline;
}
img
{
	padding: 4px;
	border: 1px solid #cfcfcf;
	background: #fff;
}

