body {
	margin: 0;
	font: 13px 'Tahoma';
	color: #333333;
		
	background: #dcffe7 url('../images/top.png') top repeat-x;
}

img {
	border: 0;
}

h1 {
	font: bold 18px 'Trebuchet MS';
	color: #663333;
	
	padding: 0 0 10px 0;
	background: url('../images/h1.png') bottom repeat-x;
}

a {
	color: #3366ff;
}

.clear {
	clear: both;
}

.header {
	height: 208px;
	
	background: url('../images/header.jpg') 20% 0% no-repeat;
}

.logo {	
	margin: 40px 0 0 30px;
}

.nav {
	height: 37px;
	overflow: hidden;
	background: url('../images/nav.png') top repeat-x;
}

.nav ul, .nav p {
	margin: 0;
	padding: 0;
}

.nav ul {
	float: left;
	padding: 0 0 0 10px;
	width: 250px;
	height: 37px;
	
	background: url('../images/nav_left.png') top repeat-x;
}

.nav li {
	list-style: none;
	float: left;
	
	padding: 0 20px;
}

.nav li a {
	display: block;	
	padding-left: 17px;
	
	font: 10px 'Tahoma';
	line-height: 33px;
	height: 33px;
	color: #99ffff;
}

.nav li a:hover {
	color: white;
	text-decoration: none;
}

.nav .map {
	background: url('../images/divider.png') right center no-repeat;
}

.nav .map a {
	background: url('../images/map.png') 0% 50% no-repeat;
}

.nav .contacts a {
	background: url('../images/contacts.png') 0% 60% no-repeat;
}

.nav .bar {
	float: left;
	margin: 0 0 0 25px;
	
	font: 11px 'Arial';
	line-height: 35px;
	color: #ffffff;
}

.nav .bar span {
	margin: 0 15px;
}

.nav .bar a {
	color: #ffffff;
	text-decoration: none;
}

.nav .slogan {
	float: right;
	margin: 0 30px 0 0;
	
	font: bold 11px 'Tahoma';
	line-height: 35px;
	color: #ffffff;
}

.wrap {
	margin-left: 260px;	
	background: #ffffff;
}

.wrap .left {
	float: left;
	width: 260px;
	margin-left: -260px;
	min-height: 510px;	
	
	background: #edfff3;
	border-right: 1px solid #d5e5da;
}

.wrap .right {	
	padding-top: 1px;
	margin: 0 30px;
}

.menu {
	margin: 0;
	padding: 0 0 0 0;
}

.menu li {
	list-style: none;
	display: block;
	margin-top: -2px;
}

.menu li:hover, .menu li.current {
	background: #a0f5ff url('../images/menu_hover.png') top repeat-x;
}

.menu a, .menu span {
	display: block;	
}

.menu a {
	display: block !important;	
	text-decoration: none;
	background: url('../images/item.png') 15% 55% no-repeat;
}

.menu li:hover a, .menu li.current a {
	background: url('../images/item_hover.png') 15% 55% no-repeat;	
	color: #333366;
}

.menu span {
	margin: 0 30px 0 60px;
	padding: 8px 0 11px 0;
	
	font: 13px 'Tahoma';
	line-height: 13px;
	text-shadow: #ccffff 0 1px 0;
	color: #336699;
	
	background: url('../images/dots.png') bottom repeat-x;
}

.menu li:hover span, .menu li.current span { 
	font-weight: bold;
	background: none;
}

.menu #last span {
	background: none;
}

.search {
	height: 60px;
	background: #a0f5ff;
	border-top: 1px solid #97dee6;
	border-bottom: 1px solid #d8ebdc;
}

.search .inner {
	height: 32px;
	width: 201px;
	margin: 14px 0 0 30px;
	background: url('../images/search.png') no-repeat;
}

#query {
	float: left;
	margin: 2px 0 0 15px;
	padding: 7px 0;
	*padding: 9px 0;
	width: 130px;
	border: 0;	
	font: 12px 'Arial';
	line-height: 12px;
	color: #666666;
	background: none;
}

#submit {
	float: right;
	margin: 4px 4px 0 0;
}

.news {	
	margin: 20px 25px;
	border: none;
}

.news h2 {
	margin: 0;
	padding-left: 15px;
	background: url('../images/news.png') no-repeat;
	font: bold 12px 'Tahoma';
	line-height: 28px;
	height: 34px;
	text-shadow: #ffffcc 0 1px 0;
	color: #663333;
}

.news ul {
	margin: 0 10px 0 15px;
	padding: 0;
}

.news li {
	list-style: none;
	
	background: url('../images/dots.png') top repeat-x;
}

.news li#first { 
	background: none;
}

.news a {
	display: block;	
	padding: 7px 0;	
	font: 11px 'Tahoma';
	text-decoration: none;
	color: #333333;
}

.news a:hover { 
	color: #3366ff;
	text-decoration: underline;
}

.footer {
	*margin-top: -20px;
	height: 150px;
	position: relative;
	background: #dcffe7 url('../images/footer.png') top repeat-x;
}

.footer p {
	margin: 0;
}

.copy {	
	position: absolute;
	top: 63px;
	left: 30px;
	
	margin: 0;	
	text-shadow: #ffffff 0 1px 0;
}

.dev {
	position: absolute;
	top: 70px;
	right: 30px;
	
	margin: 0;
	text-shadow: #ffffff 0 1px 0;
}

.license {	
	position: absolute;
	top: 15px;	
	left: 0;
	width: 100%;	
	text-align: center;
}

.license img {
	margin: 0 5px;
}



table { border-collapse: collapse; }
td { padding: 5px; }
table[border="1"] td { border: 1px solid #666666; }
table p { margin: 0; }


.form table { background: white;}
.form td { vertical-align: top; }
.captcha { width: 70px; }
.form .mini {
	width: 275px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

.form .max {
	width: 275px;
	height: 100px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}