/*
-----------------------------------------------
BDG McColl styles (home)
----------------------------------------------- */


/* Main
----------------------------------------------- */

#mainholder {
	background: url(../img/header.jpg) top center no-repeat;
}

#rightpuff {
	width: 338px;
	float: right;
	margin: 187px 0 0 14px;
	background: #E1E1E1;
	padding: 12px;
}

#rightpuff h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* Header
----------------------------------------------- */

#titlebox {
	width: 289px;
	height: 66px;
	float: right;
	background: #CBCBCB;
	text-align: right;
}

/* Portfolio Focus Box
----------------------------------------------- */

#homebox {
	width: 364px;
	min-height: 270px;
	float: left;
	margin: 104px 0 0 17px;
	background: url(../img/homebox_bg.gif) center top no-repeat;
	padding: 0;
}

#homebox ul {
	padding: 0;
	margin: 0 14px 0 14px;
}

#homebox li {
	list-style: none;
	float: left;
	display: block;
	margin: 0 3px 0 3px;
	text-align: center;
	position: relative;
}

#homebox_text {
	margin: 19px auto 10px auto;
	width: 315px;
	color: #CCCCCC;
}

#portfolio_interiors a , #portfolio_architecture a , #portfolio_space a {
	outline: none;
	display: block;
	width: 105px;
	height: 159px;
	text-indent: -1000em;
}

li#portfolio_interiors { 
	background: url(../img/home_portfolio_interiors.gif) top center no-repeat; 
}

li#portfolio_architecture { 
	background: url(../img/home_portfolio_architecture.gif) top center no-repeat; 
}

li#portfolio_space { 
	background: url(../img/home_portfolio_space.gif) top center no-repeat; 
}



