/* Simple reset */
* {
	margin: 0px;
	padding: 0px;
}

table {
	margin-bottom: 10px;
}

tr {
	background-color: #fff;
}

td {
	padding: 5px;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
	}
	ol li {
		margin-bottom: 15px;
		
	}

img {
	margin-bottom: -4px; /* fixing IE bug */
}

a {
	border: none;
	color: #975c86;
}

h1 {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
	text-decoration: underline;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, sans-serif, serif;
	font-size: 12px;
	position: relative;
}

/* Classes */
.clear {
	clear: both;
}

.city {
	color: #1e1513;
	font-weight: bold;
}

.phone {
	color: #40322f;
	font-weight: bold;
	font-size: 13px;
}

.always {
	color: #d4d2d2;
}

.red {
	color: red;
	font-weight: bold;
}

.img {
	border: 1px solid black;
	margin-right: 5px;
}

.realstroy {
	margin-left: -30px;
	}
	.realstroy img {
		border: none;	
	}
.gallery {
	}
	.gallery a {
		float: left;
		color: gray;
		font-size: 100px;
		text-decoration: none;
		}
		.gallery a:hover {
			color: #dbd5d4;
		}
	.gallery img {
		float: left;
		margin: 0 10px 50px 10px;
	}

/* Header */
div#header {
	width: 100%;
	height: 378px;
	background: url('images/header.jpg') top left;
	min-width: 994px;
	}

div#nav {
	width: 100%;
	min-width: 994px;
	height: 80px;
	background: #1e1513;
	}
	div#nav div#subnav {
		float: left;
		width: 263px;
		height: 80px;
		background: url('images/subnav.png') top right repeat-y;
		background: url('images/subnav.png') top left repeat-y;
		}
		div#nav div#subnav a{
			color: #af8ca5;
		}
		div#nav div#subnav ul {
			margin: 18px 0 0 26px;		
			}
			div#nav div#subnav ul li {
				margin-bottom: 8px;
				background: url('images/nav_arrow.png') center left no-repeat;
				padding: 0 0 0 20px;	
			}
	/* Navigation list */
	div#nav div#navigation {
		margin-left: 50px;
	}
	div#nav div#navigation ul {
		}
		div#nav div#navigation ul li {
			position: relative;
			z-index: 1;
			float: left;
			width: 120px;
			height: 80px;
			text-align: center;	
			}
			div#nav div#navigation ul li a {
				background: url('images/button.png') top right no-repeat;
				text-decoration: none;
				color: #9c9691;
				display: block;
				height: 80px;
				line-height: 80px;		
				}
				div#nav div#navigation ul li a:hover {
					background: #615158 url('images/rollover.png') top left no-repeat;
					color: #fff;
					border: 1px solid #504842;
					width: 120px;
					height: 80px;
					margin: -1px 0 0 -1px;
				}
		div#nav div#navigation ul li ul {
			display: none;
			position: absolute;
			left: 0;
			top: 80px;
			}
			div#nav div#navigation ul li ul li {
				height: 40px;
				background: #1e1513;
				border-top: 1px solid #50494f;
			}
			div#nav div#navigation ul li ul li a {
				line-height: 40px;
				height: 40px;
				}
				div#nav div#navigation ul li ul li a:hover {
					background: #615158;
					border: none;
					height: 40px;	
					margin: 0;			
				}
/* Spacer */
div.space {
	background: url('images/spacer.png') top left repeat-y;
	display: block;
	margin: 0;
	}
	div.space p{
		padding: 5px 20px 10px 303px;
		min-width: 650px;
	}
	
/* Contacts */
div#contacts {
	width: 100%;
	min-width: 994px;
	background-color: #a49e9c;
	height: 67px;
	}
	div#contacts div.contact {
		float: left;
		text-align: center;
		margin: 9px 8px 9px 25px;
	}
	div#contacts div#ourContacts {
		display: inline;
		float: left;
		margin-left: 300px;
		width: 160px;
		height: 67px;
		background: #fff url('images/arrow.png') top right no-repeat;
		}
		div#contacts div#ourContacts p{
			font-size: 22px;
			color: #666;
			padding: 10px 0 0 15px;
			}
			div#contacts div#ourContacts p span{
				color: #62384a;
			}


div#container {
	float: left;
	background: url('images/spacer.png') top left repeat-y; /* Fixing bug with 100% height */
	width: 100%;
	min-width: 994px;
}																																																																																																					
/* News column */
div#container div#leftCol {
	float: left;
	height: 100%; /* not needed */
	width: 263px;
	background-color: #dbd5d4;
	}
	div#container div#leftCol p {
		font-size: 22px;
		margin: 40px 0 0 35px;
		color: #666;
		}
		div#container div#leftCol p span {
			color: #62384a;
		}
	div#container div#leftCol div.news {
		margin: 15px 20px 40px 35px;
		color: #333;
		}
		div#container div#leftCol div.news div.date {
			margin: 0 0 15px 5px;
			font-size: 14px;
			color: #666;
			}
			div#container div#leftCol div.news div.date span {
				font-size: 18px;
				color: #615158;			
			}
/* Main */
div#container div#main {
	margin-left: 263px;
	padding: 40px 30px 40px 55px;
	}
	div#container div#main p {
		margin-bottom: 20px;
		line-height: 20px;	
	}
	div#container div#main li {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	div#container div#main .vopros label {
		width: 120px;
		float: left;
	}
	div#container div#main .vopros img.captcha {
		float: left;
		margin: 0 5px 0 0;
	}
	div#container div#main .vopros input {
		float: left;
		border: 1px solid #ccc;
		}
		div#container div#main input.submit {
			border: 1px solid #975c86;
			color: #975c86;
			background: #fff;		
		}
	div#container div#main textarea {
		border: 1px solid #ccc;
	}
		
		
/* Projects */
div#projects {
	min-width: 994px;
	background-color: #a49e9c;
	height: 144px;
	}
	div#projects div#project {
		padding: 0 0 0 250px;
	}
	div#projects div.project {
		position: relative;
		float: left;
		display: block;
		width: 171px;
		height: 144px;
		margin: 0 0 0 15px;
		background: url('images/lastproject.jpg') bottom left no-repeat;
		}
		div#projects div.project img {
			float: left;
			margin: 29px 0 0 19px;
		}
	div#projects div#lastProjects {
		display: inline;
		float: left;
		margin-left: 50px;
		width: 200px;
		height: 144px;
		background: #dbd5d4 url('images/arrow2.gif') top right no-repeat;
		}
		div#projects div#lastProjects p{
			font-size: 22px;
			color: #666;
			padding: 50px 0 0 28px;
			}
			div#projects div#lastProjects p span{
				color: #62384a;
			}
			div.space_left {
				position: relative;
			}
			div.space_left p {
				position: absolute;
				top: 30px;
				left: -220px;
			}
