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

a, a:link, a:visited{
	color:#FF0;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}

body {
	background-color:#000;
	font-family: "gil sans", verdana, Arial, verdana, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
#pageWrap{
	position:relative;
	width:100%;
}
.main-content, .footer{
	width:974px;
	position:relative;
	margin:auto;
}
.main-content{
	height:650px;
	background-color:#222;
}

#main-page-content{
	height:auto;
	width:785px;
}
/* All text panels */
.txt-panel-bg{
	position: absolute;
	z-index: 10;
	background-color:#333;
	opacity: 0.2;
 	filter: alpha(opacity="20");
}

.txt-panel-content{
	font-family: "gil sans", verdana, Arial, verdana, Helvetica, sans-serif;
	font-size:13px;
	position: absolute;
	background-color: transparent;
	z-index: 11;
}
.txt-panel-bg, .txt-panel-content {
	padding: 10px;
}
.txt-panel-content p{
	margin-top:0;
/*	font-weight:bold;
*/	color:#FFF;
}
#gallery-link{
	position:relative;
	text-align:right;
	margin-top:0px;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	float:right;
}
#gallery-link a, #gallery-link a:visited, #gallery-link a:link, #gallery-link a:active{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#669acc;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
#gallery-link a:hover{
	color:#669acc;
	background-color:#fff;
}
.page-heading h1{
	position:absolute;
	z-index:1;
	font-size:26px;
	font-weight:bold;
	color:#000;
	letter-spacing: 0.2em;
}
.pic-desc{
	position:absolute;
	font-size:12px;
	color:#111;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.quotes {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:18px;
	line-height:13px;
}
/*  Right Hand side Navigation and logo on Left-hand side */
#rhs-bg{
	z-index: 1;
	background-color:#CCC;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

#rhs-content{
	z-index: 2;
	opacity: 1;
 	filter: alpha(opacity='100');
}
#rhs-bg, #rhs-content{
	position: absolute;
	padding: 10px;
	top: 0px;
	right:0px;
	width: 170px;
	height: 630px;
}

#logo {
	text-align:center;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	
}
#logo a img {
	text-decoration:none;
	border:none;
}
.listmenu{
	position:absolute;
	margin-top:50px;
	margin-left:0px;
}
.listmenu ul{
	list-style-type:none;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	width:170px;
}
.listmenu li{
	position:relative;
	height:30px;
	margin:auto;
}
.listmenu li a, .listmenu li a:visited, .listmenu li a:link {
	position:relative;
	color: #333;
	display: block;
	font-size:10px;
	min-height: 15px;
	margin-top:5px;
	padding: 5px;
	text-decoration: none;
	font-weight:bold;
	background-color:#fff;
}
.listmenu li a:hover{
	color:#FFF;
	background-color:#669acc;
}
/* End right hand side */

/* Footer */
#copy{
	font-size:10px;
	color:#FFF;
}
.footer {
	clear:both;
}
.footer, .copy{
	text-align: center;
	color:#FFF;
}
.footer a{ 
	font-family: "gil sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

.footer a:hover{ 
	font-family: "gil sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
/* End footer */
/* Home page */

#home-page {
	background-image:url(../../images/bg/home-background.jpg);
	background-repeat:no-repeat;
}

#home-txt, #home-bg{
	top: 0px;
	left:20px;
	width: 275px;
	height: 630px;
}

#home-txt P{
	padding-top:3px;
	margin-bottom:2px;
	color:#111;
}

#home-pic-desc{
	top:630px;
	right:200px;
}
/* Contract Page */
#contract-page {
	background-image:url(../../images/bg/contract-furniture-background.jpg);
	background-repeat:no-repeat;
}
#contract-hdg h1{
	position:absolute;
	top:10px;
	left:20px;
}
#contract-txt, #contract-bg{
	top: 65px;
	left:20px;
	width: 450px;
	height: 85px;
}
#contract-pic-desc{
	top:630px;
	left:20px;
}

/* Kitchen Page */
#kitchen-page {
	background-image:url(../../images/bg/kitchen-background.jpg);
	background-repeat:no-repeat;
}
#kitchen-hdg h1{
	top:10px;
	left:20px;
}
#kitchen-txt, #kitchen-bg{
	top: 65px;
	left:20px;
	width: 490px;
	height: 115px;
}
#kitchen-pic-desc{
	top:630px;
	left:20px;
}

/* Bedroom Page */
#bedroom-page {
	background-image:url(../../images/bg/bedroom-background.jpg);
	background-repeat:no-repeat;
}
#bedroom-hdg h1{
	top:10px;
	left:20px;
}
#bedroom-txt, #bedroom-bg{
	top: 65px;
	left:20px;
	width: 490px;
	height: 100px;

}
#bedroom-pic-desc{
	top:630px;
	left:20px;
}

/* Bathroom Page */
#bathroom-page {
	background-image:url(../../images/bg/bathroom-background.jpg);
	background-repeat:no-repeat;
}
#bathroom-hdg h1{
	top:10px;
	left:20px;
}
#bathroom-txt, #bathroom-bg{
	top: 65px;
	left:20px;
	width: 490px;
	height: 100px;
}
#bathroom-pic-desc{
	top:630px;
	left:20px;
}

/* Storage Page */
#storage-page{
	background-image:url(../../images/bg/storage-background.jpg);
	background-repeat:no-repeat;
}
#storage-hdg h1{
	color:#FFF;
	top:10px;
	left:20px;
}
#storage-txt, #storage-bg{
	top: 65px;
	left:20px;
	width: 490px;
	height: 100px;
}
#storage-pic-desc{
	top:630px;
	right:200px;
}

/* Contact Page */
#contact-page {
	background-image:url(../../images/bg/contact-background.jpg);
	background-repeat:no-repeat;
}
#contact-hdg h1{
	top:10px;
	left:20px;
}
#contact-txt, #contact-bg{
	top: 65px;
	left:20px;
	width: 535px;
	height: 220px;
}
#contact-pic-desc{
	top:630px;
	left:20px;
}
#contactTbl{
	clear: both;
	width: 100%;
	margin: 0;
}
#contactTbl span{
	float: left;
	padding-top:5px;

}
#contactTbl span.contactHdg{
	padding-left:20px;
	width:170px;
}
#contactTbl span.contactDtl{
	width:250px;
}
#contactFrmDiv{
	margin:0 auto;
	clear: both;
	width: 700px;
	background-color:#333;
	color:#FFF;
}
#contactFrm span.CntctFrmHdg{
	width:270px;
}

/* Testimonial Page */
#testimonial-page{
	background-image:url(../../images/bg/testimonial-background.jpg);
	background-repeat:no-repeat;
}
#testimonial-hdg h1{
	top:10px;
	left:20px;
}
#testimonial-txt, #testimonial-bg{
	top: 65px;
	left:20px;
	width: 700px;
	height: 393px;
}

.testimonial-writer{
	color:#FF6;
	float:right;
	text-align:right;
}
#testimonial-bg{
	opacity: 0.6;
 	filter: alpha(opacity='60');
	
}
#testimonial-pic-desc{
	top:630px;
	left:20px;
}

/* gallery pages */
#galleryTitle {
	margin-left:20px;
	padding-top:10px;
	font-size:22px;
	letter-spacing:0.05em;
}
#gallery-page{
	background-color:#333;
	color:#FFF;
	height:645px;
	padding-top:5px;
	width:955px;
	padding-left:20px;
}
.galleryItem{
	margin-left:auto;
	margin-right:auto;
	width:245px;
	float:left;
	text-align:center;
	height:290px;
	overflow:hidden;
}

.galleryImgDesc h3{
	margin-top:5px;
	font-size:11px;
}
.galleryImage{
	margin:auto;
	width:250px;
	padding:0px;
}
.galleryImgDesc{
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	padding-bottom:10px;
	padding-left:5px;
	width:235px;
	height:100px;
	text-align:center;
	vertical-align:top;
	font-size:10px;
	
}
#popout {
       position: absolute;
       visibility: hidden;
       top: 30px;
       border: 1px solid #000;
	   z-index:10;
	   overflow:visible;
}
#popoutDesc{
	position:absolute;
	top:5px;
	left:10px;
	font-size:9px;
	color:#000;
}
#closeLink {
	top:20px;
	position:absolute;
	z-index:30;
}
#closeLink a:link, #closeLink a:visited, #closeLink a:active{
	text-decoration:none;
	font-size:12px;
	color:#fff;
}
#closeLink a:hover{
	color:#FF0;
}
#galleryPageList{
	position:absolute;
	top:10px;
	right: 210px;
	font-size:12px;
}

#galleryPageList a:link, #galleryPageList a:visited {
	text-decoration:underline;
	color:#fff;
	font-size:12px;
}

#galleryPageList a:hover {
	color:#FF0;
}

