@charset "utf-8";
body, html {
	height: 100%;
	width: 100%;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	margin-top: 0px;
	width: 100%;
}

h1 img {
	float: right;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline; 
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF69B4;
	background-position: 0 bottom;
}
.footer a:visited {
	color:#666;
	text-decoration:none;
}
.footer a:hover{
	color:#CCC;
	text-decoration:none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	position: relative;
	max-width: 100%;
	min-width: 1500px;
/*
	max-width: 100%;
	min-width: 1200px;
*/
	min-height: 100%;
}

.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
}

.sidebar1 {
	float: left;
	width: 190px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 10px;
}
.content {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 100px;
}

.content ul {
	width: 1000px;
}

ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #69F;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #69F;
	padding-top: 10px;
}
li img {
    vertical-align: bottom;
}
ul.nav a, ul.nav a:visited {
	display: block;
	width: 190px;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #FFFFFF;
	color: #666;
}

.fade {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}  
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.link_bannner {
	margin-top: 15px;
}
.link_b_ajast{
	margin-top:25px;
}
.clear { clear:both; }  
.clear hr { display:none; }

.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 50px;
	clear: both;
	font-size: small;
	text-align: center;
	background-color: #FFF;
	background-image: url(topimg/bg_footer.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69F;
	padding-top: 10px;
	padding-bottom:10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}