/* ----------------- CSS Reset ----------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: 63%  "ff-meta-web-pro-1","ff-meta-web-pro-2", helvetica, sans-serif;
	color: #4c4c4c;
	background: #850000 url('../images/main/pagebg.png') top left repeat-y;
	border-top: 7px solid #000;
}

ol, ul {
	list-style: none;
}

ul, ol, dl {
	position: relative;  
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

img {
	-ms-interpolation-mode: bicubic;
}

img.floatright {
	display: block;
	position: relative;
	float: right;
	padding: 10px;
}

img.floatleft {
	display: block;
	position: relative;
	float: left;
	padding: 10px;
}

/* ----------------- Main Structure ----------------- */

.bgwrap {
	background: url('../images/box/topbg.png') 0 -75px no-repeat;
}

.contentwrap {
	width: 579px;
	margin: 30px 0 0 35px;
	display: block;
	position: relative;
}

#mast {
	background: url('../images/box/bg.png') top left repeat-y;
	width: 579px;
	display: block;
	position: relative;
}

.head {
	background: url('../images/box/head.png') no-repeat scroll top left;
	width: 579px;
	height: 17px;
}

.foot {
	background: url('../images/box/foot.png') no-repeat scroll bottom left;
	width: 579px;
	height: 17px;
}

.textwrap {
	padding: 10px 25px 0 25px;
}

#mast p {
	font-size: 2em;
	line-height: 1.5em;
}

#mast span {
	font-size: 1.3em;
	color: #850000;
}

#mast a {
}

/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {
color: #850000;
}

a:visited {

}

a:hover {
	color: #4A0000;
}



#leftcol {
	display: block;
	position: relative;
	float: left;
	width: 650px;
}

#rightcol {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	margin: 62px 0 0 25px;
}

#services {
	display: block;
	position: relative;
	margin: 20px -10px 20px 0;
}

.contentbox {	
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	display: block;
	position: relative;
	padding: 20px 0;
	margin: 20px 0 20px 0;
}

#samples img {
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
	border: 2px solid #fff;
}

#samples img:hover {
border: 2px solid #B0B0B0;
}

img.last {
	margin-right: 0!important;
}

dt {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: .9em;
}

dd {
font-size: 1.4em;
margin-bottom: .7em;
line-height: 1.4em;
}


#recentwork {	
	border-top: none;
}

#recentwork img {
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
	border: 2px solid #fff;
}

#recentwork img:hover {	
	border: 2px solid #B0B0B0;
}

.workwrap {
	
	margin: -15px 13px 20px 13px;
}

#recentwork p {
	font-size: 1.2em;
	line-height: 1.4em;
}


ul.meta {
	margin-left: 20px;
	display: block;
	position: relative;
	padding-left: 20px;
	left: 15px;
}

.meta li {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: .5em;
}


#services dl {
	display: block;
	position: relative;
	width: 130px;
	float: left;
	margin: 15px 0 15px 15px;
}

#services dt {
	margin-bottom: .7em;
	color: #545252;
}

#services dd {
	color: #7a7a7a;
}

#rightcol dl {
	
}

#rightcol dt {
	color: #fff;
	font-size: 1.6em;
}

#rightcol dd {
	color: #fff;
}

#rightcol p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 50px 0 0 10px;
	padding-left: 10px;
	padding-top: -10px;
	border-left: 1px solid #fff;
}

#rightcol a {
	color: #fff;
	text-decoration: underline;
}




/* ----------------- Headlines ----------------- */

h2 {

}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: .9em;
}

/* ----------------- Typography ----------------- */

p, li, address {	
	font-size: 1.5em;
	margin-bottom: 1em;	
	color: #7a7a7a;
}

address {
	font-style: normal;
	font-size: 1.1em;
	margin: 0 0 25px 15px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .8em;
	
}

sup {
}