/* CSS Document */

/* ---------- BODY LINKS ---------- */

.body-links {
	float: left;
}

.body-links a {
	list-style-type: none;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	color: #4BA7D6;
	text-decoration: none;
}

.body-links a:hover {
	color: #37689A;
}

.body-links li {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 13px; 
	color: #4A5F67;
	list-style-image: url(../graphics/csslayout/bullet-sun.gif);
	margin: 0 0 7px 0;
}

/* ---------- FOOTER NAVIGATION ---------- */

.footer-links a {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #88CFF2;
	text-decoration: none;
}

.footer-links a:hover {
	color: #76BADC;
}

.footer-links li a {
	list-style-type: none;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #88CFF2;
	text-align: left;
	padding: 0px;
}

.footer-links li a:hover {
	color: #76BADC;
}

/* ---------- DISCLAIMER LINKS ---------- */

.disclaimer a {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #B1DDF3;
	text-decoration: none;
}

.disclaimer a:hover {
	color: #76BADC;
}

/* ---------- OTHER LINKS ---------- */

.confirmation a {
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	color: #4BA7D6;
	text-decoration: none;
}

.confirmation a:hover {
	color: #37689A;
}

/* ---------- BUTTON A ---------- */

.buttonA {
	float: left;
}

.buttonA ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.buttonA li {
	display: inline;
	text-align: center;
}

.buttonA a {
	float: left;
	list-style-type: none;
	width: 149px;
	height: 20px;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #7C4916;
	text-decoration: none;
	text-align: left;
	padding: 8px 0 0 40px;
	background:
		url(http://www.769skin.com/graphics/csslayout/button-orangeA01.jpg)
		repeat-x;
}

.buttonA a:hover {
	color: #5D350E;
	background:
		url(http://www.769skin.com/graphics/csslayout/button-orangeA02.jpg)
		repeat-x;
}

/* ---------- BUTTON B ---------- */

.buttonB {
	float: left;
}

.buttonB ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.buttonB li {
	display: inline;
	text-align: center;
}

.buttonB a {
	float: left;
	list-style-type: none;
	width: 149px;
	height: 23px;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #7C4916;
	text-decoration: none;
	text-align: left;
	padding: 5px 0 0 40px;
	background:
		url(http://www.769skin.com/graphics/csslayout/button-orangeB01.jpg)
		repeat-x;
}

.buttonB a:hover {
	color: #5D350E;
	background:
		url(http://www.769skin.com/graphics/csslayout/button-orangeB02.jpg)
		repeat-x;
}
