/*----------------------------- /
/  Zombie 0.1.1 – It's Alive!  	/
/  Gatorworks Web Design     	/
/  David Link & Chase Swindler  /
/  www.gatorworks.net        	/
/ -----------------------------*/

/* Browser Reset via Blueprint ------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

h1 { font: 32px Arial, "Helvetica Neue", Helvetica, sans-serif; padding-bottom: 20px;}
h2 { font: 20px Arial, "Helvetica Neue", Helvetica, sans-serif; padding-bottom: 10px;}
address { font: 14px; padding-bottom: 15px;}

/* Layout ---------------------------------------------------- */

	body {
		text-align: center;
		margin: 0 auto;
	}
	#container {
		width: 100%;
		margin: 0px auto;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/container_bg.jpg') repeat-x bottom;
		font: 12px Lucida Grande, Arial, sans-serif;
		color: #003333;
	}
	#content {
		width: 920px;
		margin: 0 auto;
		text-align: left;
		padding-bottom: 100px; /* Must match #footer height */
	}
		#header {
			padding: 50px 0;
		}
			h1#logo {
				height: 66px;
				width: 256px;
				background: url('../images/logo.png') no-repeat;
				float: left;
			}
			h1#logo a {
				width: 100%;
				height: 100%;
				display: block;
				text-indent: -999px;
			}
			#header ul {
				list-style: none;
				float: right;
			}
				#header li {
					display: inline;
					float: left;
				}
				#header ul li a {
					display: block;
					text-indent: -9999px;
					height: 25px;
					background: url('../images/nav_sprite.jpg') no-repeat;
				}
				#header li#home_nav a {
					width: 60px;
					background-position: 0 0;
				}
				#header li#order_nav a {
					width: 115px;
					background-position: -67px 0;
				}
				#header li#contact_nav a {
					width: 105px;
					background-position: -190px 0;
				}
				#header li#home_nav a:hover {
					width: 60px;
					background-position: 0 -25px;
				}
				#header li#order_nav a:hover {
					width: 115px;
					background-position: -67px -25px;
				}
				#header li#contact_nav a:hover {
					width: 105px;
					background-position: -190px -25px;
				}
	#main {
		clear: both;
		padding-bottom: 50px;
	}
		h2#tagline {
			text-indent: -9999px;
			height: 250px;
			background: url('../images/tagline.jpg') no-repeat;
			padding-bottom: 40px;
		}
		.sub h2#tagline {
			background: url('../images/tagline_inner.jpg') no-repeat;
			height: 191px;
			width: 575px;
			float: left;
			padding-right: 29px;
		}
		#tabs_cap {
			background: url('../images/tabs.jpg') no-repeat;
			height: 60px;
		}
		#tabs {
			height: 405px;
		}
			#tab_content {
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border: 5px solid #ccc;
				padding: 22px 0 24px 0;
			}
			.tab {
				float: left;
				width: 280px;
				height: 350px;
			}
			#tabs #map {
				padding-left: 20px;
				background: url('../images/home_map.jpg') no-repeat bottom center;
			}
			#tabs #middle {
				border-right: 2px dashed #ccc;
				border-left: 2px dashed #ccc;
				width: 300px;
				background: url('../images/home_papers.jpg') no-repeat bottom center;
			}
			#tabs #middle a {
				height: 215px;
				width: 215px;
				text-indent: -9999px;
				display: block;
				padding: 55px 0 0 25px;
			}
			#tabs #boxes {
				padding-right: 26px;
				background: url('../images/home_boxes.jpg') no-repeat bottom right;
			}
			#tabs #boxes a {
				height: 215px;
				width: 275px;
				text-indent: -9999px;
				display: block;
				padding: 55px 0 0 25px;
			}
			#tabs h3 {
				text-indent: -9999px;
				display: block;
				width: 0;
				height: 0;
			}
			#tabs p {
				font: 12px Lucida Grande, Arial, sans-serif;
				color: #003333;
				height: 55px;
				width: 240px;
				padding: 15px 5px 5px 15px;
				background: #ccc;
			}
			p#message {
				margin: 0 auto;
			}
			p#ship {
				margin-left: 25px;
			}
			div.selectbox-wrapper {
				position: absolute;
				width: 250px;
				margin: 0px;
				margin-top: -10px;
				margin-right: 15px;
				padding: 0px;
				max-height: 210px;
				overflow: auto;
				background: url('../images/container_bg.jpg') repeat-x bottom;
				font: 12px Lucida Grande, Arial, sans-serif;
				color: #003333;
				border: 1px solid #bcbfc1;
				border-right: 0;
			}
			div.selectbox-wrapper ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			div.selectbox-wrapper ul li.selected { 
				background-color: #9e3448;
				color: #fff;
			}
			div.selectbox-wrapper ul li.current { 
				background-color: #9e3448;
				color: #fff;
			}
			div.selectbox-wrapper ul li {
				list-style-type: none;
				display: block;
				margin: 0;
				padding: 2px;
				cursor: pointer;
			}
			.selectbox {
				margin: 25px 5px 10px 0;
				padding-top: 15px;
				padding-left: 20px;
				display: block;
			  	cursor: pointer;
				background: url('../images/bg_select.jpg') left top no-repeat;
				width: 250px;
				height: 25px;
				border: 0;
			}
			.sub #loser {
				float: left;
				background: url('../images/loser.jpg') no-repeat;
				width: 316px;
				height: 191px;
				padding-bottom: 15px;
			}
			.sub #loser a {
				display:block;
				  width:100%;
				  height:100%;
				  text-decoration:none;
			}
				.sub #loser_text {
					float: right;
					position: relative;
					top: 50px;
					left: -15px;
					width: 180px;
				}
					.sub #loser_text p {
						font: 10px Lucida Grande, Arial, sans-serif;
						color: #333;
						padding-top: 10px;
					}
					.sub #loser_text a, a:visited {
					  text-decoration:none;
					}
				.sub #loser h3 {
					font: 16px Lucida Grande, Arial, sans-serif;
					color: #990033;
				}
				.sub #loser h3 span {
					font-style: italic;
					display: block;
				}
				.sub #loser img {
					float: left;
					padding-right: 15px;
					position: relative;
					top: 50px;
					left: 20px;
				}
				#order #one {
					height: 520px;
					background: url('../images/innermap_filled.jpg') no-repeat 525px 150px;
				}
				p#no-select {
					padding: 15px 0 15px 30px;
					font-weight: bold;
				}
				#order #one h3 {
					background: url('../images/step1.jpg') no-repeat left bottom;
				}
				#order #two {
					background: url('../images/innernotebook.jpg') no-repeat 600px 175px;
				}
				#order #two h3 {
					background: url('../images/step2.jpg') no-repeat left bottom;
				}
				#order #three {
					background: url('../images/innerboxes.jpg') no-repeat right 125px;
				}
				#order #three h3 {
					background: url('../images/step3.jpg') no-repeat left bottom;
				}
				.step {
					clear: both;
					padding-bottom: 75px;
					width: 100%;
				}
					.step h3 {
						width: 925px;
						height: 65px;
						display: block;
						text-indent: -9999px;
						padding: 0;
					}
					.step h4 {
						font: 12px "Lucida Grande", Arial, sans-serif;
						color: #003333;
						width: 880px;
						margin: 0 10px;
						background: #ccc;
						padding: 15px 0 15px 20px;
					}
					.step label {
						float: left;
						padding-bottom: 10px;
						width: 430px;
					}
					.step input#official {
						float: left;
						width: 15px;
						clear: left;
						margin-left: 35px;
						padding-bottom: 10px;
					}
					.step .selectbox {
						margin-left: 20px;
						margin-bottom: 15px;
						margin-top: 5px;
					}
					.step select {
						margin: 25px 5px 15px 35px;
					}
					.step textarea {
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 2px solid #ccc;
						margin-left: 15px;
						margin-top: 25px;
						background: none;
						width: 526px;
						height: 184px;
					}
					#one #one_fields {
						width: 525px;
						padding-top: 20px;
					}
					#three h5 {
						padding-top: 15px;
						padding-left: 40px;
						padding-bottom: 15px;
					}
					#three #ccinfo {
						width: 550px;
						padding-left: 25px;
					}
					#three .field {
						float: left;
						width: 250px;
						padding-right: 25px;
					}
					#three .field input {
						width: 210px;
						height: 18px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 2px solid #ccc;
					}
					#three #card_number, #three #card_number_label, #three #submit {
						margin-left: 35px;
					}
					.datebox {
						padding-left: 20px;
					  	cursor: pointer;
						background: url('../images/dateselect.jpg') left top no-repeat;
						height: 25px!important;
						border: 0!important;
						width: 80px!important;
						padding-top: 7px;
					}
					.selectbox {
						border: 0!important;
					}
					#three .field label {
						padding-bottom: 0;
						width: 210px;
					}
					select#creditcard {
						margin-top: 15px;
					}
					#billinginfo {
						padding-left: 75px;
					}
					#billinginfo label {
						width: 100px;
						text-align: right;
						height: 20px;
						margin-bottom: 20px;
						float: left;
						clear: left;
						font-weight: bold;
						padding-right: 10px;
					}
					#billinginfo input {
						float: left;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 2px solid #ccc;
						margin-bottom: 20px;
						height: 20px;
						width: 150px;
					}
					#billinginfo select {
						float: left;
						width: 200px!important;
						margin: 0;
						padding: 0;
					}
					#billinginfo .selectbox {
						margin-left: 0;
						margin-top: 0;
						background-position: -10px top;
						width: 200px!important;
					}
					#three #submit {
						clear: left;
						float: left;
					}
					#billing_field {
						width: 100%;
					}
					#ccv {
						padding-left: 35px;
					}
					#creditcard_container {
						margin-top: -15px;
						margin-left: 35px;
					}
					#month_container {
						margin-top: 0px;
						margin-left: 1px;
					}
					#year_container {
						margin-top: 0;
						margin-left: 110px;
					}
					#billingst .selectbox-wrapper {
						margin-top: 285px;
						margin-left: 125px;
					}
					#csc_click {
						color: #777;
						text-decoration: none;
						border-bottom: 2px solid #ccc;
						font-size: 9px;
						margin-left: 15px;
					}
					#csc_explanation {
						display: none;
						font-size: 10px;
						font-style: italic;
					}
					#ccv_number {
						width: 45px!important;
					}
		p#cost {
			padding-left: 35px;
			padding-bottom: 15px;
			font-style: italic;
		}
		#response {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 2px solid #ccc;
			padding: 10px;
			margin: 15px 0;
		}
		.contact label {
			float: left;
			clear: left;
			width: 100px;
		}
		.contact input {
			width: 210px;
			height: 18px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 2px solid #ccc;
			float: left;
			margin-bottom: 25px;
		}
		.contact textarea {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 2px solid #ccc;
			background: none;
			width: 526px;
			height: 184px;
			float: left;
		}
		.contact #form-submit {
			clear: left;
			float: left;
			width: 100px;
			margin: 15px 0 15px 100px;
		}
		#lower {
			padding-top: 42px;
			padding-left: 15px;
			font: 14px Lucida Grande, Arial, sans-serif;
			line-height: 22px;
		}
			#lower h2#voice {
				padding-bottom: 25px;
				width: 388px;
				height: 25px;
				background: url('../images/voice.jpg') no-repeat;
				text-indent: -9999px;
			}
			#lower #text {
				width: 525px;
				float: left;
				padding-right: 60px;
			}
				#lower #text p {
					padding-bottom: 10px;
					color: #333;
				}
			#lower #loser {
				float: left;
				background: url('../images/loser.jpg') no-repeat;
				width: 316px;
				height: 191px;
				padding-bottom: 15px;
			}
				#loser_text {
					float: right;
					position: relative;
					top: 50px;
					left: -15px;
					width: 180px;
				}
					#loser_text p {
						font: 10px Lucida Grande, Arial, sans-serif;
						color: #333;
						padding-top: 10px;
					}
				#loser h3 {
					font: 16px Lucida Grande, Arial, sans-serif;
					color: #990033;
				}
				#loser h3 span {
					font-style: italic;
					display: block;
				}
				#loser img {
					float: left;
					padding-right: 15px;
					position: relative;
					top: 50px;
					left: 20px;
				}
		#lower a#order_boxes {
			float: right;
			display: block;
			text-indent: -9999px;
			height: 58px;
			width: 315px;
			background: url('../images/order_btn.jpg') top left no-repeat;
			position: relative;
			left: -2px;
			top: 0;
		}
		ol#faq li {
			padding-bottom: 15px;
		}
		ol#faq strong {
			font-size: 14px;
		}
		ol#tos li {
			padding-bottom: 15px;
		}
	#footer {
		/* Locks footer to the bottom */
			position: absolute;
			left: 0;
			bottom: 0;
		/* -------------------------- */
		width: 100%;
		height: 100px; /* Must match #content padding-bottom */
		text-align: center;
		background: url('../images/footer_bg.jpg') repeat-x;
		color: #fff;
		font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
		#footer a {
			color: #fff;
			text-decoration: none;
		}
		#footer a:hover {
			border-bottom: 2px solid #fff;
		}
		#footer p {
			padding-top: 25px;
		}
/* Universal styles */
.clear { clear: both; }