td, p, body, font, div, input
{ 
	font-family:	Verdana, Tahoma, Arial;
  	font-size:		11px;
  	color:		#8e8e8e;
}

h1
{
	font-family:	Arial;
  	font-size:		20px;
  	color:		black;
}
h2
{
	font-family:	Arial;
  	font-size:		18px;
  	color:		black;
}
h3
{
	font-family:	Arial;
  	font-size:		16px;
}
h4
{
	font-family:	Arial;
  	font-size:		14px;
}
a
{ 
	color:		#f40943;
	text-decoration:	none;
}
a:hover
{ 
	color:		#f40943;
	text-decoration:	underline;
}
.no_underline
{ 
	text-decoration:	none;
}
.menu
{ 
	background: url(images/dom_menu_hover.gif) no-repeat; 
	background-position: center 11;
}
.menu a
{ 
	font-weight:	bold;
  	font-size:		14px;
	color:		#ffffff;
	text-decoration:	none;
}
.menu a:hover
{ 
	font-weight:	bold;
  	font-size:		14px;
	color:		#ffffff;
	text-decoration:	none;
}
.menu2
{ 

}
.menu2 a
{ 
	font-weight:	bold;
  	font-size:		14px;
	color:		#797979;
	text-decoration:	none;
}
.menu2 a:hover
{ 
	font-weight:	bold;
  	font-size:		14px;
	color:		#ffffff;
	text-decoration:	none;
} 


.kat
{ 
	background: url(images/dom_kat_hover.gif) no-repeat; 
	background-position:center;
	color:			#ffffff;
	font-weight:		bold;
  	font-size:		13px;
	padding-left:		10;
}
.kat a
{ 
	font-weight:		bold;
  	font-size:		13px;
	color:			#ffffff;
	text-decoration:	none;
}
.kat a:hover
{ 
	font-weight:		bold;
  	font-size:		13px;
	color:			#ffffff;
	text-decoration:	none;
}
.kat2
{ 
	font-weight:		bold;
  	font-size:		13px;
	padding-left:		10;
}
.kat2 a
{ 
	font-weight:		bold;
  	font-size:		13px;
	color:		#797979;
	text-decoration:	none;
}
.kat2 a:hover
{ 
	font-weight:	bold;
  	font-size:		13px;
	color:		#ffffff;
	text-decoration:	none;
} 
.cat
{ 
	font-weight:	bold;
  	font-size:		14px;
	text-decoration:	none;
}
.grey
{ 
	color:		grey;
	text-decoration:	none;
}
.title
{ 
	font-weight:	bold;
  	font-size:		14px;
	text-decoration:	none;
	color:		#f40943;
}
.title a
{ 
	font-weight:	bold;
  	font-size:		14px;
	text-decoration:	underline;
	color:		#f40943;
}
.title a:hover
{ 
	font-weight:	bold;
  	font-size:		14px;
	text-decoration:	none;
	color:		#f40943;
}
.grey a
{ 
	color:		grey;
	text-decoration:	none;
}
.grey
{ 
	color:		grey;
	text-decoration:	none;
}
.small
{ 
  	font-size:		11px;
}
img
{ 
	border:		none;
}

#carousel_container{

}

#carousel_inner {

float:left; /* important for inline positioning */
width:660px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: none;
}

#carousel_ul {
position:relative;
left:-210px; /*  important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:1200px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:160px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:175px;
background: none;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:99px; 
width:60px; 
background: #fff; 
}
#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;

}

#header {
top:0px; /*Прижимаем шапку к верху браузера, делаем отступ в 0px*/
height:50px; /*Устанавливаем высоту шапки*/
width:100%; /*Вытягиваем шапку в длинну на 100%*/
}
#content {
width:100%;
}
#footer {
position:fixed; /*Фиксированое позиционирование элементаотносительно браузера */
bottom:0; 
height:8px; 
width:100%;
background: url(images/dom_foot.png) repeat-x;
background-position:top;
}


/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:500px;
  border:1px solid #222;
  margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
