/*-----------------------------
	BASIC PAGE STYLING
-----------------------------*/

a{  
	text-decoration:none; 
	margin:0;
	padding:0;
}
body{
	font-family: Arial;
	color:#999;
	background:#0B0705;
}
html, body {
	height:100%;
}

.btn-home {
	position:absolute;
	bottom:0;
	left:15px;
	background: url(../gfx/controls.ribbon.png) 10px no-repeat;
	height:25px;
	width: 30px;
	cursor:pointer;
}

#clients .btn-home {
	position:static;
}

 .btn-home {
	left:40px;	
}

/********************************************
* WRAPPER
********************************************/
#wrapper {
	background:#2b2422;
	width:100%;
	height:100%;
}
/********************************************
* RIBBON
********************************************/
#bottom-ribbon {
	position:absolute;
	bottom:0;
	height:25px;
	width:100%;
	background:#0b0705;
}
#bottom-ribbon div.controlshell {
	position:relative;
	width:100%;
	height:25px;
	padding:0;
}
#bottom-ribbon div.home {
	background: url(../gfx/controls.ribbon.png) no-repeat;
	height:25px;
	width: 28px;
}

#wrapper.orient-left #bottom-ribbon div.home,
#wrapper.orient-right #bottom-ribbon div.home {
	left:15px;	
}

#bottom-ribbon div.gallerylink {
	color:#675754;
	font-size:11px;
	font-weight:bold;
	width:180px;
	height:19px;
	padding-left:15px;
	padding-top:6px;
	background:url(../gfx/controls.ribbon.divider.png) no-repeat;
	cursor:pointer;
}
#bottom-ribbon div.gallerylink a {
	color:#675754;
}

#bottom-ribbon .left {
	width:40px;
	height:25px;
	background:url(../gfx/controls.ribbon.png) -50px 0 no-repeat;
}
#bottom-ribbon  .right {
	width:40px;
	height:25px;
	background:url(../gfx/controls.ribbon.png) -100px 0 no-repeat;
}

/********************************************
* HOME
********************************************/
#home-top {
	position:relative;
	width:100%;
}
#home-top div.logo {
	width:200px;
	height:100px;
	background:url(../gfx/home.logo.png) 15px 0px no-repeat;
	position:absolute;
	top:20%;
	left:23px;
}

#home-bottom {
	position:absolute;
	background-color:#0b0705;
	width:100%;
	height:132px;
	bottom:0;
}
#home-bottom div.navigation {
	padding-top:18px;
	padding-left:15px;
}

#home-bottom div.navigation a {
	color:#675754;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:16px;
	line-height:15px;
}
#home-bottom div.navigation a:hover, #home-bottom div.navigation a:active {
	color:#dfd7cf;
}	
	
#home-bottom div.navigation ul.invis {
	margin-left:20px;
	display:none;	
}
#home-bottom div.navigation ul.vis {
	display:block;	
	margin-left:20px;
}

#home-bottom div.navigation ul.main {
	width:125px;	
}


/********************************************
* GALLERY 
********************************************/
#gallery {
	width:100%;
	overflow:hidden;
	margin:auto;
	margin-left:0px;
	padding-top:0px;
	
}
#gallery div.info {
	padding-bottom:8px;
}
#gallery div.info h1 {
	font-size:14px;
	color:#dfd7cf;
}
#gallery div.info h2 {
	font-size:14px;	
	color:#5b4e4a;
}
#gallery div.info h3 {
	font-size:14px;
	color:#5b4e4a;	
}
#gallery img {
	margin:0px;
	margin-bottom:0px;
	padding:0;
	cursor:pointer;
}

#wrapper.orient-left #gallery,
#wrapper.orient-right #gallery {
	width:460px;
	margin-left:14px;
}
#wrapper.orient-left #gallery img,
#wrapper.orient-right #gallery img {
	margin:1px;
	margin-bottom:4px;
}

/********************************************
* DETAIL
********************************************/
div#detail {
	height:240px;
	position:relative;		
}


/********************************************
* CONTACT 
********************************************/
#contact {
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	min-height:200px;
}
#contact .text {
	width:100%px;
	height:180px;
	background: url(../gfx/t.contact.png) 15px 40px no-repeat;
}

#contact .btn-home {
	margin-left:15px;	
}

/********************************************
* CLIENTS 
********************************************/
#clients {
	min-height:240px;
}
#clients .t {

}
#clients .list {
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-left:30px;
}
#clients .list ul li {
	width:144px;	
}
#clients .list ul.l {
	float:left;
}
#clients .list ul.r {
	float:left;	
}

/********************************************
* ABOUT
********************************************/
#about .logo {
	background:url(../gfx/logo.left.png) 10px 6px no-repeat;
	display:block;
}
#about h1 {
	font-size:18px;
	color:#362a26;
	font-weight:bold;
	letter-spacing:-1px;
	margin-left:20px;
	display:block;
}
#about .t {
	background: url(../gfx/t.about.png) no-repeat;
}





