/********** BODY **********/
body {
	margin-top: 64px;
	font-size: 12px;
	font-family: arial;
	color: #453226;
}

/********** UTILITIES **********/
hr {
	border: 0;
	width: 60%;
	align: center;
	color: #dfbda2;
	background-color: #dfbda2;
	height: 1px;
}

/********** container **********/
#content {
	height: 537px;
	background: #FFFFFF url(../images/layout/bg_boutique.jpg) no-repeat;
}

/********** logo **********/
#logo {
	text-align: center;
	margin-top: 20px;
	color: #c38553;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 10px;
}

/********** menutop **********/
#menutop {
	text-align: right;
	color: #93633a;
	text-transform: uppercase;
	margin-left: 30px;
}

#menutop a{
	text-decoration: none;
	color: #93633a;
}

#menutop a:hover{
	text-decoration: none;
	color: #453226;
}

#menutop img{
	border: none;
}

/********** nav **********/
#nav {
	font-size: 16px;
	margin-top: 5px;
}

#nav a{
	color: #453226;
	text-decoration: none;
}

#nav a:hover{
	color: #93633a;
}

/********** buttonleft **********/
#buttonleft {
	text-align: left;
	margin-left: 50px;
}

/********** buttonright **********/
#buttonright {
	text-align: right;
	margin-left: 40px;
}


/********** mea **********/
#mea {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}

#mea span{
	text-align: center;
	font-size: 11px;
}

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

/********** cat **********/
#cat {
	text-align: center;
	margin-top: 23px;
	height: 135px;
	margin-left: 30px;
}

#cat img{
	border: 2px solid #c99368;
}

/********** item **********/
.item {
	float: left;
	margin-left: 10px;
	/*border-bottom: 1px solid #c38553;*/
	color: #453226;
}

.price2 {
	border-bottom: 1px solid #c38553;
	width: 123px;
	margin-left: 10px;
}

/********** infohome **********/
#infohome {
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#title {
	margin-bottom: 5px;
}

#cat {
	padding-top: 10px;
}


/********** copyright **********/
#copyright {
	margin-top: 20px;
	text-align: center;
	color: #dfbda2;
	font-size: 10px;
}

#copyright a{
	color: #dfbda2;
	font-size: 10px;
	text-decoration: underline;
}