/* Zero styling*/

*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after { 
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* Site css */

body {
	font-family: Helvetica;
	color: #333;
	font-size: 76%;
}

h3 {
	margin-bottom: 5px;
	color: #009999;
}

p, ul {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 15px;
}

#top {
	position: relative;
	width: 960px;
	height: 105px;
	margin: 0 auto 0 auto;
}

#top img {
	float: left;
	margin: 20px 0 0 38px;
}

#top ul {
	position: absolute;
	right: 5px;
	bottom: 7px;
}

#top ul li {
	padding-top: 6px;
	text-align: right;
}

#top ul li a {
	font-size: 12px;
	color: #990066;
	font-weight: bold;
	text-decoration: none;
}

#top ul li#selected a {
	color: #999;
}

#top ul li#selected a:hover {
	text-decoration: none;
}

#top ul li a:hover {
	text-decoration: underline;
}

#navigation {
	width: 960px;
	height: 21px;
	margin: 0 auto 0 auto;
	background: url(../img/navigation-bg.png) no-repeat;
}

#navigation ul {
	float: left;
	padding-left: 28px;
}

#navigation ul li {
	display: block;
	float: left;
	padding: 0 11px 0 11px;
	line-height: 21px;
}

#navigation ul li:hover {
	background: url(../img/navigation-hover-bg.png) repeat-x;
}

#navigation ul li#active {
	height: 19px;
	line-height: 19px;
	border: 1px solid #009999;
	background: #fff;
}

#navigation ul li a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#navigation span {
	display: block;
	float: right;
	margin-right: 6px;
	color: #fff;
	line-height: 21px;
	font-size: 10px;
}

#content {
	position: relative;
	width: 960px;
	height: 576px;
	margin: 0 auto 100px auto;
}

.bg1 {
	background: url(../img/content-bg-1.jpg) no-repeat;
}

.bg2 {
	background: url(../img/content-bg-2.jpg) no-repeat;
}

.bg3 {
	background: url(../img/content-bg-3.jpg) no-repeat;
}

.bg4 {
	background: url(../img/content-bg-4.jpg) no-repeat;
}

.bg5 {
	background: url(../img/content-bg-5.jpg) no-repeat;
}

#content h1 {
	display: block;
	position: absolute;
	top: 42px;
	left: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

#textfield {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 283px;
	padding: 21px 21px 0 21px;
	border: 1px solid #898989;
	background: url(../img/textfield-bg.png) transparent;
}

#textfield #boxes, #boxes2 {
	margin-left: -19px;
	margin-right: -21px;
	margin-top: 50px;
}

#textfield #boxesru {
	margin-left: -19px;
	margin-right: -21px;
	margin-top: 5px;
}

#textfield a {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}

#textfield #highlight {
	color: #999;
}

.showcase {
	position: absolute;
	left: 400px;
	top: 70px;
	width: 445px;
	border: 1px solid #898989;
	background: url(../img/textfield-bg.png) transparent;
}

.padding {
	padding: 15px;
}

.showcase h2 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

#mapfield {
	position: absolute;
	top: 70px;
	left: 40px;
	border: 1px solid #898989;
	background: #fff;
	padding: 2px;
}

#mapfield img {
	margin-bottom: -3px;
}

p.closer, ul {
	line-height: line-height: 14px;
	margin-bottom: 15px;
}

p.outer {
	line-height: 18px;
}

#boxes2 {
	margin-top: 10px;
}

#textfield ul ul li {
	margin-bottom: 10px;
	padding-left: 20px;
}