﻿/*
body {
	font-family: Arial, Helvetica, sans-serif;
}
*/
#footer p {
	font-size: 10px;
	line-height: 18px;
	margin-top: 15px;
}
#footer h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#topbar {
	background-color: #878787;
	height: 10px;
}
#footer {
	background-color: #1b1b1b;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_content {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0px;
	overflow: hidden;
}
#footer a {
	color: #6f6f6f;
}
.footer_list{
	float: left;
	margin-right: 55px;
}
#footer_content li {
	margin-bottom: 5px;
}
#footer_content a {
	color: #6f6f6f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
#footer_content a:hover {
	text-decoration: underline;
}

/* ---------- Contact Form ---------- */

#name, #email, #name2, #email2 {
	background: url(images/name_field.jpg) top left no-repeat;
	width: 149px;
	height: 21px;
	border: none;
	display: block;
	margin-bottom: 10px;
	padding: 2px 2px 0px 2px;
	font-size: 10px;
	color: #333333;  
}
.name {
	float: left;
	font-size: 10px;
	line-height: 18px;
}
.email {
	float: right;
	font-size: 10px;
	line-height: 18px;
	margin-right: 5px;
}
#comments, #comments2 {
	background: url(images/message_field.jpg) top left no-repeat;
	width: 320px;
	height: 56px;
	border: none;
	display: block;
	font-size: 12px;
	padding: 2px 2px 0px 2px;
	color: #333333;  
}
#comments2 {
	width: 370px;
	height: 110px;
}
#name2, #email2, #comments2  {
	background: url(images/field_repeat.jpg) top left repeat-x ;
	border: solid #9a9a9a 1px; 
}
#container_bigform small {
	color: #333333;
}
#submit2 {
	background: #888888;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
}
small {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#form {
	overflow: hidden;
}
.send {
	background: url(images/send_bg.jpg) top left no-repeat;
	width: 93px;
	height: 16px;
	display: block;
	text-align: center;
	padding-top: 3px;
	margin-top: 15px;
	float: right;
	margin-right: 6px;
}
#small_footer {
	background-color: #121212;
	padding: 20px 0px;
	color: #6f6f6f;
	text-transform: uppercase;
	font-size: 10px;
	overflow: hidden;
}
#small_footer_content {
	width: 940px;
	margin: 0 auto;
}
#small_footer_left, .footerlogo {
	float: left;
}
.footerlogo {
	margin-right: 20px;
}
#small_footer_right {
	float: right;
}
