body {
padding:0px;
margin:0px;
background-color:#737D82;
}

.float_left {float:left;}
.float_right {float:right;}

a:link, a:visited { color:#666666 }
a:hover { text-decoration:none }

h3 { margin:0 0 8px 0; padding:0; font-size:14px; font-family: Tahoma; }
.2 { color:#8ab242; !important }
.1 { color:#e16b2d; !important  }
.5 { color:#84a4cd; !important  }

h3 a:link, h3 a:visited { text-decoration:underline; color:#737d82 }
h3 a:hover { text-decoration: none; }

.header_2 { background:#8ab242; !important }
.header_1 { background:#e16b2d; !important }
.header_5 { background:#84a4cd; !important }


.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.2em;
	color: #767877;
}


.link { cursor:pointer; color: #4B4B4B; }

.copy p {
	padding-bottom:4px;
	border-bottom:1px dotted #CCCCCC; }
.copy_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #BFBFBF;
}
	.copy_2 a, .copy_2 a:visited { color:#CCCCCC; }
	.copy_2 a:hover { text-decoration:none }
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #9D9D9D;
	text-decoration: none;
}
	.link_1 a:hover { text-decoration:underline }
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}
.link_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #727272;
}


/* Portfolio Listing
---------------------------------------------------------------*/
#portfolio_list {}
	#portfolio_list a {
		margin: 0 1px 20px 1px;
	}

.new {
	background: url(images/new.gif) no-repeat;
	position: absolute;
	left: 1px;
	top:1px;
	height: 40px;
	width: 40px;
	z-index:2;
}

/* Project Preview Blocks - For Portfolio
-------------------------------------------------------------- */
a.project_preview {
	display:block;
	color:#272522;
	font-family: 'trebuchet ms', Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:11px;
  text-decoration:none;
	padding: 1px;
	border: #fcfbf8 1px solid;
	position:relative;
	margin-right:2px;
}

a:hover.project_preview {
	color:#FFF;
	border: #3e3a37 1px solid;
}

a.project_preview span {
	padding: .5em 0 .5em 5px;
	/* background-color:#fcfbf8; */
	display:block
}

a:hover.project_preview span {
	background-color:#3e3a37;
	display:block
}

a.project_preview img {
	border-bottom:#fcfbf8 2px solid;
}


/* Portfolio  - Project
-------------------------------------------------------------- */
#screenshots {
	background: #43403c;
	padding: 4px 0 1px 4px;
	width:100%;
}

#screenshots h5 {
	color: #FFF;
	font: 100%/100% 'trebuchet ms', Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	padding: 0 0 5px 3px;
	margin:0;
	font-size:11px;
}

#screenshots a {
	display:block;
	margin: 0 3px 3px 0;
	float: left;
	border:#000 1px solid;
}

#screenshots a:hover{
	border:1px solid #fdfdf2;
}
.project_preview a:hover {
	border:1px solid #bcb5ao;
}
.project_spacer {
	width: 217px;
	height: 122px;
	background: #1b1916;
	margin: 0 3px 3px 0;
	float: left;
	border:#000 1px solid;
}

a.portfolio_button {
	display:block;
	height:22px;
	width:128px;
	background: url(images/portfolio_button.gif) no-repeat bottom center;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
	float:left;
}

a:hover.portfolio_button {
	background-position: top center;
}

#project_links {
	background:#bcb5a0;
	border-bottom: #aba592 1px solid;
	padding:4px 0 1px 4px;
	height:22px;
	width:100%;
}

a#view_website {
	display:block;
	height:22px;
	width:98px;
	background: url(images/view_website.gif) no-repeat center bottom;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
	float:left;
}

a:hover#view_website {
	background-position: center top;

}

a#view_casestudy {
	display:block;
	height:22px;
	width:115px;
	background: url(images/view_casestudy.gif) no-repeat center bottom;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
	margin: 0 auto;
}

a:hover#view_casestudy {
	background-position: center top;
}

#project_logo {
	border-top: #e7e1cf 1px solid;
	padding: 20px 0 10px 0;
	text-align:center;
}

#project_testimony p {
	margin: 12px;
	font-style:italic;
    font-size:92%;
}

.project_descr {
	font: 100%/100% 'trebuchet ms', Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	padding: 0 0 5px 3px;
	margin-top:1.3em;
	font-size:11px;
}

