/*
 * BASIC.CSS (Basic styles and typography)
 *
 * version: 0.1
 * media: screen, print
 *
 * * */

html {
    color: #FFFFFF;
}

body {
    background-color: #0000CC;
    background: -moz-radial-gradient(center 25% 45deg, ellipse closest-corner, red 0%, blue 100%);
	background: -webkit-gradient(radial, center 25%, 45, center 45%, 850, from(#FF0033), to(#0000CC));
	height: 100%;
}

a, a:visited {
    text-decoration: none;
	color: #fff;
}

a:hover {
    text-decoration: underline;
} 

#left {
    text-align: center;
	width: 999px;
	margin: 0 auto 0 auto;
	border: 0px solid #BBBBBB;
	box-shadow: 8px 0px 15px #575757;
	-moz-box-shadow: 8px 0px 15px #575757;
	-webkit-box-shadow: 8px 0px 15px #575757;
}

#right {
    width: 999px;
	margin: 0 auto 10px auto;
	border: 0px solid #BBBBBB;
	box-shadow: -8px 0px 15px #575757;
	-moz-box-shadow: -8px 0px 15px #575757;
	-webkit-box-shadow: -8px 0px 15px #575757;
}

header {
    height: 377px;
}

nav {
    display: block;
	height: 45px;
	clear: both;
	background: #000000;
	background: -moz-linear-gradient( center bottom, rgb(0,0,0) 0%, rgb(71,71,71) 64%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,0,0)), color-stop(0.64, rgb(71,71,71)));
}
nav ul {
    list-style: none;
	width: 959px; 
}
nav ul li {
    float: left;
	font-size: 18pt;
	margin: 0 2px;
	padding: 5px 5px 0;
	height: 40px;
	color: #fff;
	background: #000000;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: -moz-linear-gradient( center bottom, rgb(0,0,0) 0%, rgb(71,71,71) 64%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,0,0)), color-stop(0.64, rgb(71,71,71)));
	text-shadow: 0px -3px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=-3) 
}
nav ul li:hover {
    text-shadow: 3px 3px 3px #FF0033;
	background: #0000CC;
	background: -moz-linear-gradient( center bottom, rgb(71,71,71) 0%, rgb(0,0,0) 64%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(71,71,71)), color-stop(0.64, rgb(0,0,0)));
}
nav ul li a {
    color: #fff;
	text-decoration: none;
}
nav ul li a:hover {
    margin-top: 2px;
}

header img {
    background: url('../img/loading.gif') center center no-repeat;
	float: left;
	width: 499px;
	height: 340px;
}

#logo {
    width: 499px;
	height: 340px;
	background: url('../img/loading.gif') center center no-repeat;
	float: left;
}

#fadeshow1 {
    float: right;
	height: 340px;
	background: url('../img/loading.gif');
	z-index: 10;
}
#topdown {
    width: 995px;
	border: 1px solid #000000;
	box-shadow: 0 3px 5px #000000;
	-moz-box-shadow: 0 3px 5px #000000;
	-webkit-box-shadow: 0 3px 5px #000000;
	margin-bottom: 15px;
}

section {
}

article {
    background: url('../img/glass.png');
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-shadow: 2px 2px 5px #000000;
	position: relative;
	left: 0;
	float: left;
	padding: 10px;
	width: 69%;
	margin: 5px 3px 10px 5px;
	text-align: center;
}

article a {
    text-decoration: none;
}

h2, h4 {
   text-align: center;
}

.main div {
    text-align: justify;
	color: #E5E5E5;
	font-size: 22px;
	font-weight: bold;
}

.main img {
    border: none;
	text-decoration: none;
	box-shadow: 3px 3px 5px #000000;
	-moz-box-shadow: 3px 3px 5px #000000;
	-webkit-box-shadow: 3px 3px 5px #000000;
}

aside {
    background: url('../img/glass.png');
	float: right;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
	width: 25%;
	margin: 5px 5px 5px 3px;
	position: relative;
	right: 0;
	top: 0;
	text-align: justify;
}

aside h4 {
    background: #000099;
    background: -moz-linear-gradient(center top, #8000FF 16%, #4B0097 79%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.26, rgb(128,0,255)), color-stop(0.63, rgb(76,0,151));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 10px #6E6E6E;
	-moz-box-shadow: 3px 3px 10px #6E6E6E;
	-webkit-box-shadow: 3px 3px 10px #6E6E6E;
}

footer {
    width: 999px;
	text-align: center;
	bottom: 0;
	height: 40px;
}

#alert {
    display: none;
}

.huzott {
    text-decoration: underline;
}