body {
	background: url(images/bg.png) repeat-x #290000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	font-size: 10pt;
	color: #fdadad;
}

#loading_progress {
	position: absolute;
	margin-left: 780px;
	margin-top: 140px;
	font-size: 14pt;
	display: none;
}

#container {
	margin: 0 auto;
	width: 890px;
	background: url(images/container_bg.png) no-repeat 0 20px;
	padding-top: 20px;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

p {
	line-height: 170%;
	margin: 1px 0 5px 0;
	padding: 0 0 5px 0;
}

img {
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #d10000;
}

#logo {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 130px;
	width: 110px;
}

#logo span {
	display: none;
}

#header {
	padding: 0 17px 23px 29px;
	text-align: left;
}

#nav {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	float: right;
}

#nav li {
	padding: 0 13px;
	margin: 0;
	display: inline;
}

#nav li a.sel {
	color: #FFF;
}

#nav li a, #nav li a:visited {
	font-family: Arial;
	color: #d5c4c4;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #FFF;
}

#feature {
	margin: 0 auto;
	background: url(images/feature_bg.png) no-repeat;
	height: 393px;
	width: 878px;
	text-align: left;
	padding: 1px 5px 0 10px;
}

#feature_content {
	padding-top: 50px;
	padding-right: 20px;
	float: right;
	width: 480px;
}

#feature .feature_tag {
	float: right;
}

#feature .feature_img {
	float: left;
	margin-top: 18px;
}

#feature h1 {
	color: #FFF;
	font-size: 15pt;
	background: url(images/swiftspace.gif) no-repeat;
	height: 27px;
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 10px;
}

#feature h1 span {
	display: none;
}

#feature_content p {
	font-size: 10.5pt;
}

#feature_content a.view_btn {
	background: url(images/view_btn.png) no-repeat;
	display: block;
	height: 38px;
	width: 124px;
	float: right;
}

#feature_content a.view_btn span {
	display: none;
}

#about {
	width: 488px;
	height: 170px;
	background: url(images/about_bg.png) no-repeat;
	float: left;
	text-align: left;
	padding: 22px 20px 18px 20px;
	font-size: 10pt;	
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	height: 27px;	
	width: 100%;
	display: block;
}

h2 span {
	display: none;
}

#about h2 {
	background: url(images/about_heading.gif) no-repeat top left;
}

#quote {
	float: left;
	height: 170px;
	width: 295px;
	background: url(images/quote_bg.png) no-repeat -1px 0;
	margin-left: 26px;
	text-align: left;
	padding: 20px 16px 20px 20px;	
	font-size: 9pt;
}

#quote h2 {
	background: url(images/quote_heading.gif) no-repeat top left;
}

#quote a.hire_btn {
	background: url(images/hire_btn.png) no-repeat;
	display: block;
	height: 35px;
	width: 104px;
	float: right;
}

#quote a.hire_btn span {
	display: none;
}

#footer {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding: 20px;
	font-size: 9pt;
}

br.clearboth {
	clear: both;
}

#client_list {
	float: left;
	width: 49%;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}

#client_list p {
	color: #FFF;
	font-weight: bold;
	line-height: 100%;
}

#client_list ul, .left_hello ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#client_list li, .left_hello li {
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding: 0px 0 5px 20px;
	margin: 0;
}

#client_list .left {
	float: left;
	width: 49%;
}

#client_list .right {
	float: left;
	width: 49%;
}

#ready {
	padding-top: 15px;
	padding-right: 20px;
	text-align: left;
}

#hello {
	background: url(images/hello_feature.png) no-repeat 460px 0;
	height: 308px;
	padding: 30px 430px 30px 20px;
}

#hello h2 {
	background: url(images/hello.gif) no-repeat transparent;
}

#hello p.large {
	font-size: 13pt;
}

#content .left_hello {
	text-align: left;
	width: 500px;
	padding-left: 20px;
	float: left;
}

#wwd {
	background: url(images/whatwedo.gif) no-repeat transparent;
}

#content .right_hello {
	width: 320px;
	float: left;
	text-align: left;
	padding-left: 30px;
	padding-right: 0px;
}

#ml {
	background: url(images/mailinglist.gif) no-repeat transparent;
}

.right_hello .txt_ml {
	font-size: 13pt;
	width: 180px;
}

.right_hello .btn_ml {
	float: right;
}

#feature iframe {
	width: 865px;
	height: 350px;
	overflow: hidden;
	padding-top: 10px;
}

#location {
	background: url(images/location.gif) no-repeat transparent;
}

#git {
	background: url(images/git.gif) no-repeat transparent;
}

.contact form {
	border-top: 2px solid #DD1100;
	background: #1f0000;
	padding: 20px 20px 50px 20px;
	margin-top: 20px;
}

.contact form p {
	padding: 5px 20px;
}

.contact form input.txt {
	float: right;
	width: 155px;
	padding: 2px;
	font-size: 10pt;
	margin-right: 160px;
}

.contact form select {
	float: right;
	width: 160px;
	padding: 2px;
	margin-right: 160px;
}

.contact form textarea {
	width: 99%;
	display: block;
}

.contact form input.submit_btn {
	float: right;
}

.available {
	background: url(images/available.gif) no-repeat transparent;
	height: 58px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 20px;
}

.location {
	padding-top: 30px;
	padding-left: 30px;
}
