/* Body and primary wrappers */

body {
	background: #010000 url(/images/backgrounds/body.jpg) scroll no-repeat center -19px;
	text-align: center;
	font-family: Arial;
	font-size: 1em;
	color: #fff;
}

p.copyright {font-size: .7em; color: #777; text-align: center; margin: 20px 0 0;}

a {color:#fff; text-decoration: none;}
a:hover {text-decoration: underline;}

#global {
	text-align: left;
	width: 896px;
	margin: 65px auto 0;
	position: relative;
	
}

#global #logo {
	height: 50px;
	width: 435px;
	background: transparent url(/images/logo.png) center top no-repeat;
	margin: 0px auto 0;
}

#global #box-top
{
	height: 74px;
	background: transparent url(/images/backgrounds/glass-top.png) center top no-repeat;
	text-align: center;
	margin-top: -32px;
}

#global #box-mid {
	background: transparent url(/images/backgrounds/glass-mid.png) center top repeat-y ;
	padding: 0;
}

#global #box-btm {
	height: 214px;
	background: transparent url(/images/backgrounds/glass-btm.png) center top no-repeat;
	text-align: center;
}

/* MAIN NAV */

#nav {
	text-align: center;
}

#nav .inner {
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	width: 320px;
}

#nav a {
	display: block;
	float: left;
	padding: 18px 12px 14px;
	color: #fff;
	text-decoration: none;
	font-size: .80em;
}

#nav a:hover, #nav a.selected {
	background: transparent url(/images/backgrounds/nav.png) top left repeat;
}

/* THUMBNAIL NAV */

#thumb-nav {
	background: transparent url(/images/portfolio.png) 60px 0px no-repeat;
	padding: 40px 0 0 60px;
}

#thumb-nav a {
	display: block;
	float: left;
	height: 165px;
	width:150px;
	background: transparent url(/images/backgrounds/portfolio-sprite.png) scroll;
	text-decoration: none;
	border: none;
}

#thumb-nav a#commercial:hover{width: 168px;background-position: 0 0;}
#thumb-nav a#commercial{width: 168px;background-position: 0 -165px;}

#thumb-nav a#residential:hover{background-position:  -170px 0;}
#thumb-nav a#residential{background-position:  -170px -165px;}

#thumb-nav a#furniture:hover{background-position:-322px 0;}
#thumb-nav a#furniture{background-position:-322px -165px;}

#thumb-nav a#color:hover{background-position:-472px 0;}
#thumb-nav a#color{background-position:-472px -165px;}

#thumb-nav a#setdesign:hover{background-position:-622px 0;width: 160px;}
#thumb-nav a#setdesign{background-position:-622px -165px;width: 160px;}


/* CONTENT */

#content {
	margin:0;
	padding: 20px 80px;
	position: relative;
	min-height:300px;
	height:300px;
	height: auto !important
}

#content h1, #content h2 {
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 3px;
	border-bottom: solid 1px #777;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

#content h2 {
	font-size: 1em;
}

/* FOOTER */

#footer {
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	padding: 39px 0 0 100px;
}

#footer ul {
	float: left;
	border-right: solid 1px #151515;
	width: 110px;
	padding: 11px 0 0 10px;
}

#footer ul.last {
	border: none;
}


#footer ul li a {
	font-size: .68em;
	color: #999;
	text-decoration: none;
}

#footer ul li.first a {
	font-size: .71em;
	font-weight: bold;
	color: #c4c4c4;
}

#footer ul li a:hover {
	text-decoration: underline;
}


/* HOME */

#box-mid.index .inner{
	background: transparent url(/images/backgrounds/home.png) no-repeat scroll 85px 35px;
}

#box-mid.index .inner #content .inner{
	background: none;
}



#box-mid.index .inner #content .text{
	border-top: solid 1px #A6AAA2;
	border-bottom: solid 1px #A6AAA2;
	height:220px;
	margin:20px 0;
	padding:20px 0;
	width:270px;
	font-family: Verdana,Arial;
	line-height: 1.7em;
}

/* PORTFOLIO TREE */

#box-mid.portfolio #content div.inner {
	border-bottom: solid 1px #777;
	padding-bottom: 20px;
}

#portfolioTree 
{
	float: left;
	width: 190px;
}

#portfolioTree a
{
	color:#FFFFFF;
	text-decoration:none;
}


#portfolioTree li 
{
	margin:0 0 3px;
}

#portfolioTree li a
{
	background: transparent url(/images/backgrounds/nav.png) repeat scroll left top;
	padding: 4px 0 4px 9px;
	display: block;
}

#portfolioTree li a span
{
	background: transparent url(/images/backgrounds/arrow-right.png) no-repeat scroll left center;
	float: left;
	width: 10px;
	margin: 0 5px 0 0;
}

#portfolioTree li.selected a span,#portfolioTree li a:hover span
{
	background: transparent url(/images/backgrounds/arrow-down.png) no-repeat scroll left center;
}

#portfolioTree li.selected ul li a span
{
	background: transparent url(/images/backgrounds/arrow-right.png) no-repeat scroll left center;
}

#portfolioTree li.selected ul li.selected a span,#portfolioTree li ul li a:hover span
{
	background: transparent url(/images/backgrounds/arrow-down.png) no-repeat scroll left center;
}


#portfolioTree li ul
{
	padding: 0 0 0 15px;
}

#portfolioTree li ul li a
{
	background: none;
	font-size: .75em;
	letter-spacing: normal;
}

#portfolioTree li ul li ul li
{
	padding: 0 0 0 9px;
	margin: 0 0 5px;
}

#portfolioTree li ul li ul li a
{
	font-size: .7em;
	font-weight: bold;
}

#portfolioTree li ul li ul li.selected a,#portfolioTree li ul li ul li a:hover
{
	color: #d3ff00;
}

#portfolioTree li ul li ul li.selected ul li a
{
	color: #fff;
}

#portfolioTree li ul li ul li.selected ul li.selected a
{
	color: #d3ff00;
}

#portfolioTree li ul li ul li ul
{
	padding: 0;
}

#portfolioTree li ul li ul li ul li a
{
	font-weight: normal;
}

#portfolioBody {
	float: right;
	width: 530px;
}

#portfolioBody h2{
	margin: 0 0 10px 19px;
	font-size: 1.1em;
	font-weight: normal;
	border: none;
	text-transform: uppercase;
}

#portfolioBody div {
	text-align: center;
}

#portfolioBody div img{
	border: solid 1px #a3a79f;
}

/* CONTACT */
#box-mid.contact #content div.inner {
	border-bottom: solid 1px #777;
	padding-bottom: 40px;
}

#box-mid.contact #content .inner div {
	width: 300px;
}

#box-mid.contact  #content .inner div dl{
	margin: 30px 0 0 0;
}

#box-mid.contact  #content .inner div dl dt {
	width: 100px;
	font-weight: normal;
	font-size: .9em;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#box-mid.contact  #content .inner div dl dd
{
	margin: 0 0 20px 0;
	font-size: .9em;
}

/* SCROLLING IMAGE GALLERY */
#image_wrap {height: 380px;}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:490px;
	height:92px;
	margin: 5px 0 0;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	left: 0;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 6px 0 0;
	cursor:pointer;
	width:90px;
	height:90px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}




/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:16px;
	height:81px;
	float:left;
	margin:-;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right {background:url(/images/backgrounds/gallery-right.png) no-repeat; margin-top: 11px;}


/* left */
a.left {background:url(/images/backgrounds/gallery-left.png) no-repeat; margin-top: 11px;margin-right: 6px;} 

a.disabled {visibility:hidden !important;}

/* ABOUT */

#box-mid.about #content div.inner {
	border-bottom: solid 1px #777;
}

#box-mid.about #content p {
font-size:0.8em;
line-height:1.3em;
margin:0 0 20px;
}

#box-mid.about #education span{
	float: right;
}


#box-mid.about #education {
	float: left;
	width: 390px;
}

#box-mid.about #testimonials p{
	margin: 0 0 10px;
}

#box-mid.about #testimonials {
	float: right;
	width: 280px;
}

