/*========================================= Clear default style & Clearfix=========================================*/
*, html, body {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	outline: none;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack*/
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/*========================================= Common elements=========================================*/
body {
	background: url(../images/body_bg.jpg) left top;
	color: #ffffff;
	font-family: Georgia, "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
}
a {
	color: #ffa300;
	text-decoration: none;
}
p {
	margin: 10px 0;
}
h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #906200;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #522b1c;
	margin: 15px 0;
	text-transform: uppercase;
}
#mainwrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
#mainnav {
	background: #2f1913;
	margin-top: 20px;
	width: 100%;
}
#mainnav ul li, #mainnav ul li a, #mainnav ul li span {
	display: block;
	float: left;
}
#mainnav ul li {
	list-style-type: none;
}
#mainnav ul li a span {
	padding: 0 40px;
	color: #ffffff;
	line-height: 40px;
	font-size: 18px;
	border-left: solid 1px #3a211a;
	border-top: solid 1px #3a211a;
	border-right: solid 1px #1a0c08;
	cursor: pointer;
	outline: none;
}
#mainnav ul li a#active_menu span {
	color: #ffa300;
	background: #522b1c url(../images/mainnav_a.gif) center bottom no-repeat;
}
#mainnav ul li a:hover span {
	color: #ffa300;
}
#banner {
	background: #fffaed url(../images/banner_bg.png) left top repeat-x;
	height: 236px;
	color: #906200;
	position: relative;
}
#order-but a {
	position: absolute;
	right: 0;
	bottom: 3px;
	display: block;
	width: 370px;
	height: 229px;
	background: url(../images/banner_shape.jpg) left top no-repeat;
	text-indent: -5000%;
	outline: none;
}
#order-but a:hover {
	bottom: 0;
}
#welcome-intro {
	float: left;
	width: 507px;
	margin: 29px 49px 49px;
}
#welcome-intro h1 {
	color: #000000;
	font-size: 40px;
	margin: 20px 0;
}
#header h1 a {
	display: block;
	overflow: hidden;
	width: 173px;
	height: 80px;
	text-indent: -500%;
	background: url(../images/9xhtml.png) left top no-repeat;
}
#modulewrap {
	clear: both;
	padding: 20px 0;
	border-top: solid 1px #eb7300;
	font-size: 14px;
	background: #9d4d00;
}
#feature, #process, #design {
	float: left;
	width: 33%;
	color: #fff;
}
#feature li {
	margin-left: 20px;
}
#process {
	border-left: solid 1px #5d2e00;
	border-right: solid 1px #5d2e00;
}
#modulewrap p, #modulewrap ul, #modulewrap h3 {
	margin: 0 20px;
}
#modulewrap h3 {
	font-size: 22px;
	font-family: Lucida Console, Tahoma;
	color: #fff;
	margin-bottom: 15px;
}
#footer {
	padding: 20px;
	text-align: center;
	border-top: solid 1px #2f1913;
	font-size: 12px;
	clear: both;
}
#content {
	background: #fffaed url(../images/banner_bg.png) left top repeat-x;
	font-size: 14px;
	color: #1a0c08;
	padding: 40px;
}
div.order-section {
	border: solid 2px #ffa300;
	padding: 20px;
	background: #fffaed url(../images/banner_bg.png) left top repeat-x;
}
ul.form-element li {
	margin: 0;
	list-style-type: none;
	float: left;
	width: 45%;
	margin-right: 20px;
	line-height: 200%;
}
input.inputform {
	width: 95%;
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}
span.red {
	color: red;
	margin-left: 15px;
}
img.client-img {
	border: solid 1px #906200;
	padding: 10px;
	background: #fff;
}