/*
Design by Staffa Templates
http://www.biz-new.ru
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}


body {
	background: #0000FF url(images/fon_logo.jpg) repeat-x;
	font-family: Arial, Courier, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #666666;*/
	height: 100%;
	width: 100%;
	position:relative;
}
#logo1 {
	width: 210px;
	height: 210px;
	position: absolute;
    left: 20px;
	top: 0px;
	margin: 20px;
}

.main {
	min-height: 100%; 
	height:auto !important;
	height:100%;
}

li a{
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3 {
	color: #000000;
}

p,blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.boxed {
}


.heading {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: #ffffff;
	padding: 18px;
	background: url(images/menu_bg_bottom.jpg) repeat-x;
}


/* Header */

#header {
	width: 660px;
	height: 160px;
	text-align: center;
	margin: 0 auto;
}

#header a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #ffffff;
}

#header h1 {
	font-family: Arial, Courier, sans-serif;
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
	color: #33ff00;
}

/* Header-right */
#header-right {
	width: 250px;
	height: 160px;
    position: absolute;
    top: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#header-right h1 {
	font-family: Courier, sans-serif;
	color: #ffffff;
	padding-top: 40px;
	font-size: 16px;
}

/* top menu */


#top_menu_background {
	background: url(images/menu_bg.jpg) 0 0 repeat-x;
	height: 70px;
	margin-left: 0;
}
#top_menu {
	margin: 0 0 0 320px;
	height: 70px;
}


/* Columns */

#left {
/*	position: absolute;
    left: 0;*/
	position: relative;
    float: left;
	width: 300px;
	font-size: 12px;
	color: #ffffff;
	margin: 15px 10px 0 10px;
}

#send {
	margin-botton: 40px;
}

#right {
/*	position: absolute;
    right: 0; */
	position: relative;
    float: right;
	width: 240px;
	font-size: 12px;
	color: #ffffff;
	margin: 15px 10px 0 10px;
}

#left ul, #left ol, #right ul, #right ol {
	list-style-type: square;
}

#left li, #right li {
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 10px 25px;
}

#center {
	position: relative;
    top: 0;
	background: #ffffff;
	text-align: center;
	margin: 15px 260px 0px 320px;
	margin-botton: 40px;
}
#center p {
	margin: 1px 20px 0px 20px;
	padding-bottom: 10px;
	font-family:  Verdana, Geneva, Helvetica, Courier, sans-serif;
	font-size: 12pt;
}

#center li {
	position: relative;
	left: 0;
	list-style-type: none;
	padding: 0;
	text-align: left;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#center ul li ul { 
	margin: 0px; 
    position: absolute;  /* размещает выпадающий ul относительно родительского li */ 
    left: 200px;  /* выравнивает раскрывающееся меню */ 
	top: -70px;
    width: 10em;
    display: none;	
} 

#center ul li:hover ul, 
#center ul li ul:hover { 
    display:block;
	margin-top: 10px; 
} 

#center ul li ul li  { 
   width: 100%;
}
#center a {
   display: block;  /* пункты вложенного меню выделяются при наведении указателя */ 
   text-decoration: none;  /* удаляем подчеркивание ссылок */ 
   padding: 0px 10px 0px 10px;  /* создаем пространство с обеих сторон текста пункта меню */ 
}

#center a:link,
#center a:visited,
#center a:hover  {
	color: #000000;
}


#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */

.hfooter { /* это распорка в основном блоке - резервируем место для подвала */
	height: 40px; /* высота нашего подвала */
}


#footer {
	background: url(images/menu_bg_bottom.jpg) repeat-x;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 77%;
	margin-top: -40px;
}

/* @group menus */

#top_menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

#top_menu li.first {
/*	margin: 0;
	padding: 0;
	padding-right: 2px;
	padding-top: 5px;
	float: left;
	list-style: none;*/
	background: url(images/menu-divider.png) 100% 0 repeat-y;
}
 
#top_menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	padding-top: 5px;
	float: left;
	list-style: none;
	/*background: url(images/menu-divider.png) 100% 0 repeat-y;*/
}

#top_menu li.last {/* последний узел, соединительную линию к след. узлу убираем */
	background: none;
}

#top_menu a:link,
#top_menu a:visited {
	display: block;
	float: left;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#top_menu a:hover {
	background: #4F6FA7;
}
 /* end groupmenu*/

#legal {
	margin: 10px 0 0 0;
	line-height: normal;
	float: left;
	width: 47%;
}
#legal1 {
	float: left;
	padding: 3px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0 5px 0 0;
	float: right;
	padding: 8px 0;
	line-height: normal;

}
.fbForm .form { padding-left: 40px; }
.fbForm .name { padding-top: 12px; font-size: 8pt; color: #7d7d7d; }
.fbForm .element { padding-top: 2px; }
.fbForm .element INPUT, .fbForm .element TEXTAREA {
        border: 1px solid #ccc;
        background-color: #E6EFF6;
        font-size: 10pt;       
        color: #2C5883;
}
.fbForm INPUT#fbName,
.fbForm INPUT#fbEMail {
        background-image: url(images/icon_form.gif);
        background-repeat: no-repeat;
        width: 250px;
        padding: 4px 0px 4px 25px;
}
.fbForm INPUT#fbName    { background-position:3px -3px; }
.fbForm INPUT#fbEMail { background-position:3px -33px; }
.fbForm TEXTAREA#fbText {
        padding: 4px 4px 4px 25px;
        width: 425px;
        font-family: Tahoma;
        background: #E6EFF6 url(images/icon_form.gif) no-repeat 3px -93px;
}
.fbForm .captcha-test TD { vertical-align: top; padding-right: 15px; }
.fbForm .captcha { padding-top: 3px; }
.fbForm .captcha IMG { border: 1px solid #ccc; }
.fbForm INPUT#vericode { width: 130px; padding: 4px 0px 4px 25px; background: #E6EFF6 url(images/icon_form.gif) no-repeat 3px -63px; }
.fbForm .submit { padding-top: 15px; }
.fbForm INPUT#fbSubmit {
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        cursor: pointer;
        padding: 2px 15px 2px 15px;
}
.fbForm .error { font-size: 8pt; color: red; display: none
}


