body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #999 url('/images/bg.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-weight: normal;
}

/*
.transparent { 
	behavior: url('/js/iepngfix.htc') 
}
*/

img {
	border-style: none;
	margin-bottom: 0px;
}

a {
	color: #b22e00;
}

a:hover {
	text-decoration: none;
}

h1 {
	position: absolute;
	top: 10px;
	right: 34px;
	margin: 0px;
}

h2 {
	font-size: 22px;
	color: #b22e00;
	padding: 0px 0px 6px; 
	font-weight: normal;
	margin: 0px;
}

h3 {
	margin: 0px;
	padding: 0px 0px 6px;
	font-weight: normal;
	font-size: 18px;
}

.section_intro {
	padding: 12px 50px 0px;
	margin: 0px;
}

#page_wrapper {
	width: 908px;
	margin: 0px auto;
}

#page_header {
	height: 45px;
	position: relative;
}

#page_body_wrapper {
	background: #f2f2eb url('/images/body_bg.gif') repeat-y;
}

#page_body {
	width: 900px;
	margin: 0px auto;
}

#page_footer {
	padding: 0px 50px;
	font-size: 10px;
	color: #999;
	line-height: 26px;
	background-color: #333;
	visibility: visible;
	margin: 0px 4px;
}

#copyright {
	width: 200px; 
	float: left;
}

#footer_nav {
	text-align: right;
}

#footer_nav a {
	color: #999;
}

#page_content {
	
}

.quote {
	font-style: italic;
}

.quote_author {
	font-style: normal;
}

#contact_form_wrapper {
	width: 310px;
	height: 230px;
	background: url('/images/contact_form_bg.png');
	position: absolute;
	display: none;
}

#contact_form {
	width: 310px;
	height: 230px;
	position: relative;
	color: #fff;
	padding-top: 10px;
}

#contact_arrow_up {
	position: absolute;
	background: url('/images/contact_arrow_up.png');
	left: 20px;
	top: 0px;
	width: 18px; 
	height: 13px;
	visibility: hidden;
}

#contact_arrow_down {
	position: absolute;
	background: url('/images/contact_arrow_down.png');
	width: 19px; 
	height: 14px;
	top: 216px;
	right: 20px;
	visibility: hidden;
}

#contact_error {
	visibility: hidden;
	color: #f00;
	border: 1px solid #f00;
	background-color: #fff;
	text-align: center;
	padding: 2px;
	margin: 10px auto 0px auto;
	width: 240px;
}

.label {
	float: left;
	width: 110px;
	padding-top: 5px;
	text-align: right;
}
.value {
	padding: 3px 0px;
}

#services_wrapper {
	background: #dadac3;
	padding: 0px;
}

#services {
	width: 800px;
	margin: 0px auto;
	border-collapse: collapse;
}

#services td {
	vertical-align: top;
	padding: 30px 0px;
}

#showcase_wrapper {
	background: #691c01 url('/images/showcase_bg.gif') repeat-x top;
	padding: 0px;
	height: 340px;
	width: 900px;
	overflow: hidden;
}
#showcase {
	width: 9000px;
	padding: 35px 0px 0px;
}
.showcase {
	float: left;
	width: 800px;
	padding: 0px 50px;
	
}

.showcase_screenshot {
	width: 420px;
	float: left;
}
.showcase_screenshot img {
	
}

.showcase_text {
	color: #fff;
}
.showcase_text a {
	color: #fff;
}

#showcase_nav {
	text-align: right;
	background: #691c01;
	padding: 5px 50px;
}

#showcase_nav a {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
}

#showcase_nav a.on {
	text-decoration: underline;
	
}

.text_field {
	width: 140px;
	padding: 1px 0px;
}

textarea {
	width: 145px;
}
