/* * template_css.css. Используется для описания * элементов раскладки шаблона, уникальных стилей * * @package     Joostina * @subpackage  templates/NewLine2 * @version     $Id: template_css.css 29-09-2009 12:17 ZaiSL $;
*/
@import "reset.css";
@import "base.css";
@import "modules.css";
@import "menu.css";
@import "components.css";
html {
	height: 100%;
	width: 100%;
}
body.mainpage, body.inside {
	background: #75B63E url(../images/layout/bg.jpg) no-repeat top center;	
}
.main_wrap {

	
}
.wrapper {
	height:100%;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	
}
.bottom {
	height: 130px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	width: 1000px;
}
.footer {
	
}
/* -----------------------------------------------------Дополнительные стили */
.marker_round, .marker_round li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.marker_round {
	margin: 10px 0 20px 0;
}
.marker_round li {
	font-size: 11px;
	overflow: hidden;
}
.marker_round strong {
	background: url(../images/layout/ol_big.png) no-repeat top left;
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 3px 6px 4px 0;
	text-align: center;
	width: 30px;
}
a.readmore_big {
	display: block;
	width: 195px;
	color: #404040;
	font-size: 18px;
}
/* ---------------------------------Маркированный список с большими маркерами */
ul.bigred {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bigred li {
	background: url(../images/layout/big_marker.png) no-repeat top left;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 0 40px;
}

.highlight{
	color: red;
}
