@charset "UTF-8";
/* CSS Document */
#container{
	width:900px;
	margin:0 auto 10px;
}
.greenbg{
	background:#758e75;
	color:white;
}
#top{
	height:50px;
}
#middle{
	height:500px;
}
#bottom{
	height:150px;
}
#topmiddle, #bottommiddle{
	height:36px;
	color:white;
}
#menu{
	text-align:right;
	padding-right:20px;
}
#menu a{
	color:#644644;
	font-size:24px;
	margin-left:85px;
	text-decoration:none;
}
#menu a:hover{
	color:white;
}
#two, #four{
	background:#644644;
}
#one, #three, #five{
	width:120px;
	position:relative;
}
#two, #four, #six{
	width:760px;
	position:relative;
}
#two{
	text-align:right;
}
#topmiddle h1{
	margin-left:505px;
	font-size:16px;
}
#topmiddle h1 span{
	font-size:36px;
}

#content-home, #content-id, #content-md, #content-contact{
	background:transparent url(../img/interior-design-collage.jpg) top left no-repeat;
	width:760px;
	height:500px;
	position:relative;
	color:white;
	line-height:16px;
}
#four span{
	font-size:40px;
}
#content-home #caption{
	width:315px;
	position:absolute;
	top:30px;
	left:35px;
}
#content-home #intro{
	width:385px;
	position:absolute;
	top:0;
	right:15px;
}

#content-id{
	background:transparent url(../img/interior-design-portfolio.jpg) top left no-repeat;
}
#services, #programs, #pricing{
	position:absolute;
	right:30px;
	text-align:right;
	width:246px;
	font-size:13px;
	line-height:19px;
}
#services{
	top:0;
}
#programs{
	top:268px;
}
#pricing{
	top:366px;
	font-size:12px;
	line-height:17px;
}
#services h2, #programs h2, #pricing h2{
	float:left;
	font-size:16px;
}

#portfolio-title{
	position:absolute;
	top:48px;
	left:5px;
	font-size:16px;
}

#content-md{
	background:transparent url(../img/mural-designs.jpg) top left no-repeat;
}
#content-md #programs{
	text-align:left;
	width:250px;
}
#content-md #programs p{
	padding-left:10px;
}

#content-contact{
	background:transparent url(../img/contact.jpg) top left no-repeat;
}
#content-contact #form{
	position:absolute;
	top:10px;
	right:15px;
	font-size:16px;
	width:340px;
}

#footer{
	position:relative;
	height:150px;
	width:760px;
	color:#644644;
}
#footer img#logo{
	position:absolute;
	top:0;
	left:0;
}
#footer #copyright{
	position:absolute;
	bottom:5px;
	left:240px;
	font-size:10px;
}
#footer #details{
	position:absolute;
	right:5px;
	bottom:15px;
	text-align:right;
}

#portfolio-content{
	position:absolute;
	top:85px;
	left:0;
	width:432px;
	text-align:center;
}
#portfolio-content a{
	display:none;
}
#portfolio-content a.thumb{
	display:inline !important;
}
#portfolio-content a img{
	margin-bottom:8px;
}
