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

.bgcolor {
background-color:#83170f;
}
#navbar{
background-color:#83170f;
/*margin-left:20px;*/
margin-top:0px;
height:6em;
clear:left;
}

@media only screen and (max-width: 994px),
only screen and (max-device-width: 994px)
{
#navbar{
background-color:#83170f;
margin-top:0px;
height:12em;
clear:left;
}
}
@media only screen and (max-width: 553px),
only screen and (max-device-width: 553px)
{
#navbar{
background-color:#83170f;
margin-top:0px;
height:23em;
clear:left;
}
}

.button {
float:left;
}
ul.nav {
font-size:1.2em;
margin:0px;
padding:1% 0% 0% 0%;
line-height:300%;
}
.nav {
color:#fdfbf2;
}
.nav li {
list-style:none;
display:inline-block;
padding-right:25px;
border: none;
outline:none;
white-space:nowrap;
background-color:#83170f;  
height:50px;
}
.nav li a {
text-decoration:none;
color:#fdfbf2;
}
.nav li a:hover {
	text-decoration:none;
	/*color:#97464F;*/
	color:#dda3a0;
}
.current-page {
	color: #fdfbf2;
	padding-left:20px;
}
.white {
	color: #b5b3b3;
}
@media only screen and (max-width: 406px),
only screen and (max-device-width: 406px)
{
.bgcolor {
background-color:#fff;
}
.current-page {
	color:#fdfbf2;
	padding:0px;
}
#navbar{
text-align:center;
background-color:#fff;
margin:6px auto;
/*height:168px;*/
width:100px;
}
ul.nav {
font-size:1.5em;
margin:0px;
padding:0px;
/*line-height:150%;*/
}
.nav {
color:#812929;
}
.nav li {
list-style:none;
display:block;
border: none;
outline:none;
white-space:nowrap;
background-color:#fff;  
color:#812929;
height:2em;
}
.nav li a {
text-decoration:none;
color:#812929;
}
.nav li a:hover {
	text-decoration:none;
	/*color:#97464F;*/
	color:#dda3a0;
}
}
.Qsale a:link {
font-weight:bold;
color:#F2ECE4;
text-decoration:none;
}
.Qsale a:visited {
font-weight:bold;
color:#F2ECE4;
text-decoration:none;
}
.Qsale a:hover, .Qsale a:active {
font-weight:bold;
color:#e51e72;
text-decoration:none;
}