@charset "windows-1251";
/* CSS Document */

/************************************************************************************************************************/
/* CSS Reset */

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, 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, caption, 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; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
img {border: 0 none; image-rendering: optimizequality; vertical-align: middle;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}  
blockquote, q {quotes: "" "";} 

/************************************************************************************************************************/
/* Основные стили */
html, body {min-height: 100%;}
html {font-size: 100%;}
body {height: 100%; background-color:#4d8ec5; font: 1em Verdana, Arial, Helvetica, sans-serif;}
.clear {clear: both;}

#header-box {max-width: 600px; min-width: 235px; margin: 0 auto; padding: 10px 10px 0; text-align: center; display: block;}
#header-box img {width: 55%; max-width: 260px;}
#container {max-width: 560px; margin: 0 auto; padding: 10px 20px 60px;}

/* Страницы ошибок */
.page-403 h2 {padding: 10px 0 15px; font-size: 150%; font-weight: normal; text-align: center; color: white;}
.page-403 p {font-size: 90%; line-height: 140%; text-align: center; color: #E2E2E2;}

/* Взрослая страница */
body.x-adult {background-color:#690200;}
/************************************************************************************************************************/