*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, input.button, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: baseline;
	list-style-image: none;
	list-style-type: none;
}
body {
	background-color: #000000;
	overflow: hidden;
	width: 5000px;
}
a {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0099DD;
	text-decoration: none;
}
img.home {
	border: none;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	color:#0099dd;	
	margin-left: -2px;	
	letter-spacing: -1px;
}
h3 {
	font-size: 35px;
	line-height: 50px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #0099DD;
	letter-spacing: -1px;
}
p {	
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, sans-serif;
	color:#FFFFFF;
	text-align: justify;
}
.koan {
	width: 100%;
	margin-top: 5px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
}
.box img {
	border:none;
	float: left;
	margin: 5px;
}
.box img.left, #controls a.left {
	margin-left: 0px;
}
.box img.right, #controls a.right {
	margin-right: 0px;
}
.hidden {
	display: none;
}
#menu {
	width: 100%;
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#menu ul{
	list-style-type: none;
	list-style-image: none;
}
#menu ul li {	
	width: 100%;
	background-color: #0f0f0f;
	margin-bottom: 1px;
	display: block;
	float: left;
}
#menu ul li a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 100% 0px 20px;
	float: left;
}
#menu ul li a:hover {	
	color: #fff;
	text-decoration: none;
}
#menu ul li a.active {
	color: #fff;
	background-color: #0099dd;
}
#container {
	width: 5000px;
	height: 450px;
	margin-top: -175px;
	z-index: 1;
	top: 50%;
	left: 0px;
	background-color: #000000;
	position: absolute;
}
#box1 {
	width: 400px;	
}
.box {
	width: 450px;
	height: 450px;
	float: left;
	margin-right: 100px;
	padding-left: 20px;
	background-color: #000000;
}
#wrap-set {
	height:345px;
}
.set { 
	display:none;
	height:345px;
}
#controls {
	float: left;
	margin-top: 21px;
	width: 450px;
}
#controls a {
	width: 218px;
	float: left;
	display: block;
	color: #000000;
	background-color: #0f0f0f;
	text-align:center;
	margin-right: 10px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 1px 0px;
	border: solid 1px #0f0f0f;
}
#controls a:hover{
	color: #FFFFFF;
	background-color: #0099dd;
	border: solid 1px #0099dd;
}
.tooltip {
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#000;
    padding:10px;
	width: 200px;
}
.tooltip p {
	text-align: left;
}
form {
	width: 450px;
	display: block;
	float: left;
	position: relative;
	margin-top: 5px;
}
.form-row {
	clear: both;
	width: 450px;
}
input {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	width: 268px;
	margin-bottom: 10px;
	position:relative;
	background-color: #0f0f0f;
	border: solid 1px #0f0f0f;
	padding: 2px 5px 2px 5px;
	float: left;
	display: block;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	width: 268px;
	min-width: 268px;
	max-width: 268px;
	height: 167px;
	min-height: 167px;
	max-height: 167px;	
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	position:relative;
	background-color: #0f0f0f;
	border: solid 1px #0f0f0f;
	display: block;
	float: left;
	overflow: auto;
}
input:hover, textarea:hover {
	color: #0099dd;
	background-color: #000000;
	border: solid 1px #0f0f0f;
}
input:focus, textarea:focus {
	color: #0099dd;
	background-color: #000000;
	border: solid 1px #0f0f0f;
}
input.submit, input.reset {
	width: 135px;
	float: left;
	display: block;
	margin-right: 10px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 1px 0px;
}
input.submit:hover, input.reset:hover {
	color: #FFFFFF;
	background-color: #0099dd;
	border: solid 1px #0099dd;
}
label.error {
	width: 150px;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #0099dd;
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	display: block;
	float: left;
}
