/* ---( base )------------------------------------ */

html {
     overflow: -moz-scrollbars-vertical -moz-scrollbars-horizontal;
}
	
	body {
	background-color: #023668;
	margin: 0;
	padding: 0;
	}

	td, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	}
	
	img { 
	behavior: url(iepngfix.htc); 
	}

#wrapper {
}

/* ---( common )------------------------------------ */

h1, h2, h3, h4, h5, h6 {
}


h1 {
}

p {
}

img, a img {
}

/* ---( text )------------------------------------ */



/* ---( layout )------------------------------------ */



/* ---( links )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: underline;
	color: #ffffff;
	}
	
	a:hover {
	color: #5fbbff;
	text-decoration: underline;
	}
	
	a.nav-01:link, a.nav-01:active, a.nav-01:visited {
	font-size: 12px;
	color: #d0c6c4;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.nav-01:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}


/* ---( minor )------------------------------------ */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* ---( form )------------------------------------ */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

	input.btn{
   	color:#ffffff;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#000000;
   	border:1px solid #FFFFFF;
	}
	
	input.btnhov{
	color:#ffffff;
   	background-color:#482a2c;
	}
	
	
/* ---( ID )------------------------------------ */

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

/* ---( classes )------------------------------------ */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}



/* ---( FIX FOR CLEARING DIV's )------------------------------------ */

/* http://sonspring.com/journal/clearing-floats */

	html body * span.clear,
	html body * div.clear,
	html body * li.clear,
	html body * dd.clear
	{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* http://www.positioniseverything.net/easyclearing.html */

	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

	.clearfix {
	display: inline-block;
	}


/* Hides from IE-mac \*/

	* html .clearfix {
	height: 1%;
	}
		
	.clearfix {
	display: block;
	}

/* End hide from IE-mac */




