html,body {
	height:100%;
	margin:0;
	padding:0;
	min-width:868px;
}

a:link, a:visited, a:active, a:hover {
	color: #666;
}

body{
	background-image: url(../images/bg_main.jpg);
	background-color: #c5cfd1;
	background-repeat: repeat-x;
}

#wrapper {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	clear: both;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 868px;
	height:100px;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
	
/* Menu */

#menubar {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 868px;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
}

ul#menu li {
	float:left;
}

ul#menu #home {
	display: block;
	width: 82px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -0px 0px;
	text-indent: -9999px;
}

ul#menu #home:hover {
	background-position: -0px -35px;
}

ul#menu #biography {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -82px 0px;
	text-indent: -9999px;
}

ul#menu #biography:hover {
	background-position: -82px -35px;
}

ul#menu #currentwork {
	display: block;
	width: 193px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -197px 0px;
	text-indent: -9999px;
}

ul#menu #currentwork:hover {
	background-position: -197px -35px;
}

ul#menu #pastwork {
	display: block;
	width: 165px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -390px 0px;
	text-indent: -9999px;
}

ul#menu #pastwork:hover {
	background-position: -390px -35px;
}

ul#menu #installation {
	display: block;
	width: 133px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -555px 0px;
	text-indent: -9999px;
}

ul#menu #installation:hover {
	background-position: -555px -35px;
}

ul#menu #sale {
	display: block;
	width: 66px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -688px 0px;
	text-indent: -9999px;
}

ul#menu #sale:hover {
	background-position: -688px -35px;
}

ul#menu #contact {
	display: block;
	width: 114px;
	height: 35px;
	background: url(../images/menu.jpg) no-repeat -754px 0px;
	text-indent: -9999px;
}

ul#menu #contact:hover {
	background-position: -754px -35px;
}

/* Main body */
		
#content {
	width: 822px;
	min-height: 430px;
	padding: 0px 23px 0px 23px;
	float: left;
	margin: 0px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
}
	
#frontdiv {
	width: 274px;
	height: 192px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#frontdiv h1{
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 10px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	margin: 0px;
	padding: 11px 0px 0px 21px;
}

#frontdiv h1 a {
	color: #fff !important;
	text-decoration: none !important;
}

#frontdiv p {
	font-size: 10px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	margin: 0px;
	padding: 0px 0px 0px 21px;
}

#frontdiv p a {
	color: #fff !important;
	text-decoration: none !important;
}

.current {
	background: url(../images/front_current_work_bg.jpg) no-repeat 0px 137px;
}

.past {
	background: url(../images/front_past_work_bg.jpg) no-repeat 0px 137px;
}

.sale {
	background: url(../images/front_sale_work_bg.jpg) no-repeat 0px 137px;
}

#clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
}
	
.slideshow { 
	background: url(../images/front_panel_bg.jpg);
	height: 307px; 
	width: 822px; 
	margin: 0;
}

/* Titles */
	
h1.title {
	width: 356px; 
	height: 32px;
	position: relative;
	overflow: hidden;
	padding:0;
	margin: 15px 0px 3px 7px;
}
	
h1.title span {
	position: absolute;
	width: 356px;
	height: 100%;
}

.titlecurrent {
	background: url(../images/title_current.jpg) no-repeat;
}	

.titlepast {
	background: url(../images/title_past.jpg) no-repeat;
}	

.titlebio {
	background: url(../images/title_bio.jpg) no-repeat;
}	

.titleinstallation {
	background: url(../images/title_installation.jpg) no-repeat;
}	

.titlesale {
	background: url(../images/title_sale.jpg) no-repeat;
}

.titlecontact {
	background: url(../images/title_contact.jpg) no-repeat;
}


/* Footer */
	
#footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	height: 45px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 868px;
	clear: both;
}

.footertext {
	text-align: right;
	margin: 0px;
	padding: 20px 10px 0px 0px;
}

p.footertext {
	font-size: 10px !important;
	font-weight: normal !important;
	line-height: 140% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #666 !important;
}

p.footertext a {
	color: #666 !important;
}
		
/* Text styles */
		

a {
	color: #666;	
}

p {
	color: #9e9e96;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0px 0px 0px;
}

h1 {
	color: #b8b8ae;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0px 0px 0px;
	padding: 0;
}

h2 {
	color: #9d3121;
	font-size: 16px;
	font-weight: normal;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 0px;
	padding: 0;
}

h3 {
	color: #9e9e96;
	font-size: 9px;
	font-weight: normal;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
	
.indent {
	margin: 0px 0px 0px 6px !important;
}

/* Misc design */

.spacebelow5 {
	margin: 0px 0px 5px 0px;
}

.spacebelow10 {
	margin: 0px 0px 10px 0px;
}

.spacebelow15 {
	margin: 0px 0px 15px 0px;
}

.spacebelow20 {
	margin: 0px 0px 20px 0px;
}

.spaceabove5 {
	margin: 5px 0px 0px 0px;
}

.spaceabove10 {
	margin: 10px 0px 0px 0px;
}

.spaceabove15 {
	margin: 15px 0px 0px 0px;
}

.spaceabove20 {
	margin: 20px 0px 0px 0px;
}

.spaceboth20 {
	margin: 18px 0px 20px 0px;
}

.spaceright10 {
	margin: 0px 10px 0px 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right !important;
}

.10pxindent {
	text-indent: 10px;
}

.nounderline {
	text-decoration: none !important;
}

.black {
	color: #000 !important;
}

.white {
	color: #fff !important;
}

/* Installation*/
		
#bio {
	width: 470px;
	min-height: 500px;
	padding: 0px 352px 0px 0px;
	float: left;
	margin: 0px;
	position: relative;
	background-image: url(../images/bio_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;}

#bio p {
	padding: 0px 0px 0px 6px !important;
}

#install {
	width: 470px;
	min-height: 500px;
	padding: 0px 352px 0px 0px;
	float: left;
	margin: 0px;
	position: relative;
	background-image: url(../images/install_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#install p {
	padding: 0px 0px 0px 6px !important;
}

/* Gallery */

#shell {
	height: 175px;
	width: 260px;
	margin: 0;
	padding: 7px;
	background-image: url(../images/shell.jpg);
	background-repeat: no-repeat;
	float: left;
}

.boxgrid a{ color:#fff; }

.boxgrid h1 {
	margin: 8px 10px 0 14px;
	color:#FFF;
	font:14px Arial, sans-serif;
	font-weight: bold;
}
			
.boxgrid { 
	width: 260px; 
	height: 175px; 
	margin: 0px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
	
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxgrid p { 
	padding: 1px 10px 0 14px; 
	color:#fff; 
	font-weight: bold; 
	font: 10px Arial, sans-serif; 
	margin: 0px; 
}
				
.boxcaption {
	float: left;
	position: absolute;
	height: 45px;
	width: 100%;
	background-image: url(../images/overlay.jpg);
}

.captionfull .boxcaption {
 	top: 175px;
 	left: 0;
}
 	
.caption .boxcaption {
 	top: 155px;
 	left: 0;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
