@charset "utf-8";

/* Global Styles
================================================================*/	

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 13px;
	padding:0px;
	margin:0px;
	color:#333;
	background-image:url(../../images/page-bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#16163f;
	min-height: 101%;
	}
	
p{
	text-align:justify;
}	
/*Headings
================================================================*/	

h1{
	color:#000066;
	font-size:26px;
	margin-bottom:0px;
	margin-top:15px;
	text-transform:capitalize;
	font-family:"Times New Roman", Times, serif;

}

.dummy-h1{
	color:#000066;
	font-size:26px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:15px;
	text-transform:capitalize;
	font-family:"Times New Roman", Times, serif;
}

h2{
	color:#000066;
	font-size:20px;
	text-transform:capitalize;
		font-family:"Times New Roman", Times, serif;

}

#shows h2, h3{
	margin:0px;
	
}


.dummy-h2{
	color:#000066;
	font-size:20px;
	font-weight:bold;
	text-transform:capitalize;
		font-family:"Times New Roman", Times, serif;

}

h3{
	color:#000066;
	font-size:14px;
	text-transform:capitalize;
		font-family:"Times New Roman", Times, serif;

}

.dummy-h3{
	color:#000066;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
		font-family:"Times New Roman", Times, serif;

}

.dummy-heading{
	color:#333;
	font-size:14px;
	font-weight:bold;
	display:inline;
		font-family:"Times New Roman", Times, serif;

}

/* Structure
================================================================*/	

#container{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
/*	border: 1px solid #000066;
*/	border-top:0px;	
	background-color:#FFFFFF;
	
}

#home-image{
/*	border-bottom:5px solid #000066;
*/	height:261px;
	position:absolute;
	top:131px;
	left:0px;
}

#home-image img{
	float:left;
}

#youtube{
	position:absolute;
	top:280px;
	left:640px;
	z-index:4;
}

#index-main{
	border-top:395px solid #fff;

}
#main{
	border-top:129px solid #fff;

}

#main-left{
	float:left;
	width:654px;
	padding-right:25px;
	padding-left:25px;
}

.main-left-img{
	float: left;
	margin-right: 10px;
}

#main-right{
	float:right;
	width:206px;
	padding-right: 30px;
	text-align:center;
	padding-top: 10px;
}

#main-right p{
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	
}

#footer{
	clear:both;
	background-color:#CCCCCC;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid #fff 10px;
	padding:20px;
	height:110px;
	text-align:left;
	border-top:20px solid #fff;
}

#footer p{
	margin:0px;
}

#footer-left{
	width:400px;
}
#footer-right{
	width:200px;
	float:right;
}

#footer-left ul{
	margin:0px;
	padding:0px;
	text-align:left;
	margin-top: 20px;
	font-size:10px;
}

#footer-left li{
	display: inline;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-right:3px;
}

#footer-left a{
}

/*Header
================================================================*/	

#header{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:100%;
}

#banner{
	/*background-image:url(../../images/header-bg.jpg);*/
	height:100px;
	background-repeat:no-repeat;
}

#logo img{
border: none;
}

#number{
	position:absolute;
	top:28px;
	left:735px;
	z-index:2px;
}

#number p{
	margin:0px;
}

#validators img{
	padding-top:10px;
	border: none;
}

#contacts{
	position:absolute;
	top:290px;
	left:280px;
	z-index:3;
}

#map{
	margin-top:20px;
}

#embedded-vid{
	margin-top:20px;
}

/*Navigation
================================================================*/	

#navigation{
	height:30px;
	width: 100%;
	background-image:url(../../images/nav-bg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

#navigation ul{
	margin:0px;
	padding:0px;

}

#navigation li{
	display: inline;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:28px;
}

#navigation a{
	padding-right:12px;
	padding-left:11px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:8px;
}
#navigation a:hover{
	background-image:url(../../images/nav-bg2.gif);
	background-repeat:repeat-x;
	color:#000066;
}

#services-subnav{
	display:none;
	background-color:#666666;
	position:absolute;
	top:131px;
	left:67px;
	z-index:60;
	
}
#portfolio-subnav{
	display:none;
	background-color:#666666;
	position:absolute;
	top:131px;
	left:539px;
	z-index:60;
}

#portfolio-subnav li, #services-subnav li{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:27px;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

#portfolio-subnav ul, #services-subnav ul{
	margin:0px;
	padding:0px;
}

#portfolio-subnav a, #services-subnav a{
	color:#ffffff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
#portfolio-subnav a:hover, #services-subnav a:hover{
text-decoration:underline;
}

/*Classes
================================================================*/	

.small-grey{
	color:#F00;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	text-align:right;
	padding-right:7px;

}
.large-blue{
	color:#000066;
	font-size:30px;
	font-weight:bold;
	line-height:24px;
	font-style:italic;
}

.quote{
	font-style: italic;
	font-size: 16px;
	font-weight:bold;
	color:#000066;
}

.alt-cta-number{
	margin:0px;
	font-size:24px;
	font-weight:bold;
	color:#000066;
	letter-spacing:-2px;
	margin-bottom:20px;
}

.designed-by{
	font-size:10px;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}
.youtube{
	padding-top:10px;
	border:none;
	}
	
.video-thumb{
	float:left;
}
	
	
.video{
	padding:5px;
	border: 1px solid #666;
	width: 500px;
	margin: 10px;
	background-color:#CCCCCC;
}

.video img{
	margin:5px;
	border:none;
}
	
	
	
.no-border{
	border:none;
}


/*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; margin: 1.0em;}	



		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
#upholstery-btn, #home-gallery{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top: 20px;
}

#page-gallery{
	width:160px;
}

#page-gallery img{
	margin-bottom:20px;
}

ul.links li{
	padding-bottom:5px;
	}
