* {
	font-family: arial;
}

div.container-block {
	width: 1000px;
	margin: auto;
}

div.section {
	
}


/* -------------------- HEADER STYLE ---------------------- */
div.header {
	height: 160px;
	background-image: url('img/header-bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

div.company-name {
	float: left;
	margin: 20px 0px 0px 50px;
}

span.company-name {
	font-size: 32pt;
	font-weight: bold;
	color: #606060;
}

span.company-descr {
	font-size: 10pt;
	color: #808080;
}

div.company-logo {
	float: right;
	margin-right: 15px;
}

/* -------------------- END OF HEADER STYLE ---------------------- */


/* ------------------------ MENU CONTAINER STYLE ------------------- */
div.round {
	width: 20px;
	height: 20px;
}

div.round-tl {
	background-image: url('img/round-tl.png');
	float: left;
}

div.round-bl {
	background-image: url('img/round-bl.png');
	float: left;
}

div.menu {
	height: 600px;
	width: 200px;
	background-color: #93beff;
	float: left;
}

/* ------------------------ END OF MENU CONTAINER STYLE ------------------- */


/* ----------------------- MENU STYLE ----------------------------------- */

div.menu-tree {
	height: 560px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 200px;
}

ul {
	font-size: 8pt;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 190px;
}

ul ul {
	padding-left: 10px;
	width: 180px;
}

li {
	padding: 5px;
	background-color: #AAAAAA;
	margin: 1px;
}

ul ul li {
	background-color: #DDDDDD;
	width: 168px;
	#width: 162px;
}

li:hover {
	background-color: #CCCCCC;
}

ul ul li:hover {
	background-color: F0F0F0;
}

ul a {
	text-decoration: none;
	color: black;
}

/* ----------------------- END OF MENU STYLE ----------------------------------- */


/* ----------------------- MAIN CONTAINER STYLE ----------------------------------- */

div.main {
	width: 1000px;
	min-height: 600px;
}

div.content {
	width: 785px;
	float: right;
	min-height: 600px;
	background-color: #e1edff;
}

div.round-tr {
	background-image: url('img/round-tr.png');
	float: right;
}

div.round-br {
	background-image: url('img/round-br.png');
	float: right;
}

div.content-text {
	min-height: 560px;
	width: 785px;
	float: left;
}

/* ----------------------- END OF MAIN CONTAINER STYLE ----------------------------------- */


/* ----------------------- FOOTER CONTAINER STYLE ----------------------------------- */

div.footer {
	text-align: center;
	font-size: 8pt;
	color: #808080;
	margin-top: 10px;
	padding-bottom: 20px;
	float: left;
	width: 100%
}

hr {
	width: 80%;
}

/* ----------------------- END OF FOOTER CONTAINER STYLE ----------------------------------- */