html, body {
	height: 100%;	
}

body { 
	font: .8em Arial, Verdana, Helvetica, Sans-serif;
	line-height: 1.4em;
	color: #fff; 
	background:#5f8dc8 url("/i/bg.jpg") repeat-y center; 
	width:100%; 
	height:100%; 
	margin:0; padding:0;
}


h1,h2,h3,h4,h5,h6 {	    	
    margin: 10px 0;    
    font-family: Georgia, Times New Roman Times, Serif;
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
}

h1 {
	font-size: 2.5em;
}

h1 span{
	font-size: .7em;
	white-space: normal;	
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
	
}

h4 {
	font-size: 1.4em;
}

p{
	margin: 10px 0;
	text-indent: 0em;
}

acronym {cursor:help; border-bottom:1px dotted #333; font-style: normal;}
sup, sub {  vertical-align: middle;  position: relative;  font-size: 75%; }
sup { bottom: 0.5em; }
sub { top: 0.5em; }
small {font-size:.9em;}
big {font-size:1.2em;}


a{
	color: #fff;
    text-decoration: underline;	
}

a:hover{
	color: #F998DE;	
}


textarea, input[type=text], input[type=password]{
    border: 1px solid #aaa;
    padding: 2px 3px;
    background: #fff;
}

.clear:after {content: "."; display: block; height: 0;  clear: both; visibility: hidden;}

/*макет*/
#pageLayout{
    background: url("/i/bg_main.jpg") no-repeat center top;
	min-height: 100%;	
    min-width: 1000px;
	position: relative;	    
    width: 100%;   
    top: 0px;    
}

/* контент */
#wrapper {	    
    width: 100%;    			
	position: relative;	
	clear: both;
    overflow: hidden;               
}

/* шапка */
#header{
    height: 370px;
    position: relative;
}

#header h1 {
	background: url("/i/logo.jpg") no-repeat top;
	display: block;
	width: 294px;
	height: 225px;	    
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 0;    
    margin-left: -455px;		
}


#header h1 a, #header h1 a:hover{	
	display: block;
	width: 272px;
	height: 193px;	
	text-decoration: none;	
	position: absolute;
	z-index: 100000;    
    top: 40px;		
}

#header h1 a span{
	display: none;
}

#header .contacts{
    float: left;
    margin: 100px 0 0 43%;   
    color: #266697; 
    text-align: right;
    position: relative;
    z-index: 10000 !important;
}

.contacts a{
    color: #266697;
}

#header .contacts .phone{
    color: #3597ce;
    font-family: Georgia, Times New Roman Times, Serif;
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
}

#header .contacts .phone span{
    color: #e178ed;
}

.content{    
    width: 100%;             
}



.content.inner a{
    color: #266697;
}

.nav{
    color: #fff !important;
}

.nav a, .nav a:hover{
    color: #fff !important;
}

.content.inner a:hover{
    color: #173349;
}

.content.inner ul{
	list-style: disc;	
	margin: 25px 0;
}

.content.inner ul li {
	margin:  10px 0 10px 20px;	
}

.content.inner ol{
	list-style: decimal;	
	margin: 25px 0;
}

.content.inner ol li {
	margin:  10px 0 10px 20px;	
}

.content.inner{
    width: 900px;    
    margin: 0 auto;
    min-height: 350px;
    margin-top: -50px;
    position: relative;
    z-index: 1000;
    color: #113a59;       
}

.content.short{
    width: 650px !important;
    padding-right: 250px;
}
.balls{
    background: url("/i/balls.jpg") no-repeat right top;
    position: absolute;    
    height: 494px;               
    width: 300px;
    padding-top: 100px;
    padding-right: 390px;
    color: #fff;
    left: 50%;    
    top: 144px;    
    margin-left: -53px;        
}

.inner .ballsIn{
    background: url("/i/balls.jpg") no-repeat right top;
    position: absolute;    
    height: 494px;               
    width: 442px;        
    left: 50%;    
    top: -185px;    
    margin-left: 195px;
    z-index: 0;        
}


.flowers h2, .balls h2{
    font-family: Georgia, Times New Roman Times, Serif;
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    white-space: nowrap;    
}

.flowers{
    background: url("/i/flowers.jpg") no-repeat left top;
    position: absolute;    
    height: 596px;               
    width: 300px;
    padding-top: 100px;
    padding-left: 370px;
    color: #fff;
    left: 50%;    
    margin-top: -5px;
    margin-left: -593px;    
       
}


.flowersIn{
    background: url("/i/flowers.png") no-repeat left top;
    position: absolute;    
    height: 575px;               
    width: 351px;        
    left: 50%;    
    top: -185px;    
    margin-left: 195px;
    z-index: 0; 
       
}

.text{    
    position: relative;
    width: 600px;
    left: 50%;
    margin-left: -225px;
    margin-top: 300px;                    
}

.text .col{
    float: left;
    width: 45%;
    margin-right: 15px;
}

.contentText{
    clear:  both;
    padding-top: 35px;
}
/* подвал */
#footer{
    color: #333;
    background: url("/i/footer.jpg") no-repeat center bottom;        
    height: 413px;
    margin-top: 0px;        
}

#footer .inner{
    width: 970px;
    margin: 0 auto 0 auto;    
    padding-top: 250px;
}

#footer a{
    color: #008fbe;
}


#footer .inner .info{
    background: url("/i/foot_logo.png") no-repeat;
    padding-left: 145px;
    height: 100px;
    padding-top: 20px;
    float: left;
}

#footer .madeby{	
	float: right;
	width: 180px;
	margin: 0px 0 0 0px;	
}

#footer .madeby img {
	vertical-align: middle;
}

#footer .madeby a{	
	color: #008fbe;
	text-decoration: none;
}

#footer .madeby a em{
	font-style: normal;
	color: #007fbe;	
}

ul li{
    margin: 10px 0;
}

.col ul, .col ul a{
    color: #213854;
}

#onlineform{
    margin-top: 35px;
}

#onlineform input[type="text"], #onlineform textarea{
    padding: 5px;
    border: 1px solid #ccc;    
}
#onlineform textarea{
    width: 430px;
    height: 100px;
}

.captcha{
	font-size: 2em;
	line-height: 1.2em;
}

.captcha img{
	margin: 0 5px 0 0;

}
.captchaText{	
	font-size: 1.2em;
	margin: 0 0 0 10px;
}

.submenu li{
    float: left;
    list-style: disc;
    margin: 0px 35px 10px 10px !important;
}

.submenu{
    clear: both;
    width: 100%;
}
