* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	color: #000000;
    background: #ffffff;
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {	
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}


h1, h2, h3 {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 150%;
	line-height: 110%;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}


h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}

p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}


a {
	color: #ff3300;
	text-decoration: none;
}
a.selected {
    color: #ff3300;
	text-decoration: underline;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}

.layout {
	width: 100%;
	font-size: 95%;
}

/*-------------------------------ШАПКА-------------------------------*/
.header {
	width:100%;
	background:#FFFFFF url(/files/image/hbg.jpg) no-repeat 300px 30px;
}
.header .logo{
	padding:25px;
}
.header .banners{
	background:#FFFFFF;
	padding:10px 20px;
}
.header .banners a{
	font-family: Tahoma; 
    text-decoration: underline; 
	font-size: 14pt;
    color:#ff3300;
}
.header .banners a.selected{
	text-decoration: underline; 
    color: #FF6600;
    background: #ffffff;
	}
.header .banners a:hover{
	text-decoration: underline; 
    color: #FF3300;
    background: #ffffff;
	}
/*-------------------------------ШАПКА_____---------------------------*/

/*------------------------------КОНТЕНТ-------------------------------*/
.content table{
	width:100%;
}
.content .left{
	width:240px;
	padding:0px 20px;
	background:#ffffff;
}

.catsel {
	font-weight:normal;
}
/*---------------------------ГЛАВНОЕ-МЕНЮ-----------------------------*/
.content .left .scatf{
	padding:0 20px 20px;
}
.scatf form{
	margin-top:0px;
}
.scatf form .input-text {
    background: #ffffff;
    color: #ff3300;
    border: 1px solid #003366;
    padding: 2px;
/*    margin: 0px 0px 0px 10px !important;
*//*    float: right;
*/    font-size: 90%;
}
.scatf form .input-submit {
    background: transparent;
    border: none;
    font-weight: normal;
    color: #ff3300;
    cursor: pointer;
/*    float: right;
*/    padding: 0px;
/*    margin: 0px 0px 0px 10px;
*/    text-decoration: underline;
    font-size: 100%;
}
.content .left .scatf .right-header1{
	background:#ffffff;
	padding:5px 0px;
	font-size:14px;
	color:#ff3300;
	font-weight: bold;
}

.content .left ul{
	padding: 0px;
    margin: 0px;
    background: #ffffff;
    border: none;
}
.content .left ul li {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
.content .left ul li a{
    display: block;
    padding: 12px 20px;
    margin: 0px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
	background: #ffffff;
}
.content .left ul li a.selected {
    text-decoration: underline;
    font-weight: normal;
    color: #ff3300;
    background: #ffffff;
}
.content .left ul li a:hover{
    font-weight: normal;
    text-decoration: underline; 
    color: #FF3300;
    background: #ffffff;
}
/*-------------------------ПОДМЕНЮ-------------------------*/
.content .left ul ul {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 30px;
    border: none;
    height: 1%;
}
.content .left ul ul ul {
    margin: 10px 0px 0px 20px;
}
.content .left ul ul li a{
    color: #ff3300;
    display: block;
    padding: 3px 0px;
    margin: 0px;
    font-weight: normal;
    text-decoration: none;
	background: transparent;
}
.content .left ul ul li a:hover{
    font-weight: normal;
    text-decoration: underline;
    color: #ff3300;
    background: transparent;
} 
.content .left ul ul li a.selected{
    font-weight: normal;
    text-decoration: underline;
    color: #ff3300;
    background: transparent;
} 
.content .left ul ul ul ul {
    margin: 10px 0px 0px 20px; 
	border-left: 1px solid #ff6600; /* Линия слева от текста */
    padding-left: 10px; /* Расстояние между линией и текстом */
    margin-left: 10px; /* Расстояние от левого края до линии */
}
.content .left ul ul ul li a{
    color: #ff3300;
    display: block;
    padding: 3px 0px;
    margin: 0px;
    font-weight: normal;
    text-decoration: none;
	background: transparent;
}
.content .left ul ul ul li a:hover{
    font-weight: normal;
    text-decoration: underline;
    color: #ff3300;
    background: transparent;
} 
.content .left ul ul ul li a.selected{
    font-weight: normal;
    text-decoration: underline;
    color: #ff3300;
    background: transparent;
} 

/*----------------------ПОДМЕНЮ_______---------------------*/

/*---------------------------ГЛАВНОЕ-МЕНЮ____________------------------*/
.content{
	padding-top:20px;
	background: #ffffff;
}
.content .center{
	width:100%;
	padding:32px 20px 0px 20px;
                     font-family: Tahoma;
                     font-size:14px;
	color:#333333;
}
.content .center .news-inner dl dt{
    color: #000000;
    font-weight: bold;
}
.content .center .news-inner dl dd{
    padding-bottom: 15px;
}
.content .left .news-inner dl dt{
    color: #000000;
    font-weight: bold;
}
.content .left .news-inner dl dd{
    padding-bottom: 15px;
}

.content .right{
	width:240px;
	padding:0px 20px;
                     background: #ffffff;
}
.content .right p{
	text-align:center;
	padding:10px 20px 20px 20px;
}
.content .right p a{
	text-decoration:none;
}
.content .right .right-header1{
	background:#ffffff;
	padding:5px 0px;
	font-size:14px;
	color:#0066CC;
	font-weight: bold;
}
.content .right .right-header2{
	background:#ffffff;
	padding:5px 0px;
	font-size:14px;
	color:#0066CC;
	font-weight: bold;
}
.content .right .seach form{
	margin-top:10px;
}

.content .right .seach  form .input-text {
    background: #ffffff;
    color: #313131;
    border: 1px solid #003366;
    padding: 2px;
    margin: 0px 0px 0px 10px !important;
    float: right;
    font-size: 90%;
}
.content .right .seach   form .input-submit {
    background: transparent;
    border: none;
    font-weight: normal;
    color: #005CCD;
    cursor: pointer;
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    text-decoration: underline;
    font-size: 90%;
}


/*-------------------------------КОНТЕНТ_______-----------------------*/

/*-------------------------------ФУТМЕНЮ-------------------------------*/
.footmenu{
	padding:20px 20px;
}
.footmenu ul{
	width:100%;
}
.footmenu ul li {
	float:left;
	border-left:1px solid #003366;
	padding:0 10px;
}
.footmenu ul li a{
	color:#ff3300;
}
.footmenu ul li a:hover{
	color:#003366;
}
.footmenu ul li.first {
	border:none;
	padding-left:0px;
	padding-right:10px;
}
/*-------------------------------ФУТМЕНЮ________-----------------------*/

/*-------------------------------ПОДВАЛ-------------------------------*/
.footer{
	background:#ff6407;
	padding:30px 30px;
	color:#003366;
}
.footer a{
	color:#ffffff;
}
.footer table{
	width:100%;
}
.footer .author{
	text-align:right;
	padding-right:15px;
}
.footer .counter{
	text-align:right;
	width:1%;
                     padding:0px 20px;
}
/*-------------------------------ПОДВАЛ________-----------------------*/


.faqdata  .line{
	border-bottom:1px solid #000000;
	margin-bottom:25px;
}
.faqdata  .faqtitle {
	overflow:hidden;
}
.faqdata  .funame {
	float:left;
	font-weight:bold;
}
.faqdata .fdatetime {
	float:right;
}
.faqdata .fanswer {
	padding:0px;
	margin:0px;
}
.faqdata .fanswer {
	padding:0px;
	margin:0px;
}
.td1 {  border: 1px solid black;
          padding: 5px;
}

.image {
border: solid 1px;
border-color: #FF9900;
}

.user_cab li {
	padding: 3px 0px;
}
