BODY
{
    FONT-FAMILY: verdana;
	font-size:11px;
}
div
{
	white-space:normal;	
}
p
{
	white-space:normal;
}
td
{
	white-space:normal;
}
tr
{
	white-space:normal;
}

/* -- Tabbed Menu -- */
.TabbedMenuTableSide {
    width: 1px;
    height: 23px;
    background-image: url('/images/TabbedMenu/LeftSideSeparators.gif');
    overflow: hidden;
}
.TabbedMenu .rootItem table {
	background-image: url('/images/TabbedMenu/ItemBackground.gif');
}

.TabbedMenu .rootItemHover table {
	background-image: url('/images/TabbedMenu/ItemBackgroundHover.gif');
}

.TabbedMenu .rootItemSelected table {
    background-image: url('/images/TabbedMenu/ItemBackgroundSelected.gif');
}
.TabbedMenu .rootItem div, 
.TabbedMenu .rootItemHover div, 
.TabbedMenu .rootItemSelected div {
    padding: 0px;
    margin: 0px;
}
    
.TabbedMenu .rootItem div, 
.TabbedMenu .rootItemHover div, 
.TabbedMenu .rootItemSelected div {
    padding: 0px;
    margin: 0px;
}
    
.TabbedMenu .rootItem div {
    height: 26px;
    border-top: solid 1px #D8D8D8;
    /*border-bottom: Solid 1px #A3A3A3;*/
}
.TabbedMenuSideBorders {
    border-bottom: Solid 1px #A3A3A3;
}
	 
.TabbedMenu .rootItemHover div, 
.TabbedMenu .rootItemSelected div {
    height: 27px;
    border-top: none;
}
.TabbedMenu .rootItem table, 
.TabbedMenu .rootItemHover table, 
.TabbedMenu .rootItemSelected table {
    border-collapse: collapse;
    border-width: 0px;
    margin-left: 1px;
    margin-right: 1px;
    background-repeat: repeat-x;
    background-position: top;
}
.TabbedMenu .rootItem th, 
.TabbedMenu .rootItemHover th, 
.TabbedMenu .rootItemSelected th {
    padding: 7px;
	padding-top: 6px;	
	white-space: nowrap;
    font-weight: normal;
}
.TabbedMenu .rootItemHover th, 
.TabbedMenu .rootItemSelected th {
    padding-top: 7px;
}
.TabbedMenu .WhiteBorderRight { border-right: solid 1px White; }
.TabbedMenu .rootItemSelected div {
    border-bottom: 0px;
}
/* -- End Tabbed Menu -- */


/*Menu For all Main Pages*/     
.animatedtabs{
overflow: hidden;
width: 100%;
font-size: 12px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(/images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 1px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(/images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

     
     
/*Menu For Inventory Sub Pages*/     
.animatedtabsSUB{
overflow: hidden;
width: 100%;
font-size: 11px; /*font of menu text*/
}

.animatedtabsSUB ul{
list-style-type: none;
margin: 0;
margin-left: 3px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabsSUB li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabsSUB a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(/images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 1px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabsSUB a span{
float: left;
position: relative;
display: block;
background: url(/images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */

color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabsSUB a span {float:none;}
/* End IE5-Mac hack */


.animatedtabsSUB .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabsSUB .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabsSUB a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabsSUB a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
 
 
 
      
A.ScriptLink
{
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color : #E0E0E0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color: #000000;
    FONT-SIZE:11px;
	text-decoration : none;	
	font-weight:bold;
}

A.ScriptLink:hover
{
    width:100%;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color : #538efb;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
    COLOR: #ffffff;
    FONT-SIZE: 11px;
	text-decoration : none;
	font-weight:bold;
}

.ScriptLinkSelected
{
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color : #538efb;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
    COLOR: #ffffff;
    FONT-SIZE: 11px;
	text-decoration : none;
	font-weight:bold;
}

A.WebLink
{
	width:334px;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color : #E0E0E0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color: #000000;
    FONT-SIZE:10px;
	text-decoration : none;	
	font-weight:bold;
}

A.WebLink:hover
{
    width:334px;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color : #538efb;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
    COLOR: #ffffff;
    FONT-SIZE: 10px;
	text-decoration : none;
	font-weight:bold;
}

.required_marker {
	font-family: verdana;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	color: red;
}
div#show {
	background-color:#eeeeee;
	width:640px;
	border:0px solid #444444;
}		
.hand
{
	font-family:Verdana;
	font-size:11px;
	cursor:hand;
}

.RowColor
{
	background-color: #ADC0FD;
	color:White;
	cursor:hand;
}

tr.row:hover, tr.over td { background-color: #ADC0FD; color:White; cursor:hand; }

.WhyUsText{
	font-family:Verdana;
	font-size:12px;
}
.NormalText{
	font-family:Verdana;
	font-size:11px;
}

.HeaderText{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
A.BackLink
{
	color: #000000;
    FONT-SIZE:11px;
    font-weight:bold;
	text-decoration : none;	
}
A.BackLink:hover
{
    COLOR: orange;
    FONT-SIZE: 11px;
	text-decoration : none;
}

.NewsDetailHeaderText{
	font-family:Verdana;
	font-size:14px;
	font-weight:Bold;
}

.NewsDetailContentText{
	font-family:Verdana;
	font-size:12px;
}

A.NewsHeaderLink
{
	color: #538efb;
    FONT-SIZE:14px;
    font-weight:Bold;
	text-decoration : underlined;	
}
A.NewsHeaderLink:hover
{
    COLOR: #000000;
    FONT-SIZE: 14px;
    font-weight:Bold;
	text-decoration : underlined;
}
A.NewsDetailLink
{
	color: #538efb;
    FONT-SIZE:10px;
	text-decoration : underlined;	
}
A.NewsDetailLink:hover
{
    COLOR: #000000;
    FONT-SIZE: 10px;
	text-decoration : underlined;
}


A.NormalLink
{
	color: #000000;
    FONT-SIZE:11px;
	text-decoration : none;	
}
A.NormalLink:hover
{
    COLOR: #538efb;
    FONT-SIZE: 11px;
	text-decoration : none;
}
A.TabLink
{
	color: #000000;
    FONT-SIZE:10px;
	text-decoration : none;	
}
A.TabLink:hover
{
    COLOR: #528CF8;
    FONT-SIZE: 10px;
	text-decoration : none;
}
.TabLinkSelected
{
	color: #000000;
	font-weight:Bold;
    FONT-SIZE:10px;
	text-decoration : none;	
}
A.WebsiteLink
{
	COLOR: #ffffff;
	text-decoration: underline;
    FONT-SIZE:11px;
}
A.WebsiteLink:hover
{
    color: orange;
    text-decoration: underline;
    FONT-SIZE: 11px;
}
A.PlainLink
{
	COLOR: #528CF8;
	text-decoration: underline;
    FONT-SIZE:11px;
}
A.PlainLink:hover
{
    color: #000000;
    text-decoration: underline;
    FONT-SIZE: 11px;
}
A.PlainLink2
{
	color: blue;
	text-decoration: underline;
    FONT-SIZE:11px;
}
A.PlainLink2:hover
{
    COLOR: #000000;
    text-decoration: underline;
    FONT-SIZE: 11px;
}
.RowOn{
	background : #cccccc;
}
.RowOff{
	background : #eeeeee;
}
.HoursText{
	font-size:9px;
	COLOR: #000000;
}
.HoursText{
	font-size:9px;
	COLOR: #000000;
}
.FooterText{
	font-size:9px;
	COLOR: #ffffff;
}
A.FooterLink
{
	COLOR: #ffffff;
	text-decoration: underline;
    font-size:9px;
}
A.FooterLink:hover
{
    color: #528CF8;
    text-decoration: underline;
    font-size:9px;
}
.FooterText2{
	font-size:9px;
	COLOR: #000000;
}
A.FooterLink2
{
	COLOR: #000000;
	text-decoration: underline;
    font-size:9px;
}
A.FooterLink2:hover
{
    color: #528CF8;
    text-decoration: underline;
    font-size:9px;
}
TextArea
{
	font-family:Verdana;
	font-size:10px;
}
Input
{
	font-family:Verdana;
	font-size:10px;
}
Select
{
	font-family:Verdana;
	font-size:10px;
	height: 18px;
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
A.NavLink
{
	color: #ffffff;
	text-decoration: underline;
    FONT-SIZE:11px;
}
A.NavLink:hover
{
    COLOR: #000000;
    text-decoration: underline;
    FONT-SIZE: 11px;
}

A.MenuLink
{
	color: #000000;
	text-decoration: none;
    FONT-SIZE:13px;
    font-weight:bold;
}
A.MenuLink:hover
{
    COLOR: #000000;
    text-decoration: none;
    FONT-SIZE: 13px;
    font-weight:bold;
}

A.InvLink
{
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
    FONT-SIZE:12px;
}
A.InvLink:hover
{
    COLOR: #528CF8;
    font-weight:bold;
    text-decoration: underline;
    FONT-SIZE: 12px;
}
A.InvLink2
{
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
    FONT-SIZE:12px;
}
A.InvLink2:hover
{
    COLOR: orange;
    font-weight:bold;
    text-decoration: underline;
    FONT-SIZE: 12px;
}
.PriceText{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
}

/* CSS for Image Slide Show */
#img_gallery{ margin:0px auto; width:640px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:640px;
	overflow:hidden;
	height:480px;
}
#fullimg img{ width:640px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:640px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 604px;
	float:left;
	height:58px;
	background-color:#eeeeee;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:56px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../images/left.jpg');}
#moveright{background: url('../images/right.jpg');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
