@charset "utf-8";
/* CSS Document */

/* Resets browser settings to zero */
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;
}

ol, ul {
	list-style: none;
}


/*Universal Settings and Classes ---------------------------------------------------------------------------*/


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background: #FFF;
	font: normal 16px "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;	
	color: #262626;
}

/*Fonts ---------------------------------------------------------------------------------------------------*/

span {color: #AA1F23;}

a {
	color: #C15A5F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.smalltext {
	font: normal 14px "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.h1 {
	font: bold 16px "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.grey {
	font: normal 14px "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #858585;
}

.news_item a {
	font: normal 22px "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #262626;
}

.news_item a:hover {
	font: normal 22px "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #AA1F23;
}

.white {
	color: #FFF;
}

/*Basic Layout --------------------------------------------------------------------------------------------*/


#footer_frame_top {
	width: 100%;
	background: #161616 url(../images/layout/footer_top_grad.png) repeat-x;
}

#footer_top {
	height: 45px;
	font: normal 12px Arial, Helvetica, sans-serif;	
	color: #6E6E6E;
	text-align: right;
	width: 900px;
	margin: 0 auto; 
}

#footer_text {
	display: inline-block;
	float: right;
	margin: 15px 0px 0px 0px;
}

#footer_top a, #footer_bottom a {
	color: #6E6E6E;
	text-decoration: underline;
}

#footer_top a:hover, #footer_bottom a:hover {
	color:#FFF;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 150px;
	border-bottom: 1px solid #DADADA;
}

#logo {
	display: block;
	float: left;
	margin-top: 16px;
	width: 228px;
	height: 120px;
	background: url(../images/layout/logo.png) no-repeat;
}

#menu {
	width: 518px;
	height: 150px;
	display: block;
	float: right;
	position: relative;
}

#menu_selected {
	position: absolute;
	float: left;
	width: 90px;
	height: 150px;
	background: url(../images/layout/select_grad.png) repeat-x;
}

#menu_top {
	position: absolute;
	top: 115px;
	float: left;
	width: 518px;
	height: 22px;
}

#menu_items {
	
}

#menu_items ul {
	float: right;
	display:block;
}

#menu_items ul li {
	float: right;
}

#menu_items ul li a {
	float: left;
	display:block;
	height: 22px;
}

#menu_items ul li a span {
	display: none;
}

li a#about_link {
	background:transparent url(../images/layout/menu.png) -6px -6px no-repeat;
	width:54px;
}

li a#about_link.active {
	background:transparent url(../images/layout/menu.png) -6px -70px no-repeat;
}

li a#about_link:hover {
	background:transparent url(../images/layout/menu.png) -6px -38px no-repeat;
}

li a#services_link {
	background:transparent url(../images/layout/menu.png) -102px -6px no-repeat;
	width:68px;
	margin-left: 40px;
}

li a#services_link.active {
	background:transparent url(../images/layout/menu.png) -102px -70px no-repeat;
}

li a#services_link:hover {
	background:transparent url(../images/layout/menu.png) -102px -38px no-repeat;
}

li a#portfolio_link {
	background:transparent url(../images/layout/menu.png) -212px -6px no-repeat;
	width:76px;
	margin-left: 40px;
}

li a#portfolio_link.active {
	background:transparent url(../images/layout/menu.png) -212px -70px no-repeat;
}

li a#portfolio_link:hover {
	background:transparent url(../images/layout/menu.png) -212px -38px no-repeat;
}

li a#news_link {
	background:transparent url(../images/layout/menu.png) -329px -6px no-repeat;
	width:48px;
	margin-left: 40px;
}

li a#news_link.active {
	background:transparent url(../images/layout/menu.png) -329px -70px no-repeat;
}

li a#news_link:hover {
	background:transparent url(../images/layout/menu.png) -329px -38px no-repeat;
}

li a#contact_link {
	background:transparent url(../images/layout/menu.png) -417px -6px no-repeat;
	width:68px;
	margin-left: 40px;
	margin-right: 12px;
}

li a#contact_link.active {
	background:transparent url(../images/layout/menu.png) -417px -70px no-repeat;
}

li a#contact_link:hover {
	background:transparent url(../images/layout/menu.png) -417px -38px no-repeat;
}

#footer_shadow {
	background: url(../images/layout/footer_shadow.png) repeat-x;
	height: 68px;
	width: 100%;
}

#footer_frame_bottom{
	width: 100%;
	background: #161616 url(../images/layout/footer_bottom_grad.png) repeat-x;
}

#footer_bottom {
	position: relative;
	float: bottom;
	height: 93px;
	font: normal 12px Arial, Helvetica, sans-serif;	
	color: #6E6E6E;
	width: 900px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	text-align: right;
}

#footer_logo {
	display: block;
	float: left;
	width: 84px;
	height: 84px;
	background: url(../images/layout/footer_logo2.png) no-repeat;
}

#footer_darkspace {
	width: 100%;
	background: #161616;
}


/*Content -----------------------------------------------------------------------------------*/


#column1 {	/* 2 Column layout - For use with column2 below*/
	width: 437px;
	float: left;
	border-top: 1px solid #E9E9E9;
	padding: 20px 13px 20px 0px;
}

#column2 {
	width: 437px;
	float: right;
	border-top: 1px solid #E9E9E9;
	padding: 20px 0px 20px 13px;
}

#singlecolumn {
	border-top: 1px solid #E9E9E9;
	width: 900px;
	padding: 20px 0px 20px 0px;
}

.stack_container {
	display: block; 
	float: left;
}

.stack_float_left {
	clear: both; 
	display: block; 
	float: left;
}

.stack_float_right { 
	display: block; 
	float: right;
}

#big_box_1_frame {
	width: 420px;
	height: 288px;
	background:transparent url(../images/layout/big_box_1.png) no-repeat;
	display: block;
	float: inherit;
}

#big_box_1_wrap {
	width: 386px;
	height: 248px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 17px;
}

#thumbnail_frame {
	width: 152px;
	height: 102px;
	background:transparent url(../images/layout/thumbnail_box.png) no-repeat;
	display: block;
	float: inherit;
}

#thumbnail_wrap {
	width: 122px;
	height: 74px;
	overflow: hidden;
	margin-top: 14px;
	margin-left: 15px;
}

.portfolio_thumb {
	style="margin: 5px; 
	border: 1px solid #DADADA;" 
}