@charset "UTF-8";
/* CSS Document */

/* RESET DEFAULT STYLES */

* {margin:0px; padding:0px;} /* normalizes margin, padding */
div,table,p {position:relative;} /* to help with position:absolute and z-index */
a {outline:none;} /* firefox fix */
h1,h2,h3,h4,h5,h6 {font-size:12px;padding-bottom:16px;}
ol, ul {list-style:none;} /* removes bullets from lists */
table {border-collapse:collapse; border-spacing:0px;}
fieldset, img {border:none;} /* removes border */
caption, th {text-align:left;} /* default is center */
html {overflow-y:scroll;} /* forces space for scrollbar so that centered site does not shift with longer content */

/* SOME COMMON STYLES */
/* for forms */
.warning_msg {color:#FF0000;}
.confirmation_msg {color:#0000FF;}
.form_label {text-align:right;}
.form_input {text-align:left;}
.clear_floats {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}
hr {border:0px;height:1px;background-color:#cccccc;margin-bottom:16px;}
.float_left {float:left;margin:10px 12px 10px 0px;}
.float_right {float:right;margin:10px 0px 10px 12px;}


/* SITE SEARCH FORM */
#site_search_form {

}

/* MAIN STYLES */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	background-color:#000000;
}

#wrapper {
	width:860px;
	margin:0px auto;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;	
}

#masthead {
	background-color:#000000;	
}

#masthead h1 {
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	width:726px;
	height:110px;
	text-indent:-9999px;
	background-color:#FFFFFF;
	padding-left:30px;
	background-position:30px 0px;
	padding:0px;
}

#links .padding,
#content .padding,
#footer .padding {padding-left:40px;}

#links {
	background-image:url(../images/button_bkgrnd.gif);
	height:26px;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6699CC;
}

#links ul li {display:inline;position:relative;top:4px;}
#links ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	margin:0px 8px;
	letter-spacing:1px;
	}
#links ul li a:hover {color:#000000;}

/*** on page states ***/
#index .link_home a, 
#custom .link_custom a,
#ready .link_ready a,
#posters .link_posters a,
#contact .link_contact a {color:#000000;}

#right_column {
	width:268px;
	float:right;
	text-align:right;
	padding-top:2px;
}

#content {
	margin-right:268px;
}

#content .padding {
	padding:24px 10px 0px 40px;
}

#content h1 {font-size:16px;}
#content h2 {font-size:14px;}
#content h3 {font-weight:normal;padding-bottom:10px;}
#content #catchy_headline {
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:20px;
	border-bottom:0px solid #99CCFF;
	padding-bottom:0px;
	margin-bottom:16px;
}
#content p {padding-bottom:16px;}
#content ul, #content ol, #content table {margin-bottom:16px;}
#content ul, #content ol {margin-left:30px;}
#content ul {list-style-type:disc;}


#content table {
	width:400px;
	border-right:4px solid #222222;
	border-bottom:4px solid #222222;
	background-color:#99CCFF;
	margin-left:16px;
}

#content table th {width:200px;}
#content table th, #content table td {
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	padding:5px;
	font-size:18px;
	text-align:center;
}
#content table td {text-align:center;}

#content a {color:#6699CC;font-weight:bold;text-decoration:underline;}
#content a:hover {text-decoration:none;}

#ebay_link a {
	display:block;
	background-image:url(../images/ebayLink.png);
	background-position:left;
	width:375px;
	height:75px;
	text-indent:-9999px;
}

#ebay_link a:hover {background-position:right;}

#footer {
	clear:both;
	background-color:#6699CC;
	border-top:1px solid #000000;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	padding:10px 0px;
}

#footer a {color:#FFFFFF;text-decoration:underline;}
#footer a:hover {text-decoration:none;}

.popup_privacy {margin-left:10px;}

/*** specific pages ****/
#index #content li {font-weight: bold;}