/* CSS DEC main */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! 
   meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded*/
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,
dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	line-height:1;
/*	font-family:inherit;
	text-align:left;
	vertical-align:baseline;*/
}
a img, :link img, :visited img{
	border:0;
}
ol, ul{
	list-style:none;
}					
body{text-align:center;
	font-family:verdana, arial, helvetica, sans-serif;
	background:transparent url("/images/body_decor2.jpg") repeat-y 50% 0;
}

/*
container
*/
#container{margin:0 auto;
	width:760px;
	text-align:left;
	font-size:80%;
	background:#fff;
}

/*
header
*/
#header{
	height:200px;
	clear:both;
}
#header h1, #header h2, #header h4{
	color:#fff;
	position:absolute;
	left:-999em;
	top:-999em;
}
body#home #header{
	background:transparent url("/images/header_samples.jpg") no-repeat;
	}
body#samples #header{
	background:transparent url("/images/header_bathroom1.jpg") no-repeat;
	}
body#gallery #header{
	background:transparent url("/images/header_straight_accross.jpg") no-repeat;
	}
body#contact #header{
	background:transparent url("/images/header_kitchen.jpg") no-repeat;
	}
/*
content
*/
#content{
	padding:0 10px 10px 10px;
	background:#fff;
	width:520px;
	float:left;
	clear:left;
}
#content p, #content li{
	width:500px;
	color:#403D2B;
	padding:0 0 20px 0;
}
#content h2, #content h3, #content h4, #content h5, #content h6{
	border-bottom:1px solid #ccc;
	padding:0 20px 5px 0;
}
#content p img, #content img{
	border:1px solid #000;
}
#content p img{
	margin:0 0 0 10px;
}
#content .narrowp p{
	width:300px;
	float:right;
}
#wide_content{
	padding:0 10px 10px 10px;
	background:#fff;
	width:730px;
	float:left;
	clear:left;
}
#wide_content p, #wide_content li{
	width:720px;
	color:#403D2B;
	padding:0 0 20px 0;
}
/*#content ol{
	list-style:decimal;
}*/
#wide_content h2, #wide_content h3, #wide_content h4, #wide_content h5, #wide_content h6{
	border-bottom:1px solid #ccc;
	padding:0 10px 5px 0;
}
#wide_content p img, #wide_content img{
	border:1px solid #000;
}
#wide_content p img{
	margin:0 0 0 10px;
}
#wide_content .narrowp p{
	width:300px;
	float:right;
}
p{
	padding:0 0 10px 0;
	color:#111;
	line-height:1.5em;
}

/*
lists
*/
#content ul, #sidebar ul, #content ol, #sidebar ol{
	padding:5px 0 5px 20px;
}
#content ul li, #sidebar ul li{
	/*background:transparent url("images/bullet.gif") no-repeat 0px 5px;*/
	list-style:disc;
	padding:0 0 5px 5px;
	line-height:1.2;
}
#content ol li{
	padding:0 0 5px 0;
	line-height:1.2;
	list-style:decimal;
}

/*
sidebar
*/
#sidebar{
	float:right;
	clear:right;
	width:180px;
	padding:0;
	min-height:530px !important;
}
#sidebar h3{
	text-transform:uppercase;
	font-weight:900;
	font-size:1em;
	font-style:italic;
	background:transparent;
	color:#000;
}

/*
footer
*/
#footer{
	background:#333;
	clear:both;
	padding:5px 0 10px 10px;
	text-align:left;
	font-size:90%;
}

#footer li, #header li{
	border-right:1px solid #555;
	display:inline;
	margin:0 10px 0px 0;
	padding:0 10px 0 0;
}
#footer li, #footer p, #footer li a, #footer p a{
	color:#fff;
}
#header ul li.noborder, #footer ul li.noborder, #navigation ul li.noborder, li.noborder, .noborder, #noborder{
	border:0;
}
#frame_it{
	padding:20px;
}
.webdesign{
	background:#fff;
	font-size:70%;
	padding:3px 150px 3px 0;
	width:900px; 
	text-align:right;
}
/*
headings
*/
h1, h2, h3, h4, h5, h6, blockquote{
	font-family:'Trebuchet MS',  arial, helvetica, verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	text-transform:capitalize;
	color:#000;
	letter-spacing:1px;
	color:#403D2B;
	font-weight:900;
	margin:0 0 5px 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	width:490px;
}
h1{font-size:3em;
}
h2{font-size:1.3em;
}
h3{font-size:1.2em;
}
h4{font-size:1.15em;
}
h5{font-size:1.1em;
}
h6{font-size:1.05em;
	font-style:italic;
}

/*
miscellaneous 
*/
.floatright{
	float:right;
}
strong{
	font-weight:900;
}

/*
fixes
*/
table br, br{
	padding:0 0 20px 0;
	clear:both;
}
/*
left  right center aligning
*/
.left{
	text-align:left;
}
.right{
	text-align:right;
	float:right;
}
.center{
	text-align:center;
}

/*
link states
*/
a, a:link, a:visited{color:#333;text-decoration:underline;cursor:pointer;}
a:hover, a:active{color:#999;text-decoration:none; background:transparent; 
}
/*
nav tabs
*/
.navcontainer{
	padding:0 10px 0 10px;
	background:#000;
	text-align:center;
	border-bottom:1px solid #ccc;
	width:740px;
	height:40px;
	}
#miniflex{
	width:100%;
	float:left;
	font-size:small; /* could be specified at a higher level */
/*	padding:0 10px 0 10px;*/
/*	border-bottom:1px solid #333;*/
	text-transform:capitalize;
	font-family:'Trebuchet MS',  arial, helvetica, verdana, sans-serif;
	}

#miniflex li{
	float:left;
	padding:5px 20px 0 0;
	display:inline;
	list-style:none;
	}
#miniflex li a{
	border-bottom:4px solid #000;
}
	
#miniflex a:link, #miniflex a:visited{
	float:left;
	font-size:110%;
	line-height:20px;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0 20px 20px 0;
	text-decoration:none;
	color:#ccc;
	}
#miniflex a:hover, #miniflex a:active{
	color:#fff;
	border-bottom:4px solid #fff;
}
body#home #active,
body#gallery #active1,
body#contact #active2,
body#samples #active3{
/*#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover{*/
	border-bottom:4px solid #fff;
	padding-bottom:2px;
	color:#fff;
	}
.nav-ie-padding{
	padding:0 0 20px 0;
}
.small{
	font-size:70%;
	text-align:center;
}
p{
	padding:0 0 20px 0;
}
/*
gallery imgs
*/
.img, .img_stock{
	height:99px;
	width:99px;
	float:left;
	text-align:center;
	background:#fff;
	padding:20px 10px 30px 20px;
	margin:0 0px 20px 0;
}
.img{
	margin:0 10px 25px 0;
	padding:15px;
	padding-bottom:25px;
}
.img_stock, .img, .img img, .img_stock img{
	border:1px solid #aaa;
}
.img label, .img label a{
	width:99px;
	line-height:1.5;
	text-transform:capitalize;
	
}
.img_stock{
	height:160px;
	width:200px;
	padding:10px 10px 10px 10px;
	margin:0 20px 20px 0;
	background:#fff;
	line-height:1.5;
}
 .img_stock:hover{
	background:#eee;
	border:1px solid #bbb;
}

/*
lightbox
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}