body {
	background:url(../img/1.jpg) center top no-repeat;
	background-color:#d68556;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.list-box { /* Just in case */
//	margin-top:10px;
//	margin-bottom:10px;
}

.b {
	border:1px solid rgba(0,0,0,1.00);
	min-height:100px;
}

.logo-img {
	background:rgba(255,255,255,1.00);
	min-height:150px;
	text-align:center;
	padding-top:10px;
	box-shadow:0px 10px 15px rgba(0,0,0,.50);
	z-index:2;
}

.top-logo {
	padding-left:0 !important; /* BAD FIX */
	padding-right:0 !important; /* BAD FIX */
	background:#ea5e20;
	min-height:150px;
	box-shadow:0px 10px 15px rgba(0,0,0,.50);
	z-index:2;
}

.top-img {
	width:100%;
	min-height:110px;
	padding-top:10px;
	text-align:center;
	overflow:hidden;
}

a.icon-button {
	display:inline-block;
	width:106px;
	height:100px;
	margin:0 5px;
	padding-bottom:10px;
}

a.icon-button span {
	display:inline-block;
	width:100%;
	margin-top:80px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

a.icon-button:hover span {
	color:#000;
}


a.icon-button.i-akk {background:url(../img/i-akk.png) center top no-repeat; transition:.5s}
a.icon-button.i-akk:hover {background:url(../img/i-akk.png) center 6px no-repeat;}
a.icon-button.i-serv {background:url(../img/i-serv.png) center top no-repeat; transition:.5s}
a.icon-button.i-serv:hover {background:url(../img/i-serv.png) center 6px no-repeat;}
a.icon-button.i-obm {background:url(../img/i-obm.png) center top no-repeat; transition:.5s}
a.icon-button.i-obm:hover {background:url(../img/i-obm.png) center 6px no-repeat;}
a.icon-button.i-obm {background:url(../img/i-obm.png) center top no-repeat; transition:.5s}
a.icon-button.i-obm:hover {background:url(../img/i-obm.png) center 6px no-repeat;}
a.icon-button.i-oil {background:url(../img/i-oil.png) center top no-repeat; transition:.5s}
a.icon-button.i-oil:hover {background:url(../img/i-oil.png) center 6px no-repeat;}
a.icon-button.i-fil {background:url(../img/i-fil.png) center top no-repeat; transition:.5s}
a.icon-button.i-fil:hover {background:url(../img/i-fil.png) center 6px no-repeat;}
a.icon-button.i-gar {background:url(../img/i-gar.png) center top no-repeat; transition:.5s}
a.icon-button.i-gar:hover {background:url(../img/i-gar.png) center 6px no-repeat;}
a.icon-button.i-aks {background:url(../img/i-aks.png) center top no-repeat; transition:.5s}
a.icon-button.i-aks:hover {background:url(../img/i-aks.png) center 6px no-repeat;}

.top-menu {
	background:rgba(0,0,0,1.00);
	min-height:40px;
	width:100%;
	text-align:center;
}

.top-menu a.menu-but {
	display:inline-block;
	padding:8px 0px 7px 10px;
	margin:0px !important;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
}

.top-menu a.menu-but span {
	display:block;
	padding-right:10px;
	width:100%;
	border-right:1px solid #d8d8d8;
}

.top-menu a.menu-but:last-child span {
	border-right:0;
}

a.menu-but-activ,	
.top-menu a.menu-but:hover {
	background:#e5e6e8;
	color:rgba(0,0,0,1.00) !important;
}
	

.left-col {
	background:#e6e6e6;
	min-height:700px;
	text-align:center;
}

.left-col h3 {
	display:inline-block;
	font-size:68px;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	margin:20px auto;
	padding:5px 10px;
	background:#ea5e20;
}

#side_bar a {
	text-decoration:none !important;
}


.shop-info {
	text-align:left;
	padding:10px 0 0 30px;
}

.shop-info span {
	color:#d68556;
}
	


.bord-off {
	padding-left:0px !important;
	padding-right:0px !important;
}

.txt-col {
	background:rgba(255,255,255,1.00);
	min-height:700px;
}

.txt-col p {
	font-size:16px;
	font-weight:bold;
}

.contact-txt p {
	line-height:10px !important;
}

.contact-txt a {
	font-size:14px;
	color:#ea5e20;
}
	

#form .text,
#form textarea {
	border-radius:0 !important;
	background:#ddd !important;
}