/* CSS Document */

/* Общие стили */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	font: 11px Tahoma;
	color: black;
	background: url(/images/top_bg.gif) top repeat-x;
}

table td, table td div {
font: 11px Tahoma;
color: black;
}

a { 
	color: #0000cc; 
	text-decoration: underline; 
}
	
a:hover { 
	color: #ff8548; 
	text-decoration: underline; 
}

a.wh { 
	color: white; 
	text-decoration: underline; 
}
	
a.wh:hover { 
	color: #0000CC; 
	text-decoration: none; 
}

ul {
list-style: none;
padding-left: 0px;
margin-left: 37px;
}


img { 
	border: 0px; 
}

/* /Общие стили*/

/* Заголовки */
h1 {
color: #5c5cbe;
font: bold 14px Tahoma;
}


td.l_b1, td.l_b2 {
background:url(/images/bottom_bg.gif) repeat-x;
}

td.futter {
background:url(/images/bottom_bg.gif) repeat-x;
}

td.top {
background: url(/images/tel.gif) top right no-repeat;
vertical-align: top;
padding-top: 71px;
}

td.logo_holder {
background: url(/images/lapshin_bg.gif) no-repeat;
}

a.top_link {
color: #0000cc;
font: 11px Tahoma;
height: 14px;
text-decoration: none;
/*border: 1px solid yellow;*/
vertical-align: top;
padding-bottom: 1px;
}

a.top_link:hover {
color: #0000cc;
height: 14px;
text-decoration: none;
background: url(/images/link_select.gif) bottom repeat-x;
}

.content_1 {
padding: 30px 5px 80px 0;
}

div.zag {
font: bold 16px Tahoma;
color: black;
background: url(/images/bullet1.gif) left no-repeat;
padding-left: 14px;
}

div.orange {
width: 200px;
height: 49px;
/* background:url(/images/oange_fon.gif) top no-repeat; */
}

div.orange2 {
width: 164px;
text-align: left;
margin-top: 0px;
}

div.right_links {
text-align: left;
margin: 23px 0 40px 28px;
}

div.right_links a {
color: #0000cc;
text-decoration: none;
margin-bottom: 3px;
display: block;
}

div.right_links a:hover {
color: #ff8548;
text-decoration: none;
}

.futter table td {
color: #808080;
}

.futter a {
color: #808080;
text-decoration: none;
}

.futter a:hover {
color: #808080;
text-decoration: underline;
}

td.l_info {
color: #5C5CBE !important;
font-size: 10px;
}


















	



