/* CSS Document */

/*Обнуляем все*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* Не забываем описать стили для :focus! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Основные стили элементов*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/back1.gif);
	font-size:12px;
	line-height: normal;
}
a{
	text-decoration: none;
}

p{
	margin-bottom:8px;
}

strong{
	font-weight:bold;
}
.main_table {
	border: 1px solid #275F9A;
	background-color:white;
}

.main_table_bot {
	background-color:#CCCCCC;
	font-size: 12px;
	line-height: 30px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

.content_left{
	/*border-right: 1px solid gray;*/
	background-color:#F0F0F0;
}

.content_right{
	/*border-left: 1px solid gray;*/
	background-color:#F0F0F0;
}

.content_main{
	padding:15px;
	text-align:justify;
}

div.clr{
	clear:both;
	margin:15px;
}
fieldset{
	/*background-color:#F0F0F0;*/
	border: 1px solid gray;
	padding:15px;
	text-align:left;
}
input{
	font-size:12px;
	margin:0 0 2px 0;
}

/*Стили для модулей*/

p.title_module1 {
	background-color: #A72E37;
	color: #ffffff;
	font-weight:bold;
	margin:5px;
	padding:5px;
}

p.title_module2 {
	background-color: #FFCC00;
	color: #ffffff;
	font-weight:bold;
	margin:5px;
	padding:5px;
}

#coolmenu{
	border: 1px solid #275F9A;
	border-bottom-width: 0;
	background-color: #f6f6f6;
	margin:5px;
}

* html #coolmenu{ 
	width: 150px;
}

#coolmenu a{
	font: bold 12px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	height:20px;
	color: #275F9A;
	text-decoration: none;
	border-bottom: 1px solid #275F9A;
}

html>body #coolmenu a{ 
	width: auto;
}

#coolmenu a:hover{
	background-color: #cccccc;
	color: #000055;
}

.news{
	margin:5px;
	font-size: 11px;
}
p.news_date{
	font-weight:bold;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
p.news_text{
	border: 1px solid #CCCCCC;
	padding:5px;
	/*background-color:#E0E0E0;*/
}

.module1{
	margin:15px;
	text-align:center;
	clear:both;
}


/*Стили для контента*/

.title_content1{
	font-size:120%;
	font-weight:bold;
}

.title_content2{
	font-size:140%;
	font-weight:bold;
}

.small{
	font-size: 80%;
}

#product{
	text-align:left;
}

.catalogue {
	font-size: 11px;
	color: #465360;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Sans-serif
}

.section {
	font-size: 10px;
	color: #344d87;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: underline
}

.section:hover {
	font-size: 10px;
	color: #344d87;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: underline
}
#footer{
	font-weight:bold;
	color:white;
}