body{
 text-align: center;
 font-family: Tahoma;
 font-size:11px;
 color: #6B6C6D;
}

h1{
 font-family: Tahoma;
 font-size:14px;
 color: #6B6C6D;
}

h1 strong{
color: #6600cc;
}

a{
 color: #6600cc;
}
a:link{
 text-decoration: none;
}

a:visited{
 color: #6600cc;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}

#main{
 margin-top: 20px;  /* Отступ слева */
 width: 1020px; /* Ширина слоя */
 margin-left: auto; /* Отступ слева */
 margin-right: auto; /* Отступ справа */
 text-align: left;
}

#logo{
 width: 100%;
 height: 100px;
 background: url('http://virtsynth.ru/templates/main/images/bg_top.gif') repeat-x;
}

#logo img{
 margin-top: 5px;
 margin-left: 20px;
}

.menu a{
 margin: 5px;
 padding-left: 16px;
 position: relative;
 top: -5px;
 color: #999999;
 text-decoration:none;
 font-weight: bold;
 background:url('http://virtsynth.ru/templates/main/images/menu_ar.gif') left center no-repeat;
}

.menu a:hover{
 background:url('http://virtsynth.ru/templates/main/images/menu_ar_h.gif') left center no-repeat; 
}

.menu #active{
 background:url('http://virtsynth.ru/templates/main/images/menu_ar_a.gif') left center no-repeat; 
}

#line{
 width: 100%;
 height: 25px;
 background: url('http://virtsynth.ru/templates/main/images/bg_line.gif') repeat-x;
}

#left_block{
 width: 200px;
 height: 775px;
 background: url('http://virtsynth.ru/templates/main/images/bg_menu.gif') repeat-x;
 border-right: 1px #DADADA solid;
 padding: 10px;
}


#center_block{
 padding: 10px;
}

#right_block{
 width: 200px;
 height: 100%;
 border-left: 1px #DADADA solid;
 padding: 10px;
}

#logo_big{
 border-bottom: 1px #DADADA solid;
}

#logo_block{
 float: left;
 width: 200px;
 height: 180px;
 padding: 10px;
 background: #F6F6F6;
 border: 1px #DADADA solid;
 border-left: 0px;
 border-top: 0px;
}

#logo_block img{
 border: 1px #DADADA solid; 
}

.bottom{
 border-top: 1px #DADADA solid;
 padding-top: 10px;
 color: #DBDBDB;
}
.news{
padding-bottom: 20px;
}

.news .content{
 padding: 10px;
}

.news .title{
 padding: 2px;
 padding-left: 5px;
 background: #DADADA;
}

.news .title span{
 padding: 2px;
 padding-left: 5px;
 padding-right: 5px;
 background: #FFFFFF;
}

.news .tags {
 padding-left:16px;
 margin-left: 5px;
 background:url('http://virtsynth.ru/templates/main/images/tags.gif') left center no-repeat;
}

.tags a{
 color:#CCCCCC;
 text-decoration:underline;
}

.tags a:hover{
 color:#FFFFFF;
 background: #990099;
 text-decoration:none;
}

.news .panel{
 color:#CCCCCC;
 margin-top: 5px;
 padding: 5px;
 border: 1px #CCCCCC solid;
}

.news .panel a{
 padding: 5px;
 color:#CCCCCC;
 text-decoration:none;
}

.news .panel a:hover{
 color:#CCCCCC;
 text-decoration:underline;
}

.news .panel span{
 border-right: 1px #DADADA solid;
}

.news .panel span #r_top{
 background:url('http://virtsynth.ru/templates/main/images/r_top.gif') left center no-repeat;
}

.news .panel span #r_top:hover{
 background:url('http://virtsynth.ru/templates/main/images/r_top_h.gif') left center no-repeat;
}

.news .panel span #r_bot{
 background:url('http://virtsynth.ru/templates/main/images/r_bot.gif') left center no-repeat;
}

.news .panel span #r_bot:hover{
 background:url('http://virtsynth.ru/templates/main/images/r_bot_h.gif') left center no-repeat;
}

.block{
margin-bottom: 20px;
}

.block .content{
 margin: 5px;
 padding: 5px;
 border-bottom: 1px #DADADA solid; 
}

.block .content LI{
 list-style-type: none;
 padding-left: 16px;
 padding-top: 3px;
 background:url('http://virtsynth.ru/templates/main/images/menu_ar_h.gif') left center no-repeat;
}

.block .title{
padding: 2px;
padding-left: 5px;
background: #CCCCCC;
color: #FFFFFF;
font-weight: bold;
}

.button{
	border: 1px #999999 solid;
	background: #CCCCCC;
	color: #666666;
}

.button:active{
	border: 1px #6600CC solid;
}

.hide{
border: 1px #6600cc dashed;
margin: 5px;
padding: 5px;
color: #ff3300;
}

.comments{
border: 1px #DADADA solid;
margin: 5px;
padding: 5px;
}

.comments .date{
 font-size:10px;
}

.comments .panel{
 text-align: right;
}
textarea {
 border: 1px #6600cc solid;
 padding: 2px;
}
.comments_reply{
 display: block;
 width: 95%;
 height: 50px;
 margin-top: 5px;
}

#tooltip{
background:#FFFFFF;
border:1px solid #666666;
color:#333333;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}
