body {
	margin: 0px;
	padding: 0px;
	font-family: 'trebuchet ms';
	font-size: 12px;
	color: #fff;
	text-align: center;
	/*background: #484c53;*/
	background: url('../images/grey.jpg');
}

img {
	border: 0px;
}

.main {
	
	background: url('../images/header.jpg') repeat-x;
	
	
}

.center {
	margin: 0px auto;
	width: 950px;
	padding: 0px 0px 30px 0px;
}

a {
	color: #58ff3f;
	text-decoration: underline;
}

a:hover {
	color: #58ff3f;
	text-decoration: none;
}

/**************** HEADER ******************/
.header {
	
	top: 0px;
	left: 0px;
	width: 950px;
	z-index: 1;
	padding: 160px 0px 0px 0px;
	position: relative;
}

.soloeast {
	width: 392px;
	height: 376px;
	background: url('../images/leaf.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.soloeast a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/soloeast.png') no-repeat;
	width: 277px;
	height: 112px;
	display: inline;
	margin: 33px 0px 0px 55px;
	float: left;
	behavior: url('css/iepngfix.htc');
}

/********************** HEADER MENU **********************/
.header .menu {
	position: absolute;
	top: 62px;
	left: 300px;
	/*z-index: 1000;*/
}

.header .menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 1000;
}

.header .menu li {
	float: left;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	z-index: 1000;
	position: relative;
	display: inline;
}

.header .menu ul a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}

.header .menu .menu_item table {
	border: 0px;
	border-spacing: 0px;
	z-index: 1000;
	position: relative;
}

.header .menu .menu_item td {
	padding: 0px;
	background: none;
	empty-cells: show;
	overflow: hidden;
	z-index: 1000;
}

.header .menu .menu_item .top_left_corner {
	height: 12px;
	width: 12px;
	background: none;
	behavior: url('css/iepngfix.htc');
}

.header .menu .menu_item .top_right_corner {
	height: 12px;
	width: 14px;
	background: none;
	behavior: url('css/iepngfix.htc');
}

.header .menu .menu_item .bottom_left_corner {
	height: 13px;
	width: 12px;
	background: none;
	behavior: url('css/iepngfix.htc');
}

.header .menu .menu_item .bottom_right_corner {
	height: 13px;
	width: 14px;
	background: none;
	behavior: url('css/iepngfix.htc');
}

.header .menu .active td {
	padding: 0px;
	background: url('../images/body_menu.png');
	empty-cells: show;
}

.header .menu .current .top_left_corner {
	height: 12px;
	width: 12px;
	background: url('../images/top_left_corner.png') no-repeat;
	
}

.header .menu .current .top_right_corner {
	height: 12px;
	width: 14px;
	background: url('../images/top_right_corner.png') no-repeat;
}

.header .menu .current .bottom_left_corner {
	height: 13px;
	width: 12px;
	background: url('../images/bottom_left_corner.png') no-repeat;
}

.header .menu .current .bottom_right_corner {
	height: 13px;
	width: 14px;
	background: url('../images/bottom_right_corner.png') no-repeat;
}

.header .menu .submenu {
	display: none;
	overflow: hidden;
	z-index: 1000;
}

.header .menu .submenu li {
	height: 18px;	
	width: 100px;
	z-index: 1000;
	margin: 0px;
}

.header .menu .submenu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	z-index: 1000;
}

.header .menu .submenu a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #58ff3f;
	font-style: italic;
}

/***************************** HEADER LANGUAGE ******************/

.header .language {
	background: #484c53;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.header .language a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.header .language a#active {
	border-bottom: solid 3px #58ff3f;
}

/*************************** CONTENT *************************/
.content {
	padding: 0px;
	text-align: left;
	z-index: 2;
	margin: 0px;
	width: 624px;
	width: 950px;
}

.content .content_block {
	float: left; 
	width: 604px; 
	margin: 0px 163px 20px 163px; 
	display: inline;
}

.content h2 {
	font-style: italic;
	font-size: 14px;
}

.content .item_carousel_area {	
	border: 0px;
	border-collpase: collapse;
	border-spacing: 0px;
}

.content .item_carousel_area td {
	background: url('../images/item_area.png');
	padding: 0px;
	margin: 0px;
}

.content .item_carousel_area .item_area_tl {
	height: 5px;
	width: 6px;
	background: url('../images/item_area_tl.png') no-repeat;
	behavior: url('css/iepngfix.htc');
}

.content .item_carousel_area .item_area_tr {
	height: 5px;
	width: 5px;
	background: url('../images/item_area_tr.png') no-repeat;
	behavior: url('css/iepngfix.htc');
}

.content .item_carousel_area .item_area_bl {
	height: 5px;
	background: url('../images/item_area_bl.png') no-repeat;
	behavior: url('css/iepngfix.htc');
}

.content .item_carousel_area .item_area_br {
	height: 5px;
	width: 5px;
	background: url('../images/item_area_br.png') no-repeat;
	behavior: url('css/iepngfix.htc');
}
.content .item_carousel_area .subpage_item {
	float: left;
	position: relative;
	margin: 2px;
	display: inline;
}

.content .carousel_area {
	background: url('../images/cbg.png') no-repeat;
	width: 604px;
	height: 137px;
	padding-left: 5px;
	behavior: url('css/iepngfix.htc');
	margin: 10px 0px 10px 0px;
	z-index: 3;
}

.content .carousel {
	padding: 5px 0px 5px 0px;
    overflow: hidden;
    position: relative;
}

.content .carousel ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.content .carousel ul li {	
	margin: 0px;
	display: block;
	width: 198px;
	height: 127px;
	float: left;
	position: relative;
}

.item {
	position: absolute; 
	margin: 3px; 
	padding: 0px; 
	height: 121px; 
	width: 192px;
}

.content .image_border {
	position: absolute;
	height: 121px;
	width: 192px;
	background: url('../images/carousel_window.png') no-repeat;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');	
}

.content .image_shadow {
	position: absolute;
	top: 3px;
	left: 3px;
	height: 121px;
	width: 192px;
	background: url('../images/shadow.png');
	display: none;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.content .image_description {
	margin: 5px 10px 0px 10px;
	height: 86px;
	width: 172px;
	overflow: hidden;
	font-size: 9px;
	line-height: 10px;
}

.content .item_price {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	padding: 0px;
	width: 40px;
	text-align: right;
}

.content .item_click {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	padding: 0px;
	width: 120px;
}

.content .image_description h4 {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.content .home_block {
	margin: 0px 0px 60px 0px;
}

.galleryext_item {
	text-align: justify;
	padding: 15px;
}

.galleryext_title {
	font-size: 17px;
}

.galleryext_price {
	float: right;
	font-weight: bold;
	font-size: 17px;
}

.galleryext_main_image {
	float: left;
	width: 249px;
	position: relative;
}

.galleryext_main_image img {
	margin-top: 15px;
}

.galleryext_item .image_border {
	position: absolute;
	height: 157px;
	width: 249px;
	background: url('../images/carousel_window_large.png') no-repeat;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
	top: 15px;
	left: 0px;
}

.galleryext_main_image .thumb {
	margin: 4px 4px 4px 4px;
	cursor: pointer;
}

.galleryext_description {
	float: left;
	width: 511px;
	margin-left: 10px;
	display: inline;
}

.galleryext_item .thumb_block {
	margin: 5px 1px 0px 1px;
}

.galleryext_item .thumb_block_conteiner {
	width: 249px;
}

.formButton {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #808080;
	color:black;
	padding:5px;
}

/*************************** FOOTER **************************/
.footer {
	border-left: solid 0px #58ff3f;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin: 0px 0px 30px 0px;
	padding: 0px 180px 5px 163px;
	text-align: left;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer .phone {
	float: left;
}

.footer .mail {
	float: right;
	margin-right: 70px;
	display: inline;
}

.footer .fude_logo {
	float: right;
	width: 148px;
}

.footer .fude_img {
	width: 148px;
	height: 39px;
	background: url('../images/fude_logo.png') no-repeat;
	behavior: url('css/iepngfix.htc');
}