* {
	margin: 0px;
	padding: 0px;
}
html, body {margin: 0px; padding: 0px; height: 100%}
#box { position: relative; min-height: 100%; height: auto !important; height: 100%;}
#wrapper {padding-bottom: 80px;}
#footer {position: absolute; bottom: 0px !important; bottom: -1px;}

body {
	background: #D9D9D9;
	font-family: Verdana;
	color: #464646;
	background: url(/images/grad_top.png) top left repeat-x #d9d9d9;
}

a img {
	border: none;
}

#prewrap {
	background: url(/images/footer.png) bottom left no-repeat;
}
#wrapper {
	background: url(/images/top1.png) 95% 0% no-repeat;
}

#box {
	border-bottom: 1px solid #0e0e0e;
	background: url(/images/grad_bottom.png) bottom left repeat-x;
}

#contentwrapper {
	position: relative;
}

#header {
	padding: 0px 0px 20px 0px;
}
	#logo {
		float: left;
		width: 250px;
		padding: 20px 0px 0px 0px;
	}
		#logo a {
			display: block;
			width: 200px;
			height: 66px;
			background: url(/images/logo.png) top left no-repeat;
		}
	#topmenu {
		margin-left: 322px;
		padding: 70px 0px 0px 0px;
	}
		#topmenu ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
			#topmenu ul li {
				display: inline;
				margin-right: 15px;
			}
		#topmenu a, #topmenu span {
			font-style: italic;
			font-family: Georgia;
			font-size: 16px;
			color: #DBDBDB;
			padding: 5px 10px;
		}
		#topmenu a:hover, #topmenu span {
			background: #3EBCB6;
			color: #fff;
		}

.in {
	width: 998px;
	margin: 0px auto;
}
	.inn {
		margin-right: 12px;
		background: #fff;
		margin-bottom: 10px;
		padding: 10px;
	}
		.cont {
			padding: 0px 30px;
		}
		.cowrap {
			padding: 10px 30px;
		}
		.portfolio-work {
			background: #fff;
		}
.clear {
	clear: both;
}

.object-small-wrapper {
	width: 322px;
	float: left;
	padding: 0px 10px 10px 0px;
}
	.object-small {
		background: #F5F5F5;
		padding: 10px;
		height: 280px;
	}
		.object-small-header {
			background: #00D2C8;
			padding: 3px 8px;
			margin-bottom: 10px;	
		}
			.object-small-header a, .object-small-header a:hover{
				color: #fff;
				font-size: 12px;
				font-style: italic;
				font-family: Georgia;
				font-weight: bold;
				text-decoration: none;
			}
		.object-small img{
			padding: 6px;
			border: 1px solid #DBDBDB;
			background: #fff;
		}
		.object-small p{
			font-size: 13px;
			padding: 0px 6px;
		}
	.last-in-line {
		padding-right: 0px;
	}


#nav-bottom {
	
}
	#nav-bottom table{
		padding: 0px;
		margin: 0px;
		width: 986px;
		border-collapse: collapse;
		background: #fff;
	}
		#nav-bottom table td.td1{
			padding: 10px;
			width: 312px;
		}
		#nav-bottom table td.td2{
			padding: 10px 10px 10px 0px;
			width: 322px;
		}
		#nav-bottom table td.td3{
			padding: 10px 10px 10px 0px;
			width: 312px;
		}
			.nav-bottom-submenu {
				padding: 30px 30px;
				height: 180px;
			}
				.nav-bottom-submenu h3 {
					font-size: 20px;
					background: url(/images/line.gif) bottom left repeat-x;
					margin-bottom: 10px;
				}
				.nav-bottom-submenu a, .nav-bottom-submenu span {
					color: #DBDBDB;
					font-size: 12px;
				}
				.nav-bottom-submenu ul {
					list-style: none;
					padding: 0px;
					margin: 0px;
				}

	.nav-bottom-submenu {
		background: #4D4D4D;
	}

#footer {
	width: 100%;
	font-size: 12px;
	height: 80px;
	color: #aaa;
}
	#footer table{
		border-collapse: collapse;
		padding: 0px;
		margin: 0px;
		width: 600px;
	}
		#footer table td{
			padding: 0px;
			vertical-align: top;
			padding: 20px 0px 0px 40px;
		}

#statusWrapper {
	width: 998px;
	margin: 0px auto;
	padding: 10px;
}
	#statusString {
		margin-right: 12px;
		background: #FFFFFF;
		padding: 10px;
	}
		#statusString ul{
			list-style: none;
			padding: 0px;
			margin: 0px;
			width: 936px;
			background: url(/images/plashka.png) 600px 0px no-repeat #F2F2F2;
			padding: 10px 0px 10px 30px;
			line-height: 14px;
		}
			#statusString a, #statusString span, #statusString{
				font-style: italic;
				font-family: Georgia;
				font-size: 12px;
			}
		.portfolio-tags {
			width: 936px;
			background: url(/images/plashka.png) 600px 0px no-repeat #F2F2F2;
			padding: 10px 0px 10px 30px;
		}

.post {
	padding-bottom: 50px;
}
.imgwrapper {
	border: 1px solid #DBDBDB;
	padding: 5px;
	margin-left: 20px;
}

#showPrev {
	width: 38px;
	height: 45px;
	display: block;	
	position: absolute;
	left: 50%;
	margin-left: -565px;	
}
	#showPrev a{
		width: 38px;
		height: 45px;
		display: block;	
		background: url(/images/arrow_left.png) top left no-repeat;
	}
#showNext {
	width: 38px;
	height: 45px;
	display: block;	
	position: absolute;
	left: 50%;
	margin-left: 515px;
	z-index: 1000;
	
}
	#showNext a{
		width: 38px;
		height: 45px;
		display: block;	
		background: url(/images/arrow_right.png) top left no-repeat;
	}
	
#showNext a:hover, #showPrev a:hover{
	background-position: bottom left;
}

.portfolio-tags span {
	margin-right: 30px;
}
