/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

{
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	background: none center center no-repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	line-height: 1.8em;
	color: #AAA;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}
:focus { -moz-outline-style: none; }

.clear {
	position: relative;
	clear: both;
}

#buy_banner {
	position: fixed;
	z-index: 11;
	left: 0; top: 0;
	width: 115px; height: 115px;
	background: url(/images/buybanner.png) left top no-repeat;
}
#buy_banner a { display: block; width: 100%; height: 100%; }



#container {
	position: relative;
	width: 100%;
}

#ident {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 20px;
	width: 63px;
	height: 11px;
	background: url(../images/ident.png) no-repeat;
}

#ident a {
	display: block;
	width: 100%;
	height: 100%;
}

#left {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	right: 55%;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/left.png) left top no-repeat;
}
#left:hover { background: url(../images/left.png) right top no-repeat; }

#right {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 55%;
	width: 29px;
	height: 29px;
	background: url(../images/right.png) left top no-repeat;
}
#right:hover { background: url(../images/right.png) right top no-repeat; }

#left a,
#right a {
	display: block;
	width: 100%;
	height: 100%;
}



#content {
	position: relative;
	z-index: 3;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0 0;
}

h2 {
	font-family: "ostrich-sans-1", "ostrich-sans-2", "Arial Narrow", arial, sans-serif;
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin: 0 0 40px 18px;
	color: #a6cfbf;
}

p {
	width: 450px;
	margin: 0 auto 80px;
	font-size: 12px;
}

.video, .image {
	position: relative;
	clear: both;
	text-align: center;
	padding-bottom: 60px;
	margin: 0 auto 60px;
	
	border-bottom: 1px solid #EEE;
}

.video {
	width: 960px;
}