/* CSS Document */
*{
	list-style: none;
	margin:0;
	padding:0;
	font-family:arial,'century gothic',sans-serif;
}

#page {width:100%;margin:auto;width:890px}
#top_part
{
	background:url(picture/background_top.jpg) top left no-repeat ;
	width:100%;
	height:250px;

}

#top_part #menu {width:100%; height:42px;}
#top_part #menu ul {width:100%; height:42px;margin-left:2px;}
#top_part #menu ul li {
	float:left;
	background:url(picture/button_normal.gif) top left no-repeat;
	font-family:arial,'century gothic',sans-serif;
	font-weight:bold;
	font-size:15px;
	width:148px;
	height:32px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
}
#top_part #menu ul ul {
	position:absolute;
    left: expression(266+"px");
	top: expression(65+"px");
	width:146px;
	height:200px;
	cursor:pointer;
	border: 0px solid red;
}
#top_part #menu ul ul li {
	margin-top:46px;
	font-family:arial,'century gothic',sans-serif;
	font-weight:800;
	font-size:12px;
	width:146px;
	height:32px;
	padding-top:4px;
	background:url(picture/button_off.png) top left no-repeat;
	text-align:center;
	position:absolute;
	left: expression(0+"px");
	color:#000000;
}
#top_part #menu ul ul li a {color: #000000}
/*#top_part #menu ul ul li a:hover {color:#cc3300;font-weight:bold}*/

.arianne {margin-left:5px;font-family:Arial,'century gothic',sans-serif;font-weight:bold;}


a {
  text-decoration:none;
  color:#000000;
}

#menu1
{
	display: none;
}
#menu2
{
	display: none;
}
#menu3
{
	display: none;
}
#menu4
{
	display: none;
}
#menu5
{
	display: none;
}
#menu6
{
	display: none;
}

#logo
{
	height:70px;	
}

#content
{
	background-image:url(picture/background_center.jpg);
	height:369px;
	
}
#footer
{
	background-image:url(picture/background_bottom.jpg);
	height:65px;
}

.table_info
{
	margin-left:15px;
	font-size:13px;
}

.row_header
{
	background-color:#FFFFFF;
	border-bottom:1px solid #CC0033;
	border-top:1px solid #CC0033;
	padding:5px;
}
.cols1
{
	vertical-align:top;
	width:70px;
	text-align:center;
	font-weight:bold;
}
.cols2
{
	width:700px;
}

.cols1_management
{
	padding-left:10px;
	vertical-align:top;
	width:225px;
}
.cols2_management
{
	width:610px;
}
.cols1_buisness
{
	padding-left:10px;
	vertical-align:top;
	width:225px;
}
.cols2_buisness
{
	width:610px;
}

.header_creating
{
	padding:10px;
	border:1px solid #CC0033;
	border-bottom:2px solid #CC0033;
}
.cols1_creating
{
	text-align:center;
	padding-left:10px;
	vertical-align:top;
	width:225px;
	border-left:1px solid #CC0033;
	
}
.cols2_creating
{
	width:610px;
	border-left:1px solid #CC0033;
	border-right:1px solid #CC0033;
}

.row_white
{
	padding:5px;
	background-color:#FFFFFF;
}
.row_pink
{
	padding:5px;
	background-color:#f6dadb;
}
.tb_bottom
{
	border-bottom:1px solid #CC0033;

}
