@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	width: 850px;
	background: url(../images/background.png) top repeat-x;
	padding-top: 20px;
}
/* Containers */
#leftColumn {
	float: left;
	width: 162px;
	margin-top: 126px;
	background: url(../images/leftborder.png) bottom right no-repeat;
	height: 424px;
	min-height: 424px;
	text-align: left;
	padding-top: 50px;
	text-align: right;
}
#rightColumn {
	float: left;
	width: 652px;
	height: 600px;
	min-height: 600px;
	background: url(../images/rightborder.png) bottom right no-repeat;
	padding-right: 15px;
}
#logo {
	margin: 7px 0 48px 14px;
	width: 200px;
}
#container {
	width: 650px;
	height: 400px;
	min-height: 400px;
	background: #FFF;
	padding: 0 1px;
}
#text {
	padding: 15px;
}

/* Text */
.text {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #645843;
}
.textoldprice {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #645843;
	text-decoration: line-through;
}
.textpink {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F7A8AA;
}
.menu {
	font: bold 11px/29px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
}
.menu a:hover {
	background: url(../images/bullet.png) right no-repeat;
}
.menuSelected {
	font: bold 11px/29px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-right: 15px;
	background: url(../images/bullet.png) right no-repeat;
	text-transform: uppercase;
}
.copyright {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-right: 15px;
}
.address {
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 15px;
	color: #7A6749;	
}
.address a {
	color: #7A6749;
	text-decoration: none;
}
/* Images and Boxes */
.images {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 4px;
}

/* slidecontent */
#parent1 li{
	background: #ffffff;
}
#parent1-menu a.wactive{
	font: bold 11px/29px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-right: 15px;
	background: url(../images/bullet.png) right no-repeat;
	text-transform: uppercase;
}
