/*Версия файла 2.5*/

/*######################################### CSS-сброс от Эрика Майера #########################################*/
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,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video {
    margin:0px;
    padding:0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block; /* делаем элементы блочными (для старых браузеров) */
}

body {line-height: 1; /* межстрочный интервал текста на странице */}

ol,ul {list-style: none}

blockquote:before,blockquote:after,
q:before,q:after {
    content: ''; /* Убираем кавычки у Q и BLOCKQUOTE */
    content: none; /* добавляем для верности */
}
blockquote,q {quotes: none; /* еще один способ убрать кавычки */}
table {border-collapse: collapse; border-spacing: 0}

/*############################################### Базовые стили ###############################################*/
body {
    font-family:  Arial, Helvetica, sans-serif; color:#777;	
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: Werdana, Tahoma, Arial, Helvetica, sans-serif;
    margin: 0.8em 0;
    font-weight: bold;
}
h1 {font-size: 2.4em}
h2 {font-size: 2.0em}
h3 {font-size: 1.6em}
h4 {font-size: 1.4em}
h5 {font-size: 1.2em}
h6 {font-size: 1em}

img{border: none}
input, textarea, select {outline: none; font-family:Arial, Helvetica, sans-serif; 1padding:0 5px;}
input{vertical-align: middle}
input[type=text], input[type=password], input[type=email], textarea{
    background-color: white;
    border: solid 1px #CCC;
    padding: 2px; font-size:13px;
	
}

strong{font-weight: bold}
em {font-style: italic}

a {color:#333;  text-decoration:none}
a:hover {color:#333; text-decoration:underline}

b {font-weight: bold}
p {margin-bottom: 0.9em}

hr {height: 1px; border: none; background-color: #888}

::-webkit-input-placeholder {color:#444; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:14px}
::-moz-placeholder          {color:#444; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:14px}/* Firefox 19+ */
:-moz-placeholder           {color:#444; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:14px}/* Firefox 18- */
:-ms-input-placeholder      {color:#444; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:14px}