/* Bast Hatfield: Main CSS  */
/* Shannon-Rose Design 2007 		*/

/* Swatches

*/

/* == Common Rules ============================ */
.clear {
	clear: both;
}
div.clear {
	font-size: 1px;
	line-height: 1px;
	height: 0;
	visibility: hidden;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.superScript { vertical-align: super; }
/* ============================================ */
body {
	font-size: 62.5%;
	background: #4c4c4c url(/imgs/bodyBkgd.gif) top center repeat-y;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
}
div#header {
	width: 800px;
	height: 75px;
	background: transparent url(/imgs/headerBkgd.gif) left top repeat-x;
}
#header ul {
	margin: 17px 42px 0 0;
	float: right;
}
#header li {
	float: left;
	display: inline;
	color: #fe8112;
	margin: 0 0 0 20px;
	font: bold 1.1em/1em Arial, Helvetica, sans-serif;
}
#header li a {
	color: #ccc;
	text-decoration: none;
	margin-left: 5px;
}
#header li a:hover {
	color: #edb67a;
	text-decoration: none;
}
div#topBar {
	width: 800px;
	height: 31px;
	background: #000;
}
#topBar h3 {
	margin: 9px 40px 0 0;
	float: right;
	font: normal 1.1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	letter-spacing: .2em;
	text-transform: uppercase;
}
span.orangeBox {
	height: 11px;
	background-color: #ff8b00;
	padding-left: 11px;
	margin-right: 5px;
}
div#response {
	padding: 2px 10px;
	border: 1px solid #545454;
	margin-bottom: 10px;
	width: 350px;
	height: 20px;
}
#response p.message {
	margin: 0;
	padding: 0;
	color: #fff;
}
div#footer {
	 text-align: center;
	 padding: 10px 0 50px;
}
#footer p, #footer h1 {
	color: #aaa;
	font: normal 1.1em/1.6em Arial, Helvetica, sans-serif;
}
#footer strong { font-weight: normal; }
#footer a {
	text-decoration: underline;
	color: #aaa;
}
#footer a:hover {
	text-decoration: none;
	color: #edb67a;
}
