@charset "UTF-8";
/* = CSS Common = Spartiangames */
/* Main
======================================= */
html, body {height: 100%; width: 100%;}
body, html, p, ul, ol, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, fieldset, td, th, caption, address, textarea, legend {margin: 0; padding: 0;}
a img, fieldset {border: 0;}
table {border-collapse: collapse;}
td, th {vertical-align: top;}
body {font: 14px Comic Sans MS ,Verdana, serif; line-height: 1.5; background-color:#ffffff;}

/* Layout
======================================= */
/* тянущийся дизайн */
.page{
  min-width: 964px;
  max-width: 1280px;
  margin:0px auto;
  min-height:100%;
}
.main_left_container{width:200px; float:left;}
.main_right_container{width:200px; float:right;}
.main_center_container{margin:0px 225px;}
.main_layout{
/*  position:relative; */
  min-height:100%;
  margin-bottom:100px;
  padding:0px 15px 50px 15px;
}
/* IE6 min-height fix */
* html .page{
  height:100%;
}
.footer{
  position:relative;
  clear:both;
  display:block;
  /* изменять в зависимости от размеров footera*/
  height:40px;
  margin-top:-51px;
}
#sub_footer{
  min-width: 996px;
  max-width: 1280px;
  margin:0px auto;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
  body:first-of-type .page { min-height:85%; }
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
.page { min-height:85%; }
}
div.fieldWithErrors input {
  border: 1px solid red;
}
