/* стили по умолчанию */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100.01%;
}

ul {
	margin-left:30px;
	margin-bottom:10px;
	margin-top:10px;
}

body,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:18px;
}

a {
	color:#0e3380;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.dotted {
	background-image:url(img/dotted.gif);
	background-repeat:repeat-x;
	background-position:0px 23px;
	text-decoration:none;
}

a.dotted:hover {
	background-image:none;
}

h1 {
	font-size:180%;
	font-weight:normal;
	color:#0e3380;
//	display:block;
	margin:20px 0 10px 0;
}

h2 {
	font-size:140%;
	font-weight:normal;
	color:grey;
	display:block;
	margin:20px 0 10px 0;
}

/* конец стилей по умолчанию */

ul.text {
	margin-left:20px;
	padding-left:20px;
	margin-bottom:10px;
}

ol {
	margin-left:20px;
	padding-left:20px;
	margin-bottom:10px;
}

div#body {
	width:990px;
	position:relative;
	left:50%;
	margin-left:-495px;
	margin-top:20px;
}

div#top_header {
	background-color:#ccc;
	background-image:url(img/top_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:227px;
	overflow:hidden;
	text-align:left;
}

div#top_header #tizers {
	position:relative;
	top:-46px;
	width:650px;
	height:64px;
	text-align:center;
	background:url(img/tizer_bg.gif) no-repeat top left;
}

div#top_header #tizers img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

	margin:2px 2px 0 2px;
}

div#top_header #price {
	background:url(img/price.gif) no-repeat top left;
	position:relative;
	float:right;
	top:-112px;
	width:315px;
	height:60px;
	margin-right:10px;	
}

div#top_header #logo {
	position:relative;
	top:41px;
	left:10px;
}

div#top_header #menu {
	display:block;
	width:200px;
	position:relative;
	top:-46px;
	left:230px;
}

div#top_header #menu ul {
	list-style:none;
	margin:0;
}

div#top_header #menu ul li a {
	text-transform:uppercase;
	font-family:Verdana, Arial;
	font-size:9px;
	color:black;
	padding:2px 10px 3px 10px;
	background:url(img/menu_marker.gif) no-repeat 0 6px;
}

div#top_header #menu ul li a:hover {
	text-decoration:underline;
	color:#000;
	background:none;
	background-color:#999;
}

div#top_header #slogan {
	width:340px;
	display:block;
	position:relative;
	top:-85px;
	left:550px;
	font-family:Verdana, Arial;
	font-size:9px;
	line-height:12px;
	color:#ddd;
}

div#top_section {
	background-color:#F2F4F5;
	overflow:hidden;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;

}

div#top_section_inside {
	background-color:white;
	overflow:hidden;
	padding-left:10px;

}

div#top_section_inside table {
	width:100%;
	border:0;
}

div#top_section_inside table td {
	padding:5px;
	padding-top:0;
	vertical-align:top;
}

div#top_section_inside table .right_col {
	background:#F2F4F5;
	width:290px;
	vertical-align:top;
}

div.news {
	background-color:white;
	overflow:hidden;
	padding-bottom:30px;
	padding-top:20px;
	clear:both;
	text-align:center;
}

div.news_inside {
	padding-left:5px;
}

div.news_inside .news_txt {
	margin-bottom:15px;
}

div.news_inside .news_txt .date {
	display:block;
	text-align:left;
	padding-left:3px;
	color:#999;
	font-weight:bold;
	border-left:4px solid #999;
}

div.news_inside div#all_news {
	clear:both;
	display:block;
	text-align:right;
}

div.news_inside div#all_news a {
	display:block;
	width:92px;
	height:20px;
	padding:2px 4px 2px 2px;
	background:url(img/news_ico.gif) no-repeat 5px 5px;
	background-color:#ddd;
	text-align:right;
}


div.news .news_txt {
	float:right;
	width:302px;
	padding:10px;
	text-align:left;
}

div.news .news_txt .date {
	display:block;
	text-align:left;
	padding-left:3px;
	color:#999;
	font-weight:bold;
	border-left:4px solid #999;
}

div.news div#all_news {
	clear:both;
	display:block;
	text-align:right;
}

div.news div#all_news a {
	display:block;
	width:92px;
	height:20px;
	margin-left:890px;
	padding:2px 4px 2px 2px;
	background:url(img/news_ico.gif) no-repeat 5px 5px;
	background-color:#F1F1F1;
	text-align:right;
}

div.logo_in_footer {
	height:122px;
	background-color:#f1f1f1;
	border-top:2px solid #d3d7d9;
	border-bottom:2px solid #d3d7d9;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:20px;
	clear:both;
	text-align:center;
}

div.logo_in_footer img {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

div#footer {
	height:115px;
	overflow:hidden;
	margin-bottom:20px;
	clear:both;
	background:url(img/footer_bg.png) no-repeat;
}

div#footer #copyright {
	position:relative;
	top:73px;
	left:130px;
	color:#ddd;
}

div#footer #adres {
	position:relative;
	top:-5px;
	left:130px;
	width:300px;
	color:#333;
	font-size:9pt;
	line-height:14px;
}

div#footer #counter {
	position:relative;
	top:-70px;
	left:10px;
	width:88px;
	height:30px;
}

table.products {
	border:1px solid #ccc;
}

table.products td {
	border:1px solid #ccc;
}

table.products img {
	border:1px solid #ccc;
}

ul.text {
margin:0;
}
