﻿
.contact-button {
	padding: 4px 10px 4px 10px;
	background: #FF7A0D;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bolder;
	height: 34px;
	margin: 4px 10 0 10px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.contact-button:hover {background:#f49000;}

.cf {

	overflow: hidden;*;
	zoom: 1;
}


#app {
	min-height: 100%;
	position: relative;
}





.make_hcenter {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	
}


#bottom_panel {
	background: #f2eee6 url('images/lower_bgd483.png') repeat-x;
	padding-bottom: 50px;
}
#section_tabs_container {
	padding: 30px 0;
}
#section_tabs_container .inner {
	position: relative;
}
#section_tabs_container #section_arrow {
	display: block;
	width: 25px;
	height: 17px;
	background: url('images/sprited483.png') no-repeat -64px -56px;
	position: absolute;
	left: 103px;
	bottom: -23px;
	z-index: 10;
}
ul.section_tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;*;
	zoom: 1;
}
ul.section_tabs li {
	list-style: none;
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	margin: 0 0 0 40px;
	font-weight: bold;
	color: #2f2f2f;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
ul.section_tabs li:hover {
	background-color: #d4d2cf;
}
ul.section_tabs li.selected {
	background-color: #7a7978;
	color: #fff;
}
ul.section_tabs li .icon {
	background: url('images/sprited483.png') no-repeat 0 0;
	width: 31px;
	height: 30px;
	display: block;
	float: left;
	margin: 10px 10px 0 28px;
}
ul.section_tabs .space_tab.selected .icon {
	background-position: -31px 0;
	background: url('images/kockaBj1.png') no-repeat 0 0;
}
ul.section_tabs .space_tab .icon {
	background-position: 0 0;
	width: 31px;
	height: 30px;
	margin: 10px 10px 0 28px;
	background: url('images/kockaCr.png') no-repeat 0 0;
	
}
ul.section_tabs .control_tab.selected .icon {
	background-position: -32px -32px;
	background-position: 0 -30px;
	background: url('images/listMaliBj2.png') no-repeat 0 0;

}
ul.section_tabs .control_tab .icon {
	background: url('images/listMaliCr4.png') no-repeat 0 0;
	width: 31px;
	height: 32px;
	margin: 12px 10px 0 28px;
}
ul.section_tabs .share_tab .icon {
	background: url('images/kljucCr3.png') no-repeat 0 0;
	width: 32px;
	height:32px;
	margin: 12px 10px 0 25px;
}
ul.section_tabs .share_tab.selected .icon {
	background: url('images/kljucBj3.png') no-repeat 0 0;
	
}
ul.section_tabs .connect_tab .icon {
	background-position: 0 -82px;
	width: 31px;
	height: 30px;
	margin: 10px 10px 0 24px;
	background: url('images/MetaCr.png') no-repeat 0 0;
}
ul.section_tabs .connect_tab.selected .icon {
	background-position: -32px -82px;
	background: url('images/MetaBj.png') no-repeat 0 0;
}
ul.section_tabs .mobile_tab .icon {
	background-position: 0 -112px;
	width: 31px;
	height: 30px;
	margin: 11px 10px 0 28px;
	background: url('images/Kupci2Cr.png') no-repeat 0 0;
	
}

ul.section_tabs .mobile_tab.selected .icon {
	background-position: -32px -112px;
	background: url('images/Kupci2Bj.png') no-repeat 0 0;
}

#sections_container {
	background-color: #fff;
	position: relative;
	padding: 50px 0 40px;
	width: 1000px;
	min-height: 350px;
	margin: -10px auto 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-o-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}
#sections_container .section {
	
	margin: 0 55px;
}
#sections_container h3 {
	font-family: "AlternateGothicFSNo3",Helvetica,Arial,sans-serif;
	font-size: 38px;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: 1em;
}
#sections_container h4 {
	font-size: 21px;
	color: #ee8c00;
	margin: 0 0 10px 0;
}
#sections_container p {
	line-height: 1.3em;
	margin-bottom: 20px;
}
#sections_container p.desc {
	width: 370px;
}
#sections_container .left_col {
	float: left;
	width: 450px;
}
#sections_container .right_col {
	float: right;
}
#sections_container .three_cols {
	margin-top: 40px;
}
#sections_container .three_cols h4 {
	margin-bottom: 5px;
}
#sections_container .three_cols .col {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}
#sections_container .three_cols .col.last {
	margin-right: 0;
}
#spaces_section .row_with_img {
	margin: 0 0 20px 0;
}
#spaces_section .row_with_img .img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
#spaces_section .row_with_img p {
	float: left;
	width: 250px;
}
#spaces_section .right_col img {
	margin: 0 40px 0 0;
}
#control_section h3 {
	margin-bottom: 25px;
}

#header_wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	height: 80px;
	margin:  0 auto ;
	width:960px;
	background: url('images/bg_amfi_1c.png') no-repeat ;
}
#logo h1 {
	margin: 0;
	padding: 0;
}


#app {
	min-height: 100%;
	position: relative;
}

#app > header #logo_container {
	width: 100%;
	text-align: left;
	position: absolute;
}
#app > header #logo_container #logo {
	width: 1010px;
	float: none;
	margin:  -7px  auto  0;
	position: absolute;
	background:  url('images/bg_amfi_1c.png');

}

html, body {
	height: 100%;
}


#footer_wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, video {
	display: block;
}

