/*
"GENERAL" - main styles.
"PAGE" - page styles.
"HEADER" - header styles.
"LEFT PANEL" - left panel styles.
"CONTENT" - content styles.
"FOOTER" - footer styles.
*/



/* GENERAL */
BODY {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #121516;
	background-position: center 97px;
	background-repeat: no-repeat;
}

HTML, BODY, H1, H2, H3, H4, H5, H6, FORM, P, IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY, INPUT, SELECT, TEXTAREA, TABLE, TD, TH {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color: #bbbbbb;
}

UL, OL, LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	visibility: hidden;
}

/* Remove anchor outlines */
* {outline: none;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}


/* PAGE */
#bg-holder {
	width: 100%;
	background-color: #121516;
	background-position: center 97px;
	background-repeat: no-repeat;
}

#holder {
	text-align: left;
	margin: 0;
	position: relative;
}


/* HEADER */
#header {
	height: 150px;
	z-index: 1000;
}


/* LEFT PANEL */
#left {
	float: left;
	width: 200px;
}


/* CONTENT */
#content {
	width: 970px;
	min-height: 550px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.75em;
	position: relative;
}

/* CONTENT - default */
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	font-family: trebuchet ms,helvetica,sans-serif;
	color: #FFFFFF;
}
#content H1 {
	font-size: 48px;
	font-weight: normal;
}
#content H2 {
	font-weight: normal;
}
#content H3 {
	font-weight: normal;
}
#content H4 {
}
#content H5 {
}
#content H6 {
}

#content A {
	color: #7fc7ec;
	text-decoration: none;
}

#content A:hover {
	color: #7fc7ec;
	text-decoration: underline;
}

#content OL {
}

#content UL {
}

#content TABLE {
	border-collapse: collapse;
}

#content TD, #content TH {	
	padding: 1px;
}

#content TD {	
}

#content TH {
	font-weight: bold;
}

#content FIELDSET {
	border: #353739 solid 1px;
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 10px;
}

#content LEGEND {
	font-weight: bold;
	margin: 0 0 0 10px;
}

#content INPUT, #content TEXTAREA, #content SELECT {
	padding: 1px;
	border: #000000 solid 1px;
	color: #000000;
}

#content INPUT[type="checkbox"], #content INPUT[type="radio"] {
	border: 0px;
}

#content SELECT, #content INPUT[type="text"], #content INPUT[type="file"] {
	width: 250px;
}

#content TEXTAREA {
	width: 350px;
	height: 100px;
}

#content .button, #content INPUT[type="submit"] {
	padding: 1px;
	border: 0;
}

/* FOOTER */
#footer {
	height: 315px;
	margin: 9px 0 0 0;
	background: url(../img/footer-bg.jpg) 50% 97px repeat-x;
	position: relative;
}
