body{
	background-color: #efe5cf;
	//*background-image:url(../images/bg-main.png);*//
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #281900;	
}

p{
	line-height: 20px;
}

br{}

hr{}

h1{
	margin: 0;
	font-family: 'AbelRegular';
	font-weight: normal;
	font-size: 25px;
	color: #ffffff;
	text-shadow: #000000 3px 3px 5px;
}

h2{
	margin: 0;
	font-family: 'AbelRegular';
	font-weight: normal;
	font-size: 23px;
	color: #FFFFFF;
	text-shadow: #000000;
	padding-bottom: 5px;
}

img{
	border: none
}

.clear{
	clear: both;
}

.wrapper-page{
	margin: auto;
	background-image:url(../images/bg-wrapper.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.page{}

.wrapper-main-image{
	margin: auto;
	background-image:url(../images/main-image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.main-image{
	height:390px;
	width:970px;
	margin: auto;
}

.logo{
	padding-top: 30px;
	float: left;
	display: none;
}

.slogan{
	padding-top: 240px;
	float:left;
}

.copyright-img{
	padding-top:45px;
	float:left;
	color: #848484;
}

.copyright-img a{
	text-decoration: none;
	color: #848484;
}

.copyright-img a:hover{
	color: #848484;
	text-decoration: underline;
}

.top-navigation{
	padding: 0 8px 0 0;
	margin:0;
	display: inline;
	float: right;
	height: 35px;
}

.top-navigation ul{
	margin:0;
}

.top-navigation ul li{
	display: inline;
	float: left;
	margin-left: 20px;
	height: 25px;
	padding-top: 10px;
}

.top-navigation ul li a{ 
	color: #281900;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.top-navigation ul li a:hover{ 
	color: #ffffff;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.top-navigation ul li :link{}

.top-navigation ul li:visited{}

.top-navigation ul li:hover{
	background: #281900;
}

.top-navigation ul li:active{ 
	background: #281900;
}

.top-navigation ul select{
	margin-top: 8px;
	margin-left: 25px;
}

.top-navigation ul li.active{
	background-color: #281900;
	color: #ffffff;
}

.top-navigation ul li.active a{
	color: #ffffff;
}

.wrapper-navi{}

.navi{
	margin: auto;
	width: 970px;
	padding-top: 10px;
	height: 211px;
}

.main-navi-last p a{
	color: #ffffff;
	text-decoration: none;
}

.main-navi-last p a:active{
	color: #ffffff;
}

.main-navi-last p a:hover{
	color: #ffffff;
	text-decoration: underline;
}


/*MAIN-NAVI-FIRST START*/

.main-navi-first{
	width: 310px;
	float: left;
	padding-right: 20px;
	color: #ffffff;
}

.main-navi-last{
	width: 310px;
	float: left;
	color: #ffffff;
}

/*COMPANY END*/

.content-first{
	width: 310px;
	float: left;
	padding-right: 20px;
}

.content-first ul {
	padding:0 0 0 15px;
}

.content-first ul li{
	margin-bottom: 10px;
}

.content-last{
	width: 310px;
	float: left;
}

.wrapper-content{}

.content{
	margin: auto;
	width: 970px;
	padding-top: 30px;
}


.wrapper-footer{
	margin-top: 30px;
}

.footer{
	margin: auto;
	width: 970px;
}

.copyright{
	color: #8b7f67;
}

.content h2{
	color: #2d1f00;
}

.cont-impr-1{
	width: 475px;
	float: left;
	padding-right: 20px;
}

.cont-impr-2{
	width: 475px;
	float: left;
}

@media (max-width: 1000px){
.logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	width: 100%;
}	

.copyright-img{
	text-align: center;
}
	
.navi{
	width: 100%;
	height: auto;
	background-color: #582514;
	display: inline-block;
}

.main-navi-first{
	padding-right: 0px;
}

.main-navi-last{
}

.content{
	width: 100%;
	height: auto;
}

.slogan{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.copyright-img{
	float: none;
	padding-top: 0px;
}

.copyright{
	padding: 0 20px 0 20px;
	text-align: center;
}

.main-image{
	width: 100%;
}

.content{
}

.navi-padding{
	padding: 20px 20px 40px 20px;
}

.content-first{
	width: 100%;
	padding-right: 0px;
}

.content-last{
	width: 100%
}

.main-navi-first{
	width: 100%;
}

.main-navi-last{
	width: 100%;
	padding-bottom: 20px;
}

.wrapper-main-image{
    background-image: none;
}

.main-image {
	background-size: cover;
    background-image: url(../images/main-image-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
}

.top-navigation{
	background-color: #fff;
	width: 100%;
	float: none;
	display: inline-block;
	padding: 0;
}

.wrapper-page{
	background-image: url(../images/bg-wrapper-mobile.jpg);
}

.footer{
	width: 100%;
}

.content-padding{
	padding: 20px;
}

.cont-impr-1{
	width: 100%;
}

.cont-impr-2{
	width: 100%;
}

.top-navigation ul li{
	margin-left: 0px;
}
}