@charset "UTF-8";

/* DOCUMENT INFORMATION
Client: 
Author: Clockwork Active Media Systems (www.clockwork.net)
Contact: 
Created: 
Date Modified: 
************************************/

html, body, h1, h2, h3, h4, h5, ol, ul, li, p, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

/* STRUCTURE
************************************/

#bg_contain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bg_grad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) repeat-x center top;
	z-index: 2;
}

/* COMMON ELEMENTS
************************************/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

.clear {
	clear: both;
}

.bg_bar {
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition-height: 1200px 3s ease-out;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

#logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 60px;
	width: 100px;
	height: 67px;
	overflow: hidden;
	z-index: 999;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat top left;
	text-decoration: none;
	text-indent: -1000px;
}

/* MAIN NAV
************************************/
/* SUB NAV
************************************/
/* HOME
************************************/
/* INTERNAL
************************************/