@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	
}
body{
	font: 13px/1.3 Georgia,Times,serif;
	color: #4B4740;

}

#wrapper{
	position:relative;
	min-height:100%;
	min-width:100%;
	background-image: url(../images/lines.png);
	background-repeat: repeat;
	overflow: auto;
}

.header{
	height:80px;
	width:100%;
	position:relative;
	float:left;
	z-index:1;
	margin:0px 0 0 0px;
	background-image: url(../images/topBar.png);
	background-repeat: repeat-x;
	border-bottom:solid 3px #900;
	box-shadow:2px 2px 4px #979797;
	
}
.upload {
	position:relative;
	font-size:12px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	top:15%;
	
	
}
#homeLogo, #homeLogo a, #homeLogo a:visited {
	position:absolute;
	width:533px;
	height:96px;
	margin:7px 0px 0px -278px;
	left:50%;
	z-index:100;
	border:none;
}

#homeLogo img {
	border:none;
}	

#homeLogo a:active, #homeLogo a:hover {
	border:none;
	
}

/*/////
	main Nav
/////*/

#navWrapper {
	width:625px;
	height:26px;
	float:left;
	left:50%;
	position:relative;
	padding-bottom:25px;
	margin:0px 0px 0px -345px;
	z-index:99;
}
#mainNav {
	list-style-type:none;
	height:25px;
	font-size:13px;
	padding-right:15px;
	width:620px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#mainNav li {
	display:inline;

}

#mainNav a, #mainNav a:visited {
	display:block;
	width:78px;
	height:60px;
	text-align:center;
	float:left;
	
	margin-left:-25px;
	padding-top:30px;
	padding-right:107px;
	margin-right:-107px;
	padding-left:50px;
	color:#000;
	line-height:24px;
	text-decoration: none;

}

#mainNav a:hover, #mainNav a:active {
	background-image: url(../images/menuBG2.png);
	background-position:-10px center;
	color:#fff;
	background-repeat: no-repeat;
	
}
#mainNav a:focus {
	outline:none;
}
.active {
	background-image: url(../images/menuBG2.png);
	background-position:-10px center;
	color:#fff;
	background-repeat: no-repeat;
}

/*/////
	end main Nav
/////*/


/*/////
 	main content with sidebar
/////*/

#main {
	width:700px;
	min-height:350px;
	background-color:#fbfafa;
	float:left;
	display:block;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius:0px 10px 0px 10px;
	box-shadow: 1px 1px 4px f1f1f1;
	padding:20px;
	padding-bottom:60px;
	border:1px solid #999;
	margin-left:-396px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:320px;
	position:relative;
	z-index:120;
	left:50%;
}
#timelapse {
	width:700px;
	min-height:350px;
	background-color:#fbfafa;
	float:left;
	display:block;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius:0px 10px 0px 10px;
	box-shadow: 1px 1px 4px f1f1f1;
	padding:20px;
	padding-bottom:60px;
	border:1px solid #999;
	margin-left:-396px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:320px;
	position:relative;
	z-index:120;
	left:50%;
	
}
#main.with-menu {
	width:600px;
	position:relative;
}
#main.with-newGallery {
	width:820px;
	position:relative;
}
#main.whatwrap {
	width:700px;
	margin-left:-395px;
	position:relative;
}

#main.with-contact {
	width:600px;
	position:relative;
}
 
#main.sliderBox {
	margin-left:-400px;
	width:auto;
	height:auto;
	padding-bottom:5px;
	margin-bottom:20px;
	color:#4b4740;
}

#main.BAslider {
	margin-left:-450px;
	width:850px;
	height:auto;
	padding-bottom:5px;
	margin-bottom:230px;
	color:#4b4740;
}



#timelapse.sliderBox {
	margin-left:-400px;
	width:auto;
	height:auto;
	padding-bottom:5px;
	margin-bottom:230px;
	color:#4b4740;
}

#with-products {
	width:800px;
	position:relative;
}

#sidebar {
	width:200px;
	height:200px;
	float:left;
	position:relative;
	left:50%;
	margin:25px 0px 0px 0px;
}

.headshots {
	display:block;
	float:left;
	padding:5px;
	box-shadow:2px 2px 2px #666;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
}
.col1 {
	float:left;
	width:275px;
	padding:10px;
}
.col2 {
	float:right;
	width:275px;
	padding:10px;
}
.col1 img, .col2 img {
	float:left;
}

.inline {
	display:inline;
}	

.headshotBox{
	width:250px;
	height:315px;
	margin-bottom:25px;
}
.imageShadow {
	box-shadow:2px 2px 2px #666;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
	float:right;
	position:relative;
	padding:5px;
	margin:0 0 10px 10px;
}


/*/////
	end main content with sidebar
/////*/

.clr {
	clear:both;	
}
h1 {
	margin:0;
	padding-bottom:5px;
	color:#900;
	font-size:22px;
	border-bottom:solid 1px #d4d2d2;
	margin-bottom:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h2 {
	padding-bottom:10px;	
}
h3 {
	
	color:#900;
	font-size:15px;
	padding:20px 0 5px 0;
}

h5 {
	font-size:16px;
	padding:20px 0 10px 0;
}

.contentBox {
	width:auto;
	height:auto;
	position:relative;
	background-color:#fafafa;
	padding:15px;
	border-radius:10px;
	box-shadow:3px 3px 3px #f1f1f1;
}


a, a:visited {
	color:#900;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;	
}



/*/////
	local nav
/////*/

#localNav {
	margin:0;
	text-decoration:none;
	
}
#localNav a, #localNav span {
    border-bottom: 1px solid #d4d2d2;
    color: #4B4740;
    display: block;
    padding: 0.35em 2px;
	text-transform:none;

	
}
#localNav span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom:0 none;
	
}
#localNav a, #localNav a:visited {
	text-decoration:none;
	
}

#localNav a:hover, #localNav a:active {
	text-decoration:underline;
}
#localNav ul {
	list-style:none;
	text-transform:none;
	
}
#localNav ul.first {
    border-top: 0 none;
}
#localNav ul li.first {
    border-top: 0 none;
}

/*/////
	end local nav
/////*/


/*/////
	footer
/////*/

#footer {
	font-size:10px;
	margin:-190px 0 0 0px;
	position:relative;
	width:100%;
	float:left;
	height:190px;
	z-index:90;
	
	background-color:#1f1f1f;
}
#sitemap {
	position:relative;
	width:840px;
	height:110px;
	padding:10px;
	float:left;
	margin:5px 0 0 -480px;
	left:50%;
	
}
.firstSitemap {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;	
	padding-bottom:5px;
}
#footer ul {
	list-style:none;
	display:block;
	float:left;
	margin-right:40px;
	line-height: 16px;
}

#footer a {
	color:#fff;
}

#footerinfo {
	height:70px;
	width:100px;
	position:relative;
	margin:13px 0 0 -30px;
	float:left;
	color:#fff;
	left:50%;
}
#footerinfo img {
	border:none;	
}
.copyright {
	left:50%;
	float:left;
	margin-left:-540px;
	position:relative;
	margin-top:170px;	
	color:#999;
}
#footer p a {
	color:#999;	
}
#sitemapLinks ul li.firstmap {
	font-size:20px;
	margin-top:30px;
	border-bottom:dotted 1px #000;
	
}
#sitemapLinks ul {
	list-style:none;	
}

#fb{
	position:relative;
	width:290px;
	float:left;
	height:590px;
	margin-top:-300px;
	margin-bottom:50px;
	margin-left:-390px;
	left:50%;
}
.fbHeader {
	margin-bottom:15px;
	padding:0;
	color:#333;
	text-align:center;
	font-size:16px;
	border-bottom:solid 1px #CCC;
}



/*/////
	end footer
/////*/

/*/////
	promos
/////*/

#fb{
	position:relative;
	width:300px;
	float:left;
	height:340px;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:-390px;
	left:50%;
}
.fbHeader {
	margin-bottom:15px;
	padding:0;
	color:#333;
	text-align:center;
	font-size:16px;
	border-bottom:solid 1px #CCC;
}
#coupon {
	width:160px;
	height:80px;
	position:relative;
	margin:0 auto;
	left:315px;
	border: dashed 2px #fbfafa;
	background-color:#fbfafa;

}
#coupon:hover {
	width:160px;
	height:80px;
	position:relative;
	margin:0 auto;
	left:315px;
	border: dashed 2px #333;
	background-color:#fbfafa;

}


#coupon2 {
	width:160px;
	height:80px;
	position:relative;
	margin:-82px auto;
	left:125px;
	border: dashed 2px #fbfafa;
	background-color:#fbfafa;

}

#coupon2:hover {
	width:160px;
	height:80px;
	position:relative;
	margin:-82px auto;
	left:125px;
	border: dashed 2px #333;
	background-color:#fbfafa;

}




.code {
	float:right;
	font-size:20px;
	margin-top:-20px;
}
.red {
	color:#900;	
}
.coupons {

}
.discountImage {

}
.discountBox{
	border-top:dashed 1px #333;
	padding:5px;
	border:dashed 1px #333;
	border-bottom:dashed 1px #333;	
	margin-top:40px;
	width:auto;
	height:auto;
}


/*/////
	end promos
/////*/

.small {
	font-size:9px;
	color:#999;
	posistion:relative;
	float:right;
	clear:both;
}
#galleryBox2 {
	margin-left:10px;
	position:relative;
	
}
#galleryBox2 a, #galleryBox2 a:hover {
	border:none;	
}

#galleryBox2 a img {
	border:none;	
}
#galleryBox2 a:visited, #galleryBox2 a:active {
	border:none;	
}

#galleryBox {
	margin-left:50px;
	width:550px;
	position:relative;
	
}
#galleryBox a, #galleryBox a:hover {
	border:none;	
}

#galleryBox a img {
	border:none;	
}
#galleryBox a:visited, #galleryBox a:active {
	border:none;	
}
.videoBox {
	margin:10px 0 60px 20px;	
}
.center {
	margin-bottom:20px;
	margin-left:40px;
}

.center2 {
	margin-bottom:20px;
}
.indent {
	text-indent:20px;	
}
#addOne {
	height:106px;
	width:183px;
	left:50%;
	margin-top:20px;
	margin-left:5px;
	float:left;
	position:relative;
	border-radius:10px;
}

.galleryTitles {
	 text-align:center;
	 color: #900;
	 font-size:15px;
	 border-bottom:none;
	 margin-bottom:-4px;
	 padding:none;
}
.galleryLinks {

	margin-left:40px;
	width:200px;
	height:155px;
	display:block;
}
.galleryLinks:hover {
	background-image:url(../images/galleryBG.png);
	background-repeat: no-repeat;
	background-position:right bottom;
	width:205px;
	height:155px;
	margin-left:40px;
	
}
#mailForm {
	background-color:#CCC;
}

.oldBrowser {
	margin:-30px 0 15px 0;
	height:30px;
}

/* TESTIMONIALS */

.snippet {
	font-weight:bold;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	width:100px;
	height:200px;
	float:right;
	display:inline;
	padding:10px;
	padding:10px 15px;
}

.testimonial {
	font-weight:normal;
	font-size:22px;
	margin-bottom:15px;
}
.testContent {
	width:550px;
	height:400px;
	float:left;
}

.testPic {
	float:left;
	padding:10px;
	
	
}
.testContributer {
	float:right;
}
.quotes {
	font-weight:bold;
	font-size:20px;
}
