/* Page-wide */
html{
	overflow: -moz-scrollbars-vertical;
}
body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #f9f8f6;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1em;
}

/* Elements */
.clear {
	clear:both
}
.nomargin {
	margin:0;
}
ul,ol {
	list-style:none
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
fieldset {
	border:0;
}
a {
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a.active {
	font-weight: bold;
	font-size: 12px;
}
:link,:visited {
	text-decoration:none;
}
img {
	border:none;
	display:block;
}
input, textarea {
	font-size: 12px;
	color: #444;
}
input {
	border: 1px solid #e0e0e0; padding: 5px;
}
h1, h2 {
	color: #000;
	font-weight:bold;
	padding-bottom:10px;
	outline: none;
}
h1 {
	font-family: Georgia;
	font-style: italic;
	font-size: 48px;
	margin-bottom:30px;
}
h2 {
	font-size: 14px;
}
p {
	padding-bottom: 10px;
}
dl {
	margin: 10px;
}
ol {
	margin: 10px;
}

/* Page container */
#container {
	margin: 0 auto;
	width: 960px;
	padding-left: 20px;
}

/* Header */
#header {
	margin: 70px 0 70px 0;
	border-bottom: 1px solid #e0e0e0;
	width: 940px;
}
#header p {
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 14px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-family: Georgia;
}
#header strong {
	text-decoration: underline;
}

/* Content */
#content ul#item-overview a img{cursor: pointer; }
#content li.project {float: left; width: 220px; margin-bottom: 40px; padding-right: 20px; height:300px;}
#content li.project h2 {font-size: 14px; padding: 20px 0 10px 0; color: #000;}
#content li.project p {width: 220px; line-height: 1.6em; padding-bottom: 5px; position:relative;}
#content li.project p a {font-weight: bold;}
#content li.project span {font-family: Georgia; font-weight: bold; font-style: italic; color: #fff; font-size: 20px; padding-left: 20px;}
#content li.project img.haze {position: absolute; top:0px; left:0px; z-index: 100;}

#content #item-overview a img{ cursor: pointer; }
#content .project {float: left; width: 220px; margin-bottom: 40px; padding-right: 20px;}
#content .project h2 {font-size: 14px; padding: 20px 0 10px 0; color: #000;}
#content .project p {width: 220px; line-height: 1.6em; padding-bottom: 5px;}
#content .project p a {font-weight: bold;}
#content .project span {font-family: Georgia; font-weight: bold; font-style: italic; color: #fff; font-size: 20px; padding-left: 20px;}

#content .project .back-service1 {background-color: #dfd5b5; width: 220px; height: 162px; margin-bottom: 7px;}

#content .project p.service1 {height: 162px; padding-bottom: 3px; border-bottom: 4px solid #101010;}
#content .project a.beige {background-color: #101010; display: block; width: 220px; height: 162px; text-decoration: none;}

#content .project-images {float: right; margin-bottom: 19px; width: 720px;}
#content .project-images img {padding-bottom: 25px;}

#content .line {float: left; border-bottom: 1px solid #e0e0e0; width: 940px; height: 5px;}

/* Footer */
#footer {margin-right: -20px; border-top: 1px solid #e0e0e0; width: 940px;}
#footer .top {padding: 60px 0 180px 0; margin-right: -20px;}
#footer .top .list {float: left; width: 310px; padding-bottom: 70px; color: #999; line-height:1.5em;}
#footer .top .list h2 {padding-bottom: 10px;}
#footer .top .list ul li {padding-bottom: 4px;}
#footer .top .list p {padding-bottom: 4px; color: #999;}
#footer .top .list ul#status {list-style-type: disc; margin-left: 15px;}
#footer .top .list a {color: #999;}
#footer .top .list a:hover {text-decoration: underline;}
#footer .top .list span {text-decoration: line-through;}

#footer .contact {float: left; width: 940px; color: #999; padding-top: 44px; border-top: 1px solid #e0e0e0;}
#footer .contact p {line-height: 1.6em; margin-bottom: 6px;}
#footer .contact .form {width: 460px; min-height:450px; margin-right: 20px; padding-bottom: 40px;}
#footer .contact .form span {margin-left: 10px;}
#footer .contact .form fieldset {overflow: hidden; width: 320px; border: 0px;}
#footer .contact .form input.field {margin-bottom: 10px; padding: 4px 5px 0px 5px; float: left; width: 168px; height: 22px; border: 1px solid #e0e0e0; background: #fff;}
#footer .contact .form input.submit {background-color: #f9f8f6; border: 1px solid #e0e0e0;}
#footer .contact .form label {margin-bottom: 10px; padding-left: 15px; float: left; width: 125px; height: 28px; line-height: 28px; }
#footer .contact .form label.large {margin-bottom: 5px; padding: 0px; width: 320px; }
#footer .contact .form textarea {margin-bottom: 15px; padding: 4px 5px 4px 5px; width: 308px; height: 120px; border: 1px solid #e0e0e0; background: #fff; }
#footer .contact .form #form_thanks {font-weight:bold;}

#footer .bottom {float: left; color: #999; padding: 22px 0 22px 0; border-top: 1px solid #e0e0e0; width: 940px;}