@charset "utf-8";

/* COLORS -----------

Blue		#1d4d7b
Bright Blue	#ebeff2
Black		#050505
Gray		#666666
Light Gray	#999999
Dark Gray	#323232
White		#FFFFFF

-------------------*/

html { height: 100%; }
body { margin:0; background: #0e263d; background-attachment:fixed; color: #000; text-align: center; padding:0; font-family: Arial, Lucida, Verdana, sans-serif; font-size: 75%; line-height: 1.5em; height: 100%; }
h1 { font-size: 2em; color: #1d4d7b; font-weight: bold; line-height: 1.2em; padding: 0; margin: 0 0 0.5em; cursor: default; }
h2 { font-size: 0.9em; color: #1d4d7b; background: #FFF; font-weight: normal; line-height: 1.2em; padding: 0.5em; margin: 0 0 0.5em; border-bottom: 1px solid #1d4d7b; text-align: left; }
h3 { font-size: 1.2em; color: #1d4d7b; font-weight:bold; line-height: 1.2em; padding: 0; margin: 0; }
h4 { font-size: 1.2em; color: #FFFFFF; font-weight:bold; line-height: 1.2em; text-transform:uppercase; padding: 0; margin: 0; border-bottom: 1px solid #1d4d7b; }
h5 { font-size: 1.2em; color: #FFFFFF; font-weight:bold; line-height: 1.2em; text-transform:uppercase; padding: 0; margin: 0; border-bottom: 1px solid #666666; }
h6 { font-size: 1.2em; color: #666666; font-weight:bold; line-height: 1.2em; text-transform:uppercase; padding: 0; margin: 0; }
p { line-height: 1.5em; padding: 0; margin: 0 0 1em; text-align: justify; }
em { font-weight: bold; color: #999999; }
a { color: #1d4d7b; text-decoration: none; }
a:hover { text-decoration: underline; }

img#main_cover {
	position: fixed;
	width: 600px;
	height: auto !important;
	height: 600px;
	margin-left: -300px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
	z-index: 10;
	display: none;
	border: 1em solid #000;
	cursor: pointer;
	display: none;
}

div#wrapper {
	text-align: left;
	width: 100%;
	margin: auto;
	background: #FFF;
}

div#header {
	height: 120px;
	background: #1d4d7b url(../images/header.jpg) repeat-x left bottom;
	padding: 0 2em;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

div#header img.logo { margin: 10px 0; }

div#bar {
	color: #000;
	border: solid #1d4d7b;
	background: #FFF;
	border-width: 1px 0;
	padding: 0.5em;
	border-left: 10px solid #ebeff2;
}

div#bodyblock {
	position: relative;
	background: url(../images/bar2background.jpg) top repeat-x #0e263d;
	color: #000;
	width: 100%;
	padding: 10px 0 0;
	display: block;
	min-height: 30px;
}

div#menuwrapper {
	float: left;
	color: #333;
	padding: 1em;
	margin: 1em;
	width: 200px;
	display: block;
}

div#cart {
}

div#content {
	color: #333;
	margin: 0 1em 0 200px;
	text-align: left;
	padding: 1em 1em 2em 4.5em;
}

div#footer {
	display: block;
	color: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 0 5em 5em;
}

div#loader {
	position: absolute;
	left: 250px;
	top: 175px;
	width: 54px;
	margin: 0;
	z-index: 100;
	color: #FFF;
	display: none;
}

.relLoader {
	width: 54px;
	height: 55px;
	z-index: 100;
	color: #0e263d;
	background: url(../images/loader.gif) no-repeat top left #0e263d;
}

.hidden { display: none; }
.center { text-align: center; }
.right { text-align: right; }
hr.breaker { clear: both; }
.breaker { clear: both; float: none; }

.input { border: 1px solid #000; font-size: 0.9em; padding: 0.25em 0.35em; width: 20em; }
