@charset "utf-8";
/* CSS Document */

body {
	background-color: #660000;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	
	color: black;
	background: url(image/fiebkgnd.jpg)
	}
#header {
	
	/*width: 50%;*/
	margin: 0 auto;
	text-align: center;
	}
#head-text {
	
	text-align:center;
	}
h1, h2, h3 {
	color: #cc0000;
	}

#footer {
	clear: both;
	width: 100%;
	text-align:center;
	}
	
#menu {
	width:170px;
	float:left;
	background-color: #f8e9dd;
	
	}


.content {
	float:left;
	width: 760px;
	padding-left:20px;
	}
#menu a, #menu p, #menu form {
	color: black;
	font-weight:bold;
	text-decoration:none;
	margin-left: 5px;
	
	}
	
#menu a:hover {
	color:brown;
	font-weight:bold;
	text-decoration:none;
	}
	
#menu a.category {
	color: #cc0000;
	}
	
a:hover {
	color:#cc0000;
	}
	
a:visited {
	color:blue;
	}
	
.small { 
	font-size:small;
	font-weight: normal ;
	}
	
.wrapper {
	width: 955px;
	margin: 0 auto;
}
.ruler {
	background:url(image/fierulea.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 100%;
	height:10px;
	margin: 10px auto;
	padding:0;
	
	}
.pnav {
	float:right;
	height: 10px;
	margin:0;
	padding:0;
	font-size:12px;
	}
.pnav a {
	text-decoration:none;
	color: black;
	
	}
.pnav a:hover {
	color:#cc0000;
	}
.divider {
	color:white;
	font-weight:bold;
	background-color:brown;
	display: block;
	padding-left: 5px;
	margin:10px 0 0 0;
	}
#call-us {
	color: blue;
	font-weight:bold;
	text-align:center;
	margin: 0;
	padding:0;
	}
.paginering a:hover{
	color: #cc0000;
	}
.paginering a:active{
	color: #cc0000;
	}

.wishlist {
	text-align:center;
}
.wishlist a {
	color:#CC0000;
	cursor:pointer;	
	text-decoration: none;
	font-weight:bold;
}
.wishlist a:hover {
	color:green;
	cursor:pointer;
	text-decoration: underline;
	font-weight:bold;
}
h3.inline {
	display:inline;
}
img.margin-right {
	margin-right:20px;
}
	
div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  position: fixed;
  bottom: 1em;
  left: auto;
  width: 15em;
  right: 1em;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: brown;
  border: thin outset #F8E9DD;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-bottom: 1px groove #F8E9DD; padding:4px 0}
div.banner a:first-child { border-top: none }
div.banner span { color: white; margin: 0.5em }

div.banner a:link { text-decoration: none; color: #CCC }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: #F8E9DD; color: brown }
.lazy { display: none; }
