
/* CSS Document */

/*
	LINKS	
*/

#motivRestContainer a:link {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/yellow_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left: 15px;
}

#motivRestContainer a:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/yellow_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left: 15px;
}

#motivRestContainer a:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/yellow_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left: 15px;
}

#motivRestContainer a:hover {
	font-size: 10px;
	color: #ffed23;
	text-decoration: none;
	background-image: url(../images/yellow_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left: 15px;
}

/*
	NEWS
*/

a.newsNoteDiv:link {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.newsNoteDiv:visited {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.newsNoteDiv:active {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.newsNoteDiv:hover {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #f5dfa5;
	text-decoration: none;
}

/*
	MAIN MENU
*/

#mainMenu a:link {
	color: #bcd5f9;
	text-decoration: none;
}

#mainMenu a:visited {
	color: #bcd5f9;
	text-decoration: none;
}

#mainMenu a:active {
	color: #bcd5f9;
	text-decoration: none;
}

#mainMenu a:hover {
	color: #ffc600;
	text-decoration: none;
}


/*
	PRODUCT LEVELS
*/

UL.productLevel1 a:link {
	color: #ffffff;
	text-decoration: none;
}

UL.productLevel1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

UL.productLevel1 a:active {
	color: #ffffff;
	text-decoration: none;
}

UL.productLevel1 a:hover {
	color: #ffc600;
	text-decoration: none;
}

/*
	homepage PHOTOS
*/

#homepagePhotoTable a:link {
	color: #ffffff;
	text-decoration: none;
}

#homepagePhotoTable a:visited {
	color: #ffffff;
	text-decoration: none;
}

#homepagePhotoTable a:active {
	color: #ffffff;
	text-decoration: none;
}

#homepagePhotoTable a:hover {
	color: #ffc600;
	text-decoration: none;
}



