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

/* -------------------------------------------- GLOBAL RESETS -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

:focus {
    outline: 0;
}


body {
	margin: 0;
	padding: 0;
}

ol, ul {
    list-style: none;
}

strong {
  font-weight: bold;
}

.cleared {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* tables still need 'cellspacing="0"' in the markup */


td, th {
  text-align: left;
  vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.0em;
}

a img {
  border: none;
}

td, p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #292929;
	line-height: 18px;
	margin: 1.0em 0 1.0em 5px;
}

li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #292929;
	line-height: 18px;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #a30000;
	margin: 0 0 8px 0; 
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #a30000;
	margin-bottom: 12px; 
}

h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #292929;
	line-height: 18px;
	padding: 7px 0;
	margin: 0;
	font-weight: bold;
	text-indent: 15px;
	border-bottom: dashed 1px #808386;
}


a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #a30000;
	line-height: 18px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* CSS Document */

body { 
	background: transparent top left repeat url(../images/wood-bg.jpg);
}

.container { 
	width: 800px; 
	height: 100%; 
	margin: 0 auto; 
	position: relative;
	border-bottom: 10px #808386 solid;
	border-right: 10px #808386 solid;
	border-left: 10px #808386 solid;
	background: #FFFFFF;
}

/* Header */

.header {
	width: 800px;
	border-bottom: 10px #808386 solid;
}

.logo {
	padding: 22px 0 15px 15px;
}

/* End Header */

/* Navigation */

#nav {
	float: left;
	width: 117px;
	padding: 0;
	display: inline;

} 
	
#nav ul {
	padding: 0;
	list-style: none;
	width: 120px;
}

#nav li {
	float: left;
 	position: relative;
}

/* End Navigation */

/* Content */

.content {
	width: 770px;
	padding: 15px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	width: 800px;
	float: left;
}

.leftCol {
	width: 187px;
	float: left;
	margin: 0;
	padding: 0;
	height: 100%;
	clear: both;
}

.rightCol {
	width: 583px;
	float: right;
	margin: 0;
	padding: 0;
	height: 100%;
}

.rightColSlide {
	width: 583px;
	float: right;
	margin: 0;
	padding: 0;
	height: 371px;
}

.rightColSlider {
	width: 583px;
	float: right;
	margin-bottom: 20px;
	padding: 0;
	height: 291px;
}

.right {
	float: right;
}

/* End Content */

/* Catalogue */

.catalogue {
	float: left;
	width: 184px;
	border-bottom: 3px solid #9e0b0f;
	margin-left: -55px;
}


.catalogue p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #a30000;
	border-bottom: dashed 1px #808386;
	text-indent: 20px;
	padding: 7px 0;
	margin: 0;
}

.catalogue a {
	color: #3c3c3c;
	text-indent: 20px;
	padding: 7px 0;
	margin: 0;
}

.catalogue a:hover {
	color: #a30000;
	text-indent: 20px;
	padding: 7px 0;
	margin: 0;
}

#last {
	border-bottom: none;
}

.tRight {
	float: right;
	margin-top: 15px;
	border-top: 1px dashed #bbbfc4;
	border-bottom: 1px dashed #bbbfc4;
}

.tDashed {	
	border-right: 1px dashed #bbbfc4;
}

.tTop {
	border-right: 1px dashed #bbbfc4;
	border-top: 1px dashed #bbbfc4;
}

.indent {
	margin-left: 25px;
	list-style: disc;
} 

/* End Catalogue */

/* Headings */

.visit {
	text-indent: -999px;
	background: url(../images/headers/visit-us.png) top left no-repeat;
	width: 166px;
	height: 32px;
}

.welcome {
	text-indent: -999px;
	background: url(../images/headers/welcome.png) top left no-repeat;
	width: 583px;
	height: 32px;
}

.swatch {
	text-indent: -999px;
	background: url(../images/headers/swatchbook.png) top left no-repeat;
	width: 583px;
	height: 32px;
}

.about {
	text-indent: -999px;
	background: url(../images/headers/about.png) top left no-repeat;
	width: 578px;
	height: 32px;
}

.custom {
	text-indent: -999px;
	background: url(../images/headers/custom.png) top left no-repeat;
	width: 578px;
	height: 32px;
}

.contact {
	text-indent: -999px;
	background: url(../images/headers/contact.png) top left no-repeat;
	width: 578px;
	height: 32px;
}

/* End heaings */

/* My Slides */

#myslides {
	width: 583px;
	float: right;
    padding: 0;
    margin:  0 auto;
	margin-top: 20px;
} 
 
#myslides img {
    width: 583px;
    top:  0;
    left: 0
}


/* End my slides */

/* Gallery */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* End Gallery */


/* Footer */

#footer {
	height: 50px;
	width: 785px;
	background: url(../images/footer-deco.png) bottom right no-repeat #FFFFFF;
}

#footer p {
	color: #808386;
	font-size: 10px;
	text-align: right;
	margin: 15px 50px 0 0;
	padding-top: 30px;
}

/* End Footer */