html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	background: #064513;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	font-family: Arial, Tahoma, 'Lucida Grande', Verdana, Sans-Serif;
}

img {
	border: 0;
	behavior: url('http://www.goldmanor.ru/css/pngbehavior.htc');
}

img.png{
	margin: 0;
	padding: 0;
	border: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}


.clr {
	clear: both;
}

div#all {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}


div#leftcol {
	width: 253px;
	background: #064514 url(../images/common/bg_left.jpg) repeat-y top left;
	height: 1007px;
	float: left;
	clear: none;
}

div#rightcol {
	width: 747px;
	background: #064513 url(../images/common/bg_right.jpg) no-repeat top left;
	height: 1007px;
	float: left;
	clear: none;
}


div#mainmenu {
	position: relative;
	left: 49px;
	top: 180px;
	width: 155px;
/*	padding-top: 25px; */
}


/* msie filter bug workaround - make links active (static div inside relative positioned) */
div#mainmenu div.menu_iefix {
	width: 155px;
	height: 672px;
	background: transparent url(../images/common/bg_menu.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/bg_menu.png", sizingMethod="image");
	text-align: center;
}

#mainmenu a {
	position: relative; 
	z-index: 10000;
}


div#header {
	position: absolute;
	left: 160px;
	top: 0;
}

div#header img {
	float: left;
}

img.logo_text {
	margin-top: 40px;
}


div.imageblock {
	width: 370px;
	overflow: hidden;
	position: relative;
}


.imageblock div.title {
	padding-left: 10px;
}

.imageblock div.caption {
	width: 370px;
	height: 64px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.imageblock div.caption a {
	position: relative;
	z-index: 10000;
}

.imageblock div.caption_text {
	width: 360px;
	padding: 5px 5px 0 10px;
	font-size: 12px;
}

.imageblock div.caption_more {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.imageblock div.caption_container {
	width: 370px;
	height: 64px;
	overflow: hidden;
	float: left;
	clear: none;
	position: relative;
}

.imageblock div.caption_container_iefix {
	width: 370px;
	height: 64px;
	overflow: hidden;
}



.imageblock div.allcaptions {
	width: 3700px;
	height: 64px;
	overflow: hidden;
}




.imageblock .caption_more a {
	font-size: 11px;
}



.imageblock div.vline {
	padding: 0;
	margin: 0;
	width: 9px;
	height: 272px;
	clear: left;
}

.imageblock div.photo {
	width: 359px;
	height: 270px;
	border-left: 1px solid #446d4e;
	border-right: 1px solid #004812;
	border-top: 1px solid #1d5a34;
	border-bottom: 1px solid #0e4b1a; 
	overflow: hidden;
	position: relative;
}

#page_more_info div.photo {
}

.allphotos {
	width: 3600px;
	height: 270px;
}

.imageblock div.photo_inner {
	width: 360px;
	height: 271px;
	overflow: hidden;
	float: left;
	clear: none;
	margin-right: 1px; 
}

.imageblock div.navbar {
	width: 365px;
	height: 53px;
	clear: both;
	padding-top: 12px;
	padding-left: 5px;
}

.imageblock .navbar span.text {
	position: relative;
	top: -12px;
	margin: 0 24px 0 24px;
}

/* msie filter bug workaround - make links active */
span.relative {
	position: relative;
	z-index: 10000;
}

.imageblock .navbar img.navsep {
	margin: 0 20px 0 20px;
}

.imageblock .navbar a {
	font-size: 12px;
}

.imageblock div.description {
	width: 367px;
	height: 380px;
/*	border: 1px solid black; */
/*	padding: 0 10px 10px 15px; */
	font-size: 12px;
	margin-left: 10px;
}

.imageblock .description div.description_outer {
	width: 332px;
	height: 380px;
	overflow: hidden;
	position: relative;
	float: left;
	clear: left;
}

.imageblock .description .description_outer div.alldescriptions {
	width: 3350px;
}

.imageblock .description .description_outer div.description_inner {
	width: 322px;
	float: left;
	clear: none;
	padding: 0 5px 0 5px;
}


.imageblock .description .scroller_container {
	width: 32px;
	height: 380px;
	float: left;
	position: relative;
}

.scroller_container .scroller_button_up, .scroller_container .scroller_button_down {
	width: 32px;
	height: 31px;
	overflow: hidden;
	position: absolute;
}

.scroller_container .scroller_button_up {
	top: 0;
	left: 0;
}

.scroller_container .scroller_button_down {
	top: 349px;
	left: 0;
}

.scroller_container .scroller_background {
	position: absolute;
	top: 28px;
	height: 327px;
	background: transparent url(../images/common/bg_scroller.gif) repeat-y 15px;
}

.scroller_container .scroller_knob {
	padding-bottom: 0px;
}








div#imageblock_left {
	left: 0;
	top: 180px;
	float: left;
	width: 370px;
}

/* msie filter bug workaround - make links active */
#imageblock_left div.caption_container_iefix {
	background: transparent url(../images/common/ph/bg_caption_left.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/bg_caption_left.png", sizingMethod="image");
}

#imageblock_left div.vline {
	background: transparent url(../images/common/ph/vlines_left.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/vlines_left.png", sizingMethod="image");
	float: left;
}

#imageblock_left div.photo {
	clear: right;
	float: right;
}

#imageblock_left div.navbar {
	background: transparent url(../images/common/ph/bg_navbar_left.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/bg_navbar_left.png", sizingMethod="image");
}



div#imageblock_right {
	left: 7px;
	top: 180px;
}

/* IE<=6 float 3px bugfix */
* html div#imageblock_right {
	left: 4px;
}

/* msie filter bug workaround - make links active */
#imageblock_right div.caption_container_iefix {
	background: transparent url(../images/common/ph/bg_caption_right.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/bg_caption_right.png", sizingMethod="image");
}

#imageblock_right div.vline {
	background: transparent url(../images/common/ph/vlines_right.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/vlines_right.png", sizingMethod="image");
	float: right;
	clear: right;
}

#imageblock_right div.photo {
	clear: left;
	float: left;
}

#imageblock_right div.navbar {
	background: transparent url(../images/common/ph/bg_navbar_right.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/bg_navbar_right.png", sizingMethod="image");
}




div.widetext {
	width: 730px;
	font-size: 12px;
	position: relative;
	top: 180px;
	left: 0px;
	padding: 0 0px 0 15px;
}

.widetext img.title_image {
	margin-left: -7px;
}

.widetext a {
	color: #c2ffcf;
}

.widetext span.caption {
	color: #c2ffcf;
	font-weight: bold;
}

#page_contact .widetext a {
	color: white;
}

#page_contact .widetext div.map {
	width: 695px;
	text-align: center;
}

div#footblock {
	width: 233px;
	position: relative;
	top: 197px;
	left: 10px;
	text-align: center;
}




div.imageblock_wide {
	width: 747px;
	overflow: hidden;
	position: relative;
	float: left;
	left: 0;
	top: 180px;
}


.imageblock_wide div.title {
	padding-left: 10px;
}

.imageblock_wide div.caption {
	width: 747px;
	height: 54px;
	clear: both;
	background: transparent url(../images/common/ph/bg_caption_wide.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/bg_caption_wide.png", sizingMethod="image");
}

.imageblock_wide div.caption img {
	margin: 5px 0 0 10px;
}

.imageblock_wide div.caption_text {
	width: 360px;
	padding: 5px 5px 0 10px;
	font-size: 12px;
}

.imageblock_wide div.caption_more {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.imageblock_wide .caption_more a {
	font-size: 11px;
}

.imageblock_wide div.vline_left {
	padding: 0;
	margin: 0;
	width: 21px;
	height: 156px;
	clear: left;
	float: left;
	background: transparent url(../images/common/ph/vline_wide_left.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/vline_wide_left.png", sizingMethod="image");
}

.imageblock_wide div.vline_right {
	padding: 0;
	margin: 0;
	width: 21px;
	height: 156px;
	clear: right;
	float: left;
	background: transparent url(../images/common/ph/vline_wide_right.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/vline_wide_right.png", sizingMethod="image");
}

.imageblock_wide div.photo {
	float: left;
	width: 205px;
	height: 154px;
	border-left: 1px solid #446d4e;
	border-right: 1px solid #004812;
	border-top: 1px solid #1d5a34;
	border-bottom: 1px solid #0e4b1a; 
	overflow: hidden;
	margin-left: 42px;
}

#gallery_photo_1 {
	margin-left: 0;
}


.imageblock_wide div.gallery_3thumb {
	width: 705px;
	height: 156px;
	overflow: hidden;
	float: left;
	clear: none;
	position: relative;
}

.gallery_3thumb div.gallery_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 12450px;
	height: 156px;
}



.imageblock_wide div.navbar {
	width: 742px;
	height: 53px;
	clear: both;
	padding-top: 12px;
	padding-left: 3px;
	background: transparent url(../images/common/ph/bg_navbar_wide.png) no-repeat top left;
//	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/ph/bg_navbar_wide.png", sizingMethod="image");
	text-align: center;
}

.imageblock_wide .navbar span.text {
	position: relative;
	top: -12px;
	margin: 0 24px 0 24px;
}

.imageblock_wide .navbar img.navsep {
	margin: 0 20px 0 20px;
}

.imageblock_wide .navbar a {
	font-size: 12px;
}

.imageblock_wide div.description {
	width: 722px;
	padding: 0 10px 10px 15px;
	font-size: 12px;
}

div.description a {
	color: #c2ffcf;
}



/* about text scroller */
#about_container {
	position: relative;
	width: 692px;
	height: auto;
	/*height: 380px;
	overflow: hidden;*/
	float: left;
	clear: left;
/*	border: 1px solid black; */
}

#about_container #about_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 675px;
}



#slider_container {
	float: left;
	clear: right;
/*	border: 1px solid black; */
	position: relative;
	top: 0px;
	left: 0;
/*	height: 380px;*/
/*	height: 380px;*/
	width: 32px;
	cursor: pointer;
	cursor: hand;
}

#slider_container #scroller_bg {
	background: transparent url(../images/common/bg_scroller.gif) repeat-y left;
	position: absolute;
	top: 18px;
	left: 15px;
	height: 345px;
	width: 1px;
}


#slider_container #nav_up {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 31px;
}

#slider_container #nav_down {
	position: absolute;
	left: 0;
	top: 349px;
	width: 32px;
	height: 31px;
}

#slider_container #about_scroller {
	height: 18px;
	width: 32px;
	position: absolute;
	padding-top: 31px;
	padding-bottom: 31px;
}




ul {
	padding: 10px 0 10px 5px;
}

ul li {
	margin: 7px 12px 7px 0px;
	list-style-type: none;
/*	background: transparent url(/images/common/listbullet.gif) no-repeat left; */
}


span.price {
	font-weight: bold;
	color: #c2ffcf;
}



table.categories {
	text-align: left;
}

table.categories td {
	width: 230px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.categories div.photo {
	float: left;
	width: 205px;
	height: 154px;
	border-left: 1px solid #446d4e;
	border-right: 1px solid #004812;
	border-top: 1px solid #1d5a34;
	border-bottom: 1px solid #0e4b1a; 
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.categories td.photo {
	padding-left: 16px;
}


.categories img.cell_title {
	margin-left: 10px;
}

.categories td.more {
	padding: 10px 0 20px 16px;
	font-size: 12px;
}

h1 {
	font-size: 11px;
}

#meta_text {
	width: 170px;
	height: 150px;
	position: absolute;
	padding: 15px;
}

div.menu_link2 {
	height: 10px;
	color: #FEBF0D;
	text-decoration: none;
}

#mainmenu a{
	font-family: Comic Sans MS;
	font-size: 19px;
	font-weight: bold;
	color: #FEBF0D;
	height: 50px;
}
