@font-face {
	font-family: valkyrie;
	src: url(../font/Valkyrie-Regular.ttf);
	font-weight: normal;
}
@font-face {
	font-family: roboto;
	src: url(../font/roboto-Regular.ttf);
	font-weight: normal;
}
html {
	min-width:960px;
} 
body {
	height: auto;
	background-color:#3498DB;
	font-family:valkyrie;
	z-index:-100;
}
.fleft {float:left}
.fright {float:right}
.headerbg {
	position:fixed;
	width:100%;
	height:100px;
	top:0;
	left:0;
	background-color:#3498DB;
	box-shadow:0px 2px 5px black;
	z-index:100;
}
.bgview {
	background: url('../images/model_big.png');
	position: absolute;
	top: 0;
	left: 35px;
	height: 893px;
	width: 336px;
	opacity: 0.4;
}
.bgview2 {
	background: url('../images/model_big.png');
	transform:scale(0.3,0.3);
	-moz-transform:scale(0.3,0.3);
	-webkit-transform:scale(0.3,0.3);
	position: absolute;
	margin-top: -300px;
	left: 35px;
	height: 893px;
	width: 336px;
	opacity: 0.4;
}
.store {
	background-color: rgba(0,0,0,0.5);
	width: 300px;
	height: 150px;
	float: left;
	margin: 10px 10px;
	text-align: center;
	border-radius: 25px;
}
.store p{
	position: relative;
	font-family: roboto;
	color: white;
	top: 10px;
}
.about {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	width: 900px;
	height: 300px;
	margin: 10px auto;
	text-align: justify;
	border-radius: 25px;
}
.about p{
	position: relative;
	font-family: roboto;
	margin: 0 5px;
	color: white;
	top: 10px;
}
.about h1 {
	text-align: center;
	position: relative;
	font-family: valkyrie;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 2px 5px black ;
	margin: 0 auto;
	color: #126A76;
	top: 10px;
}
.contact {
	background-color: rgba(0,0,0,0.5);
	position: relative;
	height: auto;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin: 5px;
}
.contact table {
	margin: 0 auto;
}
.input {
	background-color:#126A76;
	box-shadow: 0px -2px 5px black inset;
	width: 300px;
	height: 25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-style: none;
	font-family: roboto;
	font-size: 10pt;
	color: white;
}
.ket {
	font-family: roboto;
	font-size: 12pt;
	color: white;
}
.submit {
	background-color:#126A76;
	box-shadow: 0px -2px 5px black;
	width: 100px;
	height: 25px;
	border-radius: 5px;
	border-style: none;
	font-family: roboto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	float: right;
	cursor: pointer;
}
.submit:hover {
	box-shadow: 0px 2px 5px black ;
	color: yellow;
}
.submit:active {
	box-shadow: 0px -2px 5px black inset;
	color: yellow;
}
.textarea {
	background-color:#126A76;
	box-shadow: 0px -2px 5px black inset;
	width: 300px;
	height: 100px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-style: none;
	font-family: roboto;
	font-size: 10pt;
	color: white;
}
.select {
	background-color:#126A76;
	box-shadow: 0px -2px 5px black inset;
	width: 200px;
	height: 25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-style: none;
	font-family: roboto;
	font-size: 10pt;
	color: white;
}
.select2 {
	background-color:#126A76;
	box-shadow: 0px -2px 5px black inset;
	width: 50px;
	height: 25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-style: none;
	font-family: roboto;
	font-size: 10pt;
	color: white;
}
.register {
	top: 25px;
	padding: 0 25px;
}