@import url("global.css");

body {
	background:#fec900 url(../images/body_bg.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	}


.wraper {
	width:998px;
	margin:0 auto;
	}
	

a {
	color:#1758fe;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}


h1 {
        font-size: small;
	font-style: normal;
	text-decoration: none;
	}

.h1-text {
	color:#ff7800;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:5px;
}

.style1 {
	}
.style1 #header {
	height:326px;
	background:url(../images/style1_header.jpg) no-repeat 0 0;
	}
.style1 #main {
	height: expression( this.scrollHeight < 287 ? "287px" : "auto" ); /* sets min-height for IE */
	min-height:287px;
	background:url(../images/style1_main.jpg) no-repeat 0 bottom;
	}
.style1 #footer {
	height:451px;
	background:url(../images/style1_footer.jpg) no-repeat 0 0;
	}
.style1 .wraper {
	background:url(../images/style1_wraper.gif) repeat-y 0 0;
	}
.style1 .menu {
	background:url(../images/style1_menu.jpg) no-repeat 0 0;
	}

.style2 {
	}
.style2 #header {
	height:325px;
	background:url(../images/style2_header.jpg) no-repeat 0 0;
	}
.style2 #main {
	height: expression( this.scrollHeight < 895 ? "895px" : "auto" ); /* sets min-height for IE */
	min-height:895px;
	background:url(../images/style2_main.jpg) no-repeat 0 bottom;
	}
.style2 #footer {
	height:451px;
	background:url(../images/style2_footer.jpg) no-repeat 0 0;
	}
.style2 .wraper {
	background:url(../images/style2_wraper.gif) repeat-y 0 0;
	}
.style2 .menu {
	background:url(../images/style2_menu.jpg) no-repeat 0 0;
	}


.topicons {
	color:#000;
	float:right;
	padding:15px 160px 0 0;
	}
.topicons a {
	padding:0 20px;
	text-decoration:none;
	}

.copyright {
	font-size:10px;
	line-height:10px;
	color:#fff7e8;
	text-align:center;
	width:280px;
	margin:243px 0 0 355px;
	}

.phonenumber {
	color:#000;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
	padding:100px 100px 0 0;
	}
.phonenumber big {
	color:#000;
	font-size:42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


.menu {
	height:30px;
	width:492px;
	padding:12px 5px 0 5px;
	margin-left:19px;
	font-family:Tahoma;
	font-size:14px;
	}
.menu table { width:100%;}
.menu td { padding:0 8px; }
.menu a { color:#001270; text-decoration:none;}
.menu a:hover { text-decoration:underline;}


.leftside {
	width:260px;
	min-height:180px;
	float:left;
	padding:70px 0 110px 80px;
	margin:0 0 -130px 0;
	}
.leftside-content {
	position:relative;
	z-index:100;
	}
.leftside-header {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#2796dd;
	padding-top:20px;
	}
.ruller {
	background:url(../images/ruller.png) no-repeat 0 0;
	width:300px;
	height:310px;
	position:absolute;
	margin:-220px 0 0 -97px;
	z-index:1;
	}

.rightside {
	float:right;
	}
.rightside ul {
	list-style:none;
	}
.rightside li {
	background:url(../images/list-bullet.gif) no-repeat 0 5px;
	padding:0 0 0 25px;
	}
.rightside p {
	margin:10px 0;
	}

.style1 .rightside {
	width:415px;
	margin:-40px 40px 0 0;
	padding:0 0 20px 0;
	}
.style2 .rightside {
	width:630px;
	margin:35px 20px 0 0;
	padding:0 0 88px 0;
	}
.rightside b {
	color:#222;
	}


.news {
	list-style:none;
	color:#656565;
	font-size:11px;
	padding:10px 0 0 0;
	}
.news li {
	padding:0 0 5px 0;
	}
.news .date {
	color:#da5911;
	font-size:10px;
	}
.news a {
	color:#656565;
	text-decoration:none;
	}
.news a:hover {
	text-decoration:underline;
	}


.pager {
	color:#9a9a9a;
	text-align:center;
	font-family:Tahoma;
	padding:0 0 5px 0;
	}
.pager a {
	color:#9a9a9a;
	}
.pager span{
	color:#ffb400;
	}


.submenu {
	list-style:none;
	font-size:13px;
	}
.submenu ul {
	list-style:none;
	}
.submenu a {
	color:#000260;
	}
.submenu li li a {
	color:#1758fe;
	}
.submenu li {
	background:url(../images/list-bullet.gif) no-repeat 0 5px;
	padding:0 0 15px 25px;
	}
.submenu li li {
	background:none;
	padding:0 0 0 35px;
	}

.tab {
	padding-left:20px;
	}


.book {
	background:url(../images/book_bg.gif) repeat-y 0 0;
	}
.book_t {
	background:url(../images/book_t.jpg) no-repeat 0 0;
	}
.book_b {
	background:url(../images/book_b.jpg) no-repeat bottom left;
	padding:10px 80px 12px 20px;
	}
.book-content {
	_height: expression( this.scrollHeight < 690 ? "690px" : "auto" ); /* sets min-height for IE */
	min-height:690px;
	}
