/* CSS Document */

* {
	padding:0;
	margin:0;
	font-family:Tahoma,Arial,sans-serif;
	list-style-type:none;
}

body{
	background:#29221e url(../images/bg_repeat.png);
}

h1,h2,h3,h4,h5{
	font-family:Georgia,"Times New Roman",serif;
	color:#fff;
}

h3 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:15px;
}

p {
	color:#7b7060;
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
}

ul{
	line-height:15px;
}

li{
	background:url(../images/bullets/arrow.png) no-repeat 1px 1px;
	color:#8f8677;
	padding:0 0 1px 18px;
	font-size:11px;
}

a {
	text-decoration:none;
	color:#7b7060;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}

img{
	border:0;
}

span {
	text-decoration:underline;
	color:#abbad8;
}

#wrapper{
	background:url(../images/bg.png) repeat-x;
}


#header {
	width:780px;
	height:135px;
	margin:auto;
	padding-top:45px;
}

#hidden {
	display:none;
	visibility:hidden;
}

#logo {
	background:transparent url(../images/logo3.png) no-repeat;
	overflow:hidden;
	width:780px;
	height:120px;
	text-indent:-9999px;
	display:block;
}

#content {
	margin:30px auto 10px;
	width:780px;
}

#featuredwork {
	margin-bottom:15px;
}

#featuredwork h3 {
	border-bottom:1px solid #fff;
}

#content_left {
	float:left;
	width:500px;
	margin:0 35px 80px 0;
}

#content_right {
	float:left;
	width:245px;
}

#content_right a{
	color:#ABBAD8;
}

#workshowcase li{
	background:transparent url(../images/workbg.png) no-repeat;
	margin:2px 0;
	padding:0;
	overflow:hidden;
}

#workshowcase a{
	outline:none;
	color:#e8e0d3;
}

#workshowcase p{
	color:#E8E0D3;
	margin:2px;
	padding:0 8px;
}

#workshowcase h3{
	background:url(../images/bullets/work_arrow.png) 3px 13px no-repeat;
	font-size:14px;
	border:none;
	padding:10px 20px;
	margin:0;
}

#workshowcase h3#selected {
	background:url(../images/bullets/work_arrow_down.png) 3px 13px no-repeat;
}

#workshowcase #active{
	display:block;
}

#workshowcase .work_info{
	/*display:none;*/
	overflow:hidden;
	/*height:220px;*/
	background:#4a443c;
}

#workshowcase .text{
	float:left;
	clear:left;
}

#workshowcase .date, #workshowcase .tech{
	float:right;
	font-size:11px;
	background-image:none;
	padding-right:10px;
	clear:right;
}

#workshowcase a.worklink {
	color:#e6941e;
}

#workshowcase .bottom_curve{
	background:transparent url(../images/work_bottom_bg.png) no-repeat;
	height:6px;
}

.right_box {
	margin-bottom:30px;
}

.right_box h3, .left_box h3{
	border-bottom:1px solid #fff;
}

#contactform{
	
}

#contactform h4{
	font-size:12px;
	font-weight:normal;
}

#contactform * {
	border:none;
}

#contactform #namefield, #contactform #emailfield, #contactform #commentfield{
	border:1px solid #000;
	border-bottom-color:#14130f;
	border-right-color:#14130f;
	display:block;
	width:232px;
	background:#544c41;
	margin-top:4px;
	margin-bottom:12px;
	font-size:12px;
	padding:5px 3px;
}

#contactform #namefield:hover, #contactform #emailfield:hover, #contactform #commentfield:hover{
	background:#574f44;
}

#contactform label {
	visibility:hidden;
	display:none;
}

#contactform #submit{
	font-size:10px;
	padding:5px 15px 5px 15px;
	outline:none;
}

#contactform #submit:hover{
	background:#CCCCCC;
}

#contactform #submit:active{
	background:#e6941e;
	padding:6px 14px 4px 16px;
	outline:none;
}


#footer_wrap {
	margin-top:20px;
	margin-bottom:40px;
	background:url(../images/bg.png) 0 -31px;
	height:150px;
}

#footer {
	width:780px;
	margin:auto;
	position:relative;
	padding-top:20px;
	height:135px;
}

#footer .footerlinks{
	float:left;
	margin-right:40px;
	margin-top:10px;
}

#footer #first_footerlinks{
	margin-left:15px;
}

#footer li{
	background-image:none;
}

#footer ul{
	margin-bottom:10px;
}

#footer h3{
	margin-bottom:5px;
	font-size:14px;
}

#footer #to_top{
	clear:left;
	display:block;
	width:60px;
	height:50px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(../images/totop.png);
	position:absolute;
	right:0;
	bottom:3px;
}

.left_border{
	padding-left:28px;
}

#footer_bottom{
	width:780px;
	margin:5px auto;
}

p.validation {
	float:left;	
	margin:0 auto;
}

p.copyright{
	float:right;
	margin:0 auto;
}

.clearer{
	clear:both;
}