body {
	background-color:#FBD8DC;
}
#main_block img {
	display: block;
}
#promo img {
	display: block;
}
#footer_sitemap, a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:8px;
}
#header_cart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-top:8px;
	margin-right:2px;
	margin-bottom:7px;
	text-align:center;
}
#wrapper_main {
	margin:auto;
	width:976px;
}
#header_form form {
	left:-8px;
	position:relative;
	margin:0px 0px 0px;
	padding:0px;
}
#header_form form input[type="text"] {
	border:solid 1px #bdbdbd;
	height:18px;
	width:135px;
	font-size: 13px;
	text-indent:2px;
}
#header_form input[type="image"] {
	position:relative;
	top:4px;
}
/* tabs */
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:			188px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	13.5em; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */
