body {
	font-family: Arial;
	font-size:12px;
	color: #424242;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

form, h1,h2, h3, h4, div	{
	margin: 0px;
	padding: 0px;
}

form, input, submit, textarea, select, p,td,th {
   	font-family: Arial;
	font-size:12px;
}

a, a:hover {
   	font-family: Arial;
	color: #2263bb;
	text-decoration: none;
}
a:hover	{
	color:#6bae2a;
	text-decoration: underline;
}

H1,h2,.title {
	font-size: 22px;
   	font-family: Arial;
	font-weight: normal;
	color: #5f748b;
} 
h2	{
	font-size: 18px;
	font-weight: bold;	
}

ol, ul	{padding-left:10px;
	margin:5px;
}
li.ar	{
	line-height:1.4em;
	list-style: none;
	padding-left:10px;
	margin-left:-10px;
	background: url(../images/arr.gif) no-repeat top left;
}
li.menu	{
	line-height:1.2em;
	margin-left:10px;
	padding-left:10px;
}

input.tx 	{
	BORDER: #afb0b1 1px solid;
	background-color: #FFFFFF; 
	color: #004080;
	width:99%;
}
input.search 	{
	BORDER: 0px;
	background: transparent url(../images/search_bg.gif) no-repeat top left;
	padding:3px;
	color: #004080;
	width:124px;
	height:20px;
}
.norepr {
	background-position: top right;
	background-repeat: no-repeat;
}
.botleft {
	background: url(../images/botleft.jpg) no-repeat top left;
}
.imgpadd	{
	padding-right:10px;
	padding-bottom:10px;	
}
.small	{
	font-size:11px;
	color:#636363;
}
.white	{
	color:#fff;
}
.made	{
	color:#73acfc;
}
.date	{
	font-size:12px;
	font-weight:bold;
	color:#2162ba;
}
.more {
	color:#ff5941;
	text-decoration:underline;
}
.more:hover {
	color:#2263bb;
	text-decoration:none;
}
.dec {
	color:#92ca3a;
	text-decoration:underline;
}
.dec:hover {
	color:#fff;
	text-decoration:none;
}
.brd_bot 	{
	BORDER-BOTTOM: #7f7f7f 1px dotted;
}


ul#menu, ul#menu ul,ul#menu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 230px;
}


ul#menu a {
  display: block;
  text-decoration: none;
  font-size:11px;
}


ul#menu li {
  BORDER-BOTTOM: #ffffff 1px solid;
  list-style-image: url(../images/arr.gif);
  margin-left:30px;
}

ul#menu li:hover {
  BORDER-BOTTOM: #ffffff 1px solid;
  list-style-image: url(../images/arr_on.gif);
  margin-left:30px;
}


ul#menu li:hover.liselected {
  BORDER-BOTTOM: #ffffff 1px solid;
  list-style-image: url(../images/arr_on.gif);
  margin-left:30px;
}

ul#menu li a {
  background: #eaedef url(../images/mnubg.gif) repeat-x bottom left;
  color: #2263bb;
  text-decoration:underline;
  padding: 0.5em;
  padding-left:30px;
  margin-left:-25px;
}


ul#menu li a:hover {
  background: #f6f8f8 url(../images/mnubg_on.gif) repeat-x bottom left;
  color: #ff5941;
  text-decoration:none;
}

ul#menu li a.aliselected {
  background: #f6f8f8 url(../images/mnubg_on.gif) repeat-x bottom left;
  color: #ff5941;
  text-decoration:none;
}

ul#menu li ul li a {
  background: #fff;
  color: #2263bb;
  padding-left: 20px;
}


ul#menu li ul li a:hover {
  background: #eaedef url(../images/mnubg.gif) repeat-x bottom left;
}





/* styles of scrolling */
div.scrollable {

}

div.horizontal {
	width:650px; /*512px;*/
	height:118px;
}

div.items {
	height:150px;
	float:left;
	text-align: left;
	width:550px !important;
}

/* single item */
div.items a {
	display: block;
	width: 150px;
	height: 112px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-right: 5px;
}

div.items img {
	border: 4px solid #f0f0f0;
	width: 150px;
	height: 112px;
}

/* next / prev buttons */
a.prev, a.next {
	background: url(/images/inside/strelka_left.png) no-repeat 0px 0px;
	display: block;
	width: 35px;
	height: 33px;
	float: left;
	margin: 42px 4px 0px 3px;
	cursor: pointer;
}

a.next {
	background: url(/images/inside/strelka_right.png) no-repeat 0px 0px;
}

.scroll_pic {
	border: 4px solid #ffffff;
}
.banner	{
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color:#5a9f10;
	padding:5px;
}
.banner a	{
	color:#fff;
	font-weight:bold;
	display:block;
	padding:10px;
}

