@charset "utf-8";
/************************************************************************************************************
*	www.netzaj.net
*
*	Created:						December, 2009
*	By: 							Netzaj
*	Official Site:					www.Netzaj.net
*	All Rights reserved	
*
*
************************************************************************************************************/
/* Body */
body {
	background:#000 url(../Images-Folder/splash.jpg) center top no-repeat;
	margin:0;
}


/* ================================================================== Form Style Settings */
.inputstyle {
	border: 1px solid #b6c3f2;
	margin:0 auto;
	padding:2px 2px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00547b;
}
.inputstyle:focus {
	border:#13244f 1px solid;
	margin:0 auto;
	padding:2px 2px;
	background-color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#154f78;
	cursor:text;
}

/* Button Settings */
input.submit {
border: 1px solid #ffff8f;
padding: 2px 10px 2px 10px;
background-color:#13244f;
color: #fff;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
cursor:pointer;
} 
input.submit:hover, input.submit:active {
border: 1px solid #13244f;
background-color:#CC9900;
color:#13244f;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
} 


/* ================================================================== Container */
/* Container */
#container {
text-align: left;
width: 1000px;
margin: auto;
}

#text-and-video-container {
float:left;
text-align:left;
width:1000px;
height:315px;
margin:0;
padding-top:265px;
}

#text {
float:left;
text-align:left;
width:415px;
height:315px;
margin:0;
padding-right:30px;
padding-left:55px;
}
	.textstyle {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#fff;
	}
	.textstyle h1 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#ffe400;
	}
	.textstyle a:link, .textstyle a:visited {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#fff;
	}
	.textstyle a:hover, .textstyle a:active {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#333;
	}

#video {
float:left;
text-align:center;
width:500px;
height:315px;
margin:0;
}


















