.bg{
	background-image : url(img/bg.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FEEDBD;
}

.bgGiftCertificate{
	background-image : url(img/bgGiftCertificate.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #FEEDBD;
}

.lineH{
	background-image : url(img/lineH.gif);
	background-repeat : repeat-x;
	background-color : #FEEDBD;
}

.barV_L{
	background-image : url(img/barV_L.gif);
	background-repeat : repeat-y;
	background-color : #DBC89C;
}

.barV_R{
	background-image : url(img/barV_R.gif);
	background-repeat : repeat-y;
	background-color : #DBC89C;
}

/*---------- fonts ----------*/

body,td{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #2A0200;
}

.small{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 10px;
	color : #FFFFFF;
}

.copyRight{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #666666;
}

.cream{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #BD9D99;
}

.redSmall{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 11px;
	color : #FF0000;
}

.orange{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #CE5303;
}

.orangeB{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #CE5303;
}

.greenBig{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-weight : bold;
	font-size : 18px;
	color : #598527;
}

.Button{
BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 1px; 		 	BORDER-LEFT: #666666 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #FFFFFF
}

.textBoxGiftCard{
BORDER-RIGHT: none 0px solid; PADDING-RIGHT: 0px; BORDER-TOP: none 0px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 1px; 		 	BORDER-LEFT: none 0px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #C67A2D
}

input{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #000000;
}

select{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #000000;
}

textarea{
	font-family : Tahoma,Helvetica,Verdana,Arial,sans-serif;
	font-size : 12px;
	color : #000000;
}

/*---------- text-link ----------*/
a:link{text-decoration : underline; color : #333333;}
a:visited {text-decoration : underline; color : #333333;}
a:hover {text-decoration : underline; color : #9C0300;}

a.navLink:link {text-decoration : none; color : #FFFFFF;}
a.navLink:visited {text-decoration : none; color : #FFFFFF;}
a.navLink:hover {text-decoration : underline; color : #AAB001;}

a.subHeadMenuLink:link {text-decoration : none; font-weight : bold; color : #2A0200;}
a.subHeadMenuLink:visited {text-decoration : none; font-weight : bold; color : #2A0200;}
a.subHeadMenuLink:hover {text-decoration : underline; font-weight : bold; color : #CE5303;}

a.greenGotobrownBunderline:link {text-decoration : underline; font-weight : bold; color : #598527;}
a.greenGotobrownBunderline:visited {text-decoration : underline; font-weight : bold; color : #598527;}
a.greenGotobrownBunderline:hover {text-decoration : underline; font-weight : bold; color : #2A0200;}

a.brownGotoOrange:link {text-decoration : none; color : #2A0200;}
a.brownGotoOrange:visited {text-decoration : none; color : #2A0200;}
a.brownGotoOrange:hover {text-decoration : underline; color : #CE5303;}

a.orangeGotobrown:link {text-decoration : none; color : #CE5303;}
a.orangeGotobrown:visited {text-decoration : none; color : #CE5303;}
a.orangeGotobrown:hover {text-decoration : underline; color : #2A0200;}


