body
{
	background-color: #B4AA96;
	color: #333333;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	background-image: url(../images/texture.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

#signet
{
	position: absolute;
	left: 50px;
	top: 26px;
	width: 148px;
	height: 36px;
	background-image: url(../images/signet.gif);
	background-repeat: no-repeat;
}

#content
{
	position: relative;
	background-color: #FFFFFF;
	left: 10px;
	top: 10px;
	width: 650px;
	height: auto;
	padding: 20px 170px 40px 50px;
}

#conact
{
	position: relative;
	background-color: #FFFFFF;
	left: 480px;
	top: 36px;
	width: 350px;
	height: 105px;
	padding: 0px;
}

h1 {
	font-size: 14px;
}

a {
	color: #ef003c;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a.product {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

.nav {
	color: #999999;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
	font-size: 11px;
	text-indent: 6px;
}

.nav:hover {
	color: #333333;
	text-decoration: none;
}