/* ---( base )------------------------------------ */

	html {
    overflow: -moz-scrollbars-vertical;
	}
	
	body {
	background-color: #232c33;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	}

	td, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	}
	
	img { 
	behavior: url(iepngfix.htc); 
	}

#wrapper {
}

/* ---( common )------------------------------------ */

	h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	}

	h1 {
	font-size: 24px;
	color: #7c0000;
	text-transform: uppercase;
	}
	
	h2 {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	}
	
	h3 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	}

p {
}

img, a img {
}

/* ---( text )------------------------------------ */

	.footer-01 {
	color: #425d78;
	}
	
	.red-01  {
	color: #7c0000;
	}
	
	.white-01{
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	}
	

/* ---( layout )------------------------------------ */

	.nav-border-01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #405563;
	}
	
	.nav-border-02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #f3f0f0;
	padding: 8px;
	}
	
	.dot-border-01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	}
	
	.dot-border-02 {
	font-size: 18px;
	color: #310000;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	}
	
	.dot-border-03 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
	.box-top-01 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url(images/box-top-01.jpg);
	background-repeat: no-repeat;
	}
	
	.box-middle-01 {
	background-image: url(images/box-middle-01.jpg);
	background-repeat: repeat-y;
	color: #1d262c;
	padding-right: 20px;
	padding-left: 20px;
	}
	
	.box-bottom-01 {
	padding-top: 6px;
	background-image: url(images/box-bottom-01.jpg);
	background-repeat: no-repeat;
	}


/* ---( links )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #7c0000;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	a.nav-01:link, a.nav-01:active, a.nav-01:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	}
	
	a.nav-01:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #32414c;
	}
	
	a.nav-02:link, a.nav-02:active, a.nav-02:visited {
	text-decoration: none;
	color: #310000;
	text-transform: uppercase;
	}
	
	a.nav-02:hover {
	text-decoration: underline;
	}
	
	a.footer-02:link, a.footer-02:active, a.footer-02:visited {
	color: #425d78;
	text-decoration: none;
	}
	
	a.footer-02:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.box-01:link, a.box-01:active, a.box-01:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	}
	
	a.box-01:hover {
	color: #b48b8c;
	text-decoration: none;
	}
	
	a.bread-01:link, a.bread-01:active, a.bread-01:visited {
	color: #999999;
	text-decoration: none;
	}
	
	a.bread-01:hover {
	color: #7c0000;
	text-decoration: underline;
	}
	
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 {
	background-image: url(images/header-bg-01.jpg);
	background-repeat: repeat-x;
	}

#content {
}

#sidebar {
}

#navigation {
}

	#footer {
	background-image: url(images/footer-bg-01.jpg);
	background-repeat: repeat-x;
	}

/* ---( 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 */




