html,body {
	background: #fffff5 url('/images/global/bg-tile.gif');
	font: 12px Georgia, serif;
	color: #666;
	margin: 0;
	padding: 0;
}
#main {
	width: 864px;
	margin: 20px auto 0 auto;
}
#main-cap {
	background: url('/images/global/main-cap.gif') top no-repeat;
	height: 13px;
	*margin-bottom: -2px;
}
#header {
	background: #fff;
}
#main-feet {
	background: url('/images/global/main-feet.gif') bottom no-repeat;
	height: 13px;
	*margin-top: -2px;
}

h1 {
	margin: 0;
	background: url('/images/global/logo.gif') center no-repeat;
	width: 100%;
	height: 108px;
}
h1 span { display: none; }

img { border: 0;}

p { line-height: 1.5em;}

#body {
	padding-top: 2px;
	background: #fff;
}

#footer {
	margin-top: 20px;
}
#footer-content {
	background: url('/images/global/footer-bg.gif');
	height: 75px;
	width: 864px;
}

#footer-left {
	float: left;
	width: 519px;
}

#footer-right {
	float: right;
	width: 325px;
}

#footer-cap {
	background: url('/images/global/footer-cap.gif');
	height: 13px;
}
#footer-feet {
	background: url('/images/global/footer-feet.gif');
	height: 13px;
}

#footer-navigation {
	margin: 0;
	display: block;
	float: left;
	padding: 0;
}
#footer-navigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	list-style: none;
	text-align: left;
	color: #060;
	height: 70px;
	line-height: 1.5em;
}
#footer-navigation a {
	display: block;
	height: 36px;
	text-decoration: none;
	color: #fff;
}

#footer-navigation li.home {
	width: 50px;
	padding-left: 27px;
	border-right: 1px solid #ccc;
}
#footer-navigation li.company {
	width: 72px;
	border-right: 1px solid #ccc;
}
#footer-navigation li.projects {
	width: 93px;
	border-right: 1px solid #ccc;
}
#footer-navigation li.customer-service {
	width: 113px;
	border-right: 1px solid #ccc;
}
#footer-navigation li.contact {
	width: 88px;
}

#footer-navigation ul {
	margin: 0;
	padding: 0;
}
#footer-navigation ul li {
	color: #666;
	text-align: left;
	padding: 0;
	height: 18px;
}

#footer-navigation a {
	color: #060;
	height: 18px;
}

#footer-navigation ul li a {
	color: #666;
}

#footer-navigation a:hover {
	text-decoration: underline;
}

#footer-right {
	padding-right: 20px;
	line-height: 30px;
}
#footer-right p {
	margin: 0;
	margin-top: -20px;
	padding: 0;
	line-height: 55px;
}

#footer-right .links {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
    clear: both;
    text-align: right;
    float: right;
    width: 325px;
}

#footer-right .copyright {
    float: right;
    clear: both;
    text-align: right;
    width: 325px;
}

#footer-right a {
	color: #666;
	text-decoration: none;
}
#footer-right a:hover {
	text-decoration: underline;
}

#bottom-icon {
	width: 16px;
	height: 16px;
	background: url('/images/global/bottom-icon.gif');
	margin: 40px auto 0 auto;
}

.error {
	background-color: #a33;
	color: #fff;
}

a {
	color: #060;
}