/*- - - - - - - - - - - - - - - - - - - - - */

body {
	background: transparent url('../images/c_wall_bg.png') repeat-x top left;
	background-color: #ccced0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body:before { /* top shadow */
   	content: "";
	position: fixed;
	top: -10px;
	left: -10px;
	width: 110%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}
/* ----- TEXT ----- */


.fontsm {
	line-height: 10px;
	font-size: 11px;
}
.fontsmwht {
	color: #FFFFFF;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	font-size: 11px;
}
.font2 {
	color: #000000;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	font-size: 14px;
}
.font3 {
	color: #a23607;
}
.fontwht {
	color: #FFFFFF;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	font-weight: normal;
	font-size: 15px;
}
h1 {
	color: #15486d;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	font-style: normal;
	margin: 0px 0px 8px 0px;
	padding-bottom: 8px;
}
h3 {
	color: #a89900;
	font-family: Arial, Helvetica, sans serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 8px 0px;
}
/* ----- FORMATTING ----- */
#sitesuit {
	margin:0px auto;
	width: 920px;
	height: 100%;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
#header {
	color: #532f17;
	line-height: normal;
	margin: 20px 0px 0px 0px;
	width: 850px;
	height: 95px;
}
#header h1 {
	color: #000000;
	position:absolute;
	text-indent:-99999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#footer {
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	text-align: left;
	color: #8b8b8b;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	width: 850px;
	
}
#footer a:link{ color: #8b8b8b; TEXT-DECORATION: none; outline: none; }
#footer a:visited{ color: #8b8b8b; TEXT-DECORATION: none; outline: none; }
#footer a:active{ color: #8b8b8b; TEXT-DECORATION: none; outline: none; }
#footer a:hover{ color: #8b8b8b; TEXT-DECORATION: underline; outline: none; }

#nav {
	position:relative;
	background: transparent url('../images/nav_bg.png') no-repeat center center;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	width: 916px;	
	height: 81px;
}
#menu {
	float: left;
	margin: 10px 0px 0px 60px;
        padding: 0px; 

}
#menu ul { 
	width: 782px;	
	height: 19px;
        position: absolute; 
	background:url('../images/menu.png') no-repeat 0 0; 
        list-style: none; 

} 
#menu li { 
        display: inline; 
} 
#menu li a:link, #menu li a:visited { 
        border: none; 
        width: 90px;  /* longest width */
        height: 19px;  
        display: block;  
        position: absolute;  
        top: 0;  
        text-indent: -90000px; 
        outline: none; 
} 
#menu li.home a:link, #menu li.home a:visited {  
        left: 0; 
}
#menu li.home a:hover { 
        background: url('../images/menu.png')  no-repeat 0 -19px;  
} 
#menu li.home a.selected { 
        background: url('../images/menu.png')  no-repeat 0 -19px;  
} 
#menu li.about a:link, #menu li.about a:visited {  
        left: 162px  
}
#menu li.about a:hover { 
        background: url('../images/menu.png')  no-repeat -162px -19px;  
} 
#menu li.about a.selected { 
        background: url('../images/menu.png')  no-repeat -162px -19px;  
}
#menu li.services a:link, #menu li.services a:visited {  
        left: 325px   
}
#menu li.services a:hover { 
        background: url('../images/menu.png')  no-repeat -325px -19px; 
}
#menu li.services a.selected { 
        background: url('../images/menu.png')  no-repeat -325px -19px; 
}
#menu li.portfolio a:link, #menu li.portfolio a:visited {  
        left: 508px   
} 
#menu li.portfolio a:hover { 
        background: url('../images/menu.png')  no-repeat -508px -19px; 
}
#menu li.portfolio a.selected { 
        background: url('../images/menu.png')  no-repeat -508px -19px; 
}
#menu li.contact a:link, #menu li.contact a:visited {  
        left: 702px   
} 
#menu li.contact a:hover { 
         background: url('../images/menu.png')  no-repeat -702px -19px; 
} 
#menu li.contact a.selected { 
         background: url('../images/menu.png')  no-repeat -702px -19px; 
} 
#home_content {
	padding: 0px 0px 20px 0px;
	width: 983px; 
	text-align: left;
	margin: 0px 0px 50px 0px;	
	overflow: hidden;
}
#main_content {
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	color: #545454;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 0px 20px 0px;
	width: 983px; 
	text-align: left;
	margin: 20px 0px 50px 0px;
	overflow: hidden;
}
#left_column {
	float: left; 
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	color: #545454;
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 60px 60px 0px 0px;
	width: 370px;
	overflow: hidden;
}
#right_column {
	float: left; 
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	color: #545454;
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 60px 40px 0px 0px;
	width: 370px;
	overflow: hidden;
}
#side_box {
	background: transparent url('../images/side_bg.png') repeat top left;
	float: right;
	color: #000000;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 10px 16px;
	padding: 10px 16px 20px 16px;
	width: 200px;
	overflow: hidden;
}
#side_box ul {
	color: #000000;
	margin: 0 25px 0 10px;
	padding: 0;
	text-align: left;
	list-style: none;
	}
#side_box ul li {
	color: #000000;
	margin: 0;
  	padding: 0px 0px 0px 0px;
	}
.fields   {
	font-family: Quattrocento Sans, Arial, Helvetica;
	border: 1px solid #343434;
	font-size: 15px; 
	color: #000000;
	background-color: #FFFFFF;
	width: 250px;

}
textarea {     
	font-family: Quattrocento Sans, Arial, Helvetica;
	white-space: wrap;     
	overflow: auto;
} 

.select   {
	font-family: Quattrocento Sans, Arial, Helvetica;
	border: 1px solid #343434;
	font-size: 14px; 
	color: #000000;
	background-color: #F0F0F0;
}
.cart_fields   {
	font-family: Quattrocento Sans, Arial, Helvetica;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 14px; 
	background-color: #fff;
	padding: 6px 10px 6px 6px;

}
.cart_fields:focus {
  
  border-color: #6c4d1c;
  
}
.cartselect   {
	font-family: Quattrocento Sans, Arial, Helvetica;
	border: 1px solid #cccccc;
	color: #000000;
	font-size: 14px; 
	background-color: #fff;
	padding: 6px 0px 6px 6px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.button:active {
	position:relative;
	top:1px;
}
.smbutton   {
	background-color: #543018;
	color: #FFFFFF;
	border: 2px solid #a89900;
	font-family: Arial, Helvetica;
	font-size: 14px;
	margin-top: 4px;
	padding: 10px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-align: center;	
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#543018), to(#543018));
	background: -moz-linear-gradient(top,  #543018,  #543018);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#543018', endColorstr='#543018');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
}
hr {
   	border: 0;
   	color: #a89900;
   	background-color: #a89900;
   	height: 1px;
   	margin: 8px 0px 8px 0px;	/* top right bottom left */
}
.hide {
	display:none
} 
.show {
	display:inline
}
#row1 {
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
} 
#row2 {
	background-color: #e4e4e4;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
#row1 img {
	background: #FFFFFF;
	padding: 4px; 
	float: left;
	border: 1px solid #cfb52b;
	margin: 0px 10px 15px 10px;
} 
#row2 img {
	background: #FFFFFF;
	padding: 4px; 
	float: left;
	border: 1px solid #cfb52b;
	margin: 0px 10px 15px 10px;
}
.clear {
	clear:both;
}
#watermark {
	position:relative;
	background: transparent url('../images/footer_bg.gif') repeat-x top center;
	background-color: #2b2b2b;
	clear: both;
	height: 60px; 
	vertical-align: middle; 
	margin: 0px 0px 0px 0px;
	width:100%;
	bottom:0px;
}
/* ----- IMAGES ----- */

#portfolio img {
	float:right;
	margin:0 0 15px 20px; 
	border:8px solid #f6f6f6; 
	box-shadow:0px 0px 8px #999999; 
	-moz-box-shadow:0px 0px 8px #999999; 
	-webkit-box-shadow:0px 0px 8px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=133, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=133, Color='#999999');	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	border-radius:10px 10px 10px 10px;
}

#portfolio {
	text-align: center;
	font-size: 15px;
	margin:0px 0px 0px 60px;
	overflow: hidden;
}
.photo_shadow {
	float: right;
	padding: 0px 7px 7px 0px;
	/* hide from IE/Mac \*/
	background: url(../images/shadow-bg.png) no-repeat bottom right;
	/* end hide */
	margin: 0px 0px 12px 12px;
}
.border_lt {
	float: left;
	background: #FFFFFF;
	padding: 4px; 
	border: 1px solid #a89900;
	margin: 0px 15px 40px 0px;
}
.border_rt {
	float: right;
	background: #FFFFFF;
	padding: 4px; 
	border: 1px solid #a89900;
	margin: 0px 0px 40px 15px;
}
.border {
	background: #FFFFFF;
	padding: 4px; 
	border: 1px solid #a89900;
	margin: 15px 15px 15px 15px;
}
.alert {
	font-family: Arial, Helvetica;
	background: transparent url('../images/exclamation.png') no-repeat 0% 2%;
	border:3px double #CCC;
	border-width:3px 0; 
	background-color:#f0f0f0; 
	color:#cc0000; 
	font-size: 15px; 
	padding-left: 50px;
	padding-bottom: 2px;
	line-height: 18px;
	margin: 4px;
	width:500px;
 
}
a[id ="popup"] {
   	padding-right: 20px;
   	background: transparent url('../images/popup.gif') no-repeat center right;
}
a.popup {
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/popup.gif') no-repeat center right;
}
a[id ="pdf"] {
   	padding-right: 20px;
   	background: transparent url('../images/pdf_ico.gif') no-repeat center right;
}
a.pdf {
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/pdf_ico.gif') no-repeat center right;
}
/* ----- LINKS ----- */

	a:link{ color: #ff7700; TEXT-DECORATION: none; outline: none;}
	a:visited{ color: #ff7700; TEXT-DECORATION: none; outline: none;}
	a:active{ color: #ff7700; TEXT-DECORATION: none; outline: none;}
	a:hover{ color: #ff7700; TEXT-DECORATION: none; outline: none;}

	a.whlink:link{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	a.whlink:visited{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	a.whlink:active{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	a.whlink:hover{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	
	a.foot:link{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	a.foot:visited{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	a.foot:active{ color: #FFFFFF; TEXT-DECORATION: none; outline: none;}
	a.foot:hover{ color: #FFFFFF; TEXT-DECORATION: underline; outline: none;}

/*- - - - - - - - - - - - - - - - - - - - - */


#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; background: url(../images/prev_but.png) left 50% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/next_but.png) right 50% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev_but.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next_but.png) right 50% 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; }


/*- - - - - - - - - - - - - - - - - - - - - */

