body{	min-width: 1000px;
	/*font: 13px/21px Arial;*/
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
/*
div{
	border: 1px solid red;
}
td{
	border: 1px solid green;
}
*/
#layout{	margin: 0px auto;
	max-width: 1600px;
	min-height: 100%;
	padding: 50px 10px 50px 110px;
	z-index: 1;}

#main-menu{	list-style:none;
	margin:0;
	padding:0;
	padding-bottom: 15px;
	clear: both;}

#main-menu li{	display: inline;
	float: left;
}

#main-menu li a{	display: block;
	margin: 2px;
	padding: 6px;
	text-decoration:none;
	background: #3D3352;
	color: #FFF;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main-menu li a:hover{	color: #FFF;
	background: #A295BC;
}

#logo{    position:fixed;	top:45px;	left:10px;	width:99px;	height:314px;
	margin:0;
	padding:0;}
#logo a{	background:url(./images/rockufa_logo.png) 0 0 no-repeat;	display:block;	width: 99px;
	height:314px;
	text-indent: -1000em;}

/* --- CRUMBS -- */

#crumbs{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	float: left;
}

#crumbs li{
	display: inline;
	float: left;
}

#crumbs li a{	display: block;
	padding: 2px;
	margin: 2px;	color: #A295BC;
	text-decoration: none;}

#crumbs li a:hover{
	text-decoration: underline;
}

/* -- PORTAl -- */.block{	background: #ECEEF0;
	padding: 20px;
	overflow: hidden;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 10px;
}
.block h2{	font-size: 1.55em;
	color: #3D3352;
	padding: 11px 0px 8px 0px;}
.block .text{	width: 30%;
	float: left;
	height: 260px;
	overflow: hidden;
	margin: 2px;
	padding:5px;
}
.maxheight{	height: 400px;}
.block small{	white-space: nowrap;	background: #885B91;
	padding: 2px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
}
.block a{	text-decoration: none;
	color: #A295BC;
	font-weight: bold;
	padding: 4px;}
.block a:hover{ color: #000; }
.block a:hover small{ background: #A295BC;  }

.b-gray{ }
.b-dgray{ background: #E1DFC8; }
.b-blue{ background: #E2EBAB; }
.b-dblue{ background: #CDD1D6; }
.b-green{ background: #DDDEE0; }
.b-pastel{ background: #F1EFDB; }
/*#E6E6E6;*/

.cb{	clear: both;
    line-height:0;
    display:block
}
.block hr{	height:1px;
	background: #DDD;
	color: #DDD;}

/* --- MENU -- */
#menu{
    height:134px;
    position:fixed;
    top:29px;
    left:50%;
    z-index:10000;
    margin-top:-163px;
    margin-left:-273px
}

#menu .bg{
    background:url(./images/bgmenu.png) 0 0 repeat-x;
    height: 142px;
    margin: 0 14px 0 8px;
    position: relative;
}
#menu .cl, #menu .cr{
    background:url(./images/clmenu.png) 0 0 no-repeat;
    width: 8px;
    height: 142px;
    position: absolute;
    top: 0;
    left: 0;
}
#menu .cr{
    background:url(./images/crmenu.png) 0 0 no-repeat;
    width:14px;
    margin-left:100%;
    left:-14px;
}
#menu .button{
    background:url(./images/bmenu.png) 0 0 no-repeat;
    position:absolute;
    top:134px;
    left:205px;
    width:143px;
    height:28px;
    cursor:pointer
}
#menu .button span{
    background:url(./images/imgs1.png) -44px 0 no-repeat;
    position: absolute;
    top:5px;
    left:54px;
    width:32px;
    height:32px;
    overflow: hidden;

}

#menu.open .button span {	background-position:-44px -7px
}
#menu .bg div{
    position: relative;
    float: left;
    left:50%
}
#menu ul{	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	left: -50%;

    float:left;
}
#menu li{    float:left;
    color:FFF;
	display: inline;
	margin:0 5px;
}
#menu a {	color:#fff;
	display: block;
    padding: 3px;
	text-decoration:none;
}
#menu a:hover{
    background: #A295BC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#menu .menu1 {	font-size: 17px;
	padding-top:15px;
	text-align: center;
}
#menu .menu2 {	font-size: 14px;
}
#menu .menu3 ul { border:none }


/* -- USER FORM -- */

#userform{	color: #EEE;
	float: right;
	height: 40px;
	margin: -30px 22px 12px 0px;
	position: relative;
	width: 450px;}

#userform a{	color: #A295BC;}

#userform .man{	color: #FFF;
	font-size: 17px;}

/* -- NEWS FADER -- */

.newsfader{	background: #3D3352;
	padding: 10px;
	color: #FFF;
	margin: 10px 0px;
	height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.newsfader *{	color: #FFF;
}

.newsfader a{ color: #A295BC; text-decoration: none; }
.newsfader aLhover{ color: #FFF; }