@charset "UTF-8";
/* CSS Document */
/* colors
copy (grey) # 4D4C48
light grey #96958E
blue (links) #639BAA
blue (hover) #097384


*/


p, li {
	font-size: 		1em;
	line-height: 	1.5em;
	}

p {	margin:			0 0 10px 0;}

a {	text-decoration:		none;}

a:link,  a:visited {
	color:			#639BAA;
}
a:hover,  a:active {
	color:			#097384;
}
img a, img {
	border:			none;
}

.left, .thumbs {
	font-size:		80%;
	text-transform:	uppercase;
	color:			#96958E;
}
.thumbs span {
	height:		46px;
	padding-top:	25px;
}

.thingsilike .middle {
	text-align:		center;
	font-size:		90%;
}

.thingsilike p {
	margin-bottom:		3px;
	line-height:		1.3;
	color:				#96958E;
	
}

/* ==== GENERIC  ==== */

.clear {
	clear:		both;
}


h1, h2, h3, h5 {
	height:			42px;
	margin-bottom:	5px;
}

h1 {
	background:	url(../../img/heading_about.gif) no-repeat top left;
}
h2 {
	background:	url(../../img/heading_contact.gif) no-repeat top left;
}
h3 {
	background:	url(../../img/heading_recentwork.gif) no-repeat top left;
}

h5 {
	background:	url(../../img/heading_brands.gif) no-repeat top left;
}
h4 {
	font-weight:	normal;
	font-size:		110%;
	line-height:	240%;
	color:			#000;
	margin-bottom:	5px;
}

.lineone {
	background:		url(../../img/line1.gif) no-repeat left bottom;
}
.linetwo {
	background:		url(../../img/line2.gif) no-repeat left bottom;
}
.linethree {
	background:		url(../../img/line3.gif) no-repeat left bottom;
}

