/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, dd, dt, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #666; background-color: #fff;
}
img {
	border:none;
}
a {text-decoration: underline;}
a:link {color: #00847A;}
a:visited {color: #00847A;}
a:hover {color: #F27F18;}
a:active {color: #F27F18;
}
h2 {
	font-size: 1em;
	margin-bottom: 0;
	color: #F27F18;
	margin-bottom: .8em;
}
h3 {
	font-size: 1.2em;
	color: #004A31;
	font-style: italic;
	margin-bottom: 1em;
}
/**************** Container styles ****************/
#container {
	width: 980px;
	margin: 0 auto;
}
/**************** Header styles ****************/
#header {
	height: 181px;
	background: url(../images/orderform/header-bg.jpg) no-repeat left top;
	position: relative;
	border-bottom: 11px solid #F27F18;
}
#logolink {
	position: absolute;
	top: 48px;
	left: 34px;
}
#headertitle {
	background: url(../images/orderform/headertitle09.gif) no-repeat left top;
	position: absolute;
	top: 130px;
	right: 15px;
	height: 46px;
	width: 181px;
}
/**************** Content styles ****************/
#maincontent {
	border-left: 1px solid #008479;
	border-right: 1px solid #008479;
	border-bottom: 1px solid #008479;
	padding: 20px;
	float: left;
	width: 938px;
}
p {
	font-size: .7em;
	margin-bottom: 1em;
}
#billing label, #delivery label {
	color: #080C0D;
	width: 100px;
	display: block;
	float: left;
}
.greytoprad {
	background: url(../images/orderform/greytop15rad09.gif) no-repeat left top;
	height: 52px;
	padding-left: 15px;
	width: 923px;	
}
.greytoprad p {
	color: #080C0D;
	line-height: 52px;
	font-style: italic;
	font-weight: bold;
	font-size: .9em;
}
.formcontent {
	background-color: #eee;
	padding: 15px 35px 0;
	float: left;
	width: 868px;
}
.whitebottomrad {
	background: url(../images/orderform/greybottom15rad09.gif) no-repeat left top;
	height: 15px;
	width: 938px;
	float: left;
	margin-bottom: 1em;
}
.backtotop {
	margin-bottom: .5em;
	text-align: center;
}
#artwork, #noartwork {
	background: url(../images/orderform/artwork-bg.gif) no-repeat left top;
	float: left;
	width: 406px;
	padding: 12px 20px 0 35px;
	/*text-align: center;*/
	margin-right: 1em;
	height: 173px;
	margin-bottom: 1em;
}
#artwork img, #noartwork img {
	margin-top: 7px;
}
#noartwork {
	margin-right: 0
}
.submitbtn {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	margin-top: 20px;
	float: left;
	width: 868px;
}
#progresswrapper {
	background: url(../images/orderform/progress-bg.gif) no-repeat left top;
	width: 938px;
	height: 185px;
}
#progresswrapper ul {
	float: left;
	margin: 24px 0 0 94px;
	list-style: none;
}
#progresswrapper ul li, #progresswrapper ul li img {
	float: left;
}
#progresswrapper ul li img#step2 {margin-left: 73px;}
#progresswrapper ul li img#step3 {margin-left: 67px;}
#progresswrapper ul li img#step4 {margin-left: 61px;}
#progresswrapper ul li img#step5 {margin-left: 65px;
}
/**************** table styles ****************/
table {
	border-collapse: collapse;
	vertical-align: top;
	padding: 3px;
	border: none;
	font-size: .7em;
}
table td, table th {
	padding: 4px 5px 4px 0;
}
table th {text-align: left;
	font-size: 1.1em;
	color: #F27F18;
}
table#billing {
	float: left;
	margin-right: 20px;
	width: 427px;
	
}
table#delivery {
	float: left;
	width: 420px;
}
#quotedetails {
	margin-bottom: 1em;
}
#orderdetails {
	margin-bottom: 1em;
}
#orderdetails, #orderdetails td, #orderdetails th {
	border: 1px solid #aaa;
}
#orderdetails td, #orderdetails th {
	padding: 4px;
}
.quotecell {
	width: 442px;
}
/**************** Misc classes and styles ****************/
.requiredtext {color: #f00;}
.margbottom0 {margin-bottom: 0;}
.centrealign {text-align: center;}
.textright {text-align: right;}
.imgleft {float: left; margin: 0 15px 0 0;}
.imgleft2 {float: left;}
.margbottom2 {margin-bottom: 2em;}
.clear {clear: both;}
.textcentre {text-align: center;}
.orangetext {color: #F27F18;}

