@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
h1 {
	/*font-size: 18px;
	font-family: "Century Gothic";
	color: #fff;
	margin: 0 auto;
	display: block;*/
}
.h1conteiner {
	display:none;
}
.mainContainer {
	width: 808px;
	margin: 0 auto;
}
.MenuContainer {
	display:none;
}
.TopBtns {
	display:none;
}
.homeBtn, .contactBtn {
	display:none;
}
.homeBtn a, .contactBtn a {
	display:none;
}
.homeBtn a:hover {
	background: url(../Images/HomeBtn-hover.png);
	color: #fff;
}
.contactBtn {
	width: 114px;
	margin-left: 2px;
}
.contactBtn a {
	background: url(../Images/ContactBtn.png);
	width: 114px;
}
.contactBtn a:hover {
	background: url(../Images/ContactBtn-Hover.png);
	color: #fff	
}
/*------------------- menu -------------------*/
.menuNavig {
	display:none;
}
.BgAdOn {
	display:none;
}
/*------------------- banner -------------------*/
.ContentIn {
	float: left;
	width: 580px;
}
.Banner {
	display:none;
}
.Logo {
	display:none;
}
.Logo a {
	display:none;
}
.BannerImage {
	display:none;
}
/*------------------- content -------------------*/
.txtContainer {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 567px;
	min-height: 400px;
	padding: 0px 6px 10px 5px;
	background: #fff url(../Images/ContentPatternBg.png) repeat-x bottom;
}
.txtContainer h2, .txtContainer h1 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #fff;
	background: #3d8cbf url(../Images/ContentTitleArow.gif) no-repeat left;
	background-position: 15px 9px;
	height: 25px;
	line-height: 25px;
	border-bottom: solid 1px #1f507c;
	padding-left: 30px;
}
.actualTxt {
	margin: 20px 25px 0px 25px;
	padding: 0;
}
.actualTxt h3 {
	font-size: 12px;
	color: #010159;
	line-height: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.actualTxt h4 {
	font-size: 13px;
	color: #357bb8;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.actualTxt h5 {
	font-size: 13px;
	color: #000099;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.actualTxt a {
	color: #256daa;
}
.actualTxt a:hover {
	text-decoration: none;
}
.actualTxt img {
	float: left;
	margin: 0px 10px 15px 0px;
}
.actualTxt p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding-bottom: 20px;
}
.actualTxt span {
	color: #4d8efd;
}
.actualTxt ul li {
	line-height: 16px;
	list-style: url(../Images/ContentTitleArow.gif);	
}
.clasClear {
	float: none;
	clear: both;
}
/*------------------- botom -------------------*/
.botom {
	margin: 0;
	padding: 0;
	width: 580px;
	height: 52px;
	background: url(../Images/BotomCap.png) no-repeat;
}
.botomTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d8bcf;
	padding: 20px 0px 0px 32px 
}
.RightSide {
	width: 24px;
	height: 508px;
	float: right;
	padding-top: 95px;
	background: url(../Images/RightSideBlue.png) no-repeat bottom;
}
.ImgBrder {
	border: solid 1px #3573ac;
}
.ImageRight {
	float: right;
}
.ImageRight2 {
	float: right;
	position: relative;
}