@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/bazaar-bg.gif);
	background-repeat: no-repeat;
	background-position: center top ;

}



.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #F4F4F4;
	padding-left: 10px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
}
.qoutes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #F4F4F4;
}

a,
a:link 
a:active 
a:visited {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #FCB040; 
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	color: #FF2703;
}

.input		
{
	color : #28261A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border: 1px solid #747355;
	background-color: #EDECE2;
	cursor: hand;

}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #F4F4F4;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4F4F4;
	line-height: 15px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6600;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F79C14;
	line-height: normal;
}
hr {
	color: #F79C14;
	height: 1px;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F4F4;
	line-height: normal;
}
#dropmenudiv{
	position:absolute;
	background-color: #751511;
		font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index:50;
	color: #000000;
	text-align:left;
	


}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;

}

#dropmenudiv a:hover{
	background-color: #753e11;
	color: #FFF;

}