﻿body {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}

a { text-decoration:none; }

a img, :link img, :visited img {  border: 0; }

a:hover {
	color:#f2635d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all  0.3s ease-in-out;
	-o-transition: all  0.3s ease-in-out;
	transition: all  0.3s ease-in-out;
}

h1 {
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	color:#f2635d;
	font-weight:bold;
	margin:5px 0;
}

h2 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#f2635d;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0076C0;
	font-weight:bold;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	height:150px;
	font-size:24px;
}

#header .phone {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	float:right;
	margin:40px 0 0 0;
	font-size:32px;
	color:#5e4c44;
}

#header .phone a {
	color:#5e4c44;
}

#header .phone a:hover {
	color:#f2635d;
}

.logo {
	padding:20px 0;
}

#menu, #slider,  #article {
	display:inline-block;
	vertical-align:top;
}

#menu {
	font-size:22px;
	padding:5px 0;
	width:960px;
}

#menu ul li a {
	color:#5e4c44;
	font-family: 'Istok Web', sans-serif;
	font-weight:bold;
}

#menu ul li {
	display:inline;
	margin:0 30px 0 0;
}

#menu ul li a:hover {
	color:#f2635d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all  0.3s ease-in-out;
	-o-transition: all  0.3s ease-in-out;
	transition: all  0.3s ease-in-out;
}

#menu .onlink {
	color:#f2635d;
}

#slideshowHolder {

}

#content {
	width:960px;
	padding:20px 0;
	color:#5e4c44;
	line-height:1.3;
}

#article {
	width:960px;
	padding:10px 0;
	margin:0 20px 0 0;
	text-align:justify;
}

#article p {
	margin:20px 0;
}

#article ul {
	margin:0 0 0 20px;
}

#article ul li {
	list-style:square;
}

#article table tr th {
	padding:5px;
	background:gray;
}

#section {
	width:320px;
	display:inline-block;
	vertical-align:top;
	margin:10px 0;
}

#section p {
	text-align:left;
	font-size:14px;
	text-align:justify;
	padding:0 20px 0 0;
}

#tblMain {
	margin:0 auto;
}

.bold {
	font-weight:bold;
}

#footer {
	text-align:center;
	color:#5e4c44;
	padding:25px 0;
}

#footer p {

}

#footer a {
	color:#5e4c44;
}

#footer a:hover {
	color:#f2635d;
}

.webinfo {
	font-size:11px;
}

.thubnail {
	width: 160px;
}

#gallery {
	width:160px;
	display:inline-block;
	vertical-align:top;
}