
/* Сбрасываем стили */

ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* Тэги html 5*/

article, aside, figcaption, figure, footer, header, hgroup, nav, section { 
    display:block;
	background:tranceparent;
}

/* Основные стили */

* {
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

html, body {padding:0px; margin:0 auto; font-family: 'Arial','Verdana', sans-serif; line-height:1.2; color:#333333; background-color: #f6f6f6; max-width:1600px;}
img {border:0px;}
a:link{
	color:#6BA5B5;
	text-decoration:none;
	border-bottom: 1px solid #D1E9F0;
}
a:hover{
	color:#cc3300;
	text-decoration:none;
	border-bottom: 1px solid #cc3300;
}
a:visited{color:#993366;}
a:visited:hover{color:#cc3300;}
h1 {font-size: 160%; font-weight: 700; margin: 0px 0px 25px 0px;}
h2 {font-size: 140%; font-weight: 700; margin: 15px 0px 15px 0px;}
h3 {font-size: 120%; font-weight: 700; margin: 10px 0px 10px 0px;}
h4 {font-size: 100%; font-weight: 700; margin: 5px 0px 5px 0px;}
p {padding: 5px 0px 10px 0px;}
textarea {width:98%; height:90px;} 
hr {border-top:1px solid #CA3E0A; border-bottom:0px solid #cccccc; margin-bottom:24px; margin-top:24px; clear:both;}
blockquote {border-left:6px solid #CA3E0A; margin: 24px 0px; padding-left:12px; font-weight:bold;}
fieldset {margin:10px 0px 10px 0px; padding: 10px; border:1px solid #CA3E0A;}
legend {font-weight:bold;}
input {padding:0px; }

/*ul {margin: 10px 0;}
ul li {margin: 0px 0 5px 40px; padding: 0 0 0 10px; list-style-type:disc;}*/
