/* layout */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#tblCategory {
	padding: 7px;
	border: 1px solid #000000;
}
#tblCategoryImage {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
hr {
	color: E5E5E5;
	height: 1px;
	width: 100%;
	border: dotted;
}
#promo {
	background-color: #EFEFEF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
	border: 1px dotted #7F9DB9;
}
#promo a:link {
	color: #E39D30;
	text-decoration: none;
}
#promo a:hover {
	color: #E39D30;
	text-decoration: none;
}
#promo a:visited {
	color: #E39D30;
	text-decoration: none;
}

/* form items */
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #333333;
}
select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #333333;
}
.buttontext {
	background-color: #E39D30;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* text formatting */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.tdCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E39D30;
	text-align: center;
}
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E39D30;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E39D30;
}
.menu_heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E39D30;
}
.menu_heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B0A895;
}
#sub_menu_vert {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEFEF;
}
#footer {
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* links */
a:link {
	color: #E39D30;
	text-decoration: none;
}
a:hover {
	color: #E39D30;
	text-decoration: underline;
}
a:visited {
	color: #E39D30;
	text-decoration: none;
}
#view_more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
#view_more a:link {
	color: #E39D30
	text-decoration: none;
}
#view_more a:hover {
	color: #E39D30
	text-decoration: underline;
}
#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 20px;
}
