input[type=text],textarea,select,a {
  font : 18px Georgia, Verdana;
  color	: #000;
}

a:hover {
	cursor: pointer;
	cursor: hand;
	color: #00c;
}

/* ФОКУСЫ */
:focus {
	outline: none;
}

input:focus,button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{
	border: none;
}

:focus {
	-moz-outline: 3px solid #fff !important;
}

input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}

input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}

/* ------ */ /*ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}*/
table {
	border: 0px; /* border="0" */
	border-collapse: collapse; /* cellspacing="0" */
}

table tr {
	margin: 0px;
	padding: 0px;
}

table td {
	margin: 0px;
	padding: 0px; /* cellpadding="0" */
	text-align: left;
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}
.dn{
  display:none;
}


body,html,div,h1,h2,h3,h4,li,p,img,form {
	margin: 0;
	padding: 0;
	border: 0;
}

body,html {
	height: 100%;
	font: 18px Georgia, Verdana;
	color: #000;
}

h1 {
	font: 36px Georgia, Verdana;
	margin-bottom: 30px;
}

h2 {
	font: 28px Georgia, Verdana;
	margin-bottom: 20px;
}

div.bgrnd_content {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #a9d8ff;
}

div.head_bgrnd {
	overflow: hidden;
	max-width: 1402px;
	border-right: 1px solid #a9d8ff;
	border-left: 1px solid #a9d8ff;
}

div.foot_bgrnd {
	overflow: hidden;
	max-width: 1398px;
	border-right: 1px solid #55b1ff;
	border-left: 1px solid #55b1ff;
}

div#foot_bgrnd_1 {
	background: transparent url("images/foot_bgrnd_1.jpg") no-repeat;
	background-position: center bottom;
}

div#head_bgrnd_1 {
	background: #fff url("images/head_bgrnd_1.jpg") no-repeat;
	background-position: center top;
}

div#foot_bgrnd_2 {
	background: transparent url("images/foot_bgrnd_2.jpg") no-repeat;
	background-position: center bottom;
}

div#head_bgrnd_2 {
	background: #fff url("images/head_bgrnd_2.jpg") no-repeat;
	background-position: center top;
}

div#foot_bgrnd_3 {
	background: transparent url("images/foot_bgrnd_3.jpg") no-repeat;
	background-position: center bottom;
}

div#head_bgrnd_3 {
	background: #fff url("images/head_bgrnd_3.jpg") no-repeat;
	background-position: center top;
}

div#foot_bgrnd_4 {
	background: transparent url("images/foot_bgrnd_4.jpg") no-repeat;
	background-position: center bottom;
}

div#head_bgrnd_4 {
	background: #fff url("images/head_bgrnd_4.jpg") no-repeat;
	background-position: center top;
}

div#foot_bgrnd_5 {
	background: transparent url("images/foot_bgrnd_5.jpg") no-repeat;
	background-position: center bottom;
}

div#head_bgrnd_5 {
	background: #fff url("images/head_bgrnd_5.jpg") no-repeat;
	background-position: center top;
}

/* start Выравнивание дива по центру*/
div.center_to_left {
	position: relative;
	right: 50%;
	float: right;
}

div.center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}

/* end Выравнивание дива по центру */
div.content {
	position: relative;
	width: 1000px;
	text-align: left;
}

div.head {
	width: 100%;
	height: 370px;
}

div.head_menu ul,div.head_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.head div.logo {
	position: absolute;
	top: 35px;
	left: 0px;
}

div.dt_city {
	position: absolute;
	top: 75px;
	left: 370px;
}

div.quotation {
	font-style: italic;
	position: absolute;
	top: 170px;
	left: 370px;
}

div.quotation .author {
	padding-top: 15px;
	padding-right: 80px;
	text-align: right;
}

table.menu {
	width: 900px;
	margin-left: 50px;
  /*align: center;
  margin-left: auto;
  margin-right: auto;*/

}

table.menu td {
	height: 50px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #55B1FF;
}

table.menu td.edge {
	width: 50px;
}

table.menu td.active {
	border: 0px;
	padding-top: 0px;
}

table.menu td div {
	height: 35px;
	padding-top: 15px;
}

table.menu td.active div {
	height: 35px;
	border: 1px solid #55B1FF;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
	border-bottom: 0;
	padding-top: 15px;
}

table.menu td a {
	font: 18px Georgia, Verdana;
	color: #00F;
}

table.menu td.active a {
	text-decoration: none;
	font: bolder 18px Georgia, Verdana;
}

div#foot {
	position: relative;
	bottom: 70px;
	left: 90px;
	font: 18px Georgia, Verdana;
}

div.foot,div.foot div.copyright a,div.foot div.menu a {
	color: #fff;
}

div.foot_ie6,div.foot_ie6 div.copyright a,div.foot_ie6 div.menu a {
	color: #000;
}

div#foot div.copyright a {
	font: 18px Georgia, Verdana;
}

div#foot div.menu a {
	font: 24px Georgia, Verdana;
}

div#foot table {
	width: 910px;
}

div.text {
	margin: 80px 56px 488px 56px;
}

div.text a.toggle {
	text-decoration: none;
	border-bottom: 1px dashed;
}

div.text table.img_prev {
	cellspacing: 5px;
}

div.text ul {
	margin: 0;
	padding-left: 30px;
}

div.text {
	line-height: 26px;
}

div.text p {
	padding-bottom: 15px;
}

div.text ul {
	padding-bottom: 15px;
}

.news_img {
	padding-right: 25px;
	padding-bottom: 20px;
	width: 256px;
}

.news_description {
	padding-left: 25px;
	padding-bottom: 20px;
	vertical-align: top;
}

a.title {
	font: 28px Georgia, Verdana;
	margin-bottom: 24px;
	text-decoration: none;
}

h3.date {
	font: 22px Georgia, Verdana;
	margin-bottom: 20px;
}

div.text table.program {
	width: 100%;
}

div.text table.program td {
	border: 2px solid #fff;
	background-color: #aae1fa;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	padding: 12px 15px;
}

div.text table.program td.leftcol {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	width: 140px;
}

div.text table.program td.row1 {
	background-color: #d4f0fd;
}

div.ppl_img {
	width: 255px;
	margin-left: 25px;
	margin-bottom: 25px;
	font-style: italic;
}
.member_reg {
	width: 800px;
}

.member_reg .column1 {
	width: 100px;
	text-align: right;
}

.member_reg td {
	padding: 5px 10px;
}

.member_reg .column2 {
	width: 700px;
}

div.input {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
div.input a.clear{
  padding: 5px;
}

.member_reg input[type="text"] {
	width: 640px;
}
.email_form input[type="text"] {
	width: 300px;
}


div.input input {
	border: 0 none;
	padding: 0 4px;
}

div.form2_bgrnd {
	padding: 20px;
	overflow: hidden;
	background: url('images/transparent_bg_blue.png') repeat;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #fff;
}

div.press_here{
  position: absolute;
  right:0;
  background: url('images/press_here.png') no-repeat;
  width: 156px;
  height: 74px;
}
div.w0{
  width: 0px;
}

a.button,a.button_active {
  float:left;
  color: #fff;
  font: 18px Georgia;
  text-decoration: none;
  overflow: hidden;
  min-width:160px;
}

a.button div.l {
  background: url("images/button_leftside_normal.png") no-repeat top left;
  height: 39px;
  padding-left: 20px;
}

a.button div.c {
  background: url("images/button_center_normal.png") repeat-x;
  height: 34px;
  min-width: 120px;
  padding-top: 5px;
  text-align: center;
}

a.button div.r {
  background: url("images/button_rightside_normal.png") no-repeat top right;
  height: 39px;
  padding-right: 20px;
}

a.button:hover div.l {
  background-position: 0 1px;
}

a.button:hover div.c {
  background-position: 0 1px;
  height: 33px;
  padding-top: 6px;
}

a.button:hover div.r {
  background-position:  100% 1px;
}

a.button_active div.l {
  background: url("images/button_leftside_active.png") no-repeat top left;
  height: 39px;
  padding-left: 20px;
}

a.button_active div.c {
  background: url("images/button_center_active.png") repeat-x;
  height: 33px;
  min-width: 120px;
  padding-top: 6px;
  text-align: center;
}

a.button_active div.r {
  background: url("images/button_rightside_active.png") no-repeat top right;
  height: 39px;
  padding-right: 20px;
}



a.button_red div.l {
	background: url('images/button_red_leftside_normal.png') no-repeat top left;
	height: 75px;
	padding-left: 34px;
}

a.button_red div.c {
	background: url('images/button_red_center_normal.png') repeat-x;
	height: 75px;
	min-width: 120px;
	padding-top: 15px;
	text-align: center;
}

a.button_red div.r {
	background: url('images/button_red_rightside_normal.png') no-repeat top right;
	height: 75px;
	padding-right: 34px;
}

a.button_red{
	color: #fff;
	float:left;
	font: 28px Georgia,Verdana;
  margin-bottom:0;
	overflow: hidden;
	text-decoration: none;
}

a.button_red:hover {
	color: #fff;
}

a.button_red:hover div.l {
	background-position: 0 1px;
}

a.button_red:hover div.c {
	background-position: 0 1px;
	height: 74px;
	padding-top: 16px;
}

a.button_red:hover div.r {
	background-position:  100% 1px;
}

div.blue_form{
	padding: 20px;
	overflow: hidden;
	background: url('images/transparent_bg_blue.png') repeat;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #fff;
}
input.type_here{
  color: #777;
  font: italic 18px Georgia,Verdana;
}

#subscribe_done{
  padding-top:20px;
  color: #333;
  font: italic 18px Georgia,Verdana;
}
