/*===============================
	BARKMAN HARDSCAPES STYLESHEET
	Author: ALain Foidart (mf.1)
===============================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
- black			#000
- white			#fff
- light gray	#f5f5f5
- blue			#4e8abe
- light blue	#a3c3df
- pinkish		#d76c68
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: #f5f5f5;
}
#wrap {
	background: #fff;
	padding: 0 10px;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	margin-bottom: 10px;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 405px;
	height: 90px;
	background: url(../img/barkman-veneers-logo.gif) 0 0 no-repeat;
}
h1 a {
	display: block;
	height: 90px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.breadcrumbs {
	font-size: 0.9em;
	color: #999;
}
#navigation {
	position: relative;
	height: 90px;
}
#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	font-size: 1.1em;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}
#nav a {
	text-decoration: none;
	display: block;
}
#nav li.active {
	background: #a3c3df;
	font-weight: bold;
}
#nav li:hover {
	background: #bdd4e8;
}
#nav li.active:hover {
	background: #a3c3df;
}
#nav li:hover a, #nav li.active a {
	color: #fff;
}
a.active {
	font-weight: bold;
	background: #a3c3df;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}
#sidebar p {
	margin: 0 0 5px 0;
	padding: 0;
}
#sidebar p img {
	display: block;
}
#sidebar-nav {
	background: #eff4f8;
	margin: 0 0 1em 0;
	padding: 1em;
}
#sidebar-nav li {
	color: #4e8abe;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.25em 0;
	padding: 0 0 0.25em 0;
}
#sidebar-nav li li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#sidebar-nav li ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sidebar-nav li a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar-nav li li a {
	font-weight: normal;
}
#products-master-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#products-master-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#products-master-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/**************************************/
/*            SLIDING IMAGES          */
/**************************************/

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#slider, #slider li { 
	width: 530px;
	height: 300px;
	overflow: hidden; 
}
span#prevBtn{}
span#nextBtn{}

#photos {
	position: relative;
	margin-bottom: 20px;
}
#photos span { 
	display: block;
	width: 35px;
	height: 80px;
	position: absolute;
	left: -35px;
	top: 110px;
	text-indent: -9999px;
}	
#photos span#next{ 
	left: 530px;
}														

#photos span a {  
	display: block;
	width: 35px;
	height: 80px;
	background: url(../img/left.gif) no-repeat 0 0;	
}	
#photos span#next a { 
	background: url(../img/right.gif) no-repeat 0 0;	
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#product-categories p {
	margin: 15px;
	line-height: 1.3;
}
#product-categories ul {
	margin: 0;
	padding: 0;
}
#product-categories li {
	padding: 0;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
	list-style: none;
	height: 75px;
}
#product-categories li div.category {
	position: relative;
}
#product-categories li div.category a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 1.4em;
	background: #4e8abe; /* For Internet Explorer */
	background: rgba(78,138,190, .8); /* for browsers that support rgba */
}
#product-categories li div.category a span strong {
	display: block;
	padding: 10px;
}
#product-categories li.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.url {
	color: #999;
}
.crumbs {
	border-bottom: 1px solid #ddd;
	padding: 0.25em 0 0.5em 0em;
	color: #999;
	margin-bottom: 0;
}
.crumbs a {
	text-decoration: none;
}
#content h2 {
	color: #4e8abe;
	font-size: 2em;
	margin-left: 15px;
}
#content h2 span {
	font-size: 0.8em;
	color: #999;
	font-weight: normal;
}
#content h3 {
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0.25em;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
}
p span {
	display: block;
	font-size: 1em;
	color: #999;
}
img.align-right {
	border: 10px solid #f1f1f1;
	float: right;
	margin: 0 0 20px 20px;
}
img.align-left {
	border: 10px solid #f1f1f1;
	float: left;
	margin: 0 20px 20px 0;
}
.category-product-preview {
	margin-bottom: 2em;
}
.category-select {
	position: relative;
	border-top: 5px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 1em;
}
.category-select h2 {
	margin: 1em 0 0.5em 0;
	padding: 0;
}
.category-select select {
	position: absolute;
	right: 0px;
	top: 1em;
}
.product-preview {
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.product-preview img {
	float: left;
	padding-right: 10px;
}
.product-preview .info {
	float: left;
	width: 140px
}
.product-preview h4 {
	margin: 0.5em 0 0 0;	
	padding: 0;
}
.product-preview p {
	margin-bottom: 0;
	color: #999;
	font-style: italic;
}
.product-header {
}
.product-header h2 {
	float: left;
	width: 50%;
}
.product-header select {
	margin-top: 2em;
	width: 230px;
	float: right;
}
.product-colours ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-colours ul li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	float: left;
}
.product-colours img {
	display: block;
}
.product-colours p {
	text-align: center;
	border-top: 3px solid #ccc;
	background: url(../img/down-arrow.gif) 50% 0 no-repeat;
	padding: 7px 0 0 0 !important;
	margin-bottom: 0;
}
.product-shapes {
	margin-top: 1em;
}
.product-shapes ul {
	margin: 0;
	padding: 0;
}
.product-shapes li {
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}
.product-shapes img {
	border: 1px solid #ddd;
}
.product-shapes li.last {
	margin-right: 0;
}
.product-shapes p {
	text-align: center;
}
#current-features {
}
.section-head {
	position: relative;
}
.section-head h2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff !important;
	width: 100%;
	background: #4e8abe; /* For Internet Explorer */
	background: rgba(78,138,190, .8); /* for browsers that support rgba */
}
.section-head h2 strong {
	display: block;
	padding: 20px;
}
.gallery li {
	width: 110px;
	line-height: 1.2;
	height: 17.5em;
}
.product-colours .gallery li {
	width: 70px;
	height: 11em;
}
.related {
	clear: left;
	background: #a3c3df;
	padding: 15px;
}
.related h4 {
	padding-top: 0;
	margin-top: 0;
}
.related img {
	border: 3px solid #f5f5f5;
}
.product-colours .product-notes {
	clear: left;
	padding: 15px;
}
.product-colours .product-notes h3 {
	margin-bottom: 0;
}
.product-notes {
	text-align: left;
	line-height: 1.2;
}
.product-notes p {
	text-align: left;
	color: #666;
	border-top: none;
	background: none;
}
.disclaimer {
	padding: 0 15px;
	margin: 10px 0;
}
.disclaimer h4 {
	margin-top: 0;
	padding-top: 0;
	color: #666;
	font-size: 1.2em;
}
.disclaimer p {
	line-height: 1.3;
	color: #888;
	font-size: 1em
}

/**************************************/
/*               SITEMAP              */
/**************************************/
#sitemap {
	line-height: 1.3;
	margin: 10px 0 20px 0;
}
#sitemap h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1em;
}
#sitemap h3 a {
	color: #666;
	text-decoration: none;
}
#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemap li a {
	color: #999;
	text-decoration: none;
}
#sitemap a:hover {
	color: #666;
}


/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	font-size: 1.1em;
	color: #999;
	margin-top: 1em;
}
#corporate-ad {
	float: right;
	width: 173px;
	padding: 0 0 20px 20px;
}

/**************************************/
/*               SLIDEVIEW            */
/**************************************/
#product-gallery {
	position: relative;
}
#product-gallery li {
	margin: 0;
	padding: 0;
}

/*preload classes*/ 
.svw {
	width: 50px;
	height: 20px;
	background: #fff;} 
.svw ul {
	position: relative;
	left: -999em;
} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	border: none;   
	margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	border-top: 5px solid #666;
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0;
} 
.stripTransmitter a{ 
	font-weight: bold;
	text-align: center; 
	line-height: 22px; 
	background: #fff; 
	color: #666;
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	background: #666; 
	color: #fff; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
} 
#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
}