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

/* Built By Jake Craigmile */

/*********************************************
	Reset 
*********************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
strong { font-style: normal; font-weight: bold; }
em { font-style:italic; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
/* HTML5 tags */ header, section, footer, aside, nav, article, figure { display: block; }
img { border: none; }
html { overflow-y: scroll; }
a:link, a:hover, a:visited, a:active {font-weight: normal; text-decoration:none; }

/*********************************************
	GLOBAL
*********************************************/

@font-face { font-family: Helvetica Neue; src: url(../fonts/helvetica_neue.otf); }
@font-face { font-family: Helvetica Neue Light; src: url(../fonts/helvetica_neue_light.otf); }
@font-face { font-family: Helvetica Neue UltraLight; src: url(../fonts/helvetica_neue_ultra_light.otf); }

body,td,th,p { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; color: #000; }

body {
	background-color: rgb(232, 232, 232);
	background-image:url(../images/_general/bkg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
}
		
.clear { clear:both; height:1px; }

h1{
	color: #000;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size:52px;
	letter-spacing:2px;
	line-height:40px;
	margin:0;	
	text-transform:lowercase;
}
h1 strong {
	font-family: Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
	font-style: normal; 
	font-weight: normal;
	letter-spacing:1px; 
	line-height:40px;
	margin-right:5px;
	text-transform:uppercase;
}
h2{
	color: #000;
	font-size:24px;
	font-style: italic; 
	letter-spacing:1px;
	margin: 10px 0 8px -62px;
	text-transform:uppercase;
}
h3{
	color: #000;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
	
/*********************************************
	CONTAINER 
*********************************************/

#container {
	margin:10px auto 0 auto;
	min-height:100%;
	width:900px;
}	
	
/*********************************************
	HEADER 
*********************************************/

header {
	height:auto;
	margin:0;
	padding:0;
}

#logo {
	float:left;
	height:auto;
	margin:15px 0 0 -2px;
	text-align:right;
	width:auto;
}

#logo a:link, #logo a:visited { color:#000; }
#logo a:hover, #logo a:visited a:hover{ color: #999; }

/*********************************************
	NAVIGATION 
*********************************************/

#main_navigation{
	float:right;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	margin:0 -2px 0 0;
	overflow:hidden; 
	width:auto;
}
#main_navigation ul{
	font-size:16px;
	font-variant:small-caps;
}
#main_navigation li{
	display:block;
	list-style:none;
	float:left;
	height:auto;
	margin:73px 0 10px 8px;
	padding:0;
	width:auto;
}
#main_navigation li a:link, #main_navigation li a:visited { color:#000; }
#main_navigation li a:hover, #main_navigation li a:visited a:hover{ color: #900; }

/*********************************************
	INDEX -- SLIDER GALLERY 
*********************************************/

/*--Main Container--*/
.main_view {
	float: left;
	margin:0 0 7px 0;
	position: relative; 
}
/*--Window/Masking Styles--*/
.window {
	border: 1px solid #000;
	height:600px;	
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	width: 900px;
}
.window:before {
	border: 1px solid #999;  
	content:'';  
	height: 598px;
	position: absolute;
	width: 898px;
	z-index:100; 
}
.window:after{
	border: 1px solid #666; 
	content:'';    
	height: 596px;  
	left: 1px;
	position: absolute;
	top: 1px;
	width: 896px;
}
.image_reel { left: 0; position: absolute; top: 0;  }
.image_reel img { float: left; }

/*--Paging Styles--*/
.paging {
	bottom: 20px; 
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 12px;
	position: absolute;
	right: 15px;
	text-align: left;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
}
.paging a {
	background: url(../images/_general/paging_bg.gif) no-repeat;
	color: #ccc;
	padding:5px 7px;
	text-decoration: none;
	
}
.paging a.active { background: url(../images/_general/paging_bg2.gif) no-repeat; color:#333; font-weight: normal; }
.paging a:hover { background: url(../images/_general/paging_bg2.gif) no-repeat; color: #333; font-weight: normal; }

/*********************************************
	INTERIOR DECORATING // REAL ESTATE STAGING 
*********************************************/

ul.gallery {	
	list-style: none;
	margin: 0 auto; padding: 0;
	width: 900px;
}
ul.gallery li {
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	float: left;
	margin:0 9px 9px 0; padding: 0;
	text-align: center;
}
ul.gallery li.left {
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	float: left;
	margin:0 0 9px 0; padding: 0;
	text-align: center;
}
ul.gallery li a.thumb {	
	cursor: pointer; 
	height: 200px; 
	width: 294px;
}
ul.gallery li span { /*--Used to crop image--*/
	border: 1px solid #999;
	display: block;
	height: 200px;
	overflow: hidden;
	position: absolute; 
	width: 294px;  
}
ul.gallery li a.thumb:hover { background: #333; }
ul.gallery li a {text-decoration: none; color: #000; display: block;}

/*********************************************
	BEFORE AND AFTER 
*********************************************/

p.instructions {
	color:#666;
	float:right;
	font-size:14px;
	font-variant: small-caps;
	letter-spacing:1px;
	margin:0 -2px 0 0;
}

ul.gallery2 {
	list-style: none;
	margin: 0 auto; padding: 0;
	width: 900px;
}
ul.gallery2 li {
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	float: left;
	margin:0 10px 10px 0;
	padding: 0;
	text-align: center;
}
ul.gallery2 li.left {
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	float: left;
	margin:0 0 10px 0; 
	padding: 0;
	text-align: center;
}
ul.gallery2 li a.thumb {
	cursor: default;
	height: 295px;
	width: 445px;
}
ul.gallery2 li span { /*--Used to crop image--*/
	display: block;
	height: 295px;
	overflow: hidden;
	position: absolute;
	width: 445px; 
}
ul.gallery2 li a.thumb:hover { background: #333; }
ul.gallery2 li a { color: #000; display: block; text-decoration: none; }

/*********************************************
	INFO // PEOPLE
*********************************************/

.frame {
	background: url(../images/_general/transparent_bkg.png) repeat;
	border: 1px solid #999;
	color:#333;
	float: left;
	font-size:16px;
	font-variant:small-caps;
	height:auto;
	letter-spacing:1px;
	margin: 0 0 7px 0;	
	width: 900px;
}
.frame a:link, .frame a:visited, .frame a:active { color: #900; }
.frame a:hover, .frame a:visited a:hover { color: #000; }

.address { float:left; 	margin:60px 50px 50px 113px; }
.address p { line-height:22px; margin:0 0 10px 0; }

.what_we_do { float:left; margin:0 113px 40px 113px;}
.what_we_do p {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height:24px;
	margin:12px 0 20px 0;
}
.info { float:right; margin: 60px 113px 0 50px;	border: 1px solid #999; }

.people { float:left; margin:30px 0 30px  90px; }
.people p { font-size:12px; margin:8px 0 0 0; text-align:center;}

/*********************************************
	FOOTER 
*********************************************/

footer {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-variant:small-caps;
	height:auto;
	width:auto;	
}
footer p{ color:#666; font-size:12px; margin: 8px 0 14px 0; text-align:right }
footer a:link, footer a:visited, footer a:active { color: #666; }
footer a:hover, footer a:visited a:hover { color: #999; }
