a:link {
	text-decoration: none; FONT-WEIGHT : normal; COLOR: #0000FF;
}
a:visited {
	text-decoration: none; FONT-WEIGHT : normal; COLOR: #0000FF;
}
a:active {
	text-decoration: none; FONT-WEIGHT : normal; COLOR: #0000FF;
}
a:hover {
	text-decoration: underline; FONT-WEIGHT : normal; COLOR: #0000FF;
}

.small { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }

.tiny { font-family: verdana,arial,helvetica,sans-serif; font-size: xx-small; }

body {  font-family: verdana, Helvetica, sans-serif; font-size: 12px} 

td {  font-family: verdana, Helvetica, sans-serif; font-size: 12px} 

.tablesmallborder { border-style: solid; border-width: 1px }

.tdsmallborder 
{ 
		border-style: none none solid none; 
		border-width: 1px;
		background-color: #C60000;
		color: #FFFFFF;
		font-weight: bold;	
}

.producttitle { color: #123A75; font-weight: bold; font-family: verdana, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em;}

.featured { color: #C60000; font-weight: bold; font-family: verdana, Helvetica, sans-serif; font-size: 14px; line-height: 1.5em;}

.menu { color: #003163; font-family: verdana, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em;}

.menulink:link
{
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    COLOR: #0000FF;
}
.menulink:visited
{
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    COLOR: #0000FF;
}
.menulink:active
{
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    COLOR: #0000FF;
}
.menulink:hover
{
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline;
    COLOR: #0000FF;
}
.menulink
{
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    COLOR: #0000FF;
}





/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:275px;	width: 532px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url('/images/paging_bg2.png') no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


