@import 'https://fonts.googleapis.com/css?family=Cinzel';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300&subset=latin,cyrillic';

body{
    margin: 0;
    padding: 0;
	background: #f2f2f2 url(../images/bg.jpg) top center;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
	color: #646464;
}

img{
    border: none;
}

ul.content {
	margin: 5px;
	padding: 0;
	list-style: none;
}

ul.content li {
	padding-left: 15px;
	margin-left: 4px;
	padding-bottom: 3px;
	background: url(../images/bull.png) no-repeat center left;
}

h1, h2, h3 {
	font-weight: normal;
}

h2 {
	margin-top: 30px;
}

h2.title {
	color: #e94347;
}

a, a:visited, a:active {
	color: #a51d2b;
}
a:hover {
	text-decoration: none;
}

input[type='text'] {
	width: 200px;
	height: 22px;
	border: 1px solid #c9c7c7;
	padding: 0 2px;
}

input.search {
	width: 40px;
	height: 24px;
	background: #2185c5 url(../images/btn_search.jpg) no-repeat top center;
	cursor: pointer;
	border: none;
}

.fil10 {overflow: hidden; width: 100%; height: 10px;}

#wrapper{
    margin: 0 auto;
    width: 1010px;
    /*background: #ffffff;*/
    padding-bottom: 0px;
	/*-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#999999');*/
}

#header_wrapper {
	width: 100%;
	height: 225px;
	background: #4e1212 url(../images/bg_header.jpg) no-repeat top center;
}

#header {
	width: 1010px;
	height: 225px;
	margin: 0 auto;
	background: url(../images/pallets.png) no-repeat bottom left;
}

#header #logo {
	position: relative;
	top: 43px;
	margin: 0 auto;
	width: 444px;
	height: 95px;
	background: url(../images/logo.png) no-repeat top left;
}

#header #phone {
	position: relative;
	top: -90px;
	left: 788px;
	width: 280px;
	height: 70px;
	background: url(../images/icon_phone.png) no-repeat 0 80%;
	padding-left: 56px;
	color: #d9d9d9;
	font-size: 16px;
	padding-top: 4px;
	-moz-text-shadow: 1px 1px 1px #333333;
	-webkit-text-shadow: 1px 1px 1px #333333;
	text-shadow: 1px 1px 1px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333333'); 
}

#header #adr {
	position: relative;
	top: -48px;
	left: 788px;
	width: 280px;
	height: 45px;
	background: url(../images/icon_adr.png) no-repeat center left;
	padding-left: 56px;
	color: #d9d9d9;
	font-size: 16px;
	line-height: 16px;
	-moz-text-shadow: 1px 1px 1px #333333;
	-webkit-text-shadow: 1px 1px 1px #333333;
	text-shadow: 1px 1px 1px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333333'); 
}

#slider_wrapper {
	width: 1010px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#slider {
	width: 1010px;
	height: 400px;
	/*overflow: hidden;*/
}

#footer_wrapper {
	background: #4e1212 url(../images/bg_footer.jpg) no-repeat top center;
}

#footer {
	width: 1010px;
	height: 150px;
	margin: 0 auto;
	padding-left: 50px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

#footer ul li {
	float: left;
	background: none;
}

#footer ul li a {
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #right {
	position: relative;
	width: 150px;
	height: 1px;
	left: 850px;
	top: -20px;
	z-index: 1;
}

#footer #right span {
	font-size: 20px;
}

#menu_wrapper {
	position: relative;
	top: -37px;
	height: 48px;
	width: 1010px;
	background: #e94347;
}

ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.menu a li {
	float: left;
	padding: 0 46px;
	border-right: 1px solid #e76266;
}
ul.menu a li:hover {
	background: #a51d2b;
	color: #ffffff;
	text-decoration: none;
}
ul.menu a li {
	font-family: 'Roboto Condensed';
	font-weight: 300;
	line-height: 48px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #ffffff;
}

#home_wrapper {
	width: 100%;
	background: url(../images/bg_home.jpg) top left;
	padding: 35px 0;
}

#home {
	margin: 0 auto;
	width: 1010px;
	background: url(../images/bg_intro.png) no-repeat bottom right;
}

#content {
	margin: 0 auto;
	width: 1010px;
	text-align: justify;
	padding: 20px 0;
	min-height: 500px;
}

#helloworld {
	padding: 10px 10px 10px 48px;
	background: #e94347 url(../images/icon_lamp.png) no-repeat 10px center;
	width: 420px;
	height: 30px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.price {
	color: #9f1b28;
	font-size: 16px;
}

.important {
	font-size: 18px;
	font-weight: normal;
}

.picture {
	padding: 3px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	margin-right: 15px;
}