@charset "utf-8";
/* CSS Document */

body {
 background-image:url('/images/background.jpg');
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:top;
 background-color: #FFFFFF;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b395f;
}
a:link {
	color: #1253ce;
}
a:visited {
	color: #1253ce;
}
a:hover {
	color: #0b328d;
}
a:active {
	color: #1253ce;
}




/*NAVIGATION BLUE*/
.arrowblue{
	width: 200px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 0px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowgreen li a:visited {
	color: #9e0b0f;
}

.arrowblue li a:hover{
	color: #FF0000;
	background-position: 100% -32px;
}

	
.arrowblue li a.selected{
	color: #9e0b0f;
	background-position: 100% -64px;
}


/*NAVIGATION GREEN*/
.arrowgreen{
	width: 200px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 0px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


.style2 {font-size: 10px}

.style4 {
	color: #5E7830;
	font-size: 14px;
	font-weight: bold;
}
.style7 {
	font-size: 14px;
	font-weight: bold;
}
.style8 {font-size: 14px}
.style9 {color: #5E7830}

.red_hot_deal
{
    color: #FF0000;
    font-weight: bold;
}

.managers_special
{
    color: #5E7830;
    font-weight: bold;
}