@import url('reset.css');

body {
	font-size: 62.5%;
	background-color: #192127;
	color: #476173;
	font-family: "Lucida Grande", Arial, sans-serif;
}

/* HEADER
============================================= */
#header {
	float: left;
	width: 100%;
	background: #192127 url(../images/header-bg.gif) repeat-x bottom;
}
#header-inside, #footer-inside, #main {
	margin: 0 auto;
	padding: 0 0 0 30px;
	width: 880px;
}
#header-inside {
	padding: 0 30px 0 30px;
}
#header h1 {
	float: left;
	margin: 30px 0 0 0;
	width: 224px;
	height: 54px;
	background: url(../images/logo.png) no-repeat top;
	padding: 0 0 10px 0;
}
#header h1 a {
	text-indent: -3000px;
	display: block;
	width: 224px;
	height: 54px;
}
#contact {
	float: right;
	font: bold 1.2em Helvetica, Arial, sans-serif;
	margin: 53px 10px 0 0;
}
#contact .phone {
	color: #476173;
	margin: 0 5px 0 0;
}
#contact .email a {
	padding: 6px 5px 3px 5px;
}
#contact .email a:link, #contact .email a:visited, #contact .email a:active {
	color: #a77f33;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 5px 3px 5px;
}
#contact a:hover {
	color: #a77f33;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 5px 3px 5px;
	background-color: #212b31;
}


/* CONTENT
============================================= */
a:link, a:visited, a:active {
	color: #a77f33;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	width: 100%;
	float: left;
	clear: both;
	background: #212b31 url(../images/bg-2.gif) no-repeat top right;
}
#content-inside {
	padding: 0 0 100px 0;
	width: 100%;
	float: left;
	background: url(../images/bg-1.gif) no-repeat bottom left;
}
#main {
	padding: 50px 30px;
	font-size: 1.2em;
}
.our-work {
	text-align: right;
	float: left;
	width: 150px;
	margin-right: 10px;
}
.our-work h2, .work-info h3 {
	color: #679bc1;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 5px;
	text-transform: uppercase;
}
.our-work ul li {
	margin: 10px 0;
}
.our-work ul li a {
	padding: 3px 5px;
}
.our-work a:link, .our-work a:visited, .our-work a:active {
	color: #476173;
	font-weight: bold;
	text-decoration: none;
}
.our-work a:hover, li.selected a:link, li.selected a:visited, li.selected a:active {
	color: #476173;
	font-weight: bold;
	text-decoration: none;
	background-color: #192127;
}
.display-work {
	float: left;
	width: 704px;
}
a.img {
	float: left;
	overflow:hidden;
	margin: 0 0 10px 10px;
}
a.img:hover {
	border: 4px solid #192127;
}
a.img:hover img {
	margin: -4px;
}
.large-img {
	float: left;
	overflow:hidden;
	margin: 0 0 10px 10px;
}
.mult-img {
	float: left;
	overflow:hidden;
	margin: 0 10px 10px 10px;
}
.clear {
	clear: left;
}
.work-info {
	clear: both;
}
.work-info h3 {
	width: 145px;
	margin: 25px 0px 0 0px;
	text-align: right;
	display: block;
	float: left;
	clear: left;
	line-height: 1.3em;
}
.work-info p {
	font-weight: bold;
	display: block;
	float: left;
	margin: 25px 0 0 25px;
	width: 696px;
	line-height: 1.2em;
}
.visit a {
	padding: 4px 5px 3px 5px;
}
.visit a:link, .visit a:visited, .visit a:active {
	color: #a77f33;
	text-decoration: none;
	text-transform: lowercase;
	padding: 4px 5px 3px 5px;
	margin: 0 -5px;
}
.visit a:hover {
	color: #a77f33;
	text-decoration: none;
	text-transform: lowercase;
	padding: 4px 5px 3px 5px;
	background-color: #192127;
}


/* FOOTER
============================================= */

#footer {
	clear: both;
	font: bold 1.2em "Lucida Grande", Arial, sans-serif;
	color: #476173;
	background: #192127 url(../images/footer-bg.gif) repeat-x top;
	padding: 20px 0 100px 0;
}
#footer .copyright {
	color: #679bc1;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	width: 130px;
	display: block;
	text-align: right;
	float: left;
	margin: 0px 20px 0 0;
	line-height: 1.3em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #a77f33;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}