*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:link {
	color: #5FADE9;
	text-decoration: none;
}

a:visited {
	color: #1975BB;
}

a:hover {
	color: #F3B34D;
}

a:active {
	color: #F1F9FF;
}

a img {
	border: 0;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

html {
	background: #101010;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #ddd;
	cursor: default;
	font: 12px Arial, Geneva, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 900px;
}

#container2 {
	left: 0;
	margin: 0 auto;
	margin-top: -275px;
	position: absolute;
	top: 50%;
	width: 900px;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.spacer-logo {
	height: 50px; 
	width: 100px;
}

#navigation {
	height: 30px;
	left: 30px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -15px;
	width: 820px;
	z-index: 1;
}

#side {
	background: #fff;
	border-radius: 50px;
	color: #999;
	float: left;
	font-size: 11px;
	height: 500px;
	margin-right: 20px;
	min-height: 100%;
	overflow: hidden;
	text-shadow: 1px 1px 1px #ddd;
	width: 170px;
	z-index: 3;
}

#side2 {
	background: #fff;
	border-radius: 50px;
	color: #999;
	float: right;
	font-size: 11px;
	height: 500px;
	min-height: 100%;
	overflow: hidden;
	text-shadow: 1px 1px 1px #ddd;
	width: 260px;
	z-index: 3;
}

#side p {
	margin: 10px;
	text-align: left;
}

#side2 p {
	margin: 0 15px;
	text-align: left;
}

#main {
	border-radius: 50px;
	height: 500px;
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
	width: 100%;
}

#inside {
	background: #383838;
	border-radius: 50px;
	float: left;
	font-size: 14px;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 20px;
	text-align: left;
	width: 43%;
}

#inside p {
	text-shadow: 1px 1px 0.5px #000;
}

.browsing {
	height: 470px;
	left: 0;
	margin-top: 10px;
	overflow: auto;
	padding: 0 20px;
	position: relative;
	top: 5px;
}

#footer {
	clear: both;
	color: #434343;
	margin-left: -50px;
	padding-top: 2em;
	width: 100%;
}

#nav,
#nav ul {
	font: bold 11px "Arial Black", Arial, Geneva, sans-serif;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	text-shadow: 1px 1px 1px #111;
}

#nav a:hover {
	color: #FFEDED;
}

#nav li {
	background: #363636;
	border-radius: 15px;
	float: left;
	margin: 0 10px;
	position: relative;
	width: 8em;
}

#nav li ul {
	display: none;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	text-shadow: 1px 1px 1px #111;
	text-transform: none;
	width: 8em;
	z-index: 99;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li ul a {
	width: 6.5em;
}

#nav li ul ul {
	margin: -3.3em 0 0 9.5em;
}

#nav li li {
	background: #ddd;
	padding-right: 0.5em;
	width: 10.5em;
}

#nav li li li {
	display: none;
}

#nav li:hover ul,
#nav li li:hover li,
#nav li.over ul,
#nav li li.over li {
	display: block;
}

#nav li:hover,
#nav li.over {
	background: #F3B34D;
}

input,
textarea {
	background: #131313 url(../images/skin/bg6.jpg);
	border: 1px solid #4B4B4B;
	border-radius: 10px;
	color: #fff;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5FADE9;
	font-family: Arial Black, Arial, Geneva, sans-serif;
	margin: 12px 0;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	font-size: x-large;
	text-shadow: 2px 2px 2px #111;
}

h2 {
	font-size: large;
	text-shadow: 2px 2px 1px #111;
}

h3, h4, h5 {
	text-shadow: 1px 1px 1px #111;
}

#side2 h2 {
	text-shadow: 1px 1px 1px #ddd;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.framed {
	border: 1px solid #000;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}