
.menu_text{

	}
	
.menu_text td { text-align:left;

	}	

.menu_text a:link, a:visited { text-decoration: none; color:#c00000;}
.menu_text a:hover { text-decoration: none; color:#ffffff;}
.menu_text a:active { text-decoration: none; color:#c00000;}



.menu_text_new а {
  display:block; /* позволяет указать ширину и высоту */
  width:180рх; /* ширина  */
  height:40рх; /* высота */
  text-align:center; /* центрирование текста по горизонтали */
  text-decoration:none; /* убираем подчеркивание */
  line-height:40рх; /* указывем высоту строки */
  vertical-align:middle; /* центрирование текста по вертикали */
  background-color:#ffffff; /* указываем фоновый цвет на случай, если фоновая картинка не загружается */
  background-image:url(/assets/templates/artiray/images/artiray_botton.gif); /* фоновая картинка до наведения мыши */
  background-repeat:no-repeat; /* способ заполнения фона */
  color:#c00000; /* цвет текста */
}
.menu_text_new a:hover {
  background-color:#c00000; /* указываем фоновый цвет на случай, если фоновая картинка не загружается */
  background-image:url(/assets/templates/artiray/images/artiray_botton_red.gif); /* фоновая картинка в момент наведения мыши */
  background-repeat:no-repeat; /* способ заполнения фона */
  color:#ffffff; /* цвет текста */
} 





body {
/*	color:#1010d4;*/

}

/**
div,p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
**/

h1 { font-size:  }
h2 { font-size:  }
h3 { font-size: 27px; }
h4 { font-size:  letter-spacing: .15em }


/*
a, a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }
*/

a img, img {
    border: none;
}



#page {

}

#content { 

}



/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
}

h2.pagetitle {
}

h4.date-header {
}

blockquote {
}

blockquote p { margin-top: 0; }

blockquote cite {
}
code {
}
li code { width: 330px }

acronym, abbr, span.caps {
}

hr { display: none; }



/* Header 
------------------------------------------------------------------------- */

#header { 
}

#header h1 {
}
#header h1 a {
}
#header h1 a:hover { 
}





/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
}

#sidebar h2 {
}

#sidebar ul, #sidebar p {
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Footer 
------------------------------------------------------------------------- */
#footer {
}

#footer p {
}

#footer a {border-bottom: none;}


