* {margin: 0; padding: 0;}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}

p {margin: 0 0 18px}

img {border: none;}

input {vertical-align: middle}

#wrapper {
      	position: relative;
	width: 1000px;
	margin: 0 auto;
}
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 2.8em;
	font-style:italic;
	letter-spacing: -1px;
	color: #245289;
}
h2 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 1.6em;
	font-style:italic;
	letter-spacing: -1px;
	color: #245289;
	margin-left: 55px;
	margin-bottom: 11px;
}
h3 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 1.2em;
	font-style:italic;
	letter-spacing: -1px;
	color: #245289;
	margin-left: 75px;
	margin-bottom: 5px;
}
p, table, ul {
	margin-left: 55px;
	margin-right: 36px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	color: #505050;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 95px;
	width: 1000px;
	background: #ffffff;
	position: absolute;
	top: 17px;
	z-index: 1000;
}
#header p {
	width: 300px;
	text-align:right;
	float:right;
	margin: 0;
	padding-right: 10px;
	padding-top: 5px;
}
#header .nav {
	 margin-top: 10px;
}
#logo {
	 font-family: Georgia, Verdana, san-serif;
	 font-size: 4em;
	 font-style: italic;
	 color: #4d4d4d;
	 font-weight: bold;
	 letter-spacing: -1px;
	 width: 498px;
	 float:left;
	 margin-top: 20px;
}
#logo span {
	color: #369c99;
}


/* Navigation
--------------------------------------------------------------------------------*/
.nav {
	text-align:center;
	display:block;
}
.nav li {
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	display:inline;
	list-style-type: none;
	margin-left: 9px;
	font-variant:small-caps;
}
.nav a {
	color:  #505050;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 493px solid #e8e8e8;
	height: 1%;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;

}
#content {
	padding-left: 0px;
	padding-right: 0px;
 	margin-left: 13px;
	background-color: #e1f8ff;
}
#content h1 {
	margin-bottom: 20px;
	text-indent: 10px;
}
#content .bg {
	padding-bottom: 30px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 493px;
	position: relative;
	background: #e8e8e8;
	left: -493px;
}
.sl, #content {
	padding-top: 137px;
	padding-bottom: 150px;
}
.sl h1 {
	text-align:right;
	margin-right: 10px;
	color: #5a1f1d;
}
.sl h2 {
	color: #5a1f1d;
}
.sl h3 {
	color: #5a1f1d;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 155px;
	width: 1000px;
	background: #ffffff;
	position:absolute;
	bottom: 17px;
}
#footer .nav {
	margin-top: 10px;
}
#footer p {
	text-align: center;
	font-size: .8em;
}
/* CLASSES
-------------------------------------------------------------------------------*/
.pic  {
	margin-left: 17px;
	margin-bottom: 55px;
	margin-top: 5px;
}
.variety {                   /*Разновидности беседок/бытовок*/
	width: 180px;
	font-size: 1.2em;
	font-family: Verdana, sans-serif;
	color: #505050;
	margin-left: 75px;
	padding-bottom: 10px;
}
.variety a {
	color: #505050;
}
.variety a:hover {
	text-decoration: none;
}
.variety li {
	list-style-image: url('images/ico.png');
	margin-bottom: 10px;
}
.variety li:hover {
	list-style-image: url('images/ico_2.png'); }
.bg {
	background-color: #f6f6f6;
	padding-top: 10px;
	margin-bottom: 21px;
}
.gallery img {
	width: 100px;
	float:left;
	border: 1px solid #505050;
	margin: 1px;
}
.gallery {
	margin-left: 40px;
	margin-bottom: 45px;
}
.clear {
	clear:both;
}
.indent {
	text-indent: -20px;
	margin-left: 75px;
	margin-bottom: 0;
}
.snow {
	text-align:center;
	margin-top: 10px;
}

/* IE 6 styles
-------------------------------------------------------------------------------*/
* html #logo {
	z-index: 1500;
	height: 27px;
	padding-top: 10px;
}
* html .nav {
	font-size:smaller;
}
* html .pic {
	margin-top: 5px;
}
* html .variety li {
	list-style-position:outside;
	line-height: 10px;
	margin-bottom: 17px;
	margin-left: -10px;
}
* html  ul {
	display:block;
	padding-top: 2px;
	padding-left: 30px;
}

