/* don't use vertical margins, use padding! */

/*Opera Fix for sticky footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

html, body {
	text-align:center;
	height: 100%;
	background-color: #f3f3f3;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/strip.png) repeat fixed;
	overflow: auto;
}

/********************* STRUCTURE **********************/
#top, #bott {
	margin:0px auto;
	text-align:left;
	width:1000px;
	position: relative;
	overflow: auto;
}
#content {
	width:100%;
	text-align: center;
	background: #f57f20 url(../images/pic_3.jpg) 0% 0% repeat-x;
	overflow: auto;
	border-top: 1px solid #f57f20;
	-webkit-animation: slide 450s linear infinite;
   -moz-animation: slide 450s linear infinite;
    -o-animation: slide 450s linear infinite;
    -ms-animation: slide 450s linear infinite;
    transition: slide 450s linear infinite; 
}

@-webkit-keyframes slide
{
from   { background-position: 0 0;}
to { background-position: -2000% 0;}
}
@-moz-keyframes slide
{
from   { background-position: 0 0;}
to { background-position: -2000% 0;}
}
@-o-keyframes slide
{
from   { background-position: 0 0;}
to { background-position: -2000% 0;}
}
@-ms-keyframes slide
{
from   { background-position: 0 0;}
to { background-position: -2000% 0;}
}
@keyframes slide
{
from   { background-position: 0 0;}
to { background-position: -2000% 0;}
}


#content.noscroll {
	background: none;
}
#contacts {
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 8px #d86c14;
	overflow: auto;
	background: #f57f20;
}
header {
	width: 1000px;
	float: left;
	margin: 0 auto;
}
.content-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}
.contacts-head {
	width: 100%;
	text-align: center;
	overflow: auto;
	background-color: #d86c14;
	border-top: #ffcea7 solid 1px;
}
.contacts-head-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}
.contacts-inner {
	width: 1000px;
	margin: 0 auto;
}
footer {
	position:relative;
	width: 1000px;
	margin-bottom: 20px;
}

/********************* HEADER **********************/
.logo {
	background: url(../images/sprite.png) 0 -775px no-repeat;
	width: 224px;
	height: 106px;	
	margin: 25px auto;
	display: block;
}
.menu {
	margin: 0 auto;
	float: left;
	font-size: 15px;
	padding:0 20px;
}
.menu a {
	text-decoration: none;
	color: #363838;
	text-transform: uppercase;
	width: 220px;
	height: 40px;
	display: block;
	float: left;
	margin:0 10px;
	text-align: center;
	padding-top: 20px;
	font-family: TitilliumText22LRgRegular;
}
.menu a:hover, .menu a.active {
	color: #fff;
	background: #f57f20;
}
/********************* CONTENT **********************/
.home {
	float: left;
	padding: 0 0 0 30px;
	width: 940px;
	height: 431px;
}
.home article {
	background: url(../images/art-bg.png) left top repeat;
	font-size: 12px;
	text-align: left;
	color: #fff;
	width: 546px;
	height: 330px;
	float: right;
	padding: 40px 20px 61px 20px;
	line-height: 21px;
}
.home img {
	float: left;
	border: solid 2px #fff;
	margin: 40px 20px 0 0;
}
h1 {
	font-size: 20px;
	color: #f57f20 ;
	text-transform: uppercase;	
	font-weight: bold;
	margin: 0 0 25px 0; 
}
/***************** MAIN **************************/
.main {
	/*border-top: 1px solid #f57f20;*/
	float: left;
	width: 960px;
	padding: 0px 20px;
}
.main .address, .main .open {
	font-weight: bold;
}
.left-menu {
	width: 220px;
	float: left;
	margin: 0 10px;
}
.left-menu a {
	display: block;
	width: 220px;
	float: left;
	border-bottom: solid 1px #f57f20;
	text-decoration: none;
	font-size: 12px;
	color: #363838;
	text-align: center;
	padding: 20px 0;
	font-family: TitilliumText22LRgRegular;
}
.left-menu a:hover, .left-menu a.active {
	background: url(../images/sprite.png) 22px -679px no-repeat;
}
.left-menu a.last {border: none;}

.discount {
	float:none !important;
	width:100% !important;
}
.main article {
	float: left;
	width: 700px;
	padding: 20px 10px 0 10px;
	text-align: left;
	line-height: 21px;
}

.main h2 {
	font-size: 12px;
	color: #f57f20;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main p {
	font-size: 12px;
	color: #363838;
	margin-bottom: 20px;
}
.main article th, .main article td {
	border:none;
}
/******************** CONTACTS ********************/
.offline {
	float: left;
	width: 500px;
}
.online {
	float: left;
	width: 500px;
}
.offHead, .onHead {
	text-align: center;
	padding: 12px 0 13px 0;
	background-color: #d86c14;
	width: 500px;
	float: left;
}
.offHead p, .onHead p {
	font-size: 15px;
	font-weight: bold;
	color: #89430b;
	line-height: 40px;
	text-transform: uppercase;
}
.offHead p {
	border-right: solid 1px #b05307;
}
.offBody {
	padding: 20px 0 0 30px;
	float: left;
}
.onBody {
	padding: 20px 0 0 10px;
	float: left;
}
.offline .address, .offline .tel {
	float: left;
	width: 218px;
	height: 215px;
	background: #d86c14;
	margin-bottom: 20px;
	border: solid 1px #b05307;
}
.offline .address {
	margin-right: 20px;
}
.address .picto {
	background: url(../images/sprite.png) 55px -549px no-repeat;
	width: 175px;
	height: 115px;
	margin-left: 20px;
	border-bottom: solid 1px #b05307;
}
.tel .picto {
	background: url(../images/sprite.png) 60px -984px no-repeat;
	width: 175px;
	height: 115px;
	margin-left: 20px;
	border-bottom: solid 1px #b05307;
}
.offline .address p, .offline .tel p {
	color: #f3f3f3;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	line-height: 20px;
}
.form {
	float: left;
	margin-bottom: 16px;
}
.form input {
	width: 440px;
	float: left;
	height: 29px;
	border: solid 1px #b05307;
	background: #d86c14;
	margin-bottom: 3px;
	color: #f3f3f3;
	font-size: 12px;
	padding-left: 10px;
}
::-webkit-input-placeholder  { color:#fff; }
input:-moz-placeholder { color:#fff; }

.form textarea {
	width: 440px;
	float: left;
	height: 74px;
	border: solid 1px #b05307;
	background: #d86c14;
	margin-bottom: 3px;
	color: #f3f3f3;
	font-size: 12px;
	padding: 5px 0 0 10px;
	margin-bottom: 10px;
}
.form .submit {
	background: url(../images/sprite.png) 0 -931px no-repeat;
	width: 217px;
	height: 31px;
	border: none;
	padding: 0;
	text-transform: uppercase;
}
.form p {
	float: left;
	font-size: 10px;
	color: #f3f3f3;
	padding: 8px 0 0 15px;
}
/************************** FOOTER ***************************/
.footerTop {
	margin-left: 20px;
	float: left;
}
.footer-left {
	background: url(../images/footer-bg.png) left top repeat; 
	border: solid 1px #d86c14;
	border-top: none;
	border-right: none;
	float: left;
	width: 826px;
	height: 98px;
}
.footer-middle {
	background: url(../images/sprite.png) -1px -356px no-repeat;
	height: 121px;
	width: 122px;
	float: left;
}
.footer-right {
	width: 10px;
	height: 98px;
	background: url(../images/sprite.png) 0 -119px repeat;
	float: left;
	border-bottom: solid 1px #d86c14;
	border-right: solid 1px #d86c14;
}
.footer-logo {
	background: url(../images/sprite.png) 0 -268px no-repeat;
	width: 100px;
	height: 33px;
	margin: 10px;
}
footer .footerMenu {
	float: left;
	margin-bottom: 10px;
	padding-top: 8px;
}
footer .footerMenu a {
	font-size: 12px;
	color: #fff;
	border-right: solid 1px #f57f20;
	padding: 0 10px;
	text-decoration: none;
}
footer .footerMenu a.last {border: none;}

.grafikalabor {
	background: url(../images/sprite.png) -1px -504px no-repeat;
	width: 123px;
	height: 30px;
	margin-top: 98px;
}
.shadow {
	background: url(../images/shadow.png) top center no-repeat;
	width: 1000px;
	height: 44px;
	clear: left;
}

#map_canvas {
	width: 500px;
	height: 500px;
	float:left;
	margin-bottom: 20px;
}

.contact-content {
	float:left;
	padding:0 0 0 20px;
}

.contact-container {
	text-align: left;
	overflow: auto;
	padding-top: 45px;
}

/************ GALLERY *************/
.gallery {
	float: left;
	width: 960px;
	padding-top: 45px;
}
.gallery .gal-cont {
	float: left;
	text-align: center;
	padding-bottom: 28px;
}
.gallery .gal-cont a {
	display: block;
	width: 206px;
	height: 206px;
}
.gallery .gal-cont .gal-pic-cont {
	background: rgba(245,205,177,.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 206px;
	height: 206px;
	padding: 7px;
	float: left;
	margin: 0 10px 10px 10px;
	opacity: 1.0;
}
.gallery .gal-cont .gal-pic-cont.last {
	margin-right: 0;
}
.gallery .gal-cont h2 {
	margin: 0;
	color: #363636;
	text-transform: none;
}
.gallery .gal-cont p {
	margin: 0;
}

/***************** RESULT *********************************/

#result {
	position:fixed;
	top:2%;
	left:45%;
	z-index:3000;
	margin-left: -14.2em;
	display: none;
}

.result-content {
	width:472px;
	padding:0 30px 5px 30px;
	overflow: auto;
}

.result-content img {
	float:left;
}

.result-def {
	margin: 0 auto;
	width: 180px;
}

.resultmargin {
	padding: 20px 0;
}

/********************** GALLERY ********************************/

/********************** GALLERY ********************************/

.gal {
	display:none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.main td p {
    margin-bottom: 0;
}