html, body {
	height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #e2e2e2;
	background-color: #111111;
	/*background-image: url(../images/window_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;*/
}

a {
	color: #e2e2e2;
	color: #e2e2e2;
}

img {
	border: none;
}

div#main_area {
	position: relative;
	width: 100%;
	min-height:100%;
}

div#middle_area {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 609px;
	margin-top: -300px;
	text-align: center;
}

div#index_center_area,
div#other_center_area {
	border: 1px solid #424242;
	height: 609px;
	width: 877px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

div#index_center_area {
	background-image: url(../images/index_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#other_center_area {
	background-image: url(../images/content_content_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div#bottom_text {
	width: 877px;
	margin: 5px auto 0px auto;
}

div#clock_flash {
	position: absolute;
	right: 0px;
	top: 53px;
	z-index: 0;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 32px;
	font-size: 17px;
	width: 158px;
}
	div#logo a {
		display: block;
		text-align: center;
	}
	div#logo a#logo_image {
		margin-bottom: 30px;
	}

div#left_area {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 200px;
}
	
ul.left_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
}
	ul.left_menu a {
		text-decoration: none;
	}
	ul.left_menu li {
		margin: 0px 0px 14px 0px;
		padding: 5px 0px 5px 25px;
	}
	ul.left_menu li.active {
		background-image: url(../images/menu_item_bg.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
ul#left_submenu {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
}
	ul#left_submenu a {
		text-decoration: none;
	}
	ul#left_submenu li {
		margin: 0px 0px 8px 0px;
		padding: 5px 0px 5px 37px;
	}
	ul#left_submenu li.active {
		background-image: url(../images/menu_item_bg.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
		
div#top_menu {
	position: absolute;
	width: 624px;
	height: 52px;
	left: 232px;
	top: 0px;
}
	div#top_menu div.menu_item,
	div#top_menu div.menu_item_last {
		float: left;
		width: 153px;
		height: 52px;
		background-image: url(../images/top_menu_item_bg.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		text-align: center;
		padding-top: 31px;
	}
	div#top_menu div.menu_item {
		margin-right: 4px;
	}
	div#top_menu div.menu_item a,
	div#top_menu div.menu_item_last a {
		color: #E2E2E2;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}
	div#top_menu div.menu_item a.active,
	div#top_menu div.menu_item_last a.active {
		text-decoration: underline;
	}
div#news_preview {
	margin: 25px 0px 0px 25px;
	width: 153px;
}
	div#news_preview h2 {
		color: #E2E2E2;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	div#news_preview div {
		color: #E2E2E2;
		font-size: 10px;
		background-image: url(../images/index_news_block_bg.gif);
		background-position: left top;
		background-repeat: repeat-x;
		border: 1px solid #232323;
		padding: 3px;
	}
div#auth_form {
	margin: 13px 0px 0px 25px;
	width: 160px;
}
	div#auth_form label {
		font-weight: bold;
		color: #E2E2E2;
	}
	div#auth_form input.textbox {
		background-color:#3C3C3C;
		border:1px solid #656565;
		color:#E2E2E2;
		width: 150px;
	}
	div#auth_form input.button {
		background-color:#3C3C3C;
		border:1px solid #1B1B1B;
		color:#E2E2E2;
		margin-top: 2px;
	}

div#catalog_elements {
	position: absolute;
	width: 656px;
	height: 136px;
	z-index: 1;
	bottom: 0px;
	left: 200px;
}
	div#catalog_elements div.item,
	div#catalog_elements div.item_last {
		background-image: url(../images/index_bottom_element_bg.gif);
		background-position: left top;
		background-repeat: repeat-x;
		border-left: 1px solid #41403E;
		border-right: 1px solid #41403E;
		border-top: 1px solid #41403E;
		height: 117px;
		width: 192px;
		float: left;
		padding: 9px;
	}
	div#catalog_elements div.item {
		margin-right: 10px;
	}
		div#catalog_elements div.item h3,
		div#catalog_elements div.item_last h3 {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			font-size: 11px;
			font-weight: bold;
		}
			div#catalog_elements div.item h3 a,
			div#catalog_elements div.item_last h3 a {
				color: #E2E2E2;
			}
		div#catalog_elements div.item div.description,
		div#catalog_elements div.item_last div.description {
			float: left;
			width: 124px;
			font-size: 10px;
			margin-top: 5px;
		}
			div#catalog_elements div.item div.description div.date,
			div#catalog_elements div.item_last div.description div.date {
				color: #757575;
				font-size: 8px;
				margin-top: 10px;
			}
		div#catalog_elements div.item div.trumbnail,
		div#catalog_elements div.item_last div.trumbnail {
			float: left;
			width: 68px;
		}
		
div#error404 {
	text-align: center;
	margin-top: 220px;
	font-size: 70px;
}

div#last_product {
	width: 169px;
	background-image: url(../images/index_news_block_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #232323;
	margin: 0px 0px 0px 25px;
	text-align: center;
	padding: 3px;
}
	div#last_product h2 {
		font-size: 10px;
		font-weight: bold;
		margin: 0px 0px 8px 0px;
		padding: 0px;
	}
	div#last_product h3 {
		font-size: 10px;
		text-decoration: underline;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	
div#content_area {
	width: 622px;
	position: absolute;
	left: 232px;
	top: 52px;
}
*+html div#content_area {
	background-image: url(../images/content_bg.jpg);
	background-position: 1px 29px;
	background-repeat: repeat-x;
}
	div#content_area div#catalog_content,
	div#content_area div#content {
		background-image: url(../images/content_bg.jpg);
		background-position: left top;
		background-repeat: repeat-x;
		border:1px solid #424242;
	}
	* html div#content_area div#content
	{
		background-attachment: fixed;
	}
	*+html div#content_area div#content {
		background-image: none;
	}
	div#content_area div#content {
		height: 465px;
		width: 582px;
		padding: 20px;
		overflow: auto;
	}
	div#content_area div#catalog_content {
		height: 505px;
		width: 622px;
	}
	div#content_area h2 {
		margin: 5px 0px 5px 0px;
		padding: 0px;
		font-size: 15px;
	}

textarea.textbox,
select.textbox,
input.textbox {
	background-color:#3C3C3C;
	border:1px solid #656565;
	color:#E2E2E2;
}

input.button {
	background-color:#3C3C3C;
	border:1px solid #1B1B1B;
	color:#E2E2E2;
	margin-top: 2px;
}

.register_error {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

div#news_back {
	margin-bottom: 20px;
}

div.news_image {
	width: 70px;
	margin: 0px 10px 10px 0px;
	float: left;
}
* html div.news_image {
	margin-bottom: -4px;
}
	div.news_image div.date {
		margin: 0px 0px 10px 0px;
		font-size: 11px;
		text-decoration: underline;
		font-weight: bold;
	}

div.news_text {
	width: 480px;
	float: left;
	margin-bottom: 10px;
}
* html div.news_text {
	margin-bottom: -4px;
}
	div.news_text h3 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 11px;
		text-decoration: underline;
	}
	div.news_text div.more {
		text-align: right;
		margin-right: 30px;
		font-size: 10px
	}
	
div#news_count {
	text-align: right;
	margin-bottom: 20px;
	font-size: 10px;
}

div.news_item {
	margin-bottom: 20px;
}

div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

div.pages {
	text-align: center;
	padding-bottom: 10px;
}

div#base_case_area {
	float: left;
	width: 136px;
	border-right: 1px solid #464646;
	height: 100%;
}
	ul#base_case {
		list-style: none;
		margin: 110px 0px 0px 0px;
		padding: 0px;
	}
	ul#base_case li {
		margin-bottom: 12px;
		padding: 3px 0px 5px 8px;
	}
	ul#base_case li.active {
		background-image: url(../images/sel_base_case_bg.gif);
		background-position: left top;
		background-repeat: repeat-x;
	}
		ul#base_case li a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
		}

div#catalog_area {
	float: left;
	width: 465px;
	padding: 10px;
	height: 485px;
	position: relative;
	overflow: auto;
}

div#models_area {
	overflow: auto;
	width: 465px;
	height: 314px;
}
* html div#models_area {
	height: 313px;
}

div.design {
	text-align: center;
	float: left;
	width: 70px;
	margin: 0px 6px 20px 0px;
}
* html div.design {
	margin-bottom: 7px;
}
	div.design h3 {
		font-size: 10px;
		font-weight: bold;
		margin: 0px;
		height: 26px;
	}
		div.design h3 a {
			text-decoration: none;
		}
	div.design div.count {
		font-size: 10px;
	}
	div.design div.image img {
		border: 3px solid #666666;
	}
	div.design div.image img.active {
		border: 3px solid #ababab;
	}
	
div.catalog_item {
	float: left;
	width: 70px;
	margin: 0px 6px 15px 0px;
	text-align: center;
}
* html div.catalog_item {
	margin-bottom: 1px;
}
	div.catalog_item div.image {
	}
	div.catalog_item h4 {
		font-size: 10px;
		font-weight: normal;
		margin: 3px 0px 0px 0px;
		padding: 0px;
	}
		div.catalog_item h4 a {
			text-decoration: none;
		}
		
h3#models {
	margin: 0px 0px 15px 0px;
	font-size: 13px;
}
		
div.design_item {
	
}
	div.design_item div.image {
		float: left;
		margin: 0px 20px 10px 0px;
		width: 50px;
	}
	* html div.design_item div.image {
		margin-bottom: -3px;
	}
	div.design_item div.text {
		float: left;
		font-size: 11px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
		width: 375px;
	}
	* html div.design_item div.text {
		margin-bottom: -3px;
	}
		div.design_item div.text h4 {
			font-size: 11px;
			margin: 0px 0px 5px 0px;
		}
			div.design_item div.text h4 a {
				text-decoration: none;
			}
			
div#model_area {
	height: 270px;
	margin-bottom: 5px;
	overflow: auto;
}
/* Hack for Opera */
@media all and (min-width: 0px) {
    div#model_area {
		height: 258px;
	}
}

div#models_navigation {
	position: relative;
	height: 65px;
}
	div#models_navigation div.left {
		float: left;
	}
		div#models_navigation div.left div.image {
			float: left;
			margin-right: 5px;
		}
		div#models_navigation div.left div.text {
			float: left;
		}
			div#models_navigation div.left div.text div.link {
				margin-bottom: 3px;
			}
	div#models_navigation div.right {
		float: right;
	}
		div#models_navigation div.right div.image {
			float: right;
			margin-left: 5px;
		}
		div#models_navigation div.right div.text {
			float: right;
		}
			div#models_navigation div.right div.text div.link {
				margin-bottom: 3px;
				text-align: right;
			}
			div#models_navigation div.left div.text div.link a,
			div#models_navigation div.right div.text div.link a {
				color: #FFFFDA;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
			}
			div#models_navigation div.left div.text div.title,
			div#models_navigation div.right div.text div.title {
				background-color: #4C4B4C;
				font-size: 10px;
				font-weight: bold;
				padding: 1px;
			}
			div#models_navigation div.left div.text,
			div#models_navigation div.right div.text {
				margin-top: 34px;
			}
			
div#model_image {
	float: left;
	width: 150px;
	margin-right: 10px;
}
	div#model_image div.additional {
		margin-top: 10px;
	}	
		div#model_image div.additional img {
			margin-left: 12px;
			margin-right: 12px;
		}
	div#model_image div.order {
		margin-top: 10px;
		text-align: center;
	}	

div#model_text {
	float: left;
	width: 288px;
}
	div#model_text h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
