@charset "UTF-8";
/*web site color scheme #1*/

body {
	background:#0b2e5f;
	color:#3b3c3c;
}
a {
	color:#3b3c3c;
}
ul li {
	background-image:url(../img/color_1/li.gif);
}
.wide_dark a {
	color:#fff;
}
.wide_dark {
	background:#1a4683 url(../img/color_1/wd1.gif) repeat-x 0 0;
}
.wide_dark_in {
	background:url(../img/color_1/wd2.gif) repeat-x 0 100%;
}
#header {
	background:#1a4683 url(../img/color_1/sq.png) repeat-x 50% 0;
}
.input {
	background:#fff url(../img/bg/bg-inp.gif) repeat-x 0 0;
}
#loading {
	background:url(../img/color_1/ajax-loader.gif);
}
#big_button a {
	background-image:url(../img/color_1/big-btn.png);
	color:#002f64;
}
#big_button a:hover {
	color:#002f64;
}
.scroll_side a {
	background:#3f6ba1;
}
.scroll_side a:hover {
	background:#0a3876;
}
.scroll_side a span {
	border:1px solid #294a78;
}
.scroll_side a:hover span {
	border:1px solid #062753;
}
.scroll_side a:hover i {
	background-color:#0a3876;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#t1 {
	background-image:url(../img/color_1/t-ico1.png);
}
#t2 {
	background-image:url(../img/color_1/t-ico2.png);
}
#t3 {
	background-image:url(../img/color_1/t-ico3.png);
}
#t4 {
	background-image:url(../img/color_1/t-ico4.png);
}
.button {
	background:#224c87;
	color:#0f2c52 !important;
}
.button:hover {
	background:#275698 !important;
	color:#0f2c52 !important;
}
.button span {
	background:#183763;
}
.button b {
	background:#c5e6ff url(../img/color_1/bg-btn.png) repeat-x 0 100%;
}
.button:hover b {
	background:url(../img/color_1/bg-btn.png) repeat-x 0 0;
}
.button2 {
	background:#eaecf0;
	color:#fff !important;
}
.button2:hover {
	background:#dcdee2 !important;
	color:#fff !important;
}
.button2 span {
	background:#1d4274;
}
.button2 b {
	background:#274e82 url(../img/color_1/bg-btn2.png) repeat-x 0 0;
}
.button2:hover b {
	background:url(../img/color_1/bg-btn2.png) repeat-x 0 100%;
}
