/* the image links should be made absolute, they're just relative for testing */

body {
	background:url(../images/bg2.gif) repeat-x;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3c3b3b;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: 400;
	word-spacing: 0.2em;
	text-align: justify;
	width: 420px;
}

#header{
	padding-left:0px;
}
#navigation {
	clear:both;
	margin:0;
	padding:4px 0 0 0;
	height:18px;
	color:white;
}
#navigation li.first {
	background:black;
}
#navigation li {
	list-style-type:none;
	float:left;
	/*
	color:white;
	margin-left:2em;
	*/
	padding-left:2em;
	background:url(../images/bullet.png) 0.6em 2px no-repeat;
}
#navigation li a {
	color:#2a2;
}
/* this IS different to the actual body. it is the body of the page, a div */
.body {
	background:url("../images/order_form.jpg") top left no-repeat;
	margin:2em;
	padding-left:200px;
	clear:both;
	float:left; /* needed for setting width */
	width:450px;
}
#footer {
	clear:both;
	background:black;
	padding:2em;
	color:#ccc;
	text-align:right;
}
h1 {font-size:150%; color:#292; margin-top:0;}
h2 {font-size:130%; color:#292; margin-top:2em;}
h3 {}
a {
	text-decoration:none;
	font-weight:bold;
}
a.address {
	color:#922;
}
.quantities , #totals {
	margin-bottom:2em;
	font-family:"Arial,Helvetica,sans-serif";
}
th {
	font-weight:bold;
	text-align:left;
	color:black;
}
.category {
	width:45%;
}
.price {
	color:#784b19;
	width:10%;
}
.pricePerDozen {
	color:#784b19;
	width:15%;
}
.quantity {
	width:15%;
}
.quantity input {
	width:3em;
}
.total {
	width:15%;
}
.total input {
	width:100%;
}
#totals tr, .quantities tr {
	/* border-bottom:1px dashed #aaa; */
}
.quantities tr.headings th {
	padding-top:4em;
}
#totals td, #totals th, .quantities td, .quantities th {
	padding-top:0.3em 0 0.3em 1em;
}
#totals {
}
#totals .category {
	font-weight:bold;
	width:70%;
}
.body table {
	border-collapse:collapse;
	width:100%;
}
ul.legend {
	clear:both;
	padding-left:2em;
}
ul.legend .text {
	color:black;
}
input.required, select.required, textarea.required {
	border:2px solid #f60;
}
ul.legend li.required {
	list-style-type:square;
	color:#f60;
}
input.readonly {
	border:0;
	border-bottom:1px solid #06f;
	/*border-bottom:2px solid #06f;*/
	background:white;
}
ul.legend li.readonly {
	list-style-type:square;
	color:#06f;
}
.contact_information {
	float:left;
	width:50%;
	margin:0;
	padding:0;
}
.contact_information.right {
	float:right;
}
.contact_information.bottom {
	width:100%;
}
.contact_information dt {
	width:30%;
	height:3em;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
.contact_information dd {
	height:3em;
	float:left;
	margin:0;
	padding:0;
	padding-left:4px;
	width:60%;
}
.contact_information input, .contact_information select {
	width:100%;
}
.contact_information dd.last {
	height:auto;
}
.contact_information textarea {
	width:300px;
	height:6em;
	clear:both;
}
html > body input, html > body select, html > body textarea {
	background:#ddd;
}
html > body input:focus, html > body select:focus, html > body textarea:focus {
	background:white;
	border:2px solid black;
}
