@charset "utf-8";
/* CSS Document */
html * {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBE1F9;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
	color: #fff;
}
.MainConteiner {
	margin: 0 auto;
}
.Clirer {
	float: none;
	clear: both;
}
/*------------------- topNavig -------------------*/
.TopBarr {
	background: url(../images/TopBarPattern.png) repeat-x;
	height: 40px;	
}
.MenuConteiner {
	float: left;
	background: url(../images/TopBarLeft.png) no-repeat left;
	height: 40px;
	width: 500px;
}
.MenuConteiner ul {
	height: 40px;
	width: 500px;
	list-style: none;
}
.MenuConteiner ul li {
	float: left;
	display: block;	
	padding: 10px 26px 10px 14px;
	background: url(../images/menuBraket.png) no-repeat right center;
}
.MenuConteiner ul li a {
	padding: 5px 10px 5px 10px;
	display: block;
	text-decoration: none;
	color: #B5C5DC;
}
.MenuConteiner ul li a:hover {
	color: #3C8FEC;
}
.LogoConteiner {
	float: right;
	width: 198px;
	height: 40px;
	background: url(../images/TopBarRight.png) no-repeat;
}
.LogoConteiner h1 {
	float: right;
	background: url(../images/CubicalBLogo.png) no-repeat;
	background-position: 0px 5px;
	height: 40px;
	width: 90px;
	margin: 0px 30px 0px 10px;
}
.LogoConteiner h1 a {
	height: 40px;
	width: 90px;
	display: block;
}
.LogoConteiner h1 a span {
	font-size: 10px;
	visibility: hidden;
	height: 40px;
	width: 90px;
	display: block;	
}
/*------------------- CenterImage -------------------*/
.mainBgConteiner {
	background: url(../images/BgImage.jpg) no-repeat left top;
	height: 500px;
}
.RightSideBg {
	background: url(../images/RightSide.png) no-repeat right top;
	height: 500px;
	width: 446px;
	float: right;
}
.ContentAbsolut {
	margin: 0 auto;
	position: absolute;
	width: 100%;
}
/*------------------- Bottom -------------------*/
.bottomConteiner {
	margin: 0 auto;
	background: url(../images/BottomBorderPattern.png) repeat-x top;
	height: 188px;
}
.bottomConteinerImg {
	margin: 0 auto;
	background: url(../images/BottomImgBg.png);
	height: 189px;
}
.botomLeft {
	height: 52px;
	background: url(../images/BotomLeft.png) no-repeat left;
}
.botomRight {
	height: 52px;
	background: url(../images/BotomRight.png) no-repeat right;
	width: 409px;
	float: right;
}
.botomRight span {
	float: right;
	padding-right: 30px;
	line-height: 52px;
	color: #1A245E;	
}
.Decor {
	position: relative;
	margin: 0 auto;
	margin-top: -80px;
	width: 324px;
	height: 107px;
	background: url(../images/BottomDecor.png);
	background-position: center;
}

.NoScript
{
	width:750px;
	padding:5px 2px 5px 2px;
	margin:0 auto;
	margin-top:-80px;
	text-align:center;
	border:2px solid #CC3300;
	
}


