* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: #040707;
}
h1 {
	font-size: 18px;
	color: #ffffff;
}
h2 {
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin-left: 10px;
	line-height: 1em;
	display: inline;
	font-size: 12px;
	font-variant: small-caps;
}
h3 {
	font-weight: normal;
	color: #911A1C;
	padding: 0;
	margin-left: 10px;
	line-height: 1em;
	font-size: 100%;
	display: inline;
	`
}
p, ul {
	display: inline;
	text-transform: lowercase;
	text-align: justify;
	line-height: 30px;
}
#right {
	padding-top: 20px;
}
#right p {
	line-height: 20px;
	text-transform: none;
}
#content {
	margin-top: 25px;
}
#content2 {
	margin-top: 25px;
	text-align: center;
}
#content ul {
	margin-left: 15px;
}
#logo {
	background: url('img/logo.jpg') top right no-repeat;
	height: 62px;
	margin-bottom: 10px;
}
#container {
	position: absolute;
	width: 770px;
	margin: 50px 0px 0px -385px;
	left: 50%;
}
a {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
img {
	margin: 5px 7px 0 40px;
}
#crumbs {
	color: #911A1C;
}
#crumbs a {
	color: #911A1C;
	text-decoration: underline;
}
#crumbs a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Menu */
#menu {
	display: block;
	width: 771px;
	list-style-type: none;
	margin-bottom: 20px;
	height: 20px;
}
#menu li {
	float: left;
	display: block;
	height: 20px;
}
#menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
#menu li span {
	display: none;
}
#about_us, #about_us_active {
	width: 77px;
	margin-right: 142px;
	background: url('img/about_us.gif') top center no-repeat;
}
#about_us a:hover, #about_us_active {
	background: url('img/about_us.gif') bottom center no-repeat;
}
#recent_work, #recent_work_active {
	width: 106px;
	margin-right: 142px;
	background: url('img/recent_work.gif') top center no-repeat;
}
#recent_work a:hover, #recent_work_active {
	background: url('img/recent_work.gif') bottom center no-repeat;
}
#contact, #contact_active {
	width: 67px;
	margin-right: 142px;
	background: url('img/contact.gif') top center no-repeat;
}
#contact a:hover, #contact_active {
	background: url('img/contact.gif') bottom center no-repeat;
}
#client_area, #client_area_active {
	width: 95px;
	background: url('img/client_area.gif') top center no-repeat;
}
#client_area a:hover, #client_area_active {
	background: url('img/client_area.gif') bottom center no-repeat;
}
#form1 {
	margin: 0 auto;
	padding-top: 10px;
	width: 350px;
}
#form1 legend {
	display: none;
}
#form1 p {
	margin: .5em 0;
}
#form1 label {
	display: block;
	margin-bottom: 3px;
	float: left;
}
#form1 input {
  color: #fff;
	width: 350px;
	background: #333;
	padding: 3px;
	margin-bottom: 10px;
}
#form1 .sub {
  margin-top: 15px;
	width: 356px;
	color: #fff;
	text-align: center;
	background: #951A1F;
}

