* {
	margin: 0;
	padding: 0;
}

* html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}

* html img {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "/images/b.gif"):1),this.pngSet=true));
}

* html .png {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
	this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url(','').replace(')',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.origBg + ", sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none",this.pngSet=true
	)));
}


body {
	color: #19385D;
	background: #fff;
        font: 0.8em Verdana;
	text-align: center;
}

h1, h2 {
	padding: 6px 0 6px 40px;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
}

.order {

	font-size: 1.3em;
	font-weight: normal;

}


h1 {
	background: url("../images/h1.png") no-repeat left center;
}

h2 {
	background: url("../images/h2.png") no-repeat left center;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000;
}

#scroller {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
	height: 75px;
	margin: 0 0 0.5em;
	white-space: nowrap;
	width: 1000px;
}

#wrapper {
	background: url("../images/wrapper.jpg") no-repeat top;
	width:1000px;
	text-align: left;
	padding: 30px 0 0 0;
}

/* Шапка сайта */

#header {
	width: 1000px;
	height: 307px;
	background: url("../images/header.jpg") no-repeat;
}

#header img {
	border: none;
}

#header ul {
	margin-bottom: 20px;
}

#header li {
	list-style: none;
	display: inline;
}

/* Контакты */

#contact {
	float: right;
	color: #fff;
	font-size: 1.6em;
	text-align:right;
	position:relative;
	top: 10px;
	right: 20px;
}

#contact span {
	font-size: 0.8em;
	font-weight: bold;
}

/* Меню */

#menu {
	height: 35px;
	background: url("../images/menu.jpg") no-repeat;8facc5
	text-align: left;
	font-size: 1.3em;
	padding: 0 5px;
}

#menu li {
	display: inline;
	list-style: none;
}


#menu li a {
	background: url("../images/marker.gif") no-repeat left center;
	padding-left: 25px;
	line-height: 35px;
	text-decoration: none;
	color: #19385D;
}

#menu li a:hover {
	background: url("../images/current.gif") no-repeat left center;
	color: #9C0808;
}

#menu #current {
	background: url("../images/current.gif") no-repeat left center;
	color: #9C0808;
}

#menu .dark a {
	background: url("../images/marker_dark.gif") no-repeat left center;
}

#menu .dark a:hover {
	background: url("../images/current_dark.gif") no-repeat left center;
}

#menu .dark #current {
	background: url("../images/current_dark.gif") no-repeat left center;
}
.thumbnail {
margin: 0 100px 0 45px;
}

/* Правая колонка */

#sidebar {
	width: 250px;
	float: left;
	margin-left: 10px !important;
	margin-left: 5px;
}

#sidebar ul {
	background: #ccdeed;
}

#sidebar li {
	list-style: none;
}

#sidebar li a {
	color: #19385D;
	text-decoration: none;
	padding-left: 31px;
	background: url("../images/list.gif") no-repeat left center;
}
	#sidebar a.current {
		color: #000;
	}

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

/* Центральная часть */

#main {
        width: 740px;
	float: right;
}

#main p {
	padding: 0 100px 15px 31px;
}

#main ul, #main ol {
     margin: 0 100px 0 45px;
}

/* Подвал */

#footer {
	width: 1000px;
	height: 137px;
	background: url("../images/footer.jpg") no-repeat left bottom;
}

#footer p {
	padding-top: 90px;
	color: #000;
	font-size: 0.85em;
}

#footer .left {
	float: left;
	width: 250px;
	height: 137px;
}

#footer .center {
	float: left;
	width: 500px;
	height: 137px;
}

#footer .right {
	padding-top: 57px;
	width: 250px;
	float: right;
	height: 80px;
	text-align: right;
}

#footer img {
	margin: 2px 10px;
}

/* Дополнительные классы */

.clearer {
	clear: both;
	height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}
.breadcrumbs {
	margin: -20px 0 10px 10px;
}
.breadcrumbs a {
	color: #19385D;
}
.phone {
	display: block;
	padding: 20px;
	background: #000;
	opacity: 0.7;
	margin-right: -20px;
	border-radius: 10px 0 0 10px;
}
