﻿@charset "utf-8";

html { height: 100%; font-family:"Open Sans", sans-serif; font-size:18px; color:#6e7879;}
body { height: 100%; margin:0; padding:0; background:#ececec;}

h1 { font-size:30px; color:#1c282a;}


.clr { clear:both;}
.head { width:768px; height:140px; padding: 0; background: url(../images/head-bg.png) top center repeat-x;  margin:0 auto; display:table-cell; vertical-align:middle; text-align:center; }


.content { width:768px; background: #FFF; margin:0 auto; position:relative; }

.buttons { width:100%; font-family:"Montserrat", sans-serif;}
.buttons a { display: inline-block; width:377px; height:85px; border:2px solid #837D42; font-size:32px; text-decoration:none; font-family:inherit;}
.buttons a div { width:377px; height:85px; display: table-cell; vertical-align: middle; text-align:center; color:#484848;}

.buttons .activ div {color:#484848 !important;}


.picts { position:relative; border-top:10px solid #837D42; border-bottom:10px solid #837D42; margin:30px 0 0 0; background:#000; text-align:center; font-size:36px;}
.picts img {padding:0 0 0 0; }
.picts a {color:#837D42; text-decoration:none; }





.social { display: block; padding:20px 30px; text-align:right; color:#666666;}
.social a{ vertical-align: middle; margin:0 5px; width:75px; height:75px; display:inline-block;}

.text { display: block; padding:10px 30px; border-bottom:1px dotted #404040;}


.banner { padding:15px; text-align:center; color:#6e7879; background-color:#E8E8E8; }
.banner a { color:#6e7879;}
.bannerPicture {background:url(../images/slider/business.jpg); width:768px; height:382px;}

.bottom {  padding:15px; text-align:center; font-size:14px; color:#FFF; background-color:#1F1F1F;}
.bottom a {color:#FFF;}

.spmaprotection {display: none;}




 /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:768px;
		height:382px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:70px;
		height:100px;
		position:absolute;
		left:0px;
		top:155px;
		z-index:10;
		}	
	#nextBtn, #slider1next{ 
		left:698px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:70px;
		height:100px;
		background:url(../images/btn_prev.png) bottom no-repeat;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.png) bottom no-repeat;	
		}	
	#nextBtn a:hover, #slider1next a:hover, #prevBtn a:hover, #slider1prev a:hover { background-position: top;	
		}		
	
	
/* // Easy Slider */