@import url(reset.css);

html, body {
height:100%;
}

body {
background:#fff;
font-size:12px;
font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
color:#000;
vertical-align:top;
text-align:center;
}

.wrap {
width:1000px;
min-height:100%;
margin:0 auto;
text-align:left;
line-height:140%;
position:relative;
overflow-x:hidden;
z-index:1;
zoom:1;
}

	.content {
	background:#ffd180 url(../images/big_bee.png) left 20px no-repeat;
	position:relative;
	min-height:640px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/*box-shadow:0 0 8px #999;
	-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:0 0 8px #999;*/
	margin:15px 10px;
	padding:20px 20px 10px 20px;
	zoom:1;
	}
	
	.domen {
	margin-bottom:30px;
	font-size:24px;
	}
	
/* footer */

.footer {
position:relative;
width:1000px;
height:60px;
margin:-60px auto 0 auto;
text-align:center;
z-index:2;
}

/* /footer */

/* after */

.wrap:after, form:after, .content:after {
content:'';
clear:both;
display:block;
overflow:hidden;
height:0;
}

/* /after */

/* global */

p { margin-bottom:10px; }

img { vertical-align:top; zoom:1; }

h1, h2, h3, h4, h5, h6 {
margin:15px 0 10px 0;
color:#6D2400;
font-weight:bold;
line-height:100%;
}

h1 {
margin:0 0 10px 0; 
font-size:20px;
font-weight:normal;
} 

h2 {
font-size:18px;
font-weight:normal;
}

h3 {
font-size:16px;
}

h4 {
font-size:14px;
}

h5 {
font-size:14px;
font-style:italic;
}

h6 {
font-size:14px;
font-style:italic;
}

hr {
background:#000;
border:none;
height:1px;
font-size:0;
line-height:0;
margin:10px 0;
}

ul {
margin:5px 0 15px 2px;
}

ul ul {
margin:7px 0 7px 13px;
}

ul li, ol ul li {
/*background:url(../images/ul_li_bg.gif) left 7px no-repeat;*/
margin-bottom:6px;
list-style:disc inside;
}

ol {
margin:0px 0 15px 2px;
}

ol ol, ul ol {
margin:8px 0 0 20px;
}

ol li, ul ol li {
list-style:inside decimal;
margin:0 0 6px 0;
}

ul ol li, ul ul ol li, ul ul ul ol li {
background:none;
padding:0;
}

a {
color:#993300;
text-decoration:underline;
}

a:hover {
color:#dc4900;
text-decoration:none;
}

a.button {
background:#fff url(../images/button_bg_l.gif) left top no-repeat;
border:none;
display:block;
float:right;
clear:both;
height:20px;
line-height:20px;
color:#848484;
font-size:14px;
margin:0 0 5px 0;
padding:0 0 0 3px;
text-decoration:none;
text-align:center;
}

	a.button span {
	background:url(../images/button_bg_r.gif) right top no-repeat;
	border:none;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	padding:0 15px 0 12px;
	cursor:pointer;
	}

a.button:hover {
color:#848484;
text-decoration:none;
}

.noClear, .button.noClear {
clear:none;
}

.left, .button.left {
float:left;
}

.right, .button.right {
float:right;
}

.floatLeft {
float:left;
margin:2px 10px 3px 0;
}

.floatRight {
float:right;
margin:2px 0 3px 10px;
}

.clear {
clear:both;
height:1px;
line-height:1px;
overflow:hidden;
margin-top:-1px;
}

table {
margin:10px 0;
border-collapse:collapse;
}

th {
background:#fff;
border:1px solid #000;
padding:2px 6px 3px 6px;
text-align:left;
font-weight:bold;
color:#000;
}

td {
background:none;
border:1px solid #000;
padding:2px 6px 3px 6px;
vertical-align:top;
text-align:left;
color:#000;
}

blockquote {
background:#fff;
border:1px solid #000;
margin:0 0 10px 0;
padding:8px;
font-size:12px;
font-weight:normal;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
color:#000;
}

sub {
font-size:9px;
line-height:100%;
vertical-align:sub;
}

sup {
font-size:9px;
line-height:100%;
vertical-align:super;
}

form {
clear:both;
position:relative;
zoom:1;
}

label {
display:block;
float:left;
clear:both;
width:100%;
margin:0 0 5px 0;
color:#000;
font-weight:bold;
}

	label span {
	color:#ff0000;
	}
	
label.check {
font-weight:normal;
display:inline;
float:none;
margin:0;
}

input, select {
vertical-align:middle;
}

select {
margin:0 0 10px 0;
width:310px;
border:1px solid #000;
}

input.check {
vertical-align:middle;
margin:3px 6px 5px 0;
}

input.text, textarea {
background:#fff;
border:1px solid #000;
width:300px;
padding:2px 3px 3px 3px;
margin:0 0 10px 0;
font-size:11px;
color:#000;
}

textarea {
height:80px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*input.text:focus, textarea:focus, select:focus {
background:#fff8ed;
}*/

#captcha {
border:1px solid #000;
}

.DEV_MOD {
border:1px solid red;
}

/* /global */
