@import url('http://internet-studio.ru/cs/common2.css');

* html {
height:100%;
}

html,
body {
height:100%;
}

body {
background-color:#ededed;
}

.wrap,
header,
footer {
min-width:65em;
}

.wrap {
min-height:100%;
margin:0 0 -50px;
}

.sub_footer {
height:50px;
}

/*Footer*/
footer {
/*background-color:#666;
background-position:0 0;
background-repeat:repeat-x;*/
background:#666666; /* Old browsers */
background:-moz-linear-gradient(top, #666666 0%, #0e0e0e 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #666666 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #666666 0%, #0e0e0e 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top, #666666 0%, #0e0e0e 100%); /* IE10+ */
background:linear-gradient(top, #666666 0%, #0e0e0e 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#666666', endColorstr = '#0e0e0e', GradientType = 0); /* IE6-9 */
color:#fff;
height:50px;
line-height:48px;
padding:0 1em;
}
/*End*/

/*Forms*/
fieldset {
padding:1em;
}

legend {
background-color:transparent;
}

.home_page section {
text-align:center;
}

/*Colors*/
.alert {
color:red;
text-decoration:blink;
}

.attention {
color:#f00;
font:normal bold 10em/normal Garamond, 'times new roman', serif;
text-decoration:none;
}

.attention:hover {
text-shadow:0 0 5px #a22e2e;
}

.email {
cursor:text;
float:right;
height:13px;
margin-top:19px;
width:250px;
}

/*BG's*/
.bg_623011,
.bg_623011 .wrap {
min-width:25em;
overflow:hidden;
}

.bg_623011 .wrap {
min-height:inherit;
margin:0;
}

.bg_623011 header {
display:none;
}

.bg_623011 footer {
background-color:transparent;
background-image:none;
bottom:2em;
color:inherit;
height:auto;
left:auto;
line-height:normal;
padding:0;
position:absolute;
right:2em;
top:auto;
width:auto;
text-align:right;
z-index:auto;
}

.bg_623011 .sub_footer {
display:none;
}

.home_page.bg_623011 section,
.home_page.bg_623011 section a {
color:#fff;
}

.home_page.bg_623011 section {
background-color:#630102;
background-color:rgba(99, 1, 2, 0.85);
background-color:rgba(96, 189, 4, 0.85);
border:1px solid #fff;
box-shadow:0 0 1em #fff;
-moz-box-shadow:0 0 1em #fff;
-webkit-box-shadow:0 0 1em #fff;
bottom:2em;
font-size:2em;
left:2em;
padding:1em;
position:absolute;
right:auto;
text-shadow:0 1px #000;
top:auto;
z-index:auto;
}

.home_page.bg_623011 section:hover {
background-color:rgba(99, 1, 2, 1);
background-color:rgba(96, 189, 4, 1);
}

.bg_623011 .attention {
color:#fff;
font-size:inherit;
font-weight:normal;
}

.bg_623011 .attention:hover {
text-shadow:0 0 5px #fff;
}

.bg_623011 .email {
float:none;
margin-top:0;
}

.bg_623011 .dom_title {
white-space:nowrap;
text-transform:uppercase;
}