﻿div
{
	display: block;
}

.BackGroundWrapper
{
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('./image/normalbodybg.jpg');
	min-height:100%;
}

#ContentWrapper
{
	width: 990px;
	margin: auto;
}

.clear
{
	clear: both;
	float: none;
}

.PageTop
{
	width: 960px;
	margin: auto;
	height: 17px;
	margin-top: 11px;
}

#MainCollum
{
	background-image: url('./image/pagebg.png');
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px 35px 13px 35px;
}

#ContentMainHolder
{
	/* only if ContactMeHolder is visible
	width: 695px;
	padding: 0 10px 0 0;
	*/
	width:100%;
	min-height:70%;
	float: left;
}

.ContactMeHolder
{
	display:none;
	float: right;
	width: 195px;
	margin: 0 0 0 0;
	background-image: url('/Files/Templates/Designs/Alumeco/gfx/Master/ContactMeBg.png');
	background-repeat: repeat-x;
	background-color: #9fa3a8;
	padding: 15px 10px 15px 10px;
}

.PageBottum
{
	margin: auto;
	background-image: url('./image/PageButtom.png');
	height: 45px;
}

.MenuHolder
{
	background-image: url('./image/menuTopBg.png');
	background-position: top;
	background-repeat: no-repeat;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url('./Image/BgPattern.gif');
	background-repeat: repeat; 
	background-color: #343537;
	font-family: Tahoma;
	font-size: 14px;
}

.LogoBox
{
	float: left;
	margin-top: 5px;
}

.LangBox
{
	float: right;
	margin-top: 43px;
}

.Loader
{
  border: 2px solid #0099FF;
  background-color: #EFEFEF;
  padding: 10px;
  width: 200px;
  height: 20px;
  position: absolute;
  _top: 50%;
  _left: 50%;
  top: 50%;
  left: 50%;
  margin: -10px auto auto -100px;
  vertical-align: middle;
  text-align: center;
  z-index: 999;
}

fieldset
{
padding:3px;
border: solid 1px #e6e6e6;
}

input[type="text"] {
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

textarea {
  resize: none;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

.fsAuta
{
	background-color:#eeeeee;
	margin-bottom:3px;
}

.lblAuta
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.btn
{
 font-weight:bold;
 font-size:16pt;
}