body {
	margin:0;
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 12px;
}

#content {
text-align:left;
margin:0 auto;
width:918px;
color:#fff;
line-height:18px;
}

/* contact */
#contact_topic {
	background:url(../images/contact.png) no-repeat left;
	width:918px;
	height:22px;
}

#contact .forms {
	width:318px;
	float:left;
	padding-top: 20px;
}

#contact .text {
width:500px;
float:right;
} 

#menu ul, #menu ul li, .work ul, .work ul li, #portfolio ul, #portfolio ul li, #footer ul, #footer ul li, #contact ul, #contact ul li {
display:block;
list-style:none;
padding:0;
margin:0;
}

form label, form label.required {
	display:block;
	color:#fff;
	font-size:14px;
	font-family:"lucida sans unicode", "lucida grande", sans-serif;
	font-style:normal;
	margin-bottom:5px;
}

form label.required:after {
content:'*';
color:#a12d1a;
margin-left:1px;
}

form input.textfield, textarea {
	padding:6px;
	border:1px solid #2e1c0f;
	color:#110904;
	width:100%;
	margin-bottom:10px;
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: left top;
}

form input.textfield:focus, textarea:focus {
	-moz-box-shadow:#110904 0px 0px 4px;
	box-shadow:0 0 4px #110904;
	-webkit-box-shadow:0 0 4px #110904;
	border:1px solid #110904;
	color:#FFFFFF;
	background-color: #486C8C;
}

form textarea {
line-height:16px;
height:180px;
color:#110904;
}

/* added Form Stuff */
.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color:#CC3300;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #D0E8E8;
	background-image: url('assets/error.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}

#succsess_page h1 {
	background: url('assets/success.gif') left no-repeat;
	padding-left:22px;
	padding-top: 20px;
}

/* lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }



a:link, a:visited {
	text-decoration:none;
	color:#EF5700;
}

a:hover {
color:#00a7e5;
}

/*reset css */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
