@charset "utf-8";
/* Amari & Locallo CSS Document */
body
{
	background: #ffffff url(images/body-bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

h1
{
	font-family: "Arial";
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0;
	margin: 12px 0;
}

a
{
	color: #A9BE2E;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	color: #6C5D98;
	font-weight: bold;
	text-decoration: underline;
}

.lp-bg
{
	background: url(images/lp-bg.jpg) repeat-y;
	width: 211px;
}
.lp-top
{
	background: url(images/lp-top.jpg) no-repeat top;
	width: 211px;
}
.bot-left
{
	background: url(images/lp-bot.jpg) no-repeat bottom left;
	height: 33px;
}
.leftpane
{
	padding: 5px 12px 10px 11px;
}

.leftpane ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.leftpane li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: bold;
	list-style-image: none;
	text-align: left;
}
.leftpane li a 
{
	display: block;
	margin: 0;
	padding: 0px 0px 2px 25px;
	width:163px;
	background: url(images/menu-off.jpg) left no-repeat;
	color: #B6ACCC;
	line-height: 21px;
	text-decoration: none;
	font-weight: bold;
}
.leftpane li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu-on.jpg) left no-repeat;
}
.leftpane li a.selected
{
	display: block;
	padding: 0px 0px 2px 25px;
	margin-right: 0px;
	color: #FFFFFF;
	line-height: 21px;
	background: url(images/menu-on.jpg) no-repeat;
}

.subarrow
{
	background: url(images/arrow-off.jpg) no-repeat center right;
	border-bottom: dotted 1px #D6E388;
}
.subarrow-selected
{
	background: url(images/arrow-on.jpg) no-repeat center right;
	border-bottom: dotted 1px #D6E388;
}
.submenu
{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	padding: 1px 5px;
	border-bottom: dotted 1px #D6E388;
	
}
.submenu a
{
	color: #B8CB5E;
	text-decoration: none;
	font-weight: normal;
}
.submenu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}
.address-box
{
	background: url(images/add-bg.jpg) no-repeat center;
	height: 104px;
	padding: 2px 20px 0 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
.Head
{
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: 22px;
}

.bio-l
{
	background: url(images/bio-l.jpg) no-repeat;
	width: 22px;
	height: 166px;
}
.bio-c
{
	background: url(images/bio-c.jpg) repeat-x;
}
.bio-r
{
	background: url(images/bio-r.jpg) no-repeat;
	width: 22px;
	height: 166px;
}

.bio td
{
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 12px;
} 
.bio td a
{
	color:#FFFFFF;
	text-decoration: none;
}
.bio td a:hover
{
	color: #A89CC2;
	text-decoration: none;
}

.footer-l
{
	background: url(images/footer-l.jpg) no-repeat;
	width: 20px;
	height: 74px;
}
.footer-r
{
	background: url(images/footer-r.jpg) no-repeat;
	width: 20px;
	height: 74px;
}
.footer
{
	background: url(images/footer-c.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 14px;
}
.footer a
{
	text-decoration: none;
	color:#FFFFFF;
}
.footer a:hover
{
	text-decoration: underline;
	color:#FFFFFF;
}