@import url('box.css');
@import url('textSize.css');
@import url('bubble.css');
@import url('app.css');

body, html {
	margin: 				0px;
	padding:				0px;
	width:					100%;
	height:					100%;
	font-family:			Calibri, Arial, Helvetica, Verdana;
	font-size:				11px;
}

body {
	background-image: 		url(../images/background.png);
	background-position: 	top center;
}

.page {
	width:				100%;
	height: 			100%;
}

.page_inner {
	width:				950px;
	height: 			100%;
	margin-left: 		auto;
	margin-right: 		auto;	
}

.header {
	width:				100%;
	height:				200px;
	
	background-image: 	url(../images/header_line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.header_empty {
	height: 			105px;
}

.header_logo {
	width:				162px;
	height:				95px;
	background-image: 	url(../images/logo.png);
	background-repeat: 	no-repeat;
	float:				left;
	cursor: 			pointer;
}

.header_apps {
	width: 				788px;
	height:				95px;
	overflow: 			hidden;
	display: 			block;
}

.header_apps_app {
	float:				left;
	margin-right:		10px;
	padding-top:		50px;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	cursor: 			pointer;
}

.header_apps_appOver {
	float:				left;
	margin-right:		10px;
	padding-top:		10px;
	
	filter:				alpha(opacity=100);
	-moz-opacity:		1;
	-khtml-opacity: 	1;
	opacity: 			1;
}

.header_apps_app img, .header_apps_appOver img {
	width:				105px;
}

.mainPage {
	width:				892px;
	margin-left:		auto;
	margin-right:		auto;
	display: 			block;
}

.loader {
	width:				250px !important;
	margin-left:		auto;
	margin-right:		auto;
	top:	 			10%;
	text-align: 		center;
	background-color:  	pink;
	position: 			relative;
}

.loader img {
	float:	left;
	margin-top: 6px;
}

.loader_info {
	font-size: 			18px;
	color: 				#FFF;
	float: 				left;
	margin-left:		10px;
	text-shadow: #000 1px -1px 2px;
	font-family: 		Calibri, Arial, Verdana, Helvetica;
}

.col2 {
	width: 				100%;
	margin: 0;
	padding: 0;
	float: 				none;
}

.col2_left {
	width:				50%;
	float:				left;
}

.col2_right {
	width:				50%;
	float:				left;
}

.contact_input {
	width: 				363px;
	height:				30px !important;
	
	background-image: 	url(../images/contact_input.png);
	background-repeat: 	no-repeat;
	
	overflow: 			visible;
}

.contact_textarea {
	width: 				363px;
	height:				200px !important;
	
	background-image: 	url(../images/contact_message.png);
	background-repeat: 	no-repeat;
	
	overflow: 			visible;
}

.contact_input input {
	background-color: 	transparent;
	border: 			0;
	
	width:				355px;
	height:				30px;
	
	padding:			0 5px 0 5px;
	font-size: 			11px;
	color:				#FFF;
	font-family: 		Calibri, Arial, Verdana, Helvetica;
}

.contact_textarea textarea
{
	width:				98%;
	height:				96%;
	background-color: 	transparent;
	border: 			0;
	padding:			5px 0 0 5px;
	font-size: 			11px;
	color:				#FFF;
	font-family: 		Calibri, Arial, Verdana, Helvetica;
}

.contact_submit {
	width: 				131px !important;
	height:				51px;
	float:				right;
	text-align:			center;
	overflow:			hidden;
	position:			static;
	
	background-repeat:	no-repeat;
	background-position: top right;
}

.contact_submit input {
	overflow:			hidden;
	position:			static;
}

form {
	margin: 0;
	padding: 0;	
}

form label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-left: 11px;
}
