/* CSS Document */

* {
  margin:0;
  padding:0;
}

html {
	height:100%;
}

body {
	background:#fac1f8;
	color:#000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}

#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -25px auto; 
	width:100%;
}

#header {
	background-image:url(images/header_bg.jpg);
	color:#FFF;
	height:88px;
	padding:0;
	margin:0;
	width:100%;
}

#header_center {
	background-image:url(images/logo.jpg);
	color:#FFF;
	height:88px;
	width:741px;
	margin:0 auto 0 auto;
	padding:0;
}

.menu {        
  width: 100%; /* задаю ширину */
  clear:both; /* обтекание */
  margin: 0px auto;  /* выровняю по центру */
  overflow: hidden; /* спрячу лишнее */
  background:#ad22a2;
}

.menu ul {
  height: auto; /* установим высоту меню */
  float:left; /* прижимаем влево */
  left:50%; /* смещаем на 50% */
  list-style-type:none; /* убираем маркеры */
  margin:0 auto; /* выравниваем */
  padding:0; /* убираем внутренние отступы */
  position:relative; /* пригодится для элементов списка */
}

.menu ul li {
  float:left; /* прижимаем влево */
  position:relative; /* позиционируем относительно родителя */
  right:50%; /* интересный момент, отступаем справа на 50% */        
}

.menu ul li a {
  line-height: 30px; /* выравниваю ссылки по высоте */
  color: #ffdcfc; /* пишу белым */
  padding: 2px 5px; /* внутренние отступы для удобства */
  margin: 0 10px; /* добавляю отступы между элементами меню */
  font-size: 12px; /* размер шрифта */
  font-weight:bold;
  text-decoration: none;
}

.menu ul li a:hover {
  text-decoration: underline; /* при наведении убираем подчёркивание */
  color: #fffffe;
}

#left_column {
	float:left;
	width:236px;
}

#left_menu {
	float:left;
	width:236px;
	margin-left:10px;
	margin-top:10px;
	background-image:url(images/strips_onside.jpg);
	background-repeat:repeat-y;
	position:relative;
}

#left_menu_header {
	background-image:url(images/top2.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:236px;
	height:30px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding-top:0px;
	color:#ffdcfc;
}

.header1 {
padding-top:7px;
}

#left_menu_bottom {
	background-image:url(images/specs_bottom.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:236px;
	height:10px;
}
#col3 ul {
	list-style : none;
	margin : 0;
	padding: 0;
}

#col3 ul li {
display : inline;
padding : 0;
margin : 0;
}

#col3 ul li a {
display : block;
color : #861b7e;
background : inherit;
text-decoration : none;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
margin:0;
padding : 5px 10px 5px 10px;
border-bottom : 1px dotted #FFF;
}

#col3 ul li a.open {
	background: #f0f0f0;
}

#col3 ul li a.opencurrent {
	background: #f0f0f0;
	color : orange;
}

#col3 ul li a.opensingle {
	background: #ebebeb;
}

#col3 ul li a.opensinglecurrent {
	background: #ebebeb;
	color : orange;
}

#col3 ul li a.mycurrent {
	color : orange;
}

#col3 ul li a:hover {
text-decoration : underline;
background: #febafc;
color:#c825bc;
}

#container {
	float:left;
	height:100%;
	margin:0;
	width:80%;
	position:relative;
}

#content {
float:left;
margin-left:30px;
margin-top:20px;
color:#861b7e;
}

#content h1{
color:#861b7e;
font-size:18px;
}

#content a{
color:#861b7e;
text-decoration:none;
}

#content a:hover {
color:#c825bc;
text-decoration : underline;
}

#push {
	clear:both;
	height:25px;
}

#footer {
	background-image:url(images/footer.jpg);
	color:#e7bc24;
	height:25px;
	text-align:center;
	width:100%;
}

#footer_text {
	padding-top:5px;
}

#footer_text a {
	padding-top:5px;
	color: #ffdcfc;
text-decoration : none;
font-size: 12px; /* размер шрифта */
  font-weight:bold;
}

#footer_text a:hover {
	color: #fffffc;
}
