* {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

a {
	color: #000;
}

body {
	/*background-color: red;*/
	background: url(../img/bg3.gif) repeat-x #191919;
	/*background-repeat: repeat-x;*/
	padding: 30px;
	margin: 0px;
	text-align: center;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p, td, div, a {
	color: #3c3c3c;
}

form {
	margin: 0px;
	padding: 0px;
}

.noborder {
	border: 0px;
}

a img {
	border: none;
}

a:hover {
	color: #ffc600 !important;
}

.cursor {
	cursor: pointer;
}

.clear {
	clear: both;
	margin: 0px;
}

.selected {
	color: #333333;
	font-weight: bold;
}

#Container {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#Wrapper {
	background: url("../img/bg.gif");
	background-repeat: repeat-y;
	padding: 0px 2px 0px 2px;
}

#TabBar {
	height: 23px;
	background: url(../img/tabbar_bg.gif);
	background-position: right;
	overflow: hidden;
}

#TabBar a {
	background: url(../img/tab.png);
	background-repeat: no-repeat;
	width: 87px;
	height: 23px;
	margin-right: 8px;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
}


#LeftColumn {
	background: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	width: 160px;
	float: left;
}

#RightColumn {
	background-color: #FFFFFF;
	width: 690px;
	float: left;
}

ul.menu {
	padding: 0px;
	margin: 0px 8px -10px 8px;
}

.menu a {
	text-decoration: none;
}

.menu li {
	margin: 0px;
	padding: 11px 0px 9px 15px ;
	list-style-type: none;
	background-image: url("../img/menu_off.gif");
	background-repeat: no-repeat;
}

.menu li.selected {
	background-image: url("../img/menu_on.gif");
	background-repeat: no-repeat;
}

.menu li.selected a {
	color: #ffc600;
	font-weight: bold;
}

#Footer {
	background-color: #e0e0e0;
	text-align: right;
	border-bottom: 2px solid #FFFFFF;
	padding: 6px;
}

.middle {
	vertical-align: middle;
}

.toolbar {
	padding: 30px 0px 20px 18px;
}

.toolbar a {
	color: #818181;
	text-decoration: none;
}

.toolbar a:hover {
	color: #ffc600;
}

.banner {
	text-align: center;
	margin-bottom: 5px;
}

#Content {
	background: url("../img/bg.jpg");
	background-repeat: no-repeat;
	padding: 20px 100px 30px 70px;
	line-height: 1.5em;
}

#Pathbar {
	color: #fff;
	margin-bottom: 25px;
	padding-left: 18px;
	background: url("../img/startpage.gif");
	background-repeat: no-repeat;
	text-transform: lowercase;
}

#Pathbar a {
	color: #fff;
	text-decoration: none;
}

#Pathbar a:hover {
	color: #ffc600;
}

#Content h3 {
	font-family: Times;
	color: #333333;
	font-size: 21px;
	font-weight: normal;
	/*padding-left: 47px;*/
	/*background: url("../img/h3.gif");*/
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 25px;
}

.news, .news_item, .promo, .promo_item {
	padding-bottom: 20px;
	border-bottom: 4px solid #ececec;
	margin-bottom: 20px;
}

.news h4, .news_item h4, .promo h4, .promo_item h4 {
	color: #FFFFFF;
	margin: 0px 120px 5px 0px;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
}

.news h4:hover, .promo h4:hover
{
	color: #ffc600;
}

.news a, .promo a {
	color: #073f8c;
	text-decoration: none;
}

.news img, .promo img {
	float: left;
	margin: 3px 10px 5px 0px;
	border: 1px solid #e1e1e1;
	padding: 3px;
}

.promo img, .promo_item img {
	border: 0px;
}

.news .container, .promo .container {
	padding: 5px;
}

.promo .subheader, .promo_item .subheader {
	padding-top: 4px;
}

.promo .price, .promo_item .price {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

.promo .price *, .promo_item .price * {
	font-size: 13px;
	font-weight: bold;
}

.promo .newsmark, .promo_item .newsmark {
	background-color: #df0025;
	color: #FFFFFF;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
	margin-right: 5px;
	text-transform: uppercase;
}

.news_item a, .promo_item a  {
	color: #000;
	/*text-decoration: none;*/
}

.news_item .images_container {
	float: left;
	padding: 13px 10px 10px 0px;
}

.news_item p, .promo_item p {
	padding-top: 0px;
	margin-top: 10px;

}

.images_container img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	padding: 3px;
}

.red_bg {
	background-color: #333333;
}

.blue_bg {
	background-color: #333;
}

.float_right {
	float: right;
}

.page_bar {
	text-align: right;
}

.page_bar a {
	text-decoration: none;
}

hr {
	height: 4px;
	color: #ececec;
	background-color: #ececec;
	border: 0px;
}

.red { 
	color: #000 !important;
	text-decoration: underline !important;
}

.blue {
	color: #303a69;
}

.center {
	text-align: center;
}

label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

.input_field_float {
	border: 1px solid #d9d9d9;
	display: block;
	float: left;
}

.form_item {
	border-bottom: 1px solid #ececec;
	padding: 5px;
}

.error {
	color: #EE3424;
	border: 2px solid #EE3424;
	padding: 10px;
	font-weight: bold;
	margin: 20px;
	background-color: #FFF9AF;
}

.message {
	border: 2px solid #303A69;
	margin: 20px;
	padding: 10px;
	color: #303A69;
	font-weight: bold;
	background-color: #FFFFFF;
}

.oferta .item {
	float: left;
	width: 170px;
	text-align: center;
	color: #959595;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

.oferta .item strong {
	color: #3c3c3c;
}

.oferta .item a {
	font-weight: bold;
	text-decoration: none;
}

.oferta .item a:hover {
	color: #073f8c;
}

.oferta .item img {
	display: block;
	margin-bottom: 10px;
}

.oferta {
	margin-bottom: 100px;
}

.oferta .links {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.oferta .links a {
	color: #989898;
	text-decoration: none;
	margin: 10px;
}

.oferta .links a:hover {
	color: #073f8c;
}

.oferta .links a.selected {
	text-decoration: underline;
	color: #073f8c;
}

.files {
	margin: 20px 0px 20px 0px;
}

.files a {
	/*color: #073f8c;*/
	/*text-decoration: none;*/
}

.files a:hover {
	color: #ffc600;
	/*text-decoration: underline;*/
}

.col_50 {
	float: left;
	width: 260px;
	margin-top: 20px;
}

.col_50 h3 {
	margin: 0px;
	padding: 0px;
}

.small_news {
	margin-bottom: 20px;
}


.small_news a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	line-height: 1em;
}

.small_news small {
	font-size: 9px;
	color: #959595;
	line-height: 14px;
	margin-top: -5px;
}

.small_news p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 1.2em;
}

.small_news .more, .more {
	font-size: 11px;
	color: #073f8c;
	font-weight: normal;
	margin-top: 5px;
	text-decoration: none;
}

.small_news a.more:hover, a.more:hover {
	text-decoration: underline;
}



#MainFlash{
	background: url(../img/top_page.jpg);
	width: 690px;
	height: 152px;
}

#MainFlash *, #MainFlashFront * {
	display: none;
}


#MainFlashFront{
	background: url(../img/top_start.jpg);
	width: 690px;
	height: 228px;
}
