@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding: 0px;
	background-image:url(../../images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
.main1{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-436px;
	margin-top:-288px;
	height:576px;
	width:872px;
	background-image:url(../../images/main_bg.png);
}
.main2{
	position:absolute;
	top:-17px;
	left:233px;
	height:610px;
	width:209px;
	background-image:url(../../images/main_bg2.png);
	z-index:3;
}
.leftPanel{
	float:left;
	display:block;
	width:264px;
	height:576px;
	z-index:1;
}
.middlePanel{
	float:left;
	display:block;
	width:193px;
	height:576px;
	z-index:1;
}
.rightPanel{
	float:left;
	display:block;
	width:371px;
	height:546px;
	z-index:1;
	padding: 15px 15px 15px 0px;
}
.scrollPanel{
	float:left;
	display:block;
	width:29px;
	height:576px;
	z-index:1;
}
.title{
	display:block;
	height:70px;
	width:371px;
}
.title h1{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
}
.titleEdit{
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	width:371px;
	border:solid 1px #CCCCCC;
}
.path{
	margin:10px 0px 0px 0px;
	font-size:11px;
}
.path a{
	text-decoration:none;
	color:#666666;
}
.path a:hover{
	text-decoration:underline;
}
.contentContainer{
	display:block;
	height:470px;
	width:400px;
	overflow:hidden;
}
.content{
	color:#666666;
	width:371px;
	margin-top:0px;
	font-size:11px
}
.scrollUp{
	display:block;
	float:left;
	width:20px;
	height:28px;
	margin-top:104px;
	margin-right:9px;
	cursor:pointer;
}
.scrollDown{
	display:block;
	float:left;
	width:20px;
	height:28px;
	margin-top:395px;
	margin-right:9px;
	cursor:pointer;
}
.mainCat{
	position:relative;
	width: 232px;
	height: 478px;
	overflow:hidden;
	background-image:url(../../images/ferfi.png);
	background-position:bottom;
	margin: 7px 0 0 7px;
}
.mainCat_movable{
	position:absolute;
	top:0px;
	left:0px;
	height:398px;
	width:232px;
	background-image:url(../../images/no.png);
	background-position:bottom;
	z-index:2;
	margin-top:0px;
}
.mainCat_bottomLink{
	width:232px;
	height:80px;
	position:absolute;
	top:380px;
	left:0px;
	z-index:1;
	display:block;
	
}
.mainCat_topLink{
	width:232px;
	height:80px;
	position:absolute;
	top:300px;
	left:0px;
	z-index:1;
	display:block;
}
.logo1{
	float:left;
	display:block;
	width:63px;
	height:61px;
	margin:8px 0 0 35px;
}
.logo2{
	float:left;
	display:block;
	width:93px;
	height:40px;
	margin:20px 0 0 20px;
}
.menu{
	padding: 45px 28px 0 28px;
	height:140px;
	
}
.menu a{
	display:block;
	background-image:url(../../images/menuIcon.png);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;
	padding: 1px 0 0 20px;
	text-decoration:none;
	color:#b5755b;
	letter-spacing:0px;
	margin-bottom:7px;
	font-style:italic;
}
.menu a:hover{
	display:block;
	background-image:url(../../images/menuIcon.png);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;
	padding: 1px 0 0 20px;
	text-decoration:none;
	color:#000000;
	letter-spacing:0px;
	margin-bottom:7px;
	font-style:italic;
}
.contactContainer{
	display:block;
	width:153px;
	height:200px;
	margin:95px 28px 28px 25px;
	overflow:hidden;
}
.contact{
	display:block;
	width:318px;
	height:200px;
	font-size:10px;
}
.contact a{
	color:#000000;
	text-decoration:none;
}
.contact_left{
	display:block;
	float:left;
	width:153px;
	height:180px;
	padding-top: 55px;
	line-height:13px;
}
.contact_right{
	display:block;
	float:left;
	width:153px;
	height:110px;
	padding-top: 90px;
	line-height:13px;
}
.contactLink{
	cursor:pointer;
	display:block;
	text-align:center;
}
.redContactText{
	color:#a40046;
}
.gigiRef{
	font-size:9px;
	color:#9a2736;
	border-bottom: solid 1px #dd9fb9;
	width: 131px;
	margin:90px 39px 0 39px;
	height:15px;
	text-align:center;
}
.logout{
	background-color:#FFDFB3;
	border: none;
	color:#B5755B;
	font-style:italic;
	font-weight:bold;
	left:780px;
	position:absolute;
	top:20px;
	z-index:100;
	padding:3px;
}
.submitButton{
	background-color:#FFDFB3;
	border: none;
	color:#B5755B;
	font-style:italic;
	font-weight:bold;
	margin-top:2px;
}
