/**
* EnterScroll CMS ( ESC )
* @author: timax
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
}
body, html {
  margin:0px;
  padding:0px;
  text-align:center;
  background: url(../images/2_bg.jpg) #b6d5e7 repeat-x;
  font-family: Verdana;
  font-size: 14px;
}
#container{
  margin:0 auto;
  text-align:left;
  width:900px; /*~~~~~~~~~~~ Ширина макета ~~~~~~~~~~~*/
}
/*~~~~~~~~~~~~~ Cтили для шапки сайта ~~~~~~~~~~~~~~~*/
#header{margin-top:20px;}
/*~~~~~~~~~~~~ Cтили для левой колонки сайта ~~~~~~~~~~~~~*/
#left{background: url(../images/content_bg.png) repeat-x;}
 /*~~~~~~~~~~~~~ Название ~~~~~~~~~~~~~~*/
 .ddd{
 position: absolute;
 color:#006189;
  font-family:Times New Roman;
  font-size:36px;
  padding-left:72px;
  padding-top:12px;
  z-index:15;/*~~~~~~~~~~~~~ Для переднего плана в блоке С ~~~~~~~~~~~~~~*/
}
 /*~~~~~~~~~~~~~ Верхняя рамка ~~~~~~~~~~~~~~*/
 .blok_v{
  background: url(../images/blok_v.png) no-repeat;
  width: 391px;
  height: 28px;
  margin-top:0px;
  margin-bottom:0px;
}
.blok_v p{
  color:#006189;
  font-family:Times New Roman;
  font-size:36px;
  padding-left:72px;
  padding-top:12px;
}
 /*~~~~~~~~~~~~~ Основное содержимое ~~~~~~~~~~~~~~*/
.blok_c p{
  padding-right:5px;
  padding-left:20px;
  padding-top:42px;
}
.blok_c a{padding-top: 20px;}
.blok_c{background: url(../images/blok_c.png) repeat-y;
width: 391px;}
 /*~~~~~~~~~~~~~ Нижняя рамка ~~~~~~~~~~~~~~*/
.blok_n{background: url(../images/blok_n.png); width: 391px; height: 38px;margin-top:-12px;}
/*~~~~~~~~~~~~~ Cтили для блока контента ~~~~~~~~~~~~~~*/
#content{margin-top:57px;}
.blok{margin-left:25px;} 
.nout {float:right;margin-top:-410px;}  
/*~~~~~~~~~~~~~ Блок с текстом (2) ~~~~~~~~~~~~~~*/
.textbg{
  background:url("../images/textBg.png") repeat scroll 0 0 transparent;
  border:1px solid #B2CDD9;
  margin-left:25px;
  margin-top:25px;
  width:872px;
  margin-bottom: 20px;
}
.textbg span{color: #3382a2;}
.textbg p{
  padding:21px;
  font-family: Verdana;
  font-size: 14px;
}  
span{color: #3382a2;} 
/*атрибут, который опускает подвал сайта ниже всех блоков. Нужен для корректной работы макета. */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
/*~~~~~~~~~~~~~ Cтили для подвала сайта ~~~~~~~~~~~~~~*/
#footer{
  background: url(../images/footer.png) no-repeat; width: 887px; height: 1px;
  margin-left:24px;
}
.footertel img{
  float: right;
  margin-top: 13px;
  margin-bottom: 10px;
  margin-right:10px;
}
#footer p{margin:0px;padding: 17px 0;}




.alert {
background: #e75480; 
text-align: center;
}

input, textarea {
background:none repeat scroll 0 0 #F2F2F2;
border:1px solid #CCCCCC;
display:block;
font-size:0.85em;
padding:0.25em 0.1em;
width:99%;
}

#submit {
background:none repeat scroll 0 0 #CCCCCC;
margin:1em 0;
padding:0.25em 1em;
width:auto;
}
