@charset "utf-8";

body  {
	background-color: #362923;
	color: #5B2B1D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 24px;
	padding: 0;
}
.clear { clear: both; }
a {
	text-decoration: underline;
	color: #5B2B1D;
}
a:hover {
	text-decoration: none;

}

img { border: 0; }

#all {
	width: 720px;
	background: #eceaeb;
	margin: 0 auto;
}
.bold, .Bold { font-weight: bold; }

h1 {
	margin: 0;
	padding: 0;
}


#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-top: 1px solid #7a725d;
	border-bottom: 1px solid #7a725d;
	background: #b1a58f;
	color: white;
}

#navbar li {
	display: inline-block;
	margin: 0;
	padding: 0;
	zoom:1;
	*display: inline;
}

#navbar li a {
	display: block;
	padding: 6px 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#navbar li a:hover, #navbar li.selected a {
	color: #4f3d26;
}
#main {
	padding: 1px;
	margin: 25px 15px;
	background: white;
}
.home #main { padding: 0; margin: 0; }
.collection #main { padding: 0; }

#footer { 
	background: #b1a58f;
	border-top: 1px solid #6b614e;
	text-align: center;
	padding: 5px;
	color: #edeae3;
	position: relative;
	font-size: 8pt;
}
#footer a { color: #edeae3; text-decoration: none; }

#footer .bg1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: url(../images/footer-bl.png);
}

#footer .bg2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: url(../images/footer-br.png);
}

img {
	border: 0;
}

#collection .patterns {
	float: left;
	width: 165px;
	margin-bottom: 10px;
	position: relative;
	font-size: 8pt;	
}

#collection .patterns h3 {
	margin: 0.25em;
	font-size: 10pt;
}

#collection .patterns h3.browse {
	margin: 0;
	margin-top: 60px;
	padding: 2px 4px;
	color: white;
	background: #b1a58f;
	font-weight: normal;
	font-size: 8pt;	
}

#collection .patterns ul {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	list-style: none;
}

#collection .patterns ul li {
	padding: 1px 2px;
}
#collection .patterns ul li.group {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1em;
}
#collection .patterns ul li.group:first-child { margin-top: 0; }

#collection .patterns .roll {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#collection .patterns .roll.show {
	display: block;
}


#collection .image {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

#collection .image .dimensions {
	font-size: 8pt;
	color: gray;
	margin: 0.5em 0;
}

#collection .info {
	margin-bottom: 10px;
	float: left;
	width: 205px;
	padding: 10px;
	font-size: 8pt;
}

#collection .info h3 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #663c2c;
    border-bottom: 1px solid #663c2c;
    padding: 0;
    padding-right: 2px;
    padding-bottom: 3px;
    margin: 0;
    font-weight: normal;
    text-align: right;

}

#collection .info h4 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #A99678;
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-right: 2px;
    font-weight: normal;
    text-align: right;

}

#collection .info .colors { 
	margin: 0;
	padding: 0;
	list-style: none;
}
#collection .info .colors li {
	margin: 4px 0;
	padding: 0;
	min-height: 40px;
	cursor: pointer;
}

#collection .info .colors li img {
	float: left;
	margin-right: 5px;
}

#collection .info .colors li div {
	margin-left: 45px;
}

#collection a {
	text-decoration: none;
	color: #5B2B1D;
}
#collection a:hover {
	text-decoration: underline;
	color: #A29B91;
}

#presslist {
	margin: 0 40px;
	padding: 20px;
	list-style: none;
	
	text-align: left;
}

#presslist li {
	display: inline-block;
	margin: 10px 0;
	width: 25%;
	padding: 0;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	zoom:1;
	*display: inline;
}


#presslist li a, #presslist li a:hover, #press a, #press a:hover {
	text-decoration: none;
	color: #5B2B1D;
}

#presslist li img { margin-bottom: 1em; }


h2 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #663c2c;
    border-bottom: 1px solid #663c2c;
    padding: 2px;
    padding-top: 6px;
    margin: 10px;
    margin-top: 0;
    font-weight: normal;
    text-align: right;
}

#main .content {
	margin: 14px;
	font-size: 8pt;
}
.home #main .content { margin: 0; }
.gallery #main .content { margin: 14px 4px; }

#press {
	padding: 5px;
	text-align: center;
}

#sale {
	text-align: right;
	background: #362923;
	padding-top: 10px;
}

.contact-left {
	float: left;
}

.contact-right {
	margin-left: 310px;
}
.gallinks {
	text-align: center;
	margin: 1em;
}

.gallinks a {
	display: inline-block;
	margin: 0 15px;
	zoom:1;
	*display: inline;
}
.gallinks a:hover { text-decoration: none; }

#intro {
	position: relative;
	width: 720px;
	height: 485px;
}

#intro #slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

#intro #slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#intro #slideshow img:first-child {
	display: inline;
}

#intro #links {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: none;
}

#intro #links .background {
	opacity: 0.5;
}

#intro #links ul {
	position: absolute;
	list-style: none;
	bottom: 40px;
	margin: 0;
	text-align: center;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 6;
}

#collection .patterns .links {
	text-align: left;
	font-weight: bold;
}

#collection .patterns .nav {
	text-align: left;
	font-weight: bold;
}

#collection .patterns .nav a {
	color: darkred;
}

#intro #links ul li {
	display: inline-block;
	border: 1px solid #bba48d;
	background: white;
	margin: 0 9px;
	padding: 0;
	position: relative;
	zoom:1;
	*display: inline;
}


#intro #links ul li a {
	display: block;
	text-decoration: none;
	color: #baa58b;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#intro #links ul li a:hover { color: #743c2e; }

#intro #links ul li img {
	border-bottom: 1px solid #bba48d;
	margin-bottom: 28px;
}

#intro #links ul li a .name {
	background: white url(../images/arrow.png) no-repeat right center;
	text-align: right;
	position: absolute;
	z-index: 7;
	height: 14px;
	line-height: 14px;
	bottom: 8px;
	right: 9px;
	padding-left: 5px;
	padding-right: 15px;
}
#intro #links ul li a:hover .name { background-image: url(../images/arrow_h.png); }

#intro #links ul li a .dashed {
	position: absolute;
	bottom: 14px;
	border-bottom: 1px dotted #bba48d;
	height: 3px;
	left: 7px;
	z-index: 6;
	right: 9px;
}

#galleries {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#galleries li {
	display: inline-block;
	margin: 1em;
	width: 125px;
	vertical-align: top;
	padding: 0;
	zoom:1;
	*display: inline;
}
#galleries li a {
	text-decoration: none;
	font-size: 10pt;
}
#galleries li a img {
	padding-bottom: 5px;
}
