body { 
	background-image: url(/images/background.gif);
	background-color: #af75b4;
	background-repeat: repeat-x;
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p, td {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

#box {
	position: relative;
	width: 1000px;
	background-color: #af75b4;
	background-image: url(/images/box.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 600px;
}

#menu_l1 {
	position: absolute;
	left: 209px;
	top: 64px;
	width: 562px;
	height: 45px;
	z-index: 100;
}

#menu_l1 ul {
	list-style-type: none;
	width: 562px;
	margin: 0px;
	padding: 0px;
}

#menu_l1 ul a {
	display: block;
	color: #FFF;
	font-weight: bold;
	width: 106px;
	padding-left: 30px;
	height: 21px;
	margin-top: 9px;
	padding-top: 6px;
	text-decoration: none;
}

#menu_l1 ul a:hover {
	display: block;
	color: #662065;
	background-color: #FFF;
	font-weight: bold;
	width: 106px;
	padding-left: 30px;
	height: 21px;
	margin-top: 9px;
	padding-top: 6px;
	text-decoration: none;
}

#menu_l1 ul a#active {
	display: block;
	color: #662065;
	background-color: #FFF;
	font-weight: bold;
	width: 106px;
	padding-left: 30px;
	height: 21px;
	margin-top: 9px;
	padding-top: 6px;
	text-decoration: none;
}

#menu_l1 ul li.begin {
	float: left;
	background-image: url(/images/menu_left.png);
	width: 9px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#menu_l1 ul li.item {
	float: left;
	background-image: url(/images/menu_content.png);
	width: 136px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#menu_l1 ul li.eind {
	float: left;
	background-image: url(/images/menu_right.png);
	width: 9px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#logo_right {
	position: absolute;
	left: 763px;
	top: 109px;
	background-image: url(/images/logo_right_bg.jpg);
	background-repeat: no-repeat;
	width: 294px;
	height: 70px;

}

#content {
	position: absolute;
	left: 209px;
	top: 109px;
	width: 562px;
	z-index: 200;
}

#content #top {
	background-image: url(/images/content_top.png);
	width: 562px;
	height: 70px;
}

#content #top a { position: relative; }

#content #site {
	/* background-image: url(/images/content_base.png); */
	background-color: #fff;
	width: 484px;
	margin: 0px 9px 0px 9px;
	padding: 10px 30px 10px 30px;
}

/* #content #site a { position: relative; } */

#submenu {
	position: absolute;
	left: 5px;
	top: 240px;
	width: 208px;
	z-index: 100;
}

#submenu #top {
	background-image: url(/images/submenu_top.png);
	width: 208px;
	height: 9px;
}

#submenu #items {
	background-image: url(/images/submenu_content.png);
	width: 208px;
}

#submenu #items ul.menu {
	list-style-type: none;
	width: 190px;
	padding: 0px 0px 100px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;	
	background-color: #d7bad9;
}

#submenu #items ul.menu a {
	position: relative;
	color: #662065;
	text-decoration: none;
}

#submenu #items ul.menu a:hover {
	position: relative;
	color: #000;
	text-decoration: underline;
}

#submenu #items ul.menu li.noactive {
	width: 172px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: right;
	color: #662065;
	background-color: #d7bad9;
}

#submenu #items ul.menu li.white {
	width: 172px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: right;
	color: #662065;
	background-color: #fff;
}

#submenu #items ul.menu li.active {
	width: 172px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: right;
	color: #662065;
	background-color: #fff;
	font-weight: bold;
}

#submenu #items ul.submenu {
	list-style-type: none;
	width: 172px;
	padding: 5px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;	
	background-color: #fff;
}

#submenu #items ul.submenu a {
	position: relative;
	color: #662065;
	text-decoration: none;
	font-weight: normal;
}

#submenu #items ul.submenu a:hover {
	position: relative;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#submenu #items ul.submenu a#active {
	position: relative;
	color: #662065;
	text-decoration: none;
	font-weight: bold;
}

#submenu #items ul.submenu a#active:hover {
	position: relative;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#submenu #items ul.submenu li {
	width: 139px;
	padding-top: 5px;
	padding-left: 9px;
	padding-right: 24px;
	text-align: right;
	height: 20px;
	color: #662065;
	background-color: #fff;
	font-weight: normal;
}

#submenu #items ul.foot {
	list-style-type: none;
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
}

#submenu #items ul.foot a {
	position: relative;
	color: #662065;
	text-decoration: none;
}

#submenu #items ul.foot a:hover {
	position: relative;
	color: #000;
	text-decoration: underline;
}


#submenu #items ul.foot li {
	width: 172px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: right;
	height: 25px;
	background-color: #d7bad9;
}


#submenu #bottom {
	background-image: url(/images/submenu_bottom.png);
	width: 208px;
	height: 9px;
}

#submenu_nav {
	position: absolute;
	left: 204px;
	width: 14px;
	height: 1px;
	background-color: #fff;
}

#menu_nav {
	position: absolute;
	top: 100px;
	width: 1px;
	height: 18px;
	background-color: #fff;
}

#etalage {
	position: absolute;
	left: 780px;
	top: 240px;
	width: 220px;
	color: #fff;
	line-height: 160%;
}

#etalage a {
	color: #fff;
	text-decoration: none;
}

#etalage a:hover {
	color: #000;
	text-decoration: none;
}


a {
	text-decoration: none;
	color: #964e9c;
}

a:hover {
	text-decoration: none;
	color: #af75b4;
}

form {
	position: relative;
}

