BODY
{	
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
BODY.white
{	
	background: #fff url('../images/blank.gif')  no-repeat;
	
	padding: 0;
}
HTML
{
	background: #b2b2b2 url('../images/background.jpg') no-repeat fixed center top;
}
IMG
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
IMG.border
{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	margin: 15px 0px 15px 0px;  
}
TABLE
{
	border-collapse: collapse;
	padding: 0px;
	spacing: 0px;
	border: 0px;
}
TABLE.border
{
	border: #ddd 1px solid;
}
TABLE.borderGray
{
	border: #bbbbbb 1px solid;	
	background-color: #efefef;
}
TABLE.gray
{
	background-color: #efefef;
}
TABLE.button
{
	background-image: url(../images/grad.red.1.jpg);
	background-repeat: repeat-x;
	background-color: #aa0000;	
	
	height: 25px;
	
	border-collapse: collapse;
	border: 0px solid;
}
TABLE.buttonGray
{
	background-image: url(../images/grad.gray.5.jpg);
	background-repeat: repeat-x;
	background-color: #aaa;	
	
	height: 25px;
}
TABLE.buttonGrayDark
{
	background-image: url(../images/grad.gray.7.jpg);
	background-repeat: repeat-x;
	background-color: #aaa;	
	
	height: 25px;
}
TABLE.buttonBlack
{
	background-image: url(../images/grad.black.3.jpg);
	background-repeat: repeat-x;
	background-color: #000;	
	
	height: 25px;
}
TABLE.buttonGrayLight
{
	background-color: #fff;
	border: #bbbbbb 1px solid;	
		
	height: 25px;	
}
TABLE.gradGray1
{
	background-image: url('../images/grad.gray.1.jpg');
	background-repeat: repeat-x;
}
TABLE.gradGray2
{
	background-image: url('../images/grad.gray.2.jpg');
	background-repeat: repeat-x;
}
TABLE.gradGray3
{
	background-image: url('../images/grad.gray.6.jpg');
	background-repeat: repeat-x;
	
	background-color: #ddd;
}
TABLE.gradGray8
{
	background-image: url('../images/grad.gray.8.jpg');
	background-repeat: repeat-x;
	
	background-color: #fff;
}
TABLE.borderWhite
{
	border: #cccccc 1px solid;
	
	background-color: #fff;
}
TR
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
TR.grayLight
{
	background-color: #eeeeee;
}
TD
{	
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;

	vertical-align: middle;

	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
.white
{	
	background-color: #fff;
}
TD.border
{
	border: #bbbbbb 1px solid;
}
TD.gray
{
	background-color: #efefef;
}
TD.borderGray
{
	border: #bbbbbb 1px solid;	
	background-color: #efefef;
}
TD.borderSale
{
	background-image: url('../images/grad.red.3.jpg');
	background-repeat: repeat-x;
}
TD.borderWhite
{
	border: #cccccc 1px solid;
	
	background-color: #fff;
}
TD.borderWhiteLight
{
	border: #dfdfdf 1px solid;
	
	background-color: #fff;
}
TD.borderWhiteCenter
{
	border: #bbbbbb 1px solid;
	
	background-color: #fff;
	
	text-align: center;
}
TD.borderCenterTop
{
	border: #dfdfdf 1px solid;
	
	text-align: center;
	vertical-align: top;
}
TD.borderCenterBottom
{
	border: #bbbbbb 1px solid;
	
	text-align: center;
	vertical-align: bottom;
}

TD.borderGrad1
{
	border: #bbbbbb 1px solid;
	
	background-image: url('../images/grad.gray.1.jpg');
	background-repeat: repeat-x;
}

TD.top
{
	vertical-align: top;
}
TD.bottom
{
	vertical-align: bottom;
}
TD.center
{
	text-align: center;
}
TD.centerTop
{
	text-align: center;
	vertical-align: top;
}
TD.centerBottom
{
	text-align: center;
	vertical-align: bottom;
}
TD.rightBottom
{
	text-align: right;
	vertical-align: bottom;
}
TD.centerWhiteHighlightOn
{
	text-align: center;
	
	background-image: url('../images/grad.red.3.jpg');
	background-repeat: repeat-x;
	
	background-color: #aa0000;	
	color: #fff;
	
	cursor: pointer;
}
TD.centerWhiteHighlightOff
{
	text-align: center;
	
	color: #aa0000;
}
TD.centerRedHighlightOn
{
	background-image: url(../images/grad.gray.4.jpg);	
	text-align: center;	
	background-color: #fff;	
	color: #aa0000;
	font-weight: bold;
	
	cursor: pointer;
}
TD.centerRedHighlightOff
{	
	background-image: url(../images/grad.red.1.jpg);
	text-align: center;	
	color: #fff;
	
	height: 25px;
}
TD.rightHighlightOn
{
	background-image: url('../images/grad.black.4.jpg');
	background-repeat: repeat-y;
	color: #fff;
	
	cursor: pointer;
}
TD.rightHighlightOff
{
	background-image: url('../images/grad.red.2.jpg');
	background-repeat: repeat-y;
	color: #ddd;
}
TD.rightHighlight2On
{
	background-image: url('../images/grad.red.2.jpg');
	background-repeat: repeat-y;
	color: #ddd;
	
	cursor: pointer;
}
TD.rightHighlight2Off
{
	background-image: url('../images/grad.black.4.jpg');
	background-repeat: repeat-y;
	color: #fff;
}
TD.borderRedOn
{
	border: #aa0000 1px solid;
	
	text-align: center;
	
	cursor: pointer;
}
TD.borderRedOff
{
	border: #ffffff 1px solid;
	
	text-align: center;
}
TD.right
{
	text-align: right;
}
TD.rightTop
{
	text-align: right;
	vertical-align: top;
}
TD.rightBottom
{
	text-align: right;
	vertical-align: bottom;
}
TD.gradGray1
{
	background-image: url('../images/grad.gray.1.jpg');
	background-repeat: repeat-x;	
	background-color: #fff;	
}
TD.gradGray3
{
	background-image: url('../images/grad.gray.3.jpg');
	background-repeat: repeat-x;
}
TD.gradGray4
{
	background-image: url('../images/grad.gray.4.jpg');
	background-repeat: repeat-x;
}
TD.gradGray8
{
	background-image: url('../images/grad.gray.8.jpg');
	background-repeat: repeat-x;
}
TD.stripes
{
	background-image: url('../images/stripes.jpg');
	
	vertical-align: top;
}
TD.gradBlack1
{
	background-image: url('../images/grad.black.1.jpg');
}	
TD.gradBlack2
{
	background-image: url('../images/grad.black.2.jpg');
	background-repeat: repeat-y;
	background-color: #333333;
	
	vertical-align: top;
}
TD.gradBlack2Top
{
	background-image: url('../images/grad.black.2.top.png');
}
TD.gradBlack3
{
	background-image: url('../images/grad.black.3.jpg');
	height: 35px;
	
	font-family: arial;
	color: #eeeeee;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.125px;
	
	padding: 0px;
}
TD.gradBlack4
{
	background-image: url('../images/grad.black.5.jpg');
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	
	height: 25px;
	padding-left: 5px;
}
.gradBlack5
{
	background: #000 url('../images/grad.black.6.jpg') repeat-y center;
}
TD.gradRed1
{
	background-image: url('../images/grad.red.1.jpg');
}
TD.gradRed2
{
	background-image: url('../images/grad.red.2.jpg');
	vertical-align: top;
}
TD.gradRed2Top
{
	background-image: url('../images/grad.red.2.top.png');
}
TD.dividerVertical
{
	background-image: url('../images/divider.vertical.grad.png');
	background-repeat: no-repeat;
	width: 1px;
	height: 90px;
}
.lineHorizontal
{
	background-color: #ddd;
	height: 1px;
}
.lineHorizontalDark
{
	background-color: #aaa;
	height: 1px;
}
.lineHorizontalLight
{
	background-color: #efefef;
	height: 1px;
}
.lineHorizontalDarker
{
	background-color: #888;
	height: 1px;
}
.lineHorizontalBlack
{
	background-color: #000;
	height: 1px;
}
TD.lineVertical
{
	background-color: #ddd;
	width: 1px;
}
TD.lineVerticalDark
{
	background-color: #aaa;
	width: 1px;
}
TD.grayLightTop
{
	background-color: #f5f5f5;
	vertical-align: top;
}
TD.grayLightTopRight
{
	background-color: #f5f5f5;
	vertical-align: top;
	text-align: right;
}

LI.bullet
{
	list-style-image: url('../images/bullet.jpg');
	margin-left: 15px;
	margin-top: 15px;
}
LI.bulletGray
{
	list-style-image: url('../images/bullet.gray.jpg');
	margin-left: 15px;
	margin-top: 15px;
}


.moduleImage
{
	float: left;
	padding: 10px 5px 10px 5px;
}
.module
{
	width: 50%;
	padding: 5px 10px 5px 5px;
	border-right: 1px #ddd solid;
	word-wrap: normal;
	vertical-align: middle;
}
H3
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.75px;
	
	color: #cc0000;
}

LI.centerGrayHighlightOn
{
	text-align: center;
	
	background-image: url('../images/grad.red.3.jpg');
	background-repeat: repeat-x;	
	
	font-weight: bold;
	background-color: #aa0000;
	
	color: #fff;
}
LI.centerGrayHighlightOff
{
	text-align: center;
	
	background-image: url('../images/grad.gray.1.jpg');
	background-repeat: repeat-x;
	
	background-color: #fff;
	
	color: #777777;
}


DIV.lineHorizontal
{
	width: 100%;
	background-color: #ddd;
	height: 1px;
	
	/*  top right bottom left
	margin: 15px 0px 15px 0px;  */
	padding: 0px;
	
}
DIV.lineHorizontalDark
{
	width: 100%;
	background-color: #aaa;
	height: 1px;
	
	/*  top right bottom left
	margin: 15px 0px 15px 0px;  */
}


.borderGrayLight
{
	border: #dfdfdf 1px solid;	
	background-color: #efefef;
}
.borderGray
{
	border: #cfcfcf 1px solid;	
	background-color: #dfdfdf;
}
.borderGrayLightTop
{
	border: #dfdfdf 1px solid;	
	background-color: #efefef;
	vertical-align: top;
}
.borderLight
{
	border: #dfdfdf 1px solid;	
}


.buttonDeleteOff
{
	background-image: url(../images/button.delete.small.off.png);
	background-repeat: no-repeat;

	width: 50px;
    height: 50px;
    padding: 0px;
	margin: 0;

	font-size: 1px;
	line-height: 1px;
}
.buttonDeleteOn
{
	background-image: url(../images/button.delete.small.on.png);
	background-repeat: no-repeat;

	width: 50px;
    height: 50px;
    padding: 0px;
	margin: 0;

	font-size: 1px;
	line-height: 1px;

	cursor: pointer;
}
.buttonRedOff
{
	background-image: url(../images/grad.red.1.jpg);
	background-repeat: repeat-x;
	
	width: 100px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
}
.buttonRedOn
{
	background-image: url(../images/grad.black.3.jpg);
	background-repeat: repeat-x;
	
	width: 100px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	
	cursor: pointer;
}
.buttonBlackOff
{
	background-image: url(../images/grad.black.3.jpg);
	background-repeat: repeat-x;
	
	width: 100px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
}
.buttonBlackOn
{
	background-image: url(../images/grad.red.1.jpg);
	background-repeat: repeat-x;
	
	width: 100px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	
	cursor: pointer;
}
.buttonGrayOff
{
	background-image: url(../images/grad.gray.5.jpg);
	background-repeat: repeat-x;
	
	width: 100px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
}
.buttonGrayOn
{
	background-image: url(../images/grad.black.3.jpg);
	background-repeat: repeat-x;
	
	width: 100px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	
	cursor: pointer;
}

.searchLeftBlack
{
	background: #000 url(../images/search.left.jpg) no-repeat left center; 
	width: 5px;
	height: 20px;
}

.dividerHorizontalBlack
{
	background: #000 url(../images/divider.horizontal.black.jpg) no-repeat center; 
	width: 120px;
	height: 8px;
}
.dividerHorizontalRed
{
	background: url(../images/divider.horizontal.red.jpg) no-repeat center; 
	width: 225px;
	height: 2px;
}
.dividerVerticalRed
{
	background: url(../images/divider.vertical.red.jpg) no-repeat center; 
	width: 2px;
	height: 15px;
}



.arrowWhiteRight
{
	background: url(../images/arrow.white.right.small.png) no-repeat left center;
	padding-left: 15px; 
	width: 210px;
	height: 15px;
}



.text0
{
	color: #000;	
}
.text1
{
	color: #aa0000;
}
.text2
{
	color: #888;
}
.text3
{
	color: #fff;
}
.text4
{
	color: #dd0000;
}
.text5
{
	color: #666;
}
.text6
{
	color: #bbb;
}


.textBig1
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1.5px;
	
	color: #cc0000;
}
.textBig2
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1.5px;
	
	color: #aaa;
}
.textBig3
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -1.0px;
	
	color: #333;
}
.textBig4
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1.5px;
	
	color: #fff;
}
.textBig5
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1.5px;
	
	color: #666;
}

INPUT
{
	border: #dfdfdf 1px solid;
    
	PADDING: 3px;
	HEIGHT: 25px;
    BACKGROUND: #fff;
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	COLOR: #000;
}

INPUT.button
{
	
	background-image: url(../images/grad.red.1.jpg);
	background-repeat: repeat-x;
	
	border: 0;
	width: 75px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 21px;
	text-align: center;
	white-space: nowrap;
	
	cursor: pointer;
}
INPUT.buttonBlack
{
	
	background-image: url(../images/grad.black.3.jpg);
	background-repeat: repeat-x;
	
	border: 0;
	width: 75px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 15px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 21px;
	text-align: center;
	white-space: nowrap;
	
	cursor: pointer;
}
INPUT.buttonGray
{
	
	background-image: url(../images/grad.gray.5.jpg);
	background-repeat: repeat-x;
	
	border: 0;
	width: 75px;
	height: 25px;	
	padding: 0 10px 0 10px;
	margin: 5px 5px 5px 0;
	
	color: #fff;
	font-weight: bold;	
	line-height: 21px;
	text-align: center;
	white-space: nowrap;
	
	cursor: pointer;
}
INPUT.noBorderText
{
	border: 0px solid;
    
    COLOR: #888888;
    
    PADDING: 2px;  
    PADDING-LEFT: 0px;    
	HEIGHT: 20px;
}
INPUT.noBorderButton
{
	border: 0px solid;
    
    PADDING: 0px;    
	HEIGHT: 20px;
}
INPUT.buyGiftCard
{
	border: 0px solid;    
    PADDING: 0px;
    
    vertical-align: middle;
}
SELECT
{
	font-family: arial;
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	COLOR: #000;
	
	PADDING: 3px;
	HEIGHT: 25px;
	
    BACKGROUND: #fff;   
	
	BORDER: #dfdfdf 1px solid;
}
SELECT.filter
{
	WIDTH: 125px;
}

SELECT.filterAdvanced
{
	WIDTH: 200px;
}
TEXTAREA
{
	border: #dfdfdf 1px solid;
    
	PADDING: 3px;
	HEIGHT: 150px;
    BACKGROUND: #fff;
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	COLOR: #000;
}



SPAN.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
SPAN.radio {
	width: 19px;
	height: 25px;
	padding: 0;
	background: url('../images/radio.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
SPAN.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url('../images/select.gif') no-repeat;
	overflow: hidden;
}



CHECKBOX
{  
	border: 0px solid;
    
    font-size: 7pt;
    BACKGROUND: white;
    COLOR: #000;
}
RADIO
{  
	border: 0px solid;
    
	font-family: arial;
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	COLOR: #000;
    BACKGROUND: white;
    
}



A:link
{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #aa0000;
	text-decoration: none;
}
A:visited
{
	color: #aa0000;
	text-decoration: none;
}
A:hover
{	
	color: #000;
	text-decoration: none;
}


A.white1:link
{
	color: #fff;
}
A.white1:visited
{
	color: #fff;
}
A.white1:hover
{	
	color: #000;
}



A.white2:link
{
	font-weight: bold;
	color: #ddd;
}
A.white2:visited
{
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}
A.white2:hover
{	
	color: #dd0000;
}



A.white3:link
{
	font-weight: bold;
	color: #fff;
}
A.white3:visited
{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
A.white3:hover
{	
	color: #dd0000;
}


A.red1:link
{
	color: #dd0000;
}
A.red1:visited
{
	color: #dd0000;
}
A.red1:hover
{	
	color: #fff;
}


A.black:link
{
	color: #000;
}
A.black:visited
{
	color: #000;
}
A.black:hover
{	
	color: #aa0000;
}


A.gray:link
{
	color: #777777;
}
A.gray:visited
{
	color: #777777;
}
A.gray:hover
{	
	color: #aa0000;
}


A.grayBig:link
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.75px;
	
	color: #aaa;
}
A.grayBig:visited
{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.75px;
	
	color: #aaa;
}
A.grayBig:hover
{	
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.75px;
	
	color: #aa0000;
}


A.pink:link
{
	color: #f2b8b5;
	line-height: 15px;
}
A.pink:visited
{
	color: #f2b8b5;
	line-height: 15px;
}
A.pink:hover
{	
	color: #fff;
	line-height: 15px;
}


A.gray2:link
{
	color: #bbbbbb;
	line-height: 15px;
}
A.gray2:visited
{
	color: #bbbbbb;
	line-height: 15px;
}
A.gray2:hover
{	
	color: #fff;
	line-height: 15px;
}


A.button:link
{
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
}
A.button:visited
{
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
}
A.button:hover
{	
	color: #000;
	font-weight: bold;	
	line-height: 25px;
}


A.buttonRed:link
{
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
}
A.buttonRed:visited
{
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
}
A.buttonRed:hover
{	
	color: #fff;
	font-weight: bold;	
	line-height: 25px;
}


A.buttonGray:link
{
	color: #fff;
	font-weight: bold;
}
A.buttonGray:visited
{
	color: #fff;
	font-weight: bold;
}
A.buttonGray:hover
{	
	color: #aa0000;
	font-weight: bold;
}


A.buttonBlack:link
{
	color: #fff;
	font-weight: bold;
}
A.buttonBlack:visited
{
	color: #fff;
	font-weight: bold;
}
A.buttonBlack:hover
{	
	color: #ee0000;
	font-weight: bold;
}



.mask
{
	background-color: #000;
	opacity: .75;
	filter: alpha(opacity=75);	
}

.coupon
{	
	border-width: 3;
	border-color: #ccc;
 	border-style: dashed;
}

.couponSmall
{	
	border-width: 1;
	border-color: #ccc;
 	border-style: dashed;
}

#myToolTip{
	background: #fff;
	width: 200px;
	height: 50px;
	border-color: #000;
	border: solid 1px;
	text-align: left;
	padding: 8px;
}






#billboardMenu{
	vertical-align: middle;
	text-align: center;
	padding: 1px 0;
	height: 50px;
	color: #ccc;
	
}


#billboardMenu a:link {
	color: #b2b2b2;
}
#billboardMenu a:hover {
	color: #aa0000;
}
#billboardMenu a:visited {
	color: #b2b2b2;
}


.bill_0{
	padding: 0px 0px 30px 0px;
	background: url(../images/button.1.off.png) no-repeat top center;
}
.bill_1{
	padding: 0px 0px 30px 0px;
	background: url(../images/button.2.off.png) no-repeat top center;
}
.bill_2{
	padding: 0px 0px 30px 0px;
	background: url(../images/button.3.off.png) no-repeat top center;
}


#billboardMenu a.activeSlide_0:link {
	padding: 0px 0px 30px 0px;
	background: url(../images/button.1.on.png) no-repeat top center;
}

#billboardMenu a.activeSlide_1:link {
	padding: 0px 0px 30px 0px;
	background: url(../images/button.2.on.png) no-repeat top center;
}

#billboardMenu a.activeSlide_2:link {
	padding: 0px 0px 30px 0px;
	background: url(../images/button.3.on.png) no-repeat top center;
}



#billboardMenu a.activeSlide_0:visited {
	background: url(../images/button.1.off.png) no-repeat top center;
}

#billboardMenu a.activeSlide_1:visited {
	background: url(../images/button.2.off.png) no-repeat top center;
}

#billboardMenu a.activeSlide_2:visited {
	background: url(../images/button.3.off.png) no-repeat top center;
}


.nobr
{
	white-space: nowrap;
}

#unhideMe {
	visibility: hidden;
	display: none;
}

.spacingImg{
	height: 12px;
}

DIV.betterTogether
{
	width: 96px;
	height: 73px;
	background: url(../images/icons/better.together.png) no-repeat;
}
DIV.betterTogether:hover
{
	background: url(../images/icons/better.together.on.png) no-repeat;
	cursor: pointer;
}
