@charset "utf-8";
/* CSS Document */

body {
background-color:#440300;
background-image:url(../gfx/page_bg.jpg);
background-repeat:repeat-x;
background-position:center top;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #ffffff;
}

a {
color:#faa21b;
text-decoration:none;
}

a:visited {
color:#faa21b;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:underline;
}

#container {
width: 1000px;
margin:auto;
}

#header_links {
width: 210px;
height: 28px;
float: right;
margin-right: 55px;
margin-bottom: -28px;
}

#header {
width: 1000px;
height: 157px;
}

#header_logo {
width: 545px;
height: 134px;
float:left;
margin-left: 226px;
margin-top: 20px;
}

#top_menu {
width: 1000px;
height: 32px;
background-image:url(../gfx/top_menu_bg.jpg);
text-align:center;
line-height: 32px;
}

#top_menu a, #top_menu a:visited {
font-size: 14px;
padding: 0px 20px 0px 20px;
}

.active_top_menu {
background-image: url(../gfx/menu_arrow.png);
background-position:left; background-repeat:no-repeat;
text-decoration:none;
}

#top_menu a:hover {
background-image: url(../gfx/menu_arrow.png);
background-position:left; background-repeat:no-repeat;
text-decoration:none;
color:#fdfdfe;
}

#cart {
width: 780px;
height: 33px;
margin-left: 140px;
margin-top: 10px;
}

#breadcrumbs {
width: 814px;
height:38px;
line-height: 38px;
margin:auto;
background-image:url(../gfx/breadcrumbs_bg.png);
background-repeat:no-repeat;
font-size: 12px;
color:#dc9a8e;
padding-left: 80px;
}

#breadcrumbs a, #breadcrumbs a:visited {
color:#dc9a8e;
}

#content {
width: 900px;
margin:auto;
padding-top: 10px;
overflow:visible;
}

#footer {
width: 724px;
height: 106px;
margin:auto;
margin-top: 10px;
background-image:url(../gfx/footer_bg.png);
background-position:top;
background-repeat:no-repeat;
}

#footer_links {
width: 500px;
margin:auto;
text-align:center;
font-size:10px;
color: #dc9a8e;
padding-top: 50px;
}

#footer_links a, #footer_links a:visited {
color: #dc9a8e;
text-decoration: none;
margin: 0px 8px 0px 8px;
}

#footer_links a:hover {
color: #dc9a8e;
text-decoration: underline;
}

#footer_wawmedia {
width: 500px;
margin:auto;
text-align:center;
font-size:10px;
color: #c35036;
padding-top: 18px;
}

#footer_wawmedia a, #footer_wawmedia a:visited {
color: #c35036;
text-decoration: none;
}

#footer_wawmedia a:hover {
color: #c35036;
text-decoration: underline;
}

.photo_ramka {
width: 149px;
height: 132px;
background-image:url(../gfx/photo_border.png);
float:left;
padding-left:15px;
padding-top: 16px;
margin-right: 16px;
margin-bottom: 12px;
}

.news_list_item {
width: 215px;
padding-bottom: 15px;
margin-bottom:15px;
background-image:url(../gfx/news_list_separator.png);
background-position:bottom right;
background-repeat:no-repeat;
text-align:right;
}

.news_list_date {
font-size: 10px;
color:#f7ac97;
}

.news_list_title a, .news_list_title a:visited {
color:#b2b3b3;
text-decoration:none;
font-size: 14px;
}

.news_list_title a:hover {
text-decoration: underline;
}

.cleaner {
float: none;
clear:both;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}

