@charset "UTF-8";
/* html tags -------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #929292;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-indent: -4444px;
	position: absolute;
	left: 18px;
	top: 11px;
	height: 50px;
	width: 355px;
}
h1 a {
	background: url(images/brand.png);
	display: block;
}
a img {
	border-style: none;
}
object {
	display: block;
}
table
{
	border-style:none;
	border-width:0;
	border-collapse:collapse;
	}
th
{
	border-style:none;
	border-width:0;
	border-collapse:collapse;
	}
tr
{
	border-style:none;
	border-width:0;
	border-collapse:collapse;
	}
td
{
	border-style:none;
	border-width:0;
	border-collapse:collapse;
	}
/* Layout IDs -------------------- */
#wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
	background-color: #FFFFFF;
}
#branding {
	background: #FFFFFF;
	height: 73px;
}
#linkbar {
	background-color: #dfd9d8;
	height: 24px;
}
#toplinks1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	padding-left: 400px;
	padding-top: 4px;
}
#toplinks2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	list-style-type: none;
	padding-top: 6px;
}
#toplinks1 li, #toplinks2 li {
	display: inline;
	margin: 0px 7px;
}
#menubox1 {
	background: #FF9B00;
}
#menubox2 {
	background: #FF9B00;
}
#menu {
	height: 144px;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu li {
	line-height: 20px;
	font-size: 13px;
	display: block;
	text-indent: 12px;
}
#maincontent {
	background: url(images/fauxcol1.gif) repeat-y;
	width: 100%;
}
#homecontent1 { /* home page */
	float: left;
	display: inline;
	width: 400px;
	margin-top: 30px;
}
#homecontent1 p {
	margin: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #F6FDFF;
}
#content1 { /* left column body content */
	float: left;
	color: #FFFFFF;
	width: 380px;
	display: inline;
	margin: 30px 0px 12px 15px;
}
#content1 p {
	font-size: 13px;
	line-height: 18px;
}
#content1 h3 {
	font-size: 16px;
}
#content1 h4 {
	font-size: 15px;
	margin-top: 12px;
}
#content2 { /* right column body content */
	float: right;
	width: 400px;
	display: inline;
}
#content2 p {
	font-size: 13px;
	margin: 12px;
	line-height: 18px;
}
#content2 h4 {
	font-size: 15px;
	margin: 12px;
}
#content2 img {
	margin: 0px 4px;
}
#content2 .colorbar {
	text-align: left;
}
#content3 { /* right column specials page */
	float: left;
	width: 360px;
}
#content4 { /* right column specials page */
	float: right;
	width: 360px;
}
#specialcontent { /* specials page */
	background: url(images/fauxcol2.gif) repeat-y;
	margin-top: 4px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	color: #FFFFFF;
}
#specialcontent p {
	font-size: 13px;
	line-height: 18px;
}
#specialcontent h3 {
	font-size: 16px;
	margin-bottom: 6px;
}
#howto {
	padding: 20px 40px;
	min-height: 300px;
}
#howto img {
	margin-left: 60px;
}
#footer {
	text-align: center;
	clear: both;
	margin: 20px 210px 0px 160px;
	line-height: 16px;
}
#footer p {
	font-size: 13px;
}
#footer ul{
	font-size: 9px;
	list-style-type: none;
	padding-top: 6px;
}
#footer li {
	display: inline;
	margin: 0px 4px;
}
/* Flash containers -------------------- */
#imageviewer {
	float: right;
	height: 502px;
}
#logos1 {
	width: 400px;
}
#logos2 {
	height: 60px;
}
#logos2b {
	background: #FF9B00;
	padding: 15px 0px 0px;
	height: 75px;
}
#moviewrap {
	background: #FFFFFF;
	margin: 10px;
}
#moviediv {
	margin-left: 70px;
}
/*Search pages -------------------- */
#searchwrapper {
	background: url(images/fauxcol3.png) repeat-y;
}
#searchhowto {
	float: right;
	width: 405px;
}
#searchresult {
	float: left;
	padding-top: 20px;
	width: 580px;
	
}
#searchresult h2 {
	font-size: 16px;
	margin-bottom: 8px;
}
#searchresult h3 {
	font-size: 16px;
	border-bottom: 1px solid #667;
	margin-left: 10px;
	text-indent: 175px;
	padding-bottom: 8px;
}
#searchresult h4 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-left: 30px;
}
#searchresult h5 {
	font-size: 13px;
	margin-left: 30px;
}
#searchresult p {
	font-size: 13px;
}
.returnitem {
	margin-left: 10px;
	padding: 8px 0px 8px 16px;
	border-bottom: 1px solid #667;
	min-height:150px;	
}

.searchpageimg {
	float: left;
	margin-left: 26px;
}
.itemphoto {
	float:left;		
	position: relative;		
	
}
.itemphoto p {
	left: 12px;
	position: absolute;
	top: 115px;			
}
.itemtext {
	float: right;
	width: 405px;
}
.itemtext p {
	margin-bottom: 12px;
	margin-top: 4px;
	margin-left: 30px;
}

#pagebuttons {
	text-align: center;
	padding: 10px 0px 20px 170px;
}
#searchform {
	float: right;
	width: 210px;
}
#searchform p {
	font-size: 12px;
	margin: 12px 10px 10px 18px;
	line-height: 18px;
}
#searchform h4 {
	font-size: 14px;
	margin: 0px 4px 0px 20px;
	padding-top: 20px;
}
fieldset {
	border-style: none;
	background: #333333;
	color: #CCCCCC;
}
fieldset p {
	text-indent: -12px;
}
.formwidth1 {
	width: 60px;
}
.formwidth2 {
	width: 90px;
}
.formwidth3 {
	width: 170px;
}
.form_btn {
	margin: 10px 10px 10px 60px;
}
.viewlink {
	position: absolute;
	left: 35px;
	top: 80px;
}
#detailpage {
	width: 520px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0px;
}
#detailpage h2 {
	border-bottom: 6px solid #999999;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
#detailpage h3 {
	color: #EB4032;
	text-align: left;
	text-indent: 15px;
	float: left;
	font-size: 13pt;
}
#detailpage p {
	margin: 0px 55px 10px;
	font-size: 12px;
	line-height: 18px;
}
#detailpage .printlink {
	background: url(images/printer.jpg) no-repeat right top;
	margin-right: 15px;
	text-align: right;
	font-size: 9pt;
	padding-top: 28px;
}
#detailpage h5 {
	font-size: 14px;
}
#detailpage h4 {
}
/* -------------------- */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.cleardiv {
	clear: both;
}
.colorbar {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #FF9B00;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 12px;
	text-align: center;
}
.bigtext {
	font-size: 15px;
	font-weight: bold;
}
.plaintext {
	font-weight: normal;
}
.jobtitle {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.topspace {
	margin-top: 3px;
}
.centered {
	text-align: center;
}
