
/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Barzotti Woodworking Ltd.
	Created: 2009-10-22
	Created by: Cindy Dochstader cindy@rkd.ca
	
	COLOURS:	
	Brown: #351c07
	Teal: #51a9a9
	Grey: #afaaa7

------------------------------------------------------------------- */


/* TABLE OF CONTENTS */
/* ---------------------------------------- HTML, BODY, RESETS */
/* ---------------------------------------- GLOBAL STYLES */
/* ---------------------------------------- STRUCTURE */
/* -------------------------------------------- Header */
/* ----------------------------------------------- Top Nav */
/* -------------------------------------------- Wrapper */
/* -------------------------------------------- Content Area */
/* ----------------------------------------------- Home Images */
/* ----------------------------------------------- Content Area Buttons */
/* -------------------------------------------- Side Bar */
/* -------------------------------------------- Footer */
/* -------------------------------------------- Form */

@import url("reset.css");
@import url("jquery.lightbox-0.5.css");
@import url("picture-slides.css");

 
/* ----------------------------------------------
	HTML, BODY, RESETS
---------------------------------------------- */

html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background: #fff; /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	padding:0;
	margin:0;
	top:0;
	left: 0;
	font: 13px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#351c07;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		background: #fff url(../../images/body-bg.jpg) repeat-x left top;
		}

img, form { /* removes all default formatting on images and forms */
	padding:0;
	margin:0;
	line-height:0;
	}

:focus { outline: none; } /* removes dotted outline from links */

.Clear { clear: both; } /* clears all floats; apply to empty divs */



/* ----------------------------------------------
	GLOBAL STYLES - style as necessary
---------------------------------------------- */

a:link, a:visited {
	color: #51a9a9;
	text-decoration: none;
	}

a:hover, a:active {
	color: #51a9a9;
	text-decoration: underline;
	}
			
p, td, div { 
	font: 13px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	p {
		padding:0 0 8px 0;
		margin:0 4px;
		}

strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

h1 { 
	margin:0 0 5px 0;
	}
		
h2 { 
	color: #351c07;
	font: bold 17px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:10px 4px 4px 4px;
	text-transform:uppercase;
	}
	h2.UnderH1, h2.UnderMainImage {
	margin-top:0;
	}	
	
h3 { 
	color: #351c07;
	font: bold 15px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:10px 4px 4px 4px;
	text-transform:uppercase;
	}
	.pStyle {
		font: normal 13px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
		text-transform:lowercase;
		}
	
h4 { 
	color: #351c07;
	font: bold 13px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:10px 4px 4px 4px;
	}		
		
ul {
	padding-bottom:8px;
	margin:0 4px;
	}
	li {
		list-style: disc outside;
		margin: 0 0 4px 25px;
		}

ol { }

/* styles used by WYSIWYG - style as necessary */
pre { }
address { }



/* ----------------------------------------------
	STRUCTURE
---------------------------------------------- */
	
/* ---------------------------------------- Header */

#PrintHeader { display: none; }

#Header { 
	overflow: hidden;
	width: 980px;
	height:247px;
	margin: 0 auto;
	background:url(../../images/header-bg.png) no-repeat top right;  
 	}
	
.Logo { 
	float:left; 
	margin:15px 0 0 20px;
	}
	
.Shavings { 
	float:right; 
	margin:107px 20px 0 0;
	}



/* ---------------------------------------- Top Nav */
	
.TopNav {
	width:740px;
	height:58px;
	float:left;
	margin:14px 0 0 0;
	}
	
.TopNav ul {
	list-style: none;
	padding:0;
	margin:0;
	line-height:0;	
	}
	.TopNav li {
		list-style: none;
		padding:0;
		margin:0;
		line-height:0;
		}
	
.TopNav a {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:58px;
	background:url(../../images/topnav.png) no-repeat; 
	text-indent:-9000px;
	}

.TopNav a.NavHome  {
	background-position:0 0;
	width: 82px;
	}	
	.TopNav a.NavHome:hover  {
		background-position:0 -58px;
		}
		
.TopNav a.NavAbout  {
	background-position:-82px 0;
	width: 116px;
	}	
	.TopNav a.NavAbout:hover  {
		background-position:-82px -58px;
		}
		
.TopNav a.NavProducts  {
	background-position:-198px 0;
	width:118px;
	}	
	.TopNav a.NavProducts:hover  {
		background-position:-198px -58px;
		}
		
.TopNav a.NavGalleries  {
	background-position:-316px 0;
	width:124px;
	}	
	.TopNav a.NavGalleries:hover  {
		background-position:-316px -58px;
		}
		
.TopNav a.NavDoorStyles  {
	background-position:-440px 0;
	width:139px;
	}	
	.TopNav a.NavDoorStyles:hover  {
		background-position:-440px -58px;
		}

.TopNav a.NavContact  {
	background-position:-579px 0;
	width:129px;
	}	
	.TopNav a.NavContact:hover  {
		background-position:-579px -58px;
		}
		
	
/* ---------------------------------------- Wrapper */

#Wrapper {
	overflow:hidden;
	width: 948px;
	margin: 48px auto 0 auto;
	}
		
	

/* ---------------------------------------- Content Area */
	
#ContentHome {
	width: 786px;
	margin:0 auto;
	}
	.HomeH1 {
		text-align:center;
		margin:10px 0 10px 0;
		}
	
#Content {
	width:708px;
	float:right;
	}
	
.MainImage {
	margin:3px 0 15px 0;
	}
	
.CenterAlign {
	text-align:center;
	}
	
.RightAlign {
	text-align:right;
	}
	
.ImageFloatLeft {
	float:left;
	padding-right:15px;
	}
	
.ImageFloatRight {
	float:right;
	padding-left:15px;
	}
	
div.HR {
	clear:both;
	margin:0 0 40px 4px;
	height: 40px;
	background: url(../../images/hr.png) no-repeat left bottom;
	}
	div.HR hr {
		display: none;
		}
		
div.DoorstyleHR {
	clear:both;
	margin:0 0 40px 4px;
	height: 60px;
	background: url(../../images/hr.png) no-repeat left bottom;
	}
	div.DoorstyleHR hr {
		display: none;
		}
	
table.ContentImages {
	margin:10px 4px 22px 4px;
	}
	table.ContentImagesAboutVincent {
		float:right;
		text-align:right;
		margin:10px 4px 40px 4px;
		}
		
table.ContentProductThumbs {
	margin:10px 4px;
	}
	table.ContentProductThumbs td {
		vertical-align:top;
		}
			
img.GalleriesHome {
	margin:4px 8px 0 0;
	}
	img.GalleriesHome:hover {
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}
		
.GalleriesAlbums {
	float:left;
	margin:6px 18px 10px 0;
	width:220px;
	}
		
	.GalleriesAlbums img {
		border:1px solid #bebebc;
		width: 218px;
		height:144px;		 
		}
		.GalleriesAlbums img:hover {
			filter:alpha(opacity=90);
			-moz-opacity:0.9;
			-khtml-opacity: 0.9;
			opacity: 0.9;
			}
			
	.GalleriesAlbums .Title {
		display:block;
		width:220px;
		height:29px;
		background: url(../../images/galleries-albums-title-bg.png) no-repeat;
		text-align:center;
		color:#351c07;
		padding:2px 0;
		}
		
/*img.DoorStylesHome {
	margin:10px 12px 2px 4px;
	width:103px;
	height:137px;
	border:1px solid #bebebc;
	}
	img.DoorStylesHome:hover {
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}*/
		
.DoorStylesHome { 
	float:left; 
	width:103px;
	margin:20px 12px 2px 4px;
	}

.DoorStylesHome img{
	margin:0;
	width:103px;
	height:137px;
	border:1px solid #bebebc;
	}
	.DoorStylesHome img:hover {
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		}
		
DoorStylesHome table { margin-left:4px; }
td.Title {
	display:table-cell;
	width:103px;	
	height:45px;
	background: url(../../images/galleries-albums-title-bg.png) no-repeat left bottom;
	line-height:18px;
	text-align:center;
	vertical-align:middle;
	color:#351c07;
	}
	td.Title a:link, td.Title a:visited, td.Title a:hover, td.Title a:active {	
		color:#351c07;
		}
		
#tooltip{
	position:absolute;
	border:1px solid #9e9693;
	background: url(../../images/galleries-albums-title-bg.png) no-repeat left bottom;
	padding:2px 5px;
	display:none;
	}	


		
.LastCol {
	margin-right:0;
	}

.Testimonials {
	margin: 0;
	padding-top:12px;
	background: url(../../images/testimonials-bg.png) no-repeat;
	}
	.Testimonials table {
		width:560px;	
		margin:0 auto;
		}
		
		
		
/* ----------------------------------------------- Home Images */

	
.HomeImages {
	margin:3px 0 15px 0;
	position:relative;
	width:786px;
    height:395px;
	}

.HomeImages IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.HomeImages IMG.active {
    z-index:10;
    opacity:1.0;
}

.HomeImages IMG.last-active {
    z-index:9;
}

	
/* ---------------------------------------- Content Area Buttons */
	
.ContentButtons {
	margin:0 1px;
	}
	
.ContentButtons a {
	display:block;
	margin:0;
	padding:0;
	height:50px;
	width: 225px;
	text-indent:-9000px;
	margin:0 auto;
	}
	
.ContentButtons a.PlanYourKitchen {
	margin-top:25px;
	background:url(../../images/home-plankitchen-button.png) no-repeat; 
	background-position:0 0;
	}
	.ContentButtons a.PlanYourKitchen:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.Traditions {
	float:left;
	margin:15px 15px 15px 0;
	background:url(../../images/plan-traditions-button.png) no-repeat; 
	background-position:0 0;
	}
	.ContentButtons a.Traditions:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.Simplicity {
	float:left;
	margin:15px 15px 15px 0;
	background:url(../../images/plan-simplicity-button.png) no-repeat; 
	background-position:0 0;
	}
	.ContentButtons a.Simplicity:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.Classic {
	float:left;
	margin:0 15px 25px 0;
	background:url(../../images/plan-classic-button.png) no-repeat; 
	background-position:0 0;
	}
	.ContentButtons a.Classic:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.Elite {
	float:left;
	margin:0 15px 25px 0;
	background:url(../../images/plan-elite-button.png) no-repeat; 
	background-position:0 0;
	}
	.ContentButtons a.Elite:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.Template {
	background:url(../../images/plan-template-button.png) no-repeat; 
	margin:15px 0;
	background-position:0 0;
	}
	.ContentButtons a.Template:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.ContactUs {
	background:url(../../images/plan-contact-button.png) no-repeat; 
	margin:15px 0 0 0;
	background-position:0 0;
	}
	.ContentButtons a.ContactUs:hover  {
		background-position:0 -50px;
		}
		
.ContentButtons a.ProductSpecs {
	background:url(../../images/products-specs-button.png) no-repeat; 
	margin:15px 0 0 210px;
	background-position:0 0;
	}
	.ContentButtons a.ProductSpecs:hover  {
		background-position:0 -50px;
		}
	
	
/* ---------------------------------------- Side Bar */
	
#SideBar {
	float:left;
	width: 224px;
	margin-top:47px;
	}
	
#SideBar .SideShavings { margin:80px 0 0 0;}
	
#SideBar ul {
	list-style: none;
	padding:0;
	margin:0;
	line-height:0;	
	}
	#SideBar li {
		list-style: none;
		padding:0;
		margin:0;
		line-height:0;
		}
	
#SideBar a {
	display:block;
	margin:0;
	padding:0;
	height:62px;
	width: 199px;
	text-indent:-9000px;
	}

#SideBar a.Default1  {
	background:url(../../images/default-sidenav.png) no-repeat; 
	background-position:0 0;
	}	
	#SideBar a.Default1:hover  {
		background-position:-199px 0;
		}
		
		#SideBar a.Default2  {
			background:url(../../images/default-sidenav.png) no-repeat; 
			background-position:0 -62px;
			}	
			#SideBar a.Default2:hover  {
				background-position:-199px -62px;
				}
				
				#SideBar a.Default3  {
					background:url(../../images/default-sidenav.png) no-repeat; 
					background-position:0 -124px;
					}	
					#SideBar a.Default3:hover  {
						background-position:-199px -124px;
						}
				
#SideBar a.PlanKitchen1  {
	background:url(../../images/planyourkitchen-sidenav.png) no-repeat; 
	background-position:0 0;
	}	
	#SideBar a.PlanKitchen1:hover  {
		background-position:-199px 0;
		}
		
		#SideBar a.PlanKitchen2  {
			background:url(../../images/planyourkitchen-sidenav.png) no-repeat; 
			background-position:0 -62px;
			}	
			#SideBar a.PlanKitchen2:hover  {
				background-position:-199px -62px;
				}

				#SideBar a.PlanKitchen3  {
					background:url(../../images/planyourkitchen-sidenav.png) no-repeat; 
					background-position:0 -124px;
					}	
					#SideBar a.PlanKitchen3:hover  {
						background-position:-199px -124px;
						}
						
						#SideBar a.PlanKitchen4  {
							background:url(../../images/planyourkitchen-sidenav.png) no-repeat; 
							background-position:0 -186px;
							}	
							#SideBar a.PlanKitchen4:hover  {
								background-position:-199px -186px;
								}


#SideBar a.Products1  {
	background:url(../../images/products-sidenav.png) no-repeat; 
	background-position:0 0;
	}	
	#SideBar a.Products1:hover  {
		background-position:-199px 0;
		}
		
		#SideBar a.Products2  {
			background:url(../../images/products-sidenav.png) no-repeat; 
			background-position:0 -62px;
			}	
			#SideBar a.Products2:hover  {
				background-position:-199px -62px;
				}

				#SideBar a.Products3  {
					background:url(../../images/products-sidenav.png) no-repeat; 
					background-position:0 -124px;
					}	
					#SideBar a.Products3:hover  {
						background-position:-199px -124px;
						}
						
						#SideBar a.Products4  {
							background:url(../../images/products-sidenav.png) no-repeat; 
							background-position:0 -186px;
							}	
							#SideBar a.Products4:hover  {
								background-position:-199px -186px;
								}
								
								#SideBar a.Products5  {
									background:url(../../images/products-sidenav.png) no-repeat; 
									background-position:0 -248px;
									}	
									#SideBar a.Products5:hover  {
										background-position:-199px -248px;
										}
										
										#SideBar a.Products6  {
											background:url(../../images/products-sidenav.png) no-repeat; 
											background-position:0 -310px;
											}	
											#SideBar a.Products6:hover  {
												background-position:-199px -310px;
												}
												
#SideBar a.Galleries1  {
	background:url(../../images/galleries-sidenav.png) no-repeat; 
	background-position:0 0;
	}	
	#SideBar a.Galleries1:hover  {
		background-position:-199px 0;
		}
		
		#SideBar a.Galleries2  {
			background:url(../../images/galleries-sidenav.png) no-repeat; 
			background-position:0 -62px;
			}	
			#SideBar a.Galleries2:hover  {
				background-position:-199px -62px;
				}

				#SideBar a.Galleries3  {
					background:url(../../images/galleries-sidenav.png) no-repeat; 
					background-position:0 -124px;
					}	
					#SideBar a.Galleries3:hover  {
						background-position:-199px -124px;
						}
						
						#SideBar a.Galleries4  {
							background:url(../../images/galleries-sidenav.png) no-repeat; 
							background-position:0 -186px;
							}	
							#SideBar a.Galleries4:hover  {
								background-position:-199px -186px;
								}		
								#SideBar a.Galleries5  {
									background:url(../../images/galleries-sidenav.png) no-repeat; 
									background-position:0 -248px;
									}	
									#SideBar a.Galleries5:hover  {
										background-position:-199px -248px;
										}						
																
#SideBar a.DoorStyles1  {
	background:url(../../images/doorstyles-sidenav.png) no-repeat; 
	background-position:0 0;
	}	
	#SideBar a.DoorStyles1:hover  {
		background-position:-199px 0;
		}
		
		#SideBar a.DoorStyles2  {
			background:url(../../images/doorstyles-sidenav.png) no-repeat; 
			background-position:0 -62px;
			}	
			#SideBar a.DoorStyles2:hover  {
				background-position:-199px -62px;
				}

				#SideBar a.DoorStyles3  {
					background:url(../../images/doorstyles-sidenav.png) no-repeat; 
					background-position:0 -124px;
					}	
					#SideBar a.DoorStyles3:hover  {
						background-position:-199px -124px;
						}
						
						#SideBar a.DoorStyles4  {
							background:url(../../images/doorstyles-sidenav.png) no-repeat; 
							background-position:0 -186px;
							}	
							#SideBar a.DoorStyles4:hover  {
								background-position:-199px -186px;
								}

/* ---------------------------------------- Footer*/

#Footer { 
	margin-top:50px;
	height:177px;
	background:url(../../images/footer-bg.png);
	}
	
.Container {
	width:940px;
	margin: 0 auto;
	overflow:hidden;
	}
	
.RKD {	
	margin-top:75px;
	font: 11px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#afaaa7;
	float:right;
	}
	.RKD a:link, .RKD a:visited, .RKD a:hover, .RKD a:active {
		color:#afaaa7;
		text-decoration: none;
		}
	
.Address {
	margin-top:146px;
	width:610px;
	font: 12px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#351c07;
	float:left;	
	}
	.Address a:link, .Address a:visited {
		color:#351c07;
		text-decoration: none;
		}
		.Address a:hover, .Address a:active {
			color:#328b8b;
			text-decoration: none;
			}
		
.Copyright {
	margin-top:58px;
	width:250px;
	font: 11px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#351c07;
	float:right;
	clear:right;
	text-align:right;
	}
	
	
	
/* ---------------------------------------- Form */

.Error, .Required {
	color: #bb0000;
	font: 12px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	}

.Form {
	border-collapse:collapse;
	border-spacing: 0;
	}
	.Form td {
		padding: 7px 0px;
		vertical-align: top;
		}
		.Form td.FormText {
			width:140px;
			text-align:right;
			}		

textarea, input {
	font: 13px/23px Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #351c07;
	border: 1px solid #afaaa7;
	background: #fff url(../../images/input-bg.gif) repeat;
	margin:0 10px;
	width:250px; 
	}		
	input { 
		height:20px; 
		}

.Button input {
	width:130px;
	height:50px;
	margin:10px 0 0 274px;
	}
