body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	background-image: url(../images/lilac/bg.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #9B78A8;
}

input {
	font-family: Tahoma;
	font-size: 10px;
	color: #4D3755;
}

select {
	font-family: Tahoma;
	font-size: 10px;
	color: #4D3755;
}

form {
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9B78A8;
	margin: 0px;
}

.head {
	background-image: url(../images/lilac/bgMini.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9B78A8;
}

.phone {
	font-size: 40px;
	font-weight: bold;
	color: #9B78A8;
	text-align: right;
	vertical-align: bottom;
}

.footer {
	background-image: url(../images/lilac/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 95px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0D5E4;
}

.footerText {
	height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0D5E4;
	vertical-align: middle;
}

.dark {
	color: #4D3755;
}

.lightBgImage {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.lightBg {
	background-color: #EFEAF1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchBg {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 7px;
	background-position: top;
	background-image: url(../images/lilac/topBg.gif);
}

.side
{
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
  margin: 0px;
  background-color: #EFEAF1;
}

.bg
{
    background-color: #e0d5e4;
}

.searchBord {
	border-bottom: 2px solid #9B78A8;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formObjects {
	height: 22px;
	border: 1px solid #4D3755;
	width: 100%;
	padding: 4px;
}

#line {
	background-image: url(../images/lilac/stripe.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
}

.button {
  background-image: url(../images/lilac/buttonBg.gif);
	background-repeat: repeat-x;
	border: none;
	cursor: hand;
	font-weight: bold;
	height: 22px;
	text-transform: lowercase;
}


/* ----------------- */
/* ----- MENUS ----- */
/* ----------------- */

IMG.menu_top{
	width:2px;
	height:25px;
}

TD.menu_top{
	padding-right: 7px;
	padding-left: 8px;
}

/* -- visible part -- */

A.menu_top{
	color: #4D3755;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

/* -- hidden part -- */

TABLE.menu_core, TABLE.menu_core_over{
	display:none;
	position:absolute;
	margin-left = -6px;
	border-bottom: solid 1px #684a72;
}
TABLE.menu_core_over{
	display:block;
}

/* -- spacer -- */
TD.menu_spacer{
	height:13px;
}

/* -- item -- */
TD.menu_item, TD.menu_item_over{
	height:20px;
	background-color:#e0d5e4;
	border: none;
	border-left: solid 1px #684a72;
	border-right: solid 1px #684a72;
	padding-right: 4px;
	padding-left: 4px;
}
TD.menu_item_over{
	background-color: #846092;
}

A.menu_item, A.menu_item_over{
	color: #4D3755;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.menu_item_over{
	color:#ffffff;
}
