html, body, form, div
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height: 100.01%;
	min-height:100%;
	min-width:1000px;
	_min-width:985px;
}

/*Font*/
body
{
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	margin: 0px;	
	background-color:#130002;	
}

/*Font in table*/
img, table{
 border:none;
}

img {
	margin: 0px;
	padding: 0px;
}

input, td {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}
p {
	text-align:justify;
}
p, td, div{
	line-height:150%;
}

#fire_bottom {
	width: 1000px;
	_width:985px;
	position: relative;
	min-height: 100%;
	height: 100%;
	background-image: url(images/fire_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;		
}

#fire_top {
	width: 1000px; 
	_width:995px;
	position: relative;
	
	/*background-color:#130002;*/
	background-image: url(images/fire_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	min-height: 100%;
}

* html div#fire_top {
	height: 100%;
}

#footer {
	min-width: 1000px;
	_width:995px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	clear: both;
	line-height: 20px;
	height: 69px;
	padding-top: 15px;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.top {
	padding-left: 40px;
}

#main_content {
	margin-left: 40px;	
	min-height: 100.01%;
	width: 873px;	
}

#main_content .top_content {
	height: 55px;
	width: 859px;
	padding-left: 15px;
	background: url(images/top_content.png) top left no-repeat;
	_background: none;  /* специально для IE */
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/grill/images/top_content.png', sizingMethod='crop');		
}

#main_content .body_content {
	width:940px;
	background: url(images/white.gif) left repeat-y;
	min-height: 530px;
	_height: 630px;
}

#main_content .bottom_content {
	min-height: 34px;
	width: 873px;
	background: url(images/bottom_content.png) bottom left no-repeat;	
	_height: 34px;
	_background: none; /* специально для IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/grill/images/bottom_content.png', sizingMethod='crop');	
}

#main_content .body_content .left {
	float: left;
	width: 272px;
	_width: 202px;
	position: relative;
	text-align: justify;
	margin-left: -40px;
	margin-top: 30px;
}

#main_content .body_content .right {
	width: 630px;
	margin-left: 241px;
	_float:left;	
	_margin-left: 10px;
}

.content-block-body input {
	border:1px solid #c7c7c7;
}
#main_content a {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
#main_content a:visited {
	color:#aaaaaa;
	font-weight:normal;
}
#main_content a:hover {
	color:#e2001a;
	font-weight:normal;
}
#main_content a:active {
	color:#e2001a;
	font-weight:normal;
}

/*Error & OK messages*/
.errortext
{
	color:#c5141c;
}

.notetext
{
	color:#598212;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:#c5141c;
}