html, body {height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(../graphics/flock-repeat-384.gif);
	font-size: 10px;
	color: #645452;
	background-color: #781819;
}
strong {
	color: #000000;
	text-transform: uppercase;
}
.compact_red {
	font-size: 9px;
	color: #d25555;
}
a:link {
	color: #d25555;
}
a:visited {
	color: #781819;
}
a:hover {
	color: #781819;
}
a:active {
	color: #d25555;
}
.leftpanelrepeat {
	background-color: #FFF;
	background-image: url(../graphics/left_panel-repeat.gif);
	background-repeat: repeat-y;
	width: 230px;
}
#sale {
	height: 100px;
	width: 100px;
	position: absolute;
	visibility: hidden;
	z-index: auto;
	top: 0px;
	right: 0px;
}


input {
	background-image: url(../graphics/Text-Input-Shadow.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style:solid;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #EBEBEB;
	border-top-color:#999;
	font-size: 12px;
}
.buttons {
	color:#666666;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #D7CDCC; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEEEE', endColorstr='#D7CDCC'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEEEE), to(#D7CDCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFEEEE,  #D7CDCC); /* for firefox 3.6+ */
}
.buttons:hover{
	color:#781819;
	background: -moz-linear-gradient(top,  #EFEEEE,  #EBE7E6); /* for firefox 3.6+ */
}.buttons:active{
	color:#781819;
	background: #EBE7E6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEEEE', endColorstr='#EBE7E6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEEEE), to(#EBE7E6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFEEEE,  #EBE7E6); /* for firefox 3.6+ */
}
.bodyText {
	font-size: 10px;
}
