/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #000 url(../images/allpages/wrap.jpg) repeat-y top;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff; 
	}

#page { display: none; }

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:2em; color:#AFB086; line-height: 1.2em; }
h2	{ font-size:2em; color:#AFB086; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#AFB086; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:none; }

acronym { border-bottom: 1px dotted #fff; }

/* ----- classes ----- */

.implode{
	letter-spacing : -1000em;
}

div.clear	{ 
	clear:both;
	width:100%;
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form#contact-main {
	width:150px;
	padding:10px 0 15px 0;
	}

form#contact-main label	{ font-size:.95em; }

form#contact-main br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

form#contact-main input, form#contact-main textarea, form#contact-main select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:25px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
form#contact-main select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

form#contact-main textarea { 
	height:90px; 
	overflow:auto; 
	}
	
form#contact-main input.submit, form#contact-main input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

form#contact-main input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

form#contact-main #email { display: none; } /* do not remove */ 
  


/* ----- main contact form ----- */ 
 
form#contact-main {
	margin: 20px 0 0 0;
	width: 700px;
}

form#contact-main dl {
	margin: 20px 0 0 5px;
}
body form#contact-main p{
	margin: 0 0 0 5px;
}
form#contact-main dl br {
	clear: both;
}

form#contact-main dt {
	font-size: 1.4em;
	float: left;
	width: 180px;
	line-height: 18px;
	text-align: right;
	color: #AFB086;
}
form#contact-main dd {
	margin: 0 0 5px 190px;
	font-size: 2em;
	line-height: 1.3em;
	text-align: left;
}
form#contact-main dt br, form#contact-main dd br{
	clear: none;
}
form#contact-main dd input, form#contact-main dd select, form#contact-main dd textarea {
	width:200px;
}
form#contact-main dd input.radio {
	width:25px;
	height:25px;
	margin-left: 10px;
	border: none;
	color: #000;
}
form#contact-main dl dd input.submit-contact-main { width: 150px; height: 50px; border: 4px solid #AFB086;  }




/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:780px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background: url(../images/allpages/mast.jpg);
	height:100px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		width:273px;
		height:76px;
		margin: 9px 0 0 499px;
		}
	#masthead span {
		display:none;
		}
	#masthead h1{
		margin: 0;
		}
		
#header-graphic {
	background: url(../images/allpages/header-graphic.jpg) no-repeat top;
	width: 780px;
	position: relative;
	}
	#header-graphic span {
		display: none;
		}
		#header-graphic .initial {
			margin: 0;
			}
	#watch-now-button{
		position: absolute;
		width: 158px;
		height: 98px;
		margin: 13px 0 0 286px;
		}
 
#column-left { 
	width:323px; 
	float:left; 
	}
	#column-left h1, #column-left p, #column-left ul{
		margin-left: 10px;
		margin-right: 10px;
		}
		#column-left ul li{
			list-style: disc;
			margin-left: 20px;	
			margin-bottom: 10px;
			}
			#column-left ul li strong{
				font-size: 1.5em;
			}
  
#column-right { 
	width:454px; 
	float:left; 
	}
	#edition1 {
		height: 327px;
		width: 457px;
		margin: 274px 0 0 0;
		background: url(../images/allpages/loose-change-ed-1.jpg) no-repeat bottom;
		position: relative;
		}
		#edition1 a{
			position: absolute;
			height: 290px;
			width: 438px;
			margin: 0;
			}
	#edition2{
		background: #000 url(../images/allpages/loose-change-ed-2.jpg) no-repeat top;
		height: 380px;
		width: 457px;
		position: relative;
		}
		#edition2 a{
			position: absolute;
			height: 290px;
			width: 438px;
			margin: 0;
			}
		
	#edition1 h2, #edition2  h2, #edition1 p, #edition2  p{
		padding: 0; margin: 0; border: 0;
	}

#watch {
	clear: both;
	margin: 0 20px;
	border: 1px solid #AFB086;
	background: #000;
	}
	#watch-text { 
		float: right;
		text-align: center;
		width: 330px;
		}
		#watch-text ul{
			text-align: left;
			list-style: disc;
			}
			#watch-text li{
				margin-left: 25px;
				margin-right: 5px;
				}
		#watch #ls911-video{
			float: left;
			width: 400px;
			text-align: center;
			}

p strong {
	font-size: 1.5em;
	}
	
#the-facts {
	clear: both;
	margin: 0 20px;
	border: 1px solid #AFB086;
	background: #14161B;
	}
	#the-facts h2	{ font-size:2em; color:#AFB086; text-align: center; margin-top: 10px; border-bottom: 1px dotted #AFB086; }
	#the-facts p {
		margin: 20px 30px 20px 30px;
	}
 
#order {
	background: #000;
	margin: 0 0 -10px 1px; padding: 0;
	}
	#order h2{
		font-size:2em; color:#AFB086; text-align: center; margin-top: 10px; border-bottom: 1px dotted #AFB086; width: 778px;
		}
#copyright {
	text-align: center;
}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }
	

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
ul#nav, ul#nav li{
	margin: 0; padding: 0;
}
ul#nav {
	background: url("../images/allpages/nav.jpg") top left no-repeat;					
	width: 323px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 130px;		/* Height of entire image */
	margin-bottom:20px;
	margin-top: 183px;
	}

#nav li span { display: none; }

#nav li {
	float: left;
	list-style: none;
	}

#nav li, #nav a { 
	height: 26px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0; width:323px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:323px; }

#nav-01 a:hover { background:url("../images/allpages/nav.jpg") -323px    0px no-repeat; }
#nav-02 a:hover { background:url("../images/allpages/nav.jpg") -323px  -26px no-repeat; }
#nav-03 a:hover { background:url("../images/allpages/nav.jpg") -323px  -52px no-repeat; }
#nav-04 a:hover { background:url("../images/allpages/nav.jpg") -323px  -78px no-repeat; }
#nav-05 a:hover { background:url("../images/allpages/nav.jpg") -323px -104px no-repeat; }

/* Pay links */

#paylinks{
	margin: 40px 0 40px 0;
	text-align: center;
	}
	#paylinks p{
		font-size: 1.5em;
		margin-bottom: 15px;
		}

.fine {
	font-size: .5em;
	color: #3F3F3F;
}


