html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	outline: 3;
}

body {
	width: 100%;
	height: 100%;	
	font-size: 90%;
	margin: 0;
	padding: 0;
	border: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

input[type=submit] {
	border-radius: 5px;
	border: 2px outset #2B65EC;
}

input[type=submit]:hover {
	color: #000000;
	background-color: #A0CFEC;
	font-style: italic;
}

input[type=button] {
	border-radius: 5px;
	border: 2px outset #2B65EC;
}

input[type=button]:hover {
	color: #000000;
	background-color: #A0CFEC;
	font-style: italic;
}

#upper_background_img {
	position: absolute;
	top: 15px;
	left: 120px;
	z-index: 99999;
}

#header {
	width: 100%;
	/*background: rgba(0, 3, 3, 0.3);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#left_text {
    font-family: "New Century Schoolbook";
	font-size: 50px;
	color: #000000;
	letter-spacing: 13px;
	position: absolute;
	top: 55px;
	left: 275px;
	z-index: 99999;
}

#right_text {
	font-size: 20px;
	color: #4B9DF7;
	letter-spacing: 1px;
	background-color: #000000;
	border-radius: 4px;
	padding: 4px 10px 6px 10px;
	position: absolute;
	top: 110px;
	left: 120px;
	z-index: 99999;
}

#links_container {
	width: 100%;
	height: 25px;
	padding: 10px 0 10px 0;
	display: table;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;	
	position: absolute;
	top: 150px;
	left: 0;	
}

a {
	color: #0000FF;
}

a:hover {
	color: #000000;	
}

#footer {
    border-top: 5px solid #9F041E;
}

#yone {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
    color: inherit;	
	width: 28px;
	background-color: transparent;
	border: 0;
}

#ytwo {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;
	width: 28px;
	background-color: transparent;
	border: 0;	
}

#dash {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;	
	width: 5px;
	background-color: transparent;
	border: 0;	
}

#contact {
	position: absolute; 
	top: 215px;
	right: 120px;
}

#contact_items {
	width: 200px;
	padding: 10px;
	border: 1px solid #C5C5C5;
	color: #0000FF;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin: 0 0 10px 0;	
}

#contact_link {
	color: #0000FF;
	letter-spacing: 1px;
	position: absolute;
	top: 15px;
	right: 125px;
	z-index: 99999;
}

#contact_link:hover {
	font-style: italic;
	color: #000000;
	cursor: pointer;
}

#current_apps {
	width: 360px;
	min-height: 550px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: linear-gradient(#EEEEEE, #FFFFFF 80%);
	padding: 20px;
	position: absolute;
	top: 7px;
	left: 120px;
}

#platform {
	font-size: 13px;
	width: 360px;
	min-height: 550px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: linear-gradient(#EEEEEE, #FFFFFF 80%);
	padding: 20px;
	position: absolute;
	top: 7px;
	left: 591px;	
}

#contact_form_container {
	width: 360px;
	min-height: 550px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: linear-gradient(#EEEEEE, #FFFFFF 80%);
	padding: 20px;
	position: absolute;
	top: 7px;
	left: 1065px;	
}

#form_box {
	font-size: 13px;
	width: 320px;
	min-height: 200px;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
	display: none;
}

#request_text {
	width: 310px;
	min-height: 100px;	
}

#requestBtn {
	float: right;
}

#or {
	display: none;
}

#answer {
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
	height: 18px;
	padding: 0;
}

#answer_lbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	display: inline-block;
	margin: 0 11px 0 20px;
}

#results {
	font-weight: bold;
	color: #0000FF;
}

#600png {
	
}

#view_request {
	width: 357px;
	height: 440px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: linear-gradient(#C6C6C6, #FFFFFF 80%);
	padding: 20px;
	overflow-y: scroll;
	position: absolute;
	top: 9px;
	left: 121px;
    z-index: 999999;
    display: none;	
}

#find_request {
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 5px;
	right: 5px;
    z-index: 999999;	
}

#close {
	position: absolute;
	top: 20px;
	right: 20px;	
}

#close:hover {
	cursor: pointer;	
}

#buss_card {
	position: absolute;
	top: 50px;
	left: 644px;
	z-index: 999999;
}

/* CLASSES */
.rounded {
	width: 200px;
	background-color: #FAFAFA;
	padding: 2px 0px 5px 5px;
	cursor: pointer;
	border: 1px solid #7F9BB0;	
	border-radius: .30em;
}

.height5px {
	height: 5px;
}

.height10px {
	height: 10px;
}

.height15px {
	height: 15px;
}

.height20px {
	height: 20px;
}

.platform_content {
	font-family: Arial, Helvetica, sans-serif;
}

.platform_lbl {
	font-family: Arial, Helvetica, sans-serif;
    width: 100px;
    display: inline-block;
    float: left;	
}

.lbl {
	font-family: Arial, Helvetica, sans-serif;
}

.platform_lbl_content {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	display: inline-block;
}

.link1 {
	margin: 0 0 0 130px;
}

.close_items:hover {
	cursor: pointer;	
}

.mainConatinerBack {
	min-height: 800px;
	/*background:url(../images/500.png) right top no-repeat;*/
	background-size: cover;
	position: relative;
    margin: 200px 0 0 0;
}

.hdr_lbl {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #9F041E;
	letter-spacing: 1px;
	margin: 0 0 10px 5px;
}

.current_apps_lbl {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 5px 0;	
}

.footer {
	min-height: 300px;
    background-color: #0B1214;
	/*border-top: 25px solid #FFFFFF;*/
    position: relative;	
}

.copy {
	color: #EBF0F2;
	font-size: 70%;
	-webkit-transform: translateZ(0);
	letter-spacing: 2px;
	position: absolute;
	bottom: 10px;	
	left: 10px;
    z-index: 99999;	
}

@-ms-viewport{width:device-width}


















