* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}

body {
	background: #000 url('../img/main_bg.jpg') no-repeat 50% 0;
}

h2 {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 8px;
	margin-top: 20px;
}

p {
	margin-bottom: 8px;
}

a {
	color: #82cafc;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}


#imagebuffer {
	position: fixed;
	top: -100%;
	right: -100%;
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}

#container {
	width: 900px;
	margin: 129px auto 100px auto;
}

	#intro {
		width: 285px;
		float: right;
		background: url('../img/intro_bg.jpg') no-repeat 0 0;
		padding: 140px 20px 20px 20px;
		margin-bottom: 20px;
	}
		
		* html #intro {
			width: 285px;
		}
		
	#slideshow {
		width: 516px;
		padding: 20px;
		float: left;
		margin-bottom: 20px;
		background: url('../img/slideshow_bg.jpg') no-repeat 0 0;
		position: static;
	}
	
		* html #slideshow {
			width: 516px;
		}
		
		#slideshow #slide {
			margin-bottom: 20px;
		}
		
		#featureimg_top {
			position: absolute;
		}
		
		#featureimg_bottom {
			height: 334px;
			width: 515px;
			display: block;
		}
		
		#slidetext {
			background-color: transparent;
		}
		
	#moreinfo {
		background: url('../img/transp_bg.png') repeat 0 0;
		padding: 20px;
	}
	
		#moreinfo h2 {
			margin-top: 0;
		}
	
		#about {
			/*float: left;*/
			/*width: 517px;*/
		}
		
		#mailinglist,
		#mailinglist_thanks {
			float: right;
			width: 284px;
		}
		
		#email_signup {}
		
			#email_signup input {
				float: left;
			}
		
			#email_signup_input {
				border: 1px solid #325870;
				padding: 5px 7px;
				margin-top: 8px;
				color: #b8d2fd;
				background-color: #0f1e27;
			}
		
				#email_signup_input_thanks {
					border: 1px solid #333;
					padding: 5px 7px;
					margin-top: 8px;
					color: #666;
					background-color: #0f1e27;
				}
			
			#email_signup_button {
				margin-top: 10px;
				margin-left: 8px;
			}
	
	#footer {}
	
		#tik_logo {
			display: block;
			float: left;
			height: 100px;
			width: 100px;
			margin-left: 8px;
			background: url('../img/tik_logo.png') no-repeat 0 0;
		}
		
		#footer span {
			font-size: 9px;
			color: #666;
			float: right;
			display: block;
			margin-top: 40px;
			margin-right: 20px;
		}
	
	
	
	
.hidden {
	display: none;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

#dbg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	width: 200px;
	border-right: 1px dotted #ccc;
	height: 100%;
	overflow: hidden;
	display: none;
}
