/*
Author: Alexey Adamovsky
*/
@charset "utf-8";
*{
	 margin:0;
}
body{
	background:url(images/background.png) center top repeat-x;
	background-color:#bae0d9;
	direction:rtl;
}
.site-header{
	position:relative;
	width:1124px;
	height:315px;
	margin:0 auto;
	background:url(images/header-bg.png) center top no-repeat;	
	background-color:#cccccc;
}
.full-screen{
	position:absolute;
	width:100%;
	height:100%;
	margin:0 auto;
	bottom:0;
	background-color:#bae0d9;
}
.login{
	position:relative;
	text-align: center;
	top:100px;
	font-size:35px;
}
.div80{
	position:absolute;
	width:80%;
	height:100%;
	right:10%;
	left:10%;
	margin:0 auto;
	bottom:0;
}
.order-cell-text{
	position:relative;
	width:24%;
	font-size:25px;
	text-align:right;
	display:inline-block;
}
.order-cell-form{
	position:relative;
	width:24%;
	font-size:25px;
	text-align:right;
	display:inline-block;
}
.order-cell-select{
	position:relative;
	width:24.5%;
	font-size:25px;
	display:inline-block;
}
.order-row{
	position:relative;
	line-height: 200%;
}
.hello-user{
	position:relative;
	line-height: 150%;
	font-size:20px;
}
.footer{
	position:relative;
	width:auto;
	height:108px;
	margin:0 auto;
	bottom:0;
	background-color:#cccccc;
}
.footer-content{
	position:relative;
	width:1124px;
	height:auto;
	margin:0 auto;
	text-align: center;
	background:url(images/bottom-bg.png);
}
.main{
	position:relative;
	width:1124px;
	height:auto;
	margin:0 auto;
	background:url(images/content-bg.png);
}
.main-content{
	position:relative;
	width:800px;
	margin:0 auto;
}
.main-about{
	position:relative;
	font-size:22px;
	font-weight:bold;
	text-align: right;
	line-height: 150%;
	color:#000000;	
}
.big-red-text-centered{
	position:relative;
	font-size:30px;
	font-weight:bold;
	text-align: center;
	height:110px;
	color:#F00;
}
.admin-menu {
    position:fixed;
    top:5px;
    right:5px;
    left:5px;
    width:99%;
    z-index:100;
}
.admin-menu-button {
	position: relative;
    font-size:20px;
	align-content:center;
}
.main-form{
	position:relative;
	text-align:center;
	height:50px;
	line-height: 150%;
}
.form{
	font-size:25px;
}
.button{
	position:relative;
	font-size:25px;
}
.main-button{
	position:relative;
	height:50px;
	text-align:center;
}
.page-content-auto{
	position:relative;
	height:auto;
}
.mail{
	position:relative;
	top:200px;
	width:150px;
	height:30px;
	right:215px;
}
.facebook{
	position:relative;
	top:7px;
	width:35px;
	height:35px;
	right:922px;	
}
.footer-facebook{
	position:relative;
	width:1124px;
	height:55px;
}
a:link {color:#b50000}      /* unvisited link */
a:visited {color:#b50000;}  /* visited link */
a:hover {color:#4c4c4c;}  /* mouse over link */
a:active {color:#b50000;}
a {text-decoration:none;}
img {border : 0;}

.footer-about{
	position:relative;
	font-weight:bolder;	
	font-size:12px;
}
.error{
	position:relative;
	font-size:30px;
	height:50px;
	font-weight:bold;
	text-align: center;
	color:#FF0000;	
}
.status-header{
	position:relative;
	font-size:33px;
	font-weight:bold;
	text-align: center;
	color:#000000;
}
.status-sub-header{
	position:relative;
	font-size:30px;
	font-weight:bold;
	text-align: center;
	color:#000000;	
}
.status{
	position:relative;
	font-size:30px;
	font-weight:bold;
	text-align: right;
	color:#000000;	
}
.status-date{
	position:relative;
	font-size:20px;
	font-weight:bold;
	text-align: right;
	color:#000000;	
}