@charset "UTF-8";
/* CSS Document */

/******Color Scheme ***********
COLOR SCHEME:
#231F20 (grey color)- Background and body text font.
#BE1E2D (red color)- Center Menu Font Color
#8DC63F (green color) - Footer Menu Text and links
*******Color Scheme *******/

/* Sub-container class - (container located within the main container) */
.headerLinks
{
	position: relative;
	width: 720px;
	height: 33px;
	background-color: transparent;
	border: none;
	margin: 0 auto;
	font-size: 16.5pt;
	text-align: right;
}
	.headerLinks img
		{
			padding-left: 13px;
		}


	

		
/***************************************************************/
/************** BEGIN - Speciality Styles ******************/


/*** Begin - Main  Links Style ***/
.headerLinks a
{
	font-size: 14pt;
}

.headerLinks a:link 
{
	text-decoration: none;
	color: #BE1E2D;
}

.headerLinks a:visited 
{
	text-decoration: none;
	border-bottom: none;
	color: #BE1E2D;
}

.headerLinks a:hover  
{
	text-decoration: none;
	border: none;
	color: white;
}

.headerLinks a:active
{
	text-decoration: none;
	border: none;
	color: white;
}
/*** End - Main Links Style ***/

/*** Begin - Main  Links Style ***/
.headerLinks_tomato a
{
	font-size: 17pt;
	color: white;
	text-decoration: none;
	border: none;
}

.headerLinks_tomato a:link 
{
	text-decoration: none;
	color: white;
}

.headerLinks_tomato a:visited 
{
	text-decoration: none;
	border-bottom: none;
	color: white;
}

.headerLinks_tomato a:hover  
{
	text-decoration: none;
	border: none;
	color: #8DC63F;
}

.headerLinks_tomato a:active
{
	text-decoration: none;
	border: none;
	color: #8DC63F;
}
/*** End - Main Links Style ***/


/* makes the thing white. */
.headerLinks_visitingNow
{
	color: white;
	font-size: 14pt;
}

/************** END - Speciality Styles ******************/
/***************************************************************/