html, body
{
	height:100%;
	padding:0px;
	margin:0px;
}

body
{
	font-family:sans-serif;
	color:#566023;
	background-image:url(../images/site-bg-tile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment: fixed;
	background-color:#E4D6C0;
	font-size:12px;
	text-align:justify;
	letter-spacing:1px;
	line-height:24px;
	word-spacing:2px;
}

a
{
	color:#566023;
}

a:hover
{
	color:#bda465;
}

div#site-wrapper
{
	width:800px;
	background-image:url(../images/site-content-tile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

div#site-wrapper-collection
{
	color:#ffffff;
	width:800px;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

div#header-wrapper
{
	width:780px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

div#header-banner
{
	background-image:url(../images/header-banner.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:158px;
}

div#content-wrapper
{
	width:780px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}


/* SECTION */
div#section-content-wrapper
{
	width:100%;
	text-align:left;
}

/* MENU */
div#menu-content-wrapper
{
	width:100%;
	background-image:url(../images/site-menu-tile.jpg);
	background-repeat:repeat-x;
	height:35px;
	margin-bottom:15px;
}

div#menu-content
{
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

div#menu-content A 
{
	color:#efefe6;
	text-decoration:none;
	margin-bottom:10px;
	height:35px;
}

div#menu-content A:hover 
{
	color:#fff;
	text-decoration:none;
}

div#menu-content A span
{
	position:relative;
	top:6px;
}

.menu-item-separator
{
	color:#000000;
	margin-left:15px;
	margin-right:15px;
	position:relative;
	top:6px;
	font-size:14px;
}

/* FOOTER */
div#footer-wrapper
{
	padding-bottom:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
}

div#footer-text
{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#858964;
	height:27px;
	background-color:#CDCDB1;
}

.section-title
{
	text-align: left;
	font-size:16px;
	text-decoration:none;
	letter-spacing:2px;
	color:#B2B393;
	text-transform:uppercase;	
	font-weight:bold;
}

.section-sub-title
{
	text-align: left;
	font-size:15px;
	letter-spacing:4px;
	color:#B2B393;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}
.collection-title
{
	text-align:center;
	font-size:13px;	
	line-height:18px;
}
.collection-title A
{
	text-decoration:none;
	letter-spacing:2px;
	color:#AEA454;
	/* text-transform:uppercase; */
}
/*.collection-title A:hover
{
	color:#bda465;
}

.collection-link
{
	color:#AEA454;

}*/
.purchase-link A{
	color:#AEA454;
}

.purchase-link A:hover{

	color:#ffffff;
}





/*.collection-link A
{
	color:#AEA454;

}
*/



img.display-left
{
    float:left;
    margin-right:8px;
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
}

img.collection-item-border
{
    border-color:#d7af4b;
	border-style:solid;
	border-width:1px;
}

hr
{
	width:100%;
	height:1px;
	color:#A9AD8C;
}

#designsContainer img{
	border: 5px double #A88E53;
	text-align:center;
}

