body {
	background-image: url('../../img/bg/page.png');
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.main-wrapper {
	width: 990px;
	height: auto;
	margin: auto;
	position: relative;
}

.main-wrapper .head-wrapper {
	width: 990px;
	margin: auto;
	background-size: auto 100%;
	padding-top: 30px;
	z-index: 100;
}

.main-wrapper .head-wrapper .title {
	width: 230px;
	height: 95px;
	margin-left: 10;
	background-image: url('../../img/astrac.logo_shadow.png');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: 'Arial Black';
	font-size: 20px;
	cursor: default;
	
	-webkit-user-select: none;
	-khtml-user-select: none;        
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	position: relative;
}

.main-wrapper .head-wrapper .account-and-search {
	width: auto;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 99px;
	z-index: 500;
}

.main-wrapper .head-wrapper .account-and-search .account {
	width: 290px;
	height: 30px;
	color: #FFF;
	text-align: right;
	float: right;
	clear: both;
}

.main-wrapper .head-wrapper .account-and-search .account a {
	color: #FFE630;
}

.main-wrapper .head-wrapper .account-and-search .account .logged-in {
	font-family: BebasNeue;
	font-size: 16px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

.main-wrapper .head-wrapper .account-and-search .account .user {
	font-family: BebasNeue;
	padding: 10px;
	border-radius: 3px 3px 0px 0px;
	background-color: #FFE630;
	color: #000;
	font-size: 16px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-0-user-select: none;
	user-select: none;
	
	cursor: default;
	position: relative;
}

.main-wrapper .head-wrapper .account-and-search .account .logged-in .user ul {
	width: 100%;
	min-width: 170px;
	margin: 0px;
	padding: 0px;
	border: 1px orange solid;	
	border-radius: 3px 0px 3px 3px;
	background-color: #FFE630;
	list-style: none;
	position: absolute;
	right: -1px;
	top: 35px;
	display: none;
}

.main-wrapper .head-wrapper .account-and-search .account .logged-in .user ul li {
	padding: 10px;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000 !important;
	text-transform: uppercase;
}

.main-wrapper .head-wrapper .account-and-search .account .logged-in .user ul li:HOVER {
	box-shadow: 0px 0px 3px 0px #000;
}

.main-wrapper .head-wrapper .account-and-search .account .logged-in .user:HOVER ul{
	display: block;
}

.main-wrapper .head-wrapper .account-and-search .search {
	width: 288px;
	height: 30px;
	border: 1px #21242C solid;
	background-image: url('../../img/bg/search.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFF;
	float: right;
	clear: both;
}

.main-wrapper .head-wrapper .account-and-search .search form input[type=text] {
	width: 260px;
	padding: 5px;
	border: none;
	outline: none;
	background-color: transparent;
	color: #000;
}

.main-wrapper .head-wrapper .account-and-search .search form input[type=submit] {
	display: none;
}

.menu-wrapper,
.menu-wrapper ul.menu {
	width: auto;
	height: 40px;
	padding: 0px;
	float: none;
	clear: both;
	background-color: #FFE630;
	list-style: none;
	/*border-radius: 3px;*/
	background-image: url('../../img/bg/menu.png');
	background-size: 100% 100%;
	border-left: 1px #000 solid;
	cursor: default;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-0-user-select: none;
	user-select: none;
	
	z-index: 2;
}

.menu-wrapper .menu a {
	font-size: 18px;
	color: #000;
}

.menu-wrapper .menu li {
	min-width: 70px;
	padding: 9px;
	/*border-left: 1px #000 solid;*/
	border-right: 1px #000 solid;
	position: relative;
	float: left;
	list-style: none;
	font-family: 'BebasNeue';
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	z-index: 1;
}

/*
.menu-wrapper .menu a.left-most {
	border-radius: 5px 0px 0px 5px;
}

.menu-wrapper .menu a.right-most {
	border-radius: 0px 5px 5px 0px;
}
*/
.menu-wrapper .menu li:HOVER {
	/*box-shadow: 0px 0px 5px 0px #000;*/
	z-index: 2;
}

.menu-wrapper .menu li ul {
	min-width: 230px;
	background-color: #FFE630;
	box-shadow: 0px 3px 5px 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 40px;
	display: none;
	z-index: 100;
}

.menu-wrapper .menu li ul li {
	width: 230px;
	border: none;
	border-top: 1px transparent solid;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	text-align: left;
	text-transform: uppercase;
}

.menu-wrapper .menu li ul li:HOVER {
	background-image: url('../../img/bg/menu.png');
	background-size: 100% 100%;
	border-top: 1px orange solid;
	background-position: center;
}

.menu-wrapper .menu li:HOVER ul {
	display: block;
}

.main-wrapper .content-wrapper {
	margin-top: 10px;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 2px 2px 5px 0px #000;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	display: flex;
}

.main-wrapper .content-wrapper .content {
	width: 670px;
	height: auto;
	padding-bottom: 27px;
	position: relative;
	z-index: 1;
}
.main-wrapper .content-wrapper > .content {
	background-image: url('../../img/equipment-strip.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.main-wrapper .content-wrapper .content .welcome-note {
	width: auto;
	margin-top: 10px;
	background-color: #FFF;
	text-align: justify;
	font-size: 15px;
	position: relative;
}

.main-wrapper .content-wrapper .content .welcome-note .header {
	width: auto;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #FFB500;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px 0px #21252C inset;
}

.main-wrapper .content-wrapper .content .welcome-note .content {
	width: auto;
	padding: 10px;
	padding-left: 0px;
}

.main-wrapper .content-wrapper .sidebar {
	width: 290px;
	/*min-height: 100%;*/
	position: relative;
	background-color: #DDDDDD;
	z-index: 2;
}

.main-wrapper .content-wrapper .content.left,
.main-wrapper .content-wrapper .sidebar.left {
	float: left;
	clear: left;
	/*margin-right: 10px;*/
}

.main-wrapper .content-wrapper .content.right,
.main-wrapper .content-wrapper .sidebar.right {
	float: right;
	clear: right;
	margin-left: 10px;
}

.main-wrapper .content-wrapper .sidebar .widget {
	width: auto;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}

.main-wrapper .content-wrapper .sidebar .widget .header {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE630), color-stop(0.25, #FFE600), color-stop(1, #FFE570));*/
	background-image: url('../../img/bg/menu.png');
	padding: 5px;
	box-shadow: 0px 0px 1px 0px #000 inset;
	font-size: 15px;
	font-weight: bold;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.main-wrapper .content-wrapper .sidebar .widget .content {
	width: auto;
	padding: 10px;
	/*background-color: #FFF;*/
	border-radius: 0px 0px 5px 5px;
	position: relative;
}

/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BCBCBC), color-stop(0.25, #EEEEEE), color-stop(1, #DDDDDD));*/
/*
.main-wrapper .foot-wrapper {
	width: auto;
	border-radius: 5px 5px 0px 0px;
	clear: both;
	position: relative;
}

.main-wrapper .foot-wrapper .divider {
	width: 0px;
	height: 100px;
	border-left: 1px #21242C solid;
	border-right: 1px #FFFFFF solid;
	position: absolute;
	top: 15px;
}

.main-wrapper .foot-wrapper .connect {
	width: 20%;
	border-radius: 5px 0 0 0;
	padding: 10px;
	padding-bottom: 5px;
	float: left;
	clear: none;
	position: relative
}

.main-wrapper .foot-wrapper .connect ul {
	list-style: none;
	padding-left: 0px !important;
}

.main-wrapper .foot-wrapper .connect ul a {
	text-decoration: none;
}

.main-wrapper .foot-wrapper .connect ul li {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #21242C;
	text-indent: 40px;
	margin-right: 5px;
	list-style: none;
	color: #FFB500;
	text-decoration: none !important;
	float: left;
}

.main-wrapper .foot-wrapper .content {
	width: 70%;
	padding: 10px;
	float: right;
	clear: right;
	text-align: right;
}

.main-wrapper .foot-wrapper .content .foot-menu {
	width: auto;
	height: auto;
	float: right;
	clear: both;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 7px;
	color: #21242C;
}

.main-wrapper .foot-wrapper .content .foot-menu a {
	width: auto;
	padding: 2px;
	padding-top: 0;
	padding-bottom: 0;
	color: #21242C;
	text-decoration: none;
	border-left: 1px #21242C solid;
	font-size: 12px;
}

.main-wrapper .foot-wrapper .content .foot-menu a.left {
	border: none;
}

.main-wrapper .foot-wrapper .content .copyright {
	float: right;
	clear: right;
	font-size: 12px;
}

.main-wrapper .foot-wrapper .content .deisgner {
	float: right;
	clear: right;
	font-size: 12px;
}

.main-wrapper .foot-wrapper .content .deisgner .exoticlabs-logo {
	font-family: "Sakkal Majalla";
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	text-decoration: none;
}

.main-wrapper .foot-wrapper .content .deisgner .exoticlabs-logo:HOVER {
	color: #EE8800;
}

.main-wrapper .foot-wrapper .content .deisgner .exoticlabs-logo sup {
	font-family: "Sakkal Majalla";
	font-weight: bold;
	color: #EE8800;
}

.main-wrapper .foot-wrapper .content .deisgner .exoticlabs-logo:HOVER sup {
	color: #333333
}
*/

.foot-wrapper {
	width: auto;
	height: auto;
	margin-top: 20px;
	background-color: #6D6D6D;
	color: #FFF !important;
}

.foot-wrapper .content {
	padding: 10px;
}

.foot-wrapper .content .contact {
	width: 250px;
	height: auto;
	float: left;
	clear: left;
	margin-bottom: 10px;
	position: relative !important;
}

.foot-wrapper .content .contact .social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.foot-wrapper .content .contact .social ul li {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background-size: 100% 100%;
	list-style: none;
	float: left;
	clear: none;
}

.foot-wrapper .content .contact .location {
	width: auto;
	height: auto;
	float: none;
	clear: both;
}

.foot-wrapper .content .contact .location .map {
	min-height: 300px;
}

.foot-wrapper .content .sitemap {
	width: 690px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	clear: right;
	/*background-color: #CCC;*/
	font-family: Helvetica, Arial, sans-serif !important;
}

.foot-wrapper .content .sitemap a {
	color: #DDD !important;
}

.foot-wrapper .content .sitemap a:HOVER {
	color: #FFF !important;
}

.foot-wrapper .content .sitemap ul.column1,
.foot-wrapper .content .sitemap ul.column2,
.foot-wrapper .content .sitemap ul.column3 {
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	list-style: none
}

.foot-wrapper .content .sitemap ul.column2 {
	width: 230px;
	/*background-color: #DDD;*/
}

.foot-wrapper .content .sitemap ul.column3 {
	width: 260px;
	/*background-color: #EEE;*/
}

.foot-wrapper .content .sitemap ul.column1 li,
.foot-wrapper .content .sitemap ul.column2 li,
.foot-wrapper .content .sitemap ul.column3 li {
	list-style: none;
	padding: 5px;
	padding-left: 10px;
}

.foot-wrapper .content .sitemap ul li.connector a {
	/*background-color: #DDD;*/
	color: #FFE630 !important;
	font-weight: bold;
	text-transform: uppercase;
}

.foot-wrapper .content .sitemap ul.column2 li.connector a {
	text-transform: uppercase;
	/*background-color: #EEE;*/
	color: #FFE630 !important;
	font-weight: bold;
}

.foot-wrapper .content .meta {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #212121 solid;
	float: none;
	clear: both;
}

.foot-wrapper .content .meta .copyright {
	float: left;
	clear: none;
	font-size: 14px;
}

.foot-wrapper .content .meta .designer {
	float: right;
	clear: none;
}

.foot-wrapper .content .meta .designer .exoticlabs{
	font-weight: bold;
	color: #333333;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	text-decoration: none;
}

.foot-wrapper .content .meta .designer .exoticlabs:HOVER {
	color: #EE8800;
}

.foot-wrapper .content .meta .designer .exoticlabs sup {
	font-weight: bold;
	color: #EE8800;
}

.foot-wrapper .content .meta .designer .exoticlabs:HOVER sup {
	color: #333333
}

.fade-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	display: none;
}

.fade-wrapper .signin-window {
	width: 450px;
	margin: auto;
	position: relative;
	margin-top: 200px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px 0px #000;
	border-radius: 3px;
}

.fade-wrapper .signin-window .header {
	padding: 10px;
	border-radius: 3px 3px 0px 0px;
	background-image: url('../../img/bg/menu.png');
	background-size: 100% 100%;
	background-color: #FFE630;
	font-family: BebasNeue;
	font-size: 20px;
	position: relative;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.fade-wrapper .signin-window .header .close {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 14px;
	right: 14px;
	background-image: url('../../img/bg/close_normal.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.fade-wrapper .signin-window .header .close:HOVER {
	background-image: url('../../img/bg/close_hover.png');
}

.fade-wrapper .signin-window .header .close:ACTIVE {
	background-image: url('../../img/bg/close_active.png');
}

 form .content,
.fade-wrapper .signin-window .content {
	padding: 10px;
}

form  .content .row,
.fade-wrapper .signin-window .content .row {
	padding: 0px;
	margin-bottom: 5px;
}

form  .content .row .column-label,
.fade-wrapper .signin-window .content .row .column-label{
	width: 90px;
	padding: 5px;
	border-right: 1px #454444 solid;
	float: left;
	clear: left;
}

form  .content .row .column-data,
.fade-wrapper .signin-window .content .row .column-data {
	width: 300px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	clear: right;
}

form  .content .row .column-data input[type=text],
form  .content .row .column-data input[type=password],
.fade-wrapper .signin-window .content .row .column-data input[type=text],
.fade-wrapper .signin-window .content .row .column-data input[type=password] {
	border: none;
	width: 100%;
	margin-bottom: 0px;
}

.fade-wrapper .signin-window .footer {
	width: auto;
	padding: 10px;
	background-color: #DDDDDD;
	position: relative;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

form  .content .row input[type=submit],
.fade-wrapper .signin-window .footer input[type=submit] {
	float: right;
	clear: right;
}

.fade-wrapper .signin-window .footer span {
	padding: 5px;
	float: left;
	clear: left;
}

.Error
{
	border: 1px red solid;
	background-color: #FFDDDD;
	text-align: left;
	display: none;
	overflow-x: auto;
}

.Error ul,
.Success ul
{
	padding: 20px;
}

.Error ul li,
.Success ul li
{
	list-style-type: square;
	padding-left: 10px;
	margin-left: 20px;
}

.Success
{
	border: 1px green solid;
	background-color: #BBFFBB;
	line-height: 30px;
	display: none;
	overflow-x: auto;
}

.Loader
{
	width: 16px;
	height: 11px;
	position: absolute;
	display: none;
}