/* General HTML CSS */
	body {
		margin				: 0 0 0 0;
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
		color				: #666666;
	}
	body.home {
		background-color	: #a10e21;
	}
	body.brand, body.checkout {
		background-color	: #6f5a4b;
	}
	body.knowledge {
		background-color	: #79482e;
	}
	body.contact {
		background-color	: #7f3629;
	}
	body.shoes {
		background-color	: #6f1d22;
	}
	td, input, select, .text  {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
	}
	ul, ol, form, h1, h2, h3 {
		margin-top			: 0px;
		margin-bottom		: 0px;
	}
	h1 {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 14px;
	}
	h1.title {
		font-family 		: Arial Narrow,Arial,Helvetica,sans-serif;
		font-size			: 40px;
		color				: #8f545f;
		font-weight			: normal;
		text-transform		: uppercase;
	}
	h2 {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 12px;
		color				: #a20f22;
	}
	h3 {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
		color				: #a5673f;
	}
	ul {
		list-style-image	: url(images/bullet.gif);
	}
	a:link {
		color				: #a10e21;
		text-decoration		: none;
	}
	a:visited {
		color				: #a5673f;
	}
	a:hover {
		color				: #a5673f;
		text-decoration		: underline;
	}
	a:active {
		color				: #e4d0c5;
	}


/* Template CSS */
	.textsm {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 10px;
	}

/* Navigation CSS */
	a.subnav:link, a.subnav:visited, a.subnav:active, .subnav {
		font-size			: 10px;
		color				: #a5673f;
		text-decoration		: none;
	}
	a.subnav-sel:link, a.subnav-sel:visited, a.subnav-sel:active, .subnav-sel, .featured {
		font-size			: 10px;
		color				: #a10e21;
		text-decoration		: none;
		font-weight			: bold;
	}
	a.subnav:hover, a.subnav-sel:hover {
		color				: #a10e21;
		text-decoration		: underline;
	}
	div.breadcrumb {
		color				: #666666;
		font-size			: 10px;
		margin-top			: 12px;
	}
	a.textnav:link, a.textnav:visited, a.textnav:active, .textnav {
		color				: #666666;
		text-decoration		: none;
	}
	a.textnav:hover {
		color				: #a10e21;
		text-decoration		: underline;
	}

/* Homepage CSS */

/* Misc CSS */
	.footer {
		font-size			: 10px;
		color				: #666666;
		padding				: 60px 0px 0px 0px;
	}

.Message { text-align: center; }
.Message span { display: block; border: 1px solid #ffd100; background-color: #fff4bf; width: 768px; height: 25px; line-height: 25px; margin: 0 auto; text-align: center; color: #333333; font-weight: bold; }
.Message strong { color: #cc0000; }