/* Styles */

html {
background: url('../images/bg.jpg');
background-repeat: repeat-x;	
background-color: #a4d16e;
}

body {
	
	font-family: Tahoma, Helvetica, Arial;
	font-size: 1em;
	text-align: left;
	width: 100%;
}

#container {
	float: left;
	width:100%;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-weight: bold;
	font-size: 1.7em;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 1.3em;
}

td {
	padding: 5px;
}

#home_header {
	height: 215px;
}

.logo {
	float: left;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	height: 215px;
	width: 345px;
	text-indent: -9999px;
	margin-left: 40px;
}

.red_border_btm {
	border-bottom: 2px dashed red;
}

input[type="submit"]
{
	float: right;
	background: url('../form_submit.png');
}



#value_prop {
	height: 110px;
	margin-top: 70px;
	width: 600px;
	float: left;
	margin-left: 35px;
}

#steps {
	width: 640px;
	height: 400px;
	background-color: #FFF;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-right: 13px;
	padding-left: 13px;
}

#steps h2 {
	color: #384a85;
}


#steps_img {
	background-image: url('../images/steps.jpg');
	background-repeat: no-repeat;
	height: 190px;
	width: 585px;
	margin-top: 10px;
	margin-left: 30px;
	padding-bottom: 32px;
	float: left;
	border-bottom: 2px red dashed;
}

#submit_btn {
	font-weight: bold;
	width: 244px;
	height: 78px;
	margin-top: 20px;
	padding-top: 30px;
	float: right;
	text-align: left;
	background-image: url('../images/go.jpg');
	background-repeat: no-repeat;
}


.title {
	float: left;;
	margin-top: 100px;
}

#content {
	width: 655px;
	float: left;

}

#content_header {
	height: 90px;
}

#create_form {
	width: 630px;
	background-color: #fff;
}

#status_bar {
	height: 30px;
	padding-top: 10px;
	background-color: #FFF7BF;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#status_bar p {
	font-size: .9em;
}

#order_form {
	width: 700px;
}

#orders {
	float: left;
	min-height: 200px;
	background: #FFF;
	width: 300px;
}

#menu {
	padding-top: 10px;
}

	

#footer {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}

#footer ul {
	width: 400px;
}

#footer li {
	float: left;
	margin-left: 10px;
}

/* columns */

.thin_col {
	float: left;
	width: 245px;
}

.thick_col {
	float: left;
	width: 370px;
}

.margin_right {
	margin-right: 20px;
}

/* Form Styles */

.form {
	background: #FFF;
	padding: 20px;
	
}

select.sm_select {
	width: 50px;
}

.form ul {
	list-style: none;
}

.form span {
	float: left;
}

.form ul li {
	clear: both;
	height: 50px;
}

.form input[type="text"], select{
	height: 30px;
	font-size: 20px;
	width: 300px;
}

span.label {
	width: 200px;
	margin-right: 30px;

}

span.sub_label {
	font-size: .8em;
	color: #777;
	width: inherit;
	float: right;
	align: left;
}

/* temp home styles */

#middle {
	width: 100%;
	float: left;
	padding-left: 80px;
}

#mid_left {
	width: 214px;
	height: 334px;
	float: left;
	background-image: url('../images/three_steps_vert.png');
	background-repeat: no-repeat;
	margin-left: 0px;
}

#mid_right {
	width: 600px;
	float: left;
	margin-left: 125px;
}
