html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	font: 0.8em Tahoma, "Times New Roman", Arial;
	line-height: 1.8em;
}
table {
	border-collapse: collapse;
}
td{
	vertical-align: top;
	font: 0.8em Tahoma, "Times New Roman", Arial;
	line-height: 1.8em;
	padding: 0;
}

a {
	color: #da5f0b;
	text-decoration: none;
	border-bottom: 0;
}

a:hover {
	border-bottom: 1px dotted #da5f0b;
}

h1, h2 {margin: 0 0 10px; padding: 0 0 6px; color: #66232d; border-bottom: 2px dotted #eee; }
h1 { font: normal 1.6em "Tahoma Bold", Georgia, "Times New Roman", Arial; letter-spacing: 0.2px; padding-left: 20px; background: url("img/spektr/h1-bg.gif") no-repeat scroll 2px 5px;}
h2 { font: normal 1.4em "Tahoma Bold", Georgia, Tahoma, "Times New Roman", Arial; letter-spacing: 1px; padding-left: 14px; background: url("img/spektr/h1-bg.gif") no-repeat scroll 0px 0;}
h3 { font: normal 1.2em "Tahoma Bold", Georgia, Tahoma, "Times New Roman", Arial; letter-spacing: 1px;}

li {
	text-indent: 0;
}

p{
	text-indent: 0;
}

blockquote{
	margin: 0;
	margin-left: 15px;
}

img{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	padding: 0;
	padding-left: 15px;
}

#content{
	width: 1050px;
	height: 100%;
	//background-color: #fff;
	margin: 0 auto;
}

#center p {
	padding-left: 2px;
}

#logo { margin: 0 10px 20px 20px; width: 180px; height: 293px; float: left;  background: url(img/spektr/logo.png) no-repeat; padding-left: 80px;}

#menu1 { width: 100%; padding: 0; margin: 0; margin-top: 10px; margin-left: 8px;}
	#menu1 li { display: inline; margin: 0; padding:0; }
	#menu1 li a { float: left; padding: 10px 10px 7px; text-align: center; margin: 0 20px 0 20px; color: #66232d; font: 1.2em Georgia, Tahoma, "Trebuchet MS", Tahoma; text-decoration: none; letter-spacing:1px;}
		#menu1 li a.green {background: url(img/spektr/menu1_green.png) repeat-x;}
			#menu1 li a.green:hover {color: #29b930;}
		#menu1 li a.dark-blue {background: url(img/spektr/menu1_dark_blue.png) repeat-x;}
			#menu1 li a.dark-blue:hover {color: #017dba;}
		#menu1 li a.orange {background:url(img/spektr/menu1_orange.png) repeat-x;}
			#menu1 li a.orange:hover {color: #ed9b0d;}
		#menu1 li a.nefrit {background: url(img/spektr/menu1_nefrit.png) repeat-x;}
			#menu1 li a.nefrit:hover {color: #00a39b;}
		#menu1 li a.red {background: url(img/spektr/menu1_red.png) repeat-x;}
			#menu1 li a.red:hover {color: #dd117a;}
	#menu1 li a.current { background: url(img/studio5/button.gif) no-repeat; color: #fff; }
	#menu1 li a:hover { text-decoration: none; color: #000; border-bottom: 0;}


#menu a:link { color: #48385d; ;text-decoration: none;}
#menu a:visited { color: #48385d; text-decoration: none;}
#menu a:hover { color: #48385d; text-decoration: none; }
#menu a:active { color: #48385d; }


th{
	background: #eee;
	border: 1px dotted #777;
}

.block{
	background: #fdfdfd;
	border: 1px dotted #999;
}

.form_input {
	BORDER: #cdcdcd 1px solid;
	padding: 2px;
}

.menu_item{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 50px;
	padding-top: 7px;
	padding-right: 5px;
	width: 75%;
	height: 54px;
	border: 1px dotted #ddd;
	font-size: 1.2em;
	background-color: #e2f4ff;
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
a.nodecor{
	text-decoration: none;
}
.menu_item:hover{
	background-color: #d3f0ff;
	border: 1px dotted #c5c5c5;
}

.menu_comment{
	font-size: 0.7em;
	color: #333;
	line-height: 1.1em;
}

.orange1 {background-image: url('img/spektr/leaf_orange1.png'); color: #ed9c08;}
.orange2 {background-image: url('img/spektr/leaf_orange2.png'); color: #da5f0b;}
.orange3 {background-image: url('img/spektr/leaf_orange3.png'); color: #da251c;}
.orange4 {background-image: url('img/spektr/leaf_orange4.png'); color: #da1378;}
.green1 {background-image: url('img/spektr/leaf_green1.png'); color: #82c322;}
.green2 {background-image: url('img/spektr/leaf_green2.png'); color: #00923f;}
.green3 {background-image: url('img/spektr/leaf_green3.png'); color: #00a49d;}
.green4 {background-image: url('img/spektr/leaf_green4.png'); color: #36b5bf;}
.blue1 {background-image: url('img/spektr/leaf_blue1.png'); color: #007cbe;}
.blue2 {background-image: url('img/spektr/leaf_blue2.png'); color: #005ba2;}
.blue3 {background-image: url('img/spektr/leaf_blue3.png'); color: #262579;}
