body {
	background: url(../images/background-site.png) repeat-x #402f1f;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

a { outline: none; }

#wrap {
	background: #fff;
	width: 900px;
	border: 1px solid #e4dace;
	padding: 0;
	margin: auto;
}

#header {
	text-align: center;
	padding: 20px 0 20px 0;
}

#header a img, #navigation li a img {
	border: none;
}

#navigation {
	background: url(../images/background-navigation.png) repeat-x;
	width: 896px;
	height: 33px;
	padding: 3px 0 0 0;
	margin: 0 2px 0 2px;
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#content {
	width: 896px;
	padding: 0;
	margin: 0 2px 0 2px;
}

#wrap-footer {
	clear: both;
	margin: 20px 2px 2px 2px;
	width: 896px;
	border-top: 1px solid #ddd5bc;
	border-bottom: 5px solid #775e3d;
	background: #f1ede1;
	padding: 10px 0 10px 0;
}

#wrap-footer p {
	color: #53432f;
	margin: 5px 0 5px 0;
	font-size: 8pt;
}

#footer {
	width: 900px;
	height: 40px;
	margin: auto;
	padding: 5px 0 0 0;
}

#footer-left {
	float: left;
	text-align: left;
	width: 500px;
}

#footer-right {
	float: right;
	text-align: right;
	width: 400px;
}

#footer-left p, #footer-right p, #footer-left a {
	color: #ddd5bc;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#footer-left a:hover {
	color: #fff;
}

#footer-left span, #footer-right span {
	color: #fff;
}

#floris-for-women, #floris-for-men, #floris-for-home {
	width: 292px;
	height: 152px;
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#floris-for-women {
	background: url(../images/background-home-women.png) no-repeat;
	margin-right: 10px;
	float: left;
}

#floris-for-men {
	background: url(../images/background-home-men.png) no-repeat;
	margin-right: 10px;
	float: left;
}

#floris-for-home {
	background: url(../images/background-home-home.png) no-repeat;
	float: left;
}

#floris-for-women h1, #floris-for-men h1, #floris-for-home h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: -1px;
	color: #402f1f;
	margin: 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #dddddd;
}

#floris-for-women p, #floris-for-men p, #floris-for-home p {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 180px;
	color: #494949;
}

#floris-for-women a, #floris-for-men a, #floris-for-home a {
	position: absolute;
	top: 125px;
	left: 100px;
	text-decoration: underline;
	color: #564631;
}

#page-title {
	background: url(../images/background-page-title.png) repeat-x;
	width: 876px;
	height: 30px;
	padding: 10px;
	margin: 0;
	text-align: left;
}

#page-title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #402f1f;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#page-navigation {
	float: left;
	width: 230px;
	margin: 25px 15px 15px 15px;
	text-align: left;
}

#page-navigation h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #6e5739;
	letter-spacing: -1px;
	font-weight: normal;
	display: block;
	padding: 2px;
	border-bottom: 2px solid #ddd5bc;
	background: #f1ede1;
	margin: 0;
}

#page-navigation ul {
	margin: 0;
	padding: 0;
}

#page-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #ddd5bc;
}

#page-navigation ul li a {
	background: url(../images/arrow-point.png) no-repeat;
	display: block;
	padding: 6px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #a9977f;
	height: 25px;
	text-decoration: none;
}

#page-navigation ul li a:hover {
	color: #6e5739;
	background: url(../images/arrow-point-active.png) no-repeat #f5f2ea;
}

#page-content {
	min-height: 300px;
	float: right;
	width: 620px;
	padding: 20px 10px 0 0;
	text-align: left;
}

#page-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #402f1f;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #775e3d;
	display: block;
}

#page-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	display: block;
	border-bottom: 1px solid #ddd5bc;
}

#page-content a:link, #page-content a:active, #page-content a:visited {
	color: #775e3d;
	text-decoration: underline;
}

#page-content a:hover {
	background: #775e3d;
	color: #fff;
}

#page-content p {
	line-height: 22px;
	margin: 0 0 15px 0;
	color: #494949;
}

#page-content ul {
}

#page-content li {
	line-height: 22px;
}

img.border {
	border: 1px solid #543f2a;
}

table.products-table {
	width: 100%;
	border-collapse: collapse;
}

table.products-table td {
	border-bottom: 1px solid #ddd5bc;
}

table.products-table td.product-header {
	background: #f1ede1;
	padding: 3px 0 3px 0;
	font-weight: bold;
}

table.products-table td.product-thumb {
	width: 50px;
}

table.products-table td.product-title {
	color: #402f1f;
}

div.clear-both {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
}

div.portfolio-item {
	width: 124px;
	height: 150px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

div.portfolio-item a img {
	border: 1px solid #000;
}

