/* CSS Document */

/* REDEFS */
a.teaser_title {
	text-decoration:none;
	}
		
a.teaser {
	color:#fd7714;
	}

a.teaser:hover {
	text-decoration:none;
	}

/* BODY */
#big_designs {
	width:915px;
	height:240px;
	margin-top:-35px;
	text-align:center;
	}

#big_designs_left {	
	float:left;
	width:158px;
	height:240px;
	background-image:url(images/big_designs_left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
	
#big_desings_right {
	float:left;
	width:757px;
	height:240px;
	background-image:url(images/big_designs_right.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#big_designs #text {
	width:240px;
	height:120px;
	padding-top:92px;
	margin-left:500px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#FFF;
	}

#big_designs #text .big {
	font-size:30px;
	font-variant:small-caps;
	font-weight:bold;
}

#big_designs #text .small {
	font-size:20px;
	font-variant:small-caps;
	font-weight:bold;
}
		
div.box_group {
	float:left;
	height:150px;
	width:280px;
	margin:20px 75px 0px 75px;
	padding-bottom:20px;
	}
	
div.box_title {
	height:20px;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
	
div.box_body {
	padding-bottom:2px;
	margin:0px auto;
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	}

p.teaser {
	margin:0px;
	text-indent:0pt;
	}

.articles {
	background-image:url(images/articles_teaser.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
	
.portfolio {
	margin-left:20px;
	margin-right:20px;
	background-image:url(images/portfolio_teaser.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	}
	
.case_study {
	clear:right;
	background-image:url(images/case_study_teaser.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	}