@charset "UTF-8";

/* main.css */
/* Created for - First Choice Kitchens and Countertops Ltd. */
/* Created by - Ryan Muis (www.ryanmuis.com) */

/* Colors used */
/* Text */
/* Standard - 666; h2, strong - 66000000 */
/* Links */
/* Standard - 333300; Standard Hover - 000; Tinted Links - 999; Tinted Hover - FFF */
/* Background - FFF */


/* Standard Items */

body {
	margin:auto 0;
	background-color:#FFF;
	font:Georgia, "Times New Roman", Times, serif;
	background-image:url(..//images/bg_grad.png);
	background-repeat:repeat-x;
	color:#333;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#660000;
}

a:hover {
	color:#000;
}

strong {
	display:inline;
	color:#333300;
}

ul {
	list-style-type:none;
}

/* Page title */
.header {
	color:#333300;
}

.clear {
	clear:both;
}

/* Make BG clickable for home link */
#logolink {
	float:left;
	display:block;
	width:180px;
	height:100px;
}

#form {
	padding:20px;
	margin-top:35px;
	float:right;
}

#form .buttons {
	float:right;
}

.required {
	color:#660000;
	font-weight:bold;
}

.quicknav {
	float:right;
	padding:10px;
}

.promo {
	float:right;
	display:block;
	background:url(../images/discount.png) center no-repeat;
	width:300px;
	margin-right:100px;
	height:100px;
	padding-top:10px;

}

.form_left {
	float:left;
}
.form_right {
	float:right;
}
.form_left label {
	width:6em;
	float:left;
	text-align:left;
	margin-right:0.5em;
	display:block;
}

.form_right label {
	width:6em;
	float:left;
	text-align:left;
	margin-right:0.5em;
	display:block;
}

/* End Standard */

/* Page Layout */

#top {
	margin:0 auto;
	width:1000px;
	height:120px;
	background-image:url(../images/fc100.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#wrapper {
	margin:0 auto;
	width:1000px;
}

#bottom {
	margin:0 auto;
	width:800px;
	height:160px;
}

#footer {
	margin:0 auto;
	width:800px;
	text-align:center;
}

.content {
	margin:0 auto;
	width:1000px;
}

.content .main_left {
	float:left;
	width:490px;
	padding:5px;
}

.content .main_right {
	float:right;
	width:500px;
}

.content .gallery_right {
	overflow:scroll;
	float:right;
	width:470px;
	height:290px;
	margin-top:60px;
	padding-bottom:25px;
}

.content .gallery_right img {
	padding:2px;
}

/* Tinted Content (Menu)*/
.tinted_content {
	margin:8px;
	float:left;
}

.overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:150px;
	background:#000;
	opacity:0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
}

.container {
	position:relative;
	padding:5px;
}

.tinted {
	position:relative;
	width:130px;
	height:120px;
	color:#999;
	text-align:center;
	margin-left:2px;
}

.tinted a {
	display:block;
	width:140px;
	height:120px;
	color:#999;
	text-decoration:none;
}

.tinted .current a, .tinted a:hover {
	color:#FFF;
}

/* End Tinted */

/* Image Slider */

#slider1 {
	width:480px;
	height:360px;
	position:relative;
	overflow:hidden;
}

#slider1Content {
	width:400px;
	position:absolute;
	top:0;
	margin-left:0;
}

.slider1Image {
	float:left;
	position:relative;
	display:none;
}

.slider1Image span {
	position:absolute;
	font:10px/15px Arial, Helvetica, sans-serif;
	padding:10px 13px;
	width:480px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	color:#fff;
	display:none;
}

.slider1Image span strong {
	font-size:14px;
}

#slider1 .left {
	top:0;
	left:0;
	width:110px !important;
	height:360px;
}

#slider1 strong {
	display:inline;
	color:#FFF;
}

/* End Slider */

/* Gallery Controls */

.gallery_btn {
	float:left;
	height:50px;
	width:200px;
	margin:2px;
	text-align:center;
	line-height:100%;
	background-color:#000;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;

}

.gallery_btn a {
	display:block;
	width:200px;
	height:50px;
	color:#666;
}

.gallery_btn a:hover {
	color:#FFF;
}

/* Gallery */

#gallery {position:relative; width:494px; margin:40px auto; background:#FFF; border-top:3px solid #FFF; overflow:hidden;}
#images { height:225px; background:#FFF; margin-bottom:20px}
#image {position:relative; width:480px; height:360px; padding:5px; background: url(../images/loading.gif) center center no-repeat; overflow:hidden;}
#image img {position:absolute; top:5px; left:5px; overflow:hidden;}
#thumbwrapper {padding-bottom:10px; width:490px; height:75px; background:#FFF;}
#thumbarea {position:relative; overflow:hidden; height:75px; width:490px; }
#thumbs {position:absolute; list-style:none;height:75px; width:10000px; }
#thumbs li {float:left; margin-right:5px; cursor:pointer}

.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../images/left.gif) left center no-repeat; border-left:5px solid #FFF;}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../images/right.gif) right center no-repeat; border-right:5px solid #FFF;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/* End Gallery */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:../image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
