* {
	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: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

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

/*-------------------------------ШАПКА-------------------------------*/
.header {
	width:100%;
	vertical-align:bottom;
	height:256px;
	background:#ffffff no-repeat right;
}
.header .logo{
	position:absolute;
	top:0px;
	left:50px;
}
.header .tel{
	top:0px;
	left:0px;
	color:#ffffff;
	font-size:150%;
	text-align:right;
}
.header .sysmenu {
	background:#35bfbf ;
	padding: 11px 0px 12px 0px;
	margin: 0px;
	text-align:center;
}
.header .sysmenu li {
	display:inline;
	margin:0;
	padding:0;
}
.header .sysmenu li a{
    padding: 0px 15px 0px 15px;
    margin: 0px;
    font-weight: normal;
    color:#ffffff; 
}
.header .sysmenu li a.selected{
	font-weight: bold;
	text-decoration: none;
}


/*-------------------------------ШАПКА_____---------------------------*/

/*------------------------------КОНТЕНТ-------------------------------*/
.content{
	padding-top:20px;
}
.content .table-content{
	width:100%;
}
.content .left{
	width:20%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:80px;
}
.content .right{
	width:20%;
	padding:10px 20px;
}

.content .center{
	width:50%;
	padding:10px 20px;
}
.content .center .news-inner dl dt{
    color: #ff0000;
    font-weight: bold;
}
.content .center .news-inner dl dd{
    padding-bottom: 15px;
}

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

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

/*-------------------------------ПОДВАЛ-------------------------------*/
.footer{
	background:#034b6b;
	padding:25px 20px 10px;
	color:#ffffff;
}
.footer table{
	width:100%;
	color:#ffffff;
}
.footer .author{
	text-align:right;
	padding-right:15px;
	color:#ffffff;
}
.footer .author a{
	color:#ffffff;
}
.footer .counter{
	text-align:right;
	width:1%;
	color:#ffffff;
}
/*-------------------------------ПОДВАЛ________-----------------------*/
.image {
border:1px solid #9A9A9A;
}

.footmenu form {
    float: right;
}
.footmenu form .input-text {
    background: #000000;
    color: #313131;
    border: 1px solid #003699;
    padding: 2px;
    margin: 0px 10px 0px 0px;
    float: left;
    font-size: 90%;
}
.footmenu form .input-submit {
    background: transparent;
    border: none;
    font-weight: normal;
    color: #003366;
    cursor: pointer;
    float: left;
    padding: 0px;
    margin: 0px 0px;
    text-decoration: underline;
    font-size: 90%;













