* {
 margin: 0;
 padding: 0;
 font-size: 100.01%;
}

html {
 height: 100%;
}

body {
 min-height:100%;
 height: 100%;
 color: #000;
 font-weight: normal;
 font-family: Trebuchet MS,Tahoma, Verdana, Helvetica, Sans-Serif;
}

div.page {
 width: 100%;
 margin: auto;
 height: auto !important;
 min-height:100%;
 height: 100%;
 font-size: 12px;
 line-height: 20px;
}

div.page div.footer_guarantor {
 height: 64px;
 clear: both;
}

/* Контейнер подвала */
div.footer {
 margin: auto;
 margin-top: -64px;
 width: 100%;
 height: 64px;
 clear: both;
 background: url(/images/ftile.gif) repeat-x;
}


div.page div.patch_minheight {
 width: 1px;
 height: 250px;
 float: right;
}

div.page div.left {
 width: 70%;
 float: left;
}

div.content 
{
 padding: 0 20px 0 20px;
}


div.right_content 
{
 padding: 0 20px 0 20px;
}


div.page div.right {
 width: 30%;
 overflow: hidden;
 float: left;
}

.rtop {  
     width: 100%;
   height: 250px;
     background: url(/images/rtile.jpg) repeat-x; 
}


.top  {
   width: 100%;
   height: 250px;

   background: url(/images/ltile.jpg) repeat-x 50% 0 ; 

}

.topcar 
{
   float:right;
   height: 250px;
   width: 695px;
   background: url(/images/top_car.jpg); 
}

.footer_content 
{
   padding: 20px 20px 0 20px;
   font-size: 12px;
}


h1  {
	color: #094778;
	font-weight: normal;
	text-decoration: none;
   	font-size: 18px;
	
}

h1 a {
	font-weight: normal;
	text-decoration: none;
   	font-size: 18px;
   	color: #094778;
	
}

hr {
	color: #094778;
	height: 1px;
}

div.right_content p {
	margin: 5px 0 20px 0;

}

div.title { 
 	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}

img.arctik {
	float: none;
	clear: both;
	display: block;
}

img.tosol-r {
	float: none;
	display: block;
	clear: both;
	margin-left: 65px;
	margin-top: 10px;
}

input.text {
	width: 100%;
	height: 20px;
	border: 1px solid black;
	padding: 2px;
	line-height:20px;
}
img { 
    border: 0;
    }
    
.floats {
    width: 100%;
    margin: -3em 0 0 -2em;
    position: relative;
    display: inline-block;
    clear: both;
}
.floats:after {
    content: '';
    display: block;
    clear: both;
}
.floats .fleft {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 3em 0 0 2em;
    width: 14em;
    min-width: 180px;
}

.floats .fleft .r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.floats .fleft .min
{
    margin: 0 0 180px 0;
    height: 21px;
    width: 180px;
    
}

a:hover { text-decoration: none; }


ul { 
    padding: 25px;
    bullet: square;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin-left:10px;    
}
ul li {
    margin-bottom: 5px;
}