body {
	background-color: #FEF5ED;
	background-image: url(tpl_images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
}
body, p, td, ul, li, th {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size: 13px;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #E68A00;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:14px;
}
a {
	color: #E68A00;
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}

table.vegesorb_stockists {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.vegesorb_stockists th {
	text-align: left;
	font-weight: bold;
}

table.vegesorb_stockists th, table.vegesorb_stockists td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}

/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a {
	color: #333333;
	font-size: 9px;
}


/****** VERTICAL MENU STYLES ******/

#menu, #menu ul {
	width: 189px;
}
#menu li {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

/****** COMMON MENU STYLES ******/

#menu li.first_main_menu_item, #menu li.middle_main_menu_item, #menu li.last_main_menu_item {
	border-bottom: 1px solid white;
}
#menu li.first_main_menu_item:hover, #menu li.middle_main_menu_item:hover, #menu li.last_main_menu_item:hover {

}
#menu li.selected_main_menu_item {
	background-color: #FFBF5F;
}
#menu li a {
	color: white;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
}
#menu li ul {
	width: 170px;
	background-color: #FFA41A;
	border: 1px solid #E68A00;
}
#menu li ul li a {
	font-size: 11px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: white;
}
#menu li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}