@charset "utf-8";
/* CSS Document */
/*---------------- start headings <---------------------*/
.body_heading {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #503915;
	text-decoration: none;
}

.vendor_heading {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
/*---------------- end headings<---------------------*/

/*---------------- start text <---------------------*/
.body_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #503915;
	text-decoration: none;	
}

.vendor_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
}
/*---------------- end text <---------------------*/

/*---------------- start navigation/links <---------------------*/
.topnav_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;	
}

a.top_nav:link, a.top_nav:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;	
}

a.top_nav:hover {
	color: #B73D2C;
	text-decoration: none;
}

a.top_nav:active {
	color: #FFF;
	text-decoration: none;	
}


a.inline:link, a.inline:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #503915;
	text-decoration: none;
}

a.inline:hover {
	color: #ACB345;
	text-decoration: none;
}

a.inline:active {
	color: #B83E2D;
	text-decoration: none;
}

.footernav_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

a.footer_nav:link, a.footer_nav:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

a.footer_nav:hover {
	text-decoration: underline;
}

a.footer_nav:active {
	color: #ACB345;
	text-decoration: underline;
}

/*---------------- end navigation/links <---------------------*/

