body {
	background: #000000;
	background-image: url(i/pierre_bg.jpg);
	background-position: 0px 115px;
	color: #ffffff;
}

.bslider {
	background: #ffffff;
	border: 1px solid #a589a0;
	width: 235px;
}

.top {
	background: url(i/bg.jpg);
}

.top .avatar {
	/*background: url(i/top_pani.gif);*/
	width: 74px;
	height: 115px;
}

.top .logo {
	/*background: url(i/top_logo.gif);*/
	width: 203px;
	height: 65px;
}

.top .ttop {
	/*background: url(i/top_tbg.jpg);*/
	width: 100%;
	height: 65px;
}

.top .btop {
	/*background: url(i/top_bbg.jpg);*/
	width: 100%;
	height: 50px;
}

/* nav */

#nav {
	/*background-color: #504f54;*/
    margin: 0;
    padding-bottom: 2px;
    /*clear: both;*/
	/*padding-left: 10px;*/
	z-index: 100;
	height: 115px;
	/*height: 150px;*/
	overflow: hidden;
	
}

ul#primaryNav li a:hover, ul#primaryNav li span a {
    color: #b995c1;
}

ul#primaryNav, ul#primaryNav ul {
	display: block;
	/*clear: both;*/
	margin: 0 5px 0 0;
}

ul#primaryNav li {
	margin: 0 0 25px;
	overflow: hidden;
}

ul#primaryNav ul {
    position: absolute;
    left: -999em;
}

ul#primaryNav li:hover ul, ul#primaryNav li.current ul {
    left: auto;    
	text-decoration: none;
}

ul#primaryNav li a.current {
    /*display: block;
    margin-top: 0px;
    padding: 5px 10px;
    font-size: 1.2em;
    color: #ff7200;*/
    color: #b995c1;
}

ul#primaryNav li {
    float: left;
    /*background: #262626;*/
}

ul#primaryNav ul li {
    display: block;
    float: left;
	/*background: #A4A3A8;*/
}

ul#primaryNav li a {
    display: block;
    padding: 0px 10px;
    min-height: 15px;
    color: #ffffff;
    font-size: 1.2em;
}

ul#primaryNav li a:hover {
	text-decoration: underline;
}