body {
	background: #fff url('../images/assets/bk_repeat.jpg') repeat-x;
	font-family:helvetica,arial;
}


.clear {
	clear:both;
}             

#portfolio a {
	color: #8FC7FF;
}
h3 {
	margin: 10px 10px 0 10px;
	color: #FFF;
	font: 18pt Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}

.combar {
	margin-top:30px;
	margin-bottom:30px;
}

.combar_content {
	width:1050px;
	margin:auto;
	clear:both;
	height:0px;
}

#container {
	width:1050px;
	margin:auto;
}

#header {
	height:55px;
	background:#000 url('../images/assets/header_bk.gif') repeat-x;
	width:100%;
}

#header_content {
	width:1050px;
	margin:auto;
	position:relative;
}

h1#header_logo {
	width:579px;
	height:17px;
	background:#000 url('../images/assets/deadtrendy_logo.gif') no-repeat;
	position:absolute;
	top:20px;
	left:0; 
	text-indent:-5000px;
}

#header_content ul{
	margin:0;
	padding:0;
	position:absolute;
	right:40px;
	top:14px;
}

#header_content ul li {
	padding:6px 10px 6px 10px;
	color:#fff;
	background:black;
	font-size:11px;
	float:left;
	margin-left:10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#header_content ul li.current {
	background:#3B4D5F; 
}

#header_content ul li.current a:hover {
	color:#fff;; 
}


#header_content ul li a{
	color:#fff;
	text-decoration:none;
}

#header_content ul li a:hover {
    color: #8FC7FF; 
}

ul#filter {
	margin:auto;
	padding:0;
	width:560px;
	background:#8399AF;
	height:40px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px; 
	-webkit-border-bottom-right-radius:6px;
}

ul#filter li {
   	padding:4px 6px 4px 6px;
	margin:10px 5px 0 5px;
	font-size:13px;
	float:left;
	color:#3B4D5F;
}

ul#filter li.current {
	background:#3B4D5F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

ul#filter li.current a:hover {
	color:#fff;; 
}

ul#filter li a:hover {
	color:#3B4D5F;
} 

ul#filter li a {
	color:#fff;
	text-decoration:none;
}

#portfolio {
	margin-top:30px;
}

/*Portfolio boxes*/

.boxgrid {
	width: 325px;
	height: 260px;
	margin: 10px 10px 0 0;
	float: left;
	background: #161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color: #afafaf;
	font-weight: bold;
	font: 10pt "Lucida Grande", Arial, sans-serif;
	text-align:left;
	line-height:30px;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

/*Contact Form*/

#contact_wrapper {
	width: 300px;
	margin:13px;
}
.message {
	background: #fff;
	color: #000;
	display: none;
	width: 295px;
	height: 230px;
	padding:15px;
	margin: 10px 10px 0 0;
	float: left;
	border: solid 2px #ccc;
	overflow: hidden;
	position: relative;
	font-size:16px;
	
}

.message ul li {
	margin:10px 10px 10px 0;
	line-height:30px;
}

.contact {
	text-align: right;
}
.contact ul {
	list-style-type: none;
	width: 300px;
}
.contact li {
	list-style-type: none;
}
.contact li.special {
	display: none;
}
.contact input { 
	float:right;
	width: 300px;
	border:3px solid #ccc;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px; 
	color:#666;
	
}
.contact textarea { 
	float:right;
	width: 300px;
	border:3px solid #ccc;
	padding:5px;
	height:70px;
	font-size:14px;
	font-weight:bold; 
	margin-bottom:7px;
	color:#666; 
}

