@CHARSET "ISO-8859-1";
@font-face {
	font-family: Sansation;
    src: url( "Sansation_Regular.eot" ); /* IE */
	src: local("Sansation"), url( "Sansation_Regular.ttf" ) format("truetype"); /* non-IE */
}
@font-face {
	font-family: SansationBold;
    src: url( "Sansation_Bold.eot" ); /* IE */
	src: local("Sansation"), url( "Sansation_Bold.ttf" ) format("truetype"); /* non-IE */
}

body {
    font-family: Sansation, Lucida Console, Monaco, monospace;
    font-weight: normal;
}

aside, section, footer {
    display: block;
    font-family: Sansation, Lucida Console, Monaco, monospace;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a:link img, a:active img, a:visited img, a:hover img {
    border: 0;
}

a, a:link, a:visited, a:active {
    color: white;
}

a:hover {
    color: #eee;
	text-shadow:1px 1px 1px #000;
}

#wrap {
    position: relative;
    width: 850px;
    margin: 0 auto;
}

#background {
    position: absolute;
    width: 750px;
    height: 500px;
    z-index: 0;
}

#background-behind {
    position: absolute;
    width: 750px;
    height: 500px;
    z-index: -1;
	background-color: #f3f3f3;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.banner {
    position: absolute;
    z-index: 1;
	background: url('../images/banner-straight.png') no-repeat top left;
	width: 228px;
	height: 50px;
	top: 39px;
	left: -50px;
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
}

.banner-no-rotate {
    position: absolute;
    z-index: 1;
	background: url('../images/banner.gif') no-repeat top left;
	width: 175px;
	height: 175px;
}

.menu-item {
    position: absolute;
    top: 400px;
    width: 150px;
    height: 35px;
    z-index: 2;
    background: #aaa;
    background: rgba(200, 200, 200, .6);
    font-family: SansationBold, Lucida Console, Monaco, monospace;
	text-shadow: 3px 3px 7px #fff;
    font-weight: 900;
    font-size: 20px;
    color: black;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}

#item-1 {
    left: 25px;
}

#item-1:hover, #item-1.selected, #item-1-content {
    background: #a4ac84;
    background: rgba(64, 112, 32, .75);
	text-shadow: 3px 3px 7px #111;
    color: #fff;
}

#item-2 {
    left: 200px;
}

#item-2:hover, #item-2.selected, #item-2-content {
    background: #3c6066;
    background: rgba(60, 96, 102, .75);
	text-shadow: 3px 3px 7px #111;
    color: #fff;
}

#item-3 {
    left: 375px;
}

#item-3:hover, #item-3.selected, #item-3-content {
    background: #647a7e;
    background: rgba(100, 122, 126, .75);
	text-shadow: 3px 3px 7px #111;
    color: #fff;
}

#item-4 {
    left: 550px;
}

#item-4:hover, #item-4.selected, #item-4-content {
    background: #2b3445;
    background: rgba(43, 52, 69, .75);
	text-shadow: 3px 3px 7px #111;
    color: #fff;
}

#background div {
    width: 25px;
    height: 25px;
    position: absolute;
}

#background div.topleft {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
}

#background div.bottomleft {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
}

aside {
    position: absolute;
    left: 750px;
    width: 100px;
    height: 500px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: url('../images/aside_bg.png') no-repeat top left;
}

.init-item-1-content {
    position: absolute;
    top: 300px;
    width: 0px;
    height: 50px;
    left: 100px;
}

.init-item-2-content {
    position: absolute;
    top: 300px;
    width: 0px;
    height: 50px;
    left: 275px;
}

.init-item-3-content {
    position: absolute;
    top: 300px;
    width: 0px;
    height: 50px;
    left: 450px;
}

.init-item-4-content {
    position: absolute;
    top: 300px;
    width: 0px;
    height: 50px;
    left: 625px;
}

.content-final {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 650px;
    height: 300px;
}

.content {
    display: none;
    padding: 25px;
}

footer {
    position: absolute;
    top: 520px;
    width: 850px;
    height: 65px;
    background-color: #000;
    font-family: Sansation, Lucida Console, Monaco, monospace;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    padding-top: 5px;
    -webkit-border-bottom: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	behavior:url(border-radius.htc);
    color: #fff;
}

.tip-title {
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    color: #417aef;
    padding: 10px;
    background-color: #111b49;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	behavior:url(border-radius.htc);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    /* for IE */
    filter: alpha(opacity = 92);
    /* CSS3 standard */
    opacity: 0.92;
}

#social-links {
    position: absolute;
    top: 293px;
    padding-left: 25px;
}

.left-picture {
    float: left;
    width: 125px;
    font-size: 10px;
    font-style: italic;
}

.article {
    margin-left: 150px;
}

#logo {
	position:absolute;
	top:43px;
	left:15px;
}
.overlay {
	position:absolute;
	z-index:-1;
}

.grad-bottom-left {
	background:#000;
	background:-webkit-gradient( linear, left bottom, right top, color-stop(0.2, rgb(0,0,0)), color-stop(0.4, rgb(100,100,100)) );
	background:-moz-linear-gradient( left bottom, rgb(255, 255, 255) 25%, rgb(0,0,0) 80% );
    filter: alpha(opacity = 70);
	opacity: 0.70;
}
.grad-bottom-right {
	background:#000;
	background:-webkit-gradient( linear, right bottom, left top, color-stop(0.2, rgb(0,0,0)), color-stop(0.4, rgb(100,100,100)) );
	background:-moz-linear-gradient( right bottom, rgb(255, 255, 255) 25%, rgb(0,0,0) 80% );
    filter: alpha(opacity = 70);
	opacity: 0.70;
}
.grad-top-left {
	background:#000;
	background:-webkit-gradient( linear, left top, right bottom, color-stop(0.2, rgb(0,0,0)), color-stop(0.4, rgb(100,100,100)) );
	background:-moz-linear-gradient( left top, rgb(255, 255, 255) 25%, rgb(0,0,0) 80% );
    filter: alpha(opacity = 70);
	opacity: 0.70;
}
.grad-top-right {
	background:#000;
	background:-webkit-gradient( linear, right top, left bottom, color-stop(0.2, rgb(0,0,0)), color-stop(0.4, rgb(100,100,100)) );
	background:-moz-linear-gradient( right top, rgb(255, 255, 255) 25%, rgb(0,0,0) 80% );
    filter: alpha(opacity = 70);
	opacity: 0.70;
}

