/* TICKET PROTECTION GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
}


/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/bg_repeat.gif");
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px 0px -30px 0px;	
}

div#site_container {
	background: transparent url("/images/backgrounds/bg_photo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
}


/* HEADER */

div#header {
	width: 1000px;
	height: 102px;
}

	#header h1 {
		width: 400px;
		height: 80px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 102px;
	left: 27px;
	width: 198px;
	list-style: none;
}

	#navigation li {
		display: inline;
	}
	
		a#home_link {
			width: auto;
			height: 44px;
			background: transparent url("/images/navigation/homepage_button.png");
		}
		
		a#about_link {
			width: auto;
			height: 38px;
			background: transparent url("/images/navigation/about_button.png");
		}
				
		a#fun_stats_link {
			width: auto;
			height: 38px;		
			background: transparent url("/images/navigation/fun_stats_button.png");
		}
		
		a#our_services_link {
			width: auto;
			height: 38px;
			background: transparent url("/images/navigation/our_services_button.png");
		}

		a#sign_up_link {
			width: auto;
			height: 38px;
			background: transparent url("/images/navigation/signup_button.png");
		}
		
		a#useful_links_link {
			width: auto;
			height: 37px;
			background: transparent url("/images/navigation/useful_links_button.png");
		}
		
		a#contact_us_link {
			width: auto;
			height: 37px;
			background: transparent url("/images/navigation/contact_us_button.png");
		}
	
		a#packages_link {
			width: auto;
			height: 45px;
			background: transparent url("/images/navigation/packages_button.png");
		}
	
		#navigation li a {
			display: block;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: -198px 0px;
		}
		
			#navigation li a strong {
				display: none;
			}


/* GUARANTEE AD */

div#guarantee_ad {
	position: absolute;
	top: 420px;
	left: 25px;
	width: 215px;
	height: 181px;
	background: transparent url("/images/misc_elements/guarantee_ad.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

	#guarantee_ad h2 {
		padding: 181px 0px 0px 0px;
		height: 0px;
		overflow: hidden;
	}
	
	#guarantee_ad p {
		display: none;
	}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		color: #2e2e2e;
		font-size: 14px;
		line-height: 20px;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #666666;
		}
		
		#body_text a:hover {
			color: #c20009;
		}


/* FOOTER */		

div#footer_container {
	clear: both;
	height: 201px;
	background: transparent url("/images/backgrounds/h_footer_repeat.gif");	
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 201px;
		background: transparent url("/images/backgrounds/h_footer.png");	
		background-repeat: no-repeat;
		background-position: center top;
	}

		ul#footer_nav {
			position: absolute;
			z-index: 200;
			top: 130px;
			left: 270px;
			width: 650px;
			height: 69px;
			list-style: none;
		}
		
			#footer_nav li {
				float: left;
			}
			#footer_nav li a {
				display:block;
			}
		
			a#packages_footer{
				background: transparent url("/images/navigation/packages_footer.png");
				width: 149px;
			}
			
			a.terms_footer {
				background: transparent url("/images/navigation/terms_footer.png");
				width: 147px;
			}
			
			a.privacy_footer {
				background: transparent url("/images/navigation/privacy_footer.png");
				width: 144px;
			}
			
			a.contact_us_footer {
				background: transparent url("/images/navigation/contact_us_footer.png");
				width: 137px;
			}
		
				#footer_nav li a {
					display: block;
					height: 69px;
					background-repeat:no-repeat;
					background-position: 0px -74px;
				}
				
				#footer_nav li a:hover {
					background-position: 0px 0px;
				}
				
					#footer_nav li a strong {
						display: none;
					}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			display: block;
			top: 100px;
			right: 0px;
			width: 85px;
			height: 75px;
			z-index: 100;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}