@charset "utf-8";
html * {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(bgBody.gif);
}
a {
	color:#069;
}
a:hover {
	color:#F90;
}
a img {
	border:0;
}
.container {
	width:1000px;
	margin:0 auto;
}
#sitebody {
	border:2px solid #FFF;
	background-color:#FFF;
	
	/* Bottom radius */
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	
	box-shadow: 0 0 10px #1A3457; /* Каноническое задание */
	-webkit-box-shadow: 0 0 10px #1A3457; /* Safari, Chrome */
	-moz-box-shadow: 0 0 10px #1A3457; /* Firefox */
}

#menu {
	height:50px;
	background:url(bgMenu.gif) repeat-x center center;
	text-align:center;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	position:relative;
	z-index:9;
}
#nav > ul {
	padding:0;
	margin:0;
	list-style:none;
}
#nav > ul > li {
	display:inline;
}
#nav > ul ul {
	text-align:left;
}
#nav > ul ul a {
	padding:3px 0;
	line-height:normal;
}

#nav > ul > li > ul {
	padding:5px 5px 5px 20px;
	background-color:#21243a;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#nav > ul .active ul {
	background-color:#FFF;
}
#nav > ul > li > a {
	color:#FFF;
	line-height:30px;
	padding:10px 20px;
	font-weight:bold;
	text-decoration:none;
}

#nav a {
	color:#FFF;
	text-decoration:none;
}
#nav a:hover {
	color:#0CF;
}
#nav ul .active ul a {
	color:#003;
}
#nav ul .active ul a:hover {
	color:#0CF;
}
#nav > ul > li.active > a {
	color:#003;
	background-color:#FFF;
}

#collage {
	height:300px;
	margin-top:-10px;
	background:url(headCollageWithLogo.jpg) no-repeat center center;
	
	position:relative;
	z-index:8;
}
#collageUnderline {
	height:20px;
	background:url(bgMenu.gif) repeat-x center center;
}
#content {
	min-height:300px;
}
#bread {
	text-align:right;
	font-size:11px;
	padding:5px 0;
}
#content h1 {
	margin:0;
	font-size:140%;
	border-bottom:1px solid #069;
}
#content h2 {
	margin:0;
	font-size:130%;
	border-left:5px solid #069;
}
#content h3 {
	margin:0;
	font-size:120%;
}

#leftColumn {
	float:left;
	width:200px;
}
#columnHolder {
	margin-left:200px;
}
#centerColumn {
	float:left;
	width:575px;
	padding:10px;
	margin-bottom:20px;

	box-shadow: 0 0 5px #1A3457; /* Каноническое задание */
	-webkit-box-shadow: 0 0 5px #1A3457; /* Safari, Chrome */
	-moz-box-shadow: 0 0 5px #1A3457; /* Firefox */
}

#centerColumnForm {
	float:left;
	width:976px;
	padding:10px;
	margin-bottom:20px;

	box-shadow: 0 0 5px #1A3457; /* Каноническое задание */
	-webkit-box-shadow: 0 0 5px #1A3457; /* Safari, Chrome */
	-moz-box-shadow: 0 0 5px #1A3457; /* Firefox */
}


#rightColumn {
	margin-left:595px;
}
.columnBlock {
	padding:10px;
	font-size:11px;
	border-bottom:1px solid #CCC;
	list-style:none;
}
#lastnews  ul{
margin-left:-40px;
	list-style:none;
}
.columnBlock ul li{
/*	list-style:none;*/
}

#footer {
	clear:both;
	margin:20px;
}
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
#footer li {
	display:inline;
}
#footer a {
	padding:5px 15px;
	line-height:20px;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
	background-color:#DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

form {
	padding:30px;
	width:500px;
}
form th {
	width:200px;
	padding-top:7px;
	text-align:right;
	vertical-align:top;
}
form th span {
	color:#DD0000;
}
form th div {
	font-weight:normal;
	color:#555555;
}
form td {
	vertical-align:top;
}
form td span {
	margin-bottom:-3px !important;
	display:inline-block !important;
}
form .tile {
	width:95%;
}
form .phone a {
	border-bottom:none;
}
form .inputfield {
	color:#333;
	padding:3px;
	background-color:#EEE;
	border:1px solid #777777;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
form .button {
	padding:5px;
}
form .alert {
	color:#DD0000;
}
.sudno tr td {
	padding:5px;
	border:#757575 1px double;
}
