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

body
{
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #006;
	margin: 4px auto;
	width: 800px;
	position: relative;
	padding: 0;
}

a
{
	color: #333;
	text-decoration: underline;
}
a:hover, a:focus
{
	text-decoration: none;
}
a:visited
{
	color: #000;
}

img
{
	border: 0;
}

label, button, input[type=submit], input[type=image], input[type=reset], input[type=button]
{
	cursor: pointer;
}

form
{
	display: inline;
}

button, input
{
	vertical-align: middle;
}

#skipnav, #backtotop, #nav h1
{
	display: none;
}

#header
{
	background: #1E1E77 url("../images/logo.jpg") no-repeat;
	color: #fff;
	height: 34px;
}

#header-title
{
	margin: 0;
	padding: 0;
	height: 34px;
}

#header-title a
{
	display: block;
	width: 150px;
	padding-top: 34px;
	height: 0;
	overflow: hidden;
}

/*#header-title
{
	font-size: 1em;
	margin: 0;
	padding: 8px 0 8px 4px;
}
#header-title a
{
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 4px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}*/

#header p
{
	margin: 0;
	padding: 0;
}

#header label
{
	color: #ABABFF;
	font-size: 1.2em;
}

#search-field, #newsletter-field
{
	border: 1px solid #000;
	height: 18px;
	width: 122px;
	margin: 0 4px;
}

#search-form, #newsletter-form, #language-picker
{
	position: absolute;
	top: 0.6em;
	padding: 0;
	margin: 0;
}

#search-form
{
	left: 15.5em;
}

#newsletter-form
{
	right: 10em;
}

#language-picker
{
	top: 0.7em;
	right: 12px;
	font-size: 1.1em;
	color: #006;
}

#language-picker a
{
	color: #fff;
	text-decoration: none;
}

#language-active
{
	color: #ABABFF !important;
}

#pagetitle
{
	background: #CC9 url("../images/header.jpg") no-repeat;
	margin: 0 0 0 170px;
	padding: 176px 0 2px 6px;
	color: #4D4D4D;
	border-bottom: 1px solid #006;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
}

#headerflash
{
	position: absolute;
	top: 34px;
	right: 0;
	width: 630px;
	height: 174px;
}

#nav
{
	float: left;
	width: 150px;
}

#nav h2
{
	border-bottom: 2px solid #006;
	font-size: 1.1em;
	margin: 8px 0 0 0;
	padding: 0 5px;
}

#nav ul
{
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

#nav a
{
	text-decoration: none;
	padding: 0 6px;
}

#amenu1, #nav a:hover, #nav a:focus
{
	color: #A02525;
}

#nav li
{
	border-bottom: 1px solid #006;
	padding: 5px 0;
	text-align: right;
	text-transform: lowercase;
}

#menus-city
{
	margin-bottom: 30px !important;
}

#limenu1
{
	padding-bottom: 0 !important;
}

#menus2
{
	margin: 3px 0 0 0 !important;
	font-size: 1em !important;
}

#menus2 li
{
	border-bottom: none;
	padding: 1px 0;
}

#menus2 a
{
	padding: 2px 4px;
	display: block;
	border: 1px solid #fff;
}

#amenu2, #menus2 a:hover, #menus2 a:focus
{
	background: #BABABA;
	border: 1px solid #959595 !important;
	color: #fff;
}

#content
{
	position: relative;
	width: 610px;
	margin-left: 170px;
	padding-top: 27px;
	min-height: 300px;
}

#content p
{
	text-align: justify;
}

#footer
{
	clear: both;
	text-align: right;
	position: relative;
	padding: 10px 20px 4px 0;
	font-size: 0.9em;
	color: #666;
}

#footer p
{
	margin: 0;
	padding: 0;
}

.small
{
	font-size: 0.9em;
}

