/* ------------------------------------------------------------
	Redemption-Html / CSS Documents
------------------------------------------------------------ */
/* ------------------------------------------------------------
	Copyright 2008 Loris Stavrinides - All rights reserved
	http://www.lorisarts.com
------------------------------------------------------------ */

body {
	font: normal 11px Tahoma, Helvetica, sans-serif;
	line-height:1.3em;
	color: #666;
	background-color:#000;
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:10px 0px 10px 0px;
	display:block;
	width:790px;
}
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin:10px 0px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
	margin:0px;
}
h2 {
	font-size:11px;
	font-weight:normal;
	margin:10px 0px;
}
h5 {
	display:block;
	width:85px;
	border-bottom:1px solid #666;
	margin:10px 0px 20px 0px;
}

a{
	color:#EEEEEA;
	text-decoration:underline;
}
a:hover {
    color:#978A7D;
	text-decoration:none;
}
img {
	border:0;
	padding:0;
}
#top {
	border:0px;
	margin:0px;
	padding:0px;
}
.top {
	margin-top:20px;
	padding:0px 0px 50px 0px;
}
/* ------------------------------------------------------------
	Sections
------------------------------------------------------------ */
#noflashcontent img {
	border:0;
	padding:0;
}

.projectwrap {
	padding:0px 0px 0px 55px;
}
.projectwrap img {
	padding:2px 0px 2px 0px;
}
.sectionwrap {
	margin:50px 0px 50px 0px;
}
.header {
	padding:0px 0px 0px 55px;
}
.header img {
	border:0;
	padding:0;
}
.imagewrap {
	background-color:#000;
	border:1px solid #232323;
	padding:5px 7px 5px 7px;
	margin:0px;
	display:block;
	width:780px;
}
.txthighlight {
color:#999;	
}
.txttint {
color:#3C3C3C;	
}

#footer {
	margin-bottom:25px;
	padding-left:55px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#333;

}
#footer a {
	color:#333;
	text-decoration:underline;
}
#footer a:hover {
    color:#999;
	text-decoration:none;
}
