/** {
	border: 1px solid;
}*/

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bkgnd.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #e4e9eb;
	text-align: center;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;
}




/* ====== Page Structure ====== */

	#wrapper {
		margin: 0 auto;
		width: 850px;
		text-align: left;
	}
	
	#header {
		width: 100%;
		height: 115px;
		position: relative;
	}
	
	#main {
		width: 100%;
		background-image: url(images/bkgnd_footer.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-color: #ffffff;
		text-align: center;
		display: table;
		padding: 8px 0 20px 0;
	}
	
	#content {
		background-image: url(images/bkgnd_content.gif);
		background-position: left top;
		background-repeat: repeat-y;
		width: 820px;
		margin: 10px 0 0 15px;
		display: table;
	}
	
	#content-nobg {
		width: 820px;
		margin: 10px 0 0 15px;
		display: table;
	}
	
	#col1 {
		text-align: left;
		margin: 0 0 0 15px;
		padding: 15px 0 0 0;
		width: 300px;
		float: left;
		display: inline;
	}
	
	#col2 {
		text-align: left;
		margin: 0 0 0 0;
		width: 470px;
		float: right;
		display: table;
	}
	
	#content_scroll {
		width: 820px;
		margin: 10px 0 0 15px;
		display: table;
		text-align: left;
	}
	
	#col1_scroll {
		margin: 0;
		padding: 15px;
		width: 300px;
		height: 230px;
		float: left;
		background-color: #e6e7e7;
	}
	
	#col2_scroll {
		margin: 0 0 0 0;
		padding: 0 15px;
		width: 460px;
		height: 260px;
		float: left;
		background-color: #ef8022;
		overflow: auto;
	}
	
	#col2_scroll a {
		color: #ffffff;
	}
	
	#col1_contact {
		margin: 0;
		padding: 0;
		width: 430px;
		float: left;
		background-color: #e6e7e7;
	}
	
	#col2_contact {
		margin: 0;
		padding: 0;
		width: 390px;
		float: right;
	}
	
	#contact {
		margin: 10px 0 0 20px;
	}
	
	#footer {
		margin: 5px 0 20px 0;
		padding: 0 35px;
		font-weight: bold;
		font-size: 11px;
		text-align: left;
		color: #525454;
	}
	



/* ====== Form Elements ====== */
	
	#col1_contact label {
		width: 130px;
		float: left;
		text-align: right;
		margin-right: 10px;
		display: block;
		font-size: 11px;
		font-weight: bold;
	}
	
	#col1_contact form #address1, form #address2 {
		width: 240px;
	}
	
	#col1_contact form #state {
		width: 60px;
	}
	
	#col1_contact input {
		width: 180px;
		color: #525454;
		background: #ffffff;
		border: 1px solid #525454;
		margin-bottom: 3px;
	}
	
	#col1_contact textarea {
		width: 240px;
		margin-left: 140px;
		margin-bottom: 3px;
		color: #525454;
		background: #ffffff;
		border: 1px solid #525454;
	}
	
	#col1_contact select {
		width: 240px;
		margin-left: 140px;
		margin-bottom: 3px;
	}
	
	#col1_contact .submit input {
		width: 100px;
		margin-left: 140px;
		color: #525454;
		background: #FFFFFF;
		border: 2px outset #525454;
	}



/* ====== Inline Elements ====== */

	a {
		color: #28a9e0;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	a img {
		border: 0;
	}
	
	#col1 ul, #col2 ul {
		list-style: circle;
		padding: 0 0 0 17px;
		font-weight: bold;
		margin: 15px 0;
	}
	
	#col1 li, #col2 li {
		margin: 0 0 5px 0;
	}
	
	#logo {
		position: absolute;
		top: 43px;
		left: 25px;
	}
	
	#signin {
		width: 200px;
		text-align: right;
		position: absolute;
		top: 88px;
		right: 30px;
	}
	
	.order {
		 margin: 15px 0 0 0;
	}
	
	h1 {
		color: #ef8022;
		font-size: 15px;
		font-weight: bold;
	}
	
	#col2_scroll h2 {
		line-height: 30px;
		color: #ffffff;
		font-size: 18px;
		font-weight: normal;
	}
	
	#col1_contact h3 {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
		color: #525454;
		font-size: 14px;
		font-weight: bold;
	}
	
	#col1_contact h4 {
		margin-left: 140px;
		margin-bottom: 5px;
		text-align: left;
		color: #525454;
		font-size: 13px;
		font-weight: bold;
	}
	
	#singlecolumn {
		width: 800;
		margin: 30px 0 100px 20px;
	}




/* ====== Links ====== */

	#col1_scroll ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		font-size: 16px;
	}

	#col1_scroll li {
		color: #ef8022;
		padding: 5px 0;
		border-bottom: 1px solid #525454;
		font-weight: bold;
	}

	#col1_scroll li:hover {
		background-color: #dee0e0;
	}
	
	#col1_scroll a {
		color: #525454;
		text-decoration: none;
		font-weight: normal;
		margin-left: 10px;
	}
	
	#linksbox {
		font-size: 16px;
		width: 400px;
		margin: 30px 0 100px 20px;
	}
	
	#links {
		width: 100%;
		height: 27px;
		background-image: url(images/bkgnd_links.gif);
		background-position: top left;
		background-repeat: repeat-x;
		background-color: #ef8022;
		overflow: hidden;
		font-family: Arial, helvetica, san-serif;
		font-size: 12px;
		line-height: 16px;
	}
	
	#links ul{
		margin: 0 0 0 10px;
		padding: 0;
		width: 820px;
		height: 27px;
		list-style: none;
		overflow: hidden;
	}
	
	#links li {
		margin: 0;
		padding: 0 7px 0 0;
		height: 27px;
		display: block;
		float: left;
		overflow: hidden;
		background-image: url(images/bkgnd_links_right.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#links li.last {
		background-image: none;
	}
	
	#links a {
		padding: 6px 12px;
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#links a:hover {
		color: #ffffff;
		background-color: #dc9252;
		text-decoration: none;
	}
