a:visited
{
  text-decoration : none
}

a:link
{
  text-decoration : none
}

a:hover
{
  text-decoration : underline;
}

.link_main
{
  font-family : Verdana;
  font-size : 13px;
  font-weight : bold;
}

.link_text
{
  font-family : Tahoma;
  font-size : 13px;
  font-weight : bold;
  color : #FF0000; 
}

.link_small
{
  font-family : Tahoma;
  font-size : 11px;
  font-weight : bold;
}

.text_small
{
  font-family : Tahoma; 
  font-size : 11px;
}

.text_small2
{
  font-family : Tahoma; 
  font-size : 11px;
  color : #000000;
}

td
{
  font-size : 13px; 
  font-family : Tahoma;
}

.head_big
{
  font-size : 18px; 
  color : #FF0000; 
  font-family : Arial; 
}

.head_menu
{
  font-size : 12px; 
  color : #000000; 
  font-family : Tahoma; 
  font-weight : bold;
}

.text_main
{
  font-family : Tahoma; 
  font-weight : normal;
  font-size : 13px;
  color : #000000; 
  text-align : justify;
  text-indent : 25px;
}

.text_tbl
{
  font-family : Tahoma; 
  font-weight : normal;
  font-size : 13px;
  color : #000000; 
  text-align : justify;
}

.text_small
{
  font-family : Tahoma; 
  font-weight : normal;
  font-size : 11px;
  text-align : justify;
}

.text_small2
{
  font-family : Tahoma; 
  font-weight : normal;
  font-size : 11px;
  color : #000000; 
  text-align : justify;
}

.copy_small
{
  font-size : xx-small;
  color : #666666; 
  text-align : justify;
}

.form_check_domain
{
  margin-top : 0;
  margin-left : 0;
  margin-bottom : 0;
  margin-right : 0;
}

.form_check_domain_text
{
  width : 145; 
  height : 17; 
  font-family : Verdana; 
  font-size : 10px;
}

.form_check_domain_select
{
  width : 65; 
  height : 17; 
  font-family : Verdana; 
  font-size : 10px; 
  size : 13;
}

/*НОВЫЙ СТИЛЬ*/

/* Определение шрифта для Internet Explorer 
@font-face {
  font-family: Hortensia;
  src: url(/content/fonts/Hortensia.eot) /* нельзя использовать format() ;
}*/

/* Определение шрифта для других браузеров кроме IE*/
@font-face {
  font-family: NeoSansCyr-Regular;
  src: url(../fonts/NeoSansCyr-Regular.ttf) format("truetype");
}

html, body {
	font: 14px Arial, Helvetica, sans-serif; /* Шрифт на веб-странице */
	background: #ffffff;/* Цвет фона */
	padding:0px;
	margin:0px;
	height:100%;
}

h2 {
	font-size: 1.1em; /* Размер шрифта */
	color: #800040; /* Цвет текста */
	margin-top: 0; /* Отступ сверху */
}

#container {
	min-height: 100%; 
	width: 1000px; /* Ширина слоя */	
	margin: 0px auto; /* Выравнивание по центру */
}

#header {
	width:1000px;
	height:440px;
}

#header_top
{
	width:1000px;
	height:100px;
	margin:0px;
	padding:0px;
}

#logo
{
	margin:20px 0px;
	padding:0px;
	width:156px;
	height:60px;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#name_top
{
	font-family:NeoSansCyr-Regular;
	font-size:50px;
	margin:30px 222px 10px 222px;
	padding:0px;
	width:400px;
	height:60px;
	float:left;
}

#name_top b
{
	font-family:NeoSansCyr-Regular;
	font-size:50px;
	text-decoration:none;
	color:#ef1110;
}

#content_all
{
	width:1000px;
	height:100%;
	margin-bottom:100px;
	padding:0px 0px 0px 0px;
}

#content {
	width:750px;
	margin:0px 0px 0px 250px; /* Отступ слева */
	padding:0px; /* Поля вокруг текста */
	background: #ffffff; /* Цвет фона правой колонки */
}

/* Footer
-----------------------------------------------------------------------------*/
div#footer{
	margin-top:-50px;
	width:1000px;
	height:50px;
	font-family:NeoSansCyr-Regular;
	font-size: 90%;
	color:#ffffff;
	float:left;
}

div#footer div.bulb-1{
	width:9px;
	height: 50px;
	background-image: url(../images/main_menu1.png);
	background-repeat: no-repeat;
	float:left;
}

div#footer div.bulb-2{
	background-image: url(../images/main_menu2.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 50px;
	width:982px;
	float:left;
}

div#footer div.bulb-3{
	width:9px;
	height: 50px;
	background-image: url(../images/main_menu3.png);
	background-repeat: no-repeat;
	float:left;
}


span.copyright{
	float: right;
	font-size:130%;
	margin:0px;
}

span.copyright a, span.copyright a:hover, span.copyright a:active
{
	text-decoration:none;
	color:#ffffff;
	line-height:50px;
}
	
span.contacts{
	float: left;
	font-size:90%;
	margin:0px;
	width: 700px;
	line-height:50px;
}

span.phone{
	font-size:200%;
	line-height:50px;
}

/* MAIN MENU */

#headmenu ul
{
	margin:20px 0px 0px 0px;
	padding:0px;
	width:1000px;
	height:50px;
	background:#ffffff;
	list-style:none;
}

li.main_menu1
{
	background-image:url(../images/main_menu1.png);
	background-repeat:no-repeat;
	width:8px;
	height:50px;
	float:left;
	text-align: center;
}

li.main_menu3
{
	background-image:url(../images/main_menu3.png);
	background-repeat:no-repeat;
	width:8px;
	height:50px;
	float:left;
	text-align: center;
}

li.main_menu2
{
	background-image:url(../images/main_menu2.png);
	background-repeat:repeat-x;
	font-family:NeoSansCyr-Regular;
	font-size:16px;
	width:163px;
	height:50px;
	float:left;
	color:#ffffff;
	text-align:center;
}

li.main_menu2 a, li.main_menu2 a:visited
{
	display:block;
	margin:10px 0px;
	line-height:30px;
	text-decoration:none;
}

li.main_menu2 a:hover
{
	margin:10px 0px;
	background-image:url(../images/menu_active.png);
	background-repeat:no-repeat;
	width:163px;
	height:30px;
	line-height:30px;
	float:left;
	color:#8d0e0e;
	text-decoration:none;
}

.main_menu2_nonactive
{
	color:#ffffff;	
}

.main_menu2_active
{
	margin:10px 0px;
	background-image:url(../images/menu_active.png);
	background-repeat:no-repeat;
	width:163px;
	height:30px;
	line-height:30px;
	float:left;
	color:#8d0e0e;
	text-decoration:none;
}

.main_menu4_nonactive
{
	color:#ffffff;	
}

.main_menu4_active
{
	margin:10px 0px;
	background-image:url(../images/menu_active.png);
	background-repeat:no-repeat;
	width:163px;
	height:30px;
	float:left;
	color:#8d0e0e;
	text-decoration:none;
}

li.main_menu4
{	
	font-family:NeoSansCyr-Regular;
	font-size:15px;
	background-image:url(../images/main_menu2.png);
	background-repeat:repeat-x;
	width:163px;
	height:50px;
	float:left;
	color:#ffffff;
	text-align: center;
}

li.main_menu4 a, li.main_menu4 a:visited
{
	display:block;
	margin:10px 0px;
	text-decoration:none;
}

li.main_menu4 a:hover
{
	margin:10px 0px;
	background-image:url(../images/menu_active.png);
	background-repeat:no-repeat;
	width:163px;
	height:30px;
	float:left;
	color:#8d0e0e;
	text-decoration:none;
}

/* END MAIN MENU */ 

/* SLIDER */

div.slider_all
{
	height:200px;
	width:1000px;
	float:left;
	margin:20px 0px 50px 0px;
	float:left;
}

#slider1 {
    position:relative;
    width:300px; 
    height:200px; 
    background:url(../images/sip.jpg) no-repeat;
	float:left;
}

#slider2 {
    position:relative;
    width:300px; 
    height:200px; 
    background:url(../images/stud.jpg) no-repeat;
	float:left;
}

#slider3 {
    position:relative;
    width:300px; 
    height:200px; 
    background:url(../images/work.jpg) no-repeat;
	float:left;
}

#slider1 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider1 a {
    border:0;
    display:block;
}

#slider2 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider2 a {
    border:0;
    display:block;
}

#slider3 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider3 a {
    border:0;
    display:block;
}

#dev7link {
    position:absolute;
    top:0;
    background:url(../images/sip.jpg) no-repeat;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider1 {
    margin:0px 16px 0px 16px;
    width:300px;
    height:200px;
	float:left;
}

.theme-default #slider2 {
    margin:0px 16px 0px 16px;
    width:300px;
    height:200px;
	float:left;
}

.theme-default #slider3 {
    margin:0px 16px 0px 16px;
    width:300px;
    height:200px;
	float:left;
}

/* END SLIDER */

/* LEFT MENU */

#sidebar {
	margin: 0px 0px 100px 0px; 
	width: 236px;
	height:100%;
	padding: 0px 0px 0px 0px; /* Отступы вокруг текста */
	float: left; /* Обтекание по правому краю */
}

#sidebar ul
{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:236px;
	list-style:none;	
}

li.left_menu
{
	font-family:NeoSansCyr-Regular;
	font-size:12px;
	width:236px;
	height:30px;
	float:left;
	color:#000000;
	text-align: center;
}

li.left_menu a, li.left_menu a:visited
{
	display:block;
	margin:10px 0px;
	text-decoration:none;
	line-height:30px;
}

li.left_menu a:hover
{
	margin:10px 0px;
	width:236px;
	height:30px;
	background-image:url(../images/left_menu.png);
	background-repeat:repeat-x;
	float:left;
	line-height:30px;
	color:#ffffff;
	text-decoration:none;
}

a.left_menu_nonactive 
{
	color:#000000;
}

a.left_menu_active 
{
	margin:10px 0px;
	width:236px;
	height:30px;
	background-image:url(../images/left_menu.png);
	background-repeat:repeat-x;
	float:left;
	line-height:30px;
	color:#ffffff;
	text-decoration:none;
}
/* END LEFT MENU */

