body {
	margin: 0;
	padding: 20px 30px 40px 10px;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
}
*html body {
	padding-bottom: 10px;
}
img {
	border: none;
}
a {
	color: #374647; 
}
/**/
 * html .png {
	width: expression(this.firstChild.width);
    filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
                this.firstChild.src+"', sizingMethod='image')");

    background: expression("transparent url("+
                this.firstChild.src.replace(".png", ".gif")+") no-repeat");
    backgr\ound: none !important;
}

* html .png img {
	behavior: expression(this.style.visibility="hidden");
}
/* несущая таблица */
#layout {
	border-collapse: collapse;
	width: 960px;
}
*html #layout {
	margin-bottom: 50px;
}
#layout td {
	padding: 0;
	margin: 0;
}
/* */
#top_decor {
	background-image: url("/images/top_decor.jpg");
	background-repeat: repeat-x;
	height: 67px;
}
#top_decor_2 {
	background-image: url("/images/top_decor_2.jpg");
	background-repeat: repeat-x;
	height: 40px;
    margin: 0 5px 0 5px;
	border-left: 1px dashed #7488AA;
	border-right: 1px dashed #7488AA;
}
#top_decor_3 {
	background-image: url("/images/main_back.jpg");
	height: 96px;
    margin: 0 5px 0 5px;
	border-left: 1px dashed #7488AA;
	border-right: 1px dashed #7488AA;
}

/**/
#logo {
	position: absolute;
	top: 85px;
	left: 238px;
	z-index: 2;
}
*html #logo {
	cursor: hand;
}
*html #logo a {
	cursor: hand;
}
#phone {
	background-image: url("/images/phone.gif");
	width: 217px;
	height: 123px;
	position: absolute;
	left: 783px;
	top: 57px;
	z-index: 1;
}

/* */
.links {
	position: absolute;
	top: 138px;
	z-index: 1;
}
#link_index {
	left: 269px;
}
#link_payment {
	left: 382px;
}
#link_delivery {
	left: 495px;
}
#link_contacts {
	left: 622px;
}
#links_decor {
	background-image: url("/images/links_decor.gif");
	height: 24px;
	width: 372px;
	position: absolute;
	top: 168px;
	left: 359px;
}
#links_line {
	height: 0;
	font-size: 0;
	width: 636px;
	border-bottom: 1px dashed #7488AA;
	position: absolute;
	top: 192px;
	left: 193px;
	z-index: 1;
}
*html #links_line {
	font-size: 0;
	top: 190px;
}

/**/
#search {
	background-image: url("/images/search.jpg");
	height: 77px;
	width: 211px;
	position: absolute;
	top: 184px;
	left: 768px;
	z-index: 2;
}
#search a {
	position: relative;
	left: 58px;
	top: 14px;
}
/* */
#cart {
	background-image: url("/images/cart.jpg");
	height: 115px;
	width: 229px;
	position: absolute;
	top: 270px;
	left: 752px;
	z-index: 2;
}
#cart h3 {
	font-size: 13px;
	margin: 13px 0 4px 90px;
	color: #345383;
}
#cart p {
	font-size: 11px;
	margin: 0 0 2px 105px;
	color: #374647;
}
#cart p a {
	font-weight: bold;
	color: #374647;
	text-decoration: none;
}
/**/
#spacer_left {
	width: 5px;
}
#spacer_right {
	width: 5px;
}
.main {
	background-image: url("/images/main_back.jpg");
	height: 100%;
	position: relative;
	vertical-align: top;
}

#main_block {
	border-left: 1px dashed #7488AA;
	border-bottom: 1px dashed #7488AA;
}
#content {
	margin-left: 265px;
}
#main_block p {
	margin: 0;
}
#main_decor {
	width: 73px;
	background-image: url("/images/decor_line.gif");
	background-repeat: repeat-y;
	background-position: right -250px;
	vertical-align: top;
	text-align: right;
}
#main_decor_spacer {
	background-image: url("/images/main_back.jpg");
	border: none;
	height: 100px;
	position: relative;
	top: 0;
}

/* inner */
#inner {
	position: relative;
	border-collapse: collapse;
	height: 100%;
	width: 455px;
	margin: 0 0 0 20px;
	float: left;
}
#inner td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/**/
#menu {
	position: relative;
	top: 0px;
	left: -1px;
	width: 244px;
	background-image: url("/images/menu_back.gif");
	background-repeat: repeat-y;
	float: left;
	font-size: 0;
}
#menu_top {
	background-image: url("/images/menu_top.gif");
	width: 244px;
	height: 17px;
}
#menu_bottom {
	background-image: url("/images/menu_bottom.gif");
	background-repeat: no-repeat;
	width: 244px;
	height: 12px;
}
#menu p {
	font-size: 11px;
}
/*  */
.top_close {
	font-size: 12px;
	color: #2C4A7D;
	font-weight: bold;
	background-image: url("/images/bullet_plus.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 14px;
	margin: 0 0 0 20px;
}
.top_close a {
	color: #2C4A7D;
	text-decoration: none;
}
.top_open {
	font-size: 12px;
	color: #2C4A7D;
	font-weight: bold;
	background-image: url("/images/bullet_minus.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 14px;
	margin: 0 0 0 20px;
}
.top_open a {
	color: #2C4A7D;
	text-decoration: none;
}
.top_empty {
	font-size: 12px;
	color: #2C4A7D;
	font-weight: bold;
	padding-left: 14px;
	margin: 0 0 0 20px;
}
.top_empty a {
	color: #2C4A7D;
	text-decoration: none;
}
.sub {
	font-size: 11px;
	color: #2C4A7D;
	margin: 0 0 0 22px;
}
*html .sub {
	margin: 0 0 0 20px;
}
.sub a {
	color: #2C4A7D;
	text-decoration: none;
}
*html .sub a {
	margin-left: -3px;
}
.sub_empty {
	width: 13px;
	height: 13px;
	background-image: url("/images/bullet_empty.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 0 0 2px;
}
.sub_empty_last {
	width: 13px;
	height: 13px;
	background-image: url("/images/bullet_empty_last.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 0 0 2px;
}
.sub_not_empty {
	width: 13px;
	height: 13px;
	background-image: url("/images/bullet_not_empty.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 3px 0 -1px;
}
*html .sub_not_empty {
	margin: 0 3px 0 0;
}

.hideme {
	display: none;
}
.showme {
	display: block;
}
/* */
#contacts {
	position: relative;
	margin-bottom: -80px;
	height: 160px;
	width: 308px;
	background-image: url("/images/paper_back.gif");
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
}
*html #contacts {
	margin-bottom: -60px;
}
#contacts_text {
	float: left;
}
#contacts h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}
#contacts p {
	font-size: 11px;
	padding-left: 10px;
}
#contacts p a {
	font-weight: bold;
	color: #2C4A7D;
}
/* */
#pin1 {
	position: absolute;
	top: 60px;
	left: 790px;
	z-index: 1;
}
#pin2 {
	position: absolute;
	top: 64px;
	left: 940px;
	z-index: 1;
}
#thimble {
	background-image: url("/images/thimble.jpg");
	width: 45px;
	height: 45px;
	position: absolute;
	top: 97px;
	left: 56px;
}
#scissors {
	background-image: url("/images/scissors.jpg");
	width: 118px;
	height: 65px;
	position: absolute;
	top: 75px;
	left: 516px;	
}
#reels {
	background-image: url("/images/reels.jpg");
	width: 96px;
	height: 85px;
	position: absolute;
	top: 15px;
	left: 686px;	
}
#reel2 {
	background-image: url("/images/reel2.jpg");
	width:56px;
	height: 97px;
	position: relative;
	top: -37px;
	left: 0px;
	float: left;
}
#reels3 {
	display: none;
}
*html #reels3 {
	display: block;
	background-image: url("/images/reels3.gif");
	width:193px;
	height:136px;
	position: relative;
	top: -90px;
	left: 520px;
}

#pillow {
	position: absolute;
	top: 30px;
	left: 11px;
}
#shine {
	position: absolute;
	top: 30px;
	left: 98px;
}
#cactus {
	position: absolute;
	top: 152px;
	left: 670px;
	z-index: 3;
}
#metr {
	background-image: url("/images/metr.jpg");
	background-repeat: no-repeat;
	width: 92px;
	height: 141px;
	position: absolute;
	top: 365px;
	left: 910px;
	z-index: 3;	
}
#beast {
	background-image: url("/images/beast.jpg");
	background-repeat: no-repeat;
	height: 114px;
	width: 67px;
	position: absolute;
	top: 200px;
	left: 210px;
	z-index: 0;	
}
#picture {
	background-image: url("/images/picture.gif");
	height: 203px;
	width: 237px;
	position: absolute;
	left: 760px;
	top: 520px;
	z-index: 5;
}
/* */
.catalog_table {
	width: 100%;
	border-collapse: collapse;
}
h1, h2 {
	font-size: 20px;
	color: #345383;
	margin: 0 0 10px 0;

}
h3 {
	font-size: 16px;
	color: #345383;
	margin: 0 0 10px 0;
}
h3 a {
	color: #345383;
	text-decoration: none;
}
.product_link {
	font-size: 12px;
	font-weight: bold;
	color: #345383;
	margin-bottom: 10px;
}
.product_price_small {
	color: #FF7F00;
	font-size: 20px;
	white-space: nowrap;
}
.catalog_text {
	font-size: 12px;
	color: #374647;
}
.text_pad {
	margin: 0 10px 0 10px;
}
.catalog_line {
	height: 0;
	font-size: 0;
	border-bottom: 1px dashed #7488AA;
	margin: 10px 0 10px 0;
}
.catalog_price {
	font-size: 0;
}
.catalog_block, .catalog_block td {
	font-size: 12px;
	color: #374647;	
}
.catalog_block a {
	color: #345383;
}
input, textarea {
	border: 1px solid #345383;
	margin-bottom: 1px;
	font-size: 12px;
}
input.no_border {
	border: none;
}
p {
	font-size: 12px;
	margin: 5px 0 0 0;
}