* CSS Document */


html {
  	height							:100%; 
}

body {
	margin						:0px 0px 0px 0px;
	color							:#000;
	background				:#fff;
	font-family					:arial;
	font-size						:12px; 	
}

table td {
	padding						:0px; 
	font-size						:12px; 	
}
h1 {
	font-weight					:bold;
	font-size						:14px;
	line-height						:40px;
	color							:#0096d5;
}
/* Слои ============================================================================== */
#flash {
	position						:absolute;
	width							:1000px;
	height							:280px;
	z-index						:1;
}

#lb {
	position						:absolute;
	width							:150px;
	height							:50px;
	z-index						:2;
	top								:210px;
	left								:70px;
}

/* Таблица ============================================================================ */
#main {
  	width							:100%;
	padding						:0px;
	border-collapse		:collapse;
	border-spacing		:0px;
	margin						:0px;
}

#main-top {
  	width							:100%;
	height							:280px;	
	background				:url(../images/top.jpg) no-repeat;		
}

#center {
  	width							:100%;
	padding						:0px;
	border-collapse		:collapse;
	border-spacing		:0px;
	margin						:0px;
	background				:url(../images/plp.gif) no-repeat;		
}

#center-sep1{
  	width							:20px;
}

#center-left {
  	width							:245px;
	vertical-align				:top;
}

#center-sep2{
  	width							:40px;
}

#center-main {
	vertical-align				:top;
}

#center-sep4{
  	width							:10px;
}

#main-footer {
	height							:50px;	
	background				:url(../images/footer.gif);		
}

/* ==================================================================================== */
/* Фо?мати?ование таблицы модулей */

table.moduletable {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable td{
  	text-align: top;
}

/* ==================================================================================== */
/*Стиль для ссылки "Read More".*/

a.readon:link {	font-family: arial;
	color:#105ab6;
	font-size: 12px;
	font-style: italic
} 

a.readon:hover {font-family: arial;
	color:#fe6500;
	font-size: 12px;
	font-style: italic
}

a.readon:visited {font-family: arial;
	color:#105ab6;
	font-size: 12px;
	font-style: italic
}

/* ==================================================================================== */

table.blog{
	width							:100%;
}

.pathway {
	font-family						:arial;
	font-size							:12px;
}

table.contentpaneopen {
  	width								:100%;
	padding							:0px;
	border-collapse			:collapse;
	border-spacing			:0px;
	margin							:0px;
	font-family						:arial;
	font-size							:12px;	
}

table.moduletable {
	width							:100%;
	margin-bottom				:0px;
	padding						:0px;
	border-spacing				:0px;
	border-collapse				:collapse;	
}

.componentheading {
	font-weight					:bold;
	font-size						:14px;
	line-height						:40px;
	color							:#0096d5;
}

.contentheading {
	font-weight					:bold;
	font-size						:14px;
	line-height						:40px;
	color							:#0096d5;
}

/* ===================================================================================================== */

.mainlevel {
  	width							:240px;
	border							:0px;
	display							:block;
	font-weight					:bold;	
	text-align						:left;
	padding-left					:20px;
	line-height						:25px; 
	text-decoration				:none;
	background					:url(../images/plm.gif) no-repeat;	
}

a.mainlevel:link, a.mainlevel:visited {
	color							:#000;
	text-decoration			:none;
}

a.mainlevel:hover {
	text-decoration			:underline;
}

a.mainlevel#active_menu {
	background				:url(../images/plm_a.gif) no-repeat;
}

a.mainlevel#active_menu:hover {
}

/* ================================================================================================= */

.sublevel {
  	width							:240px;
	border						:0px;
	display						:block;
	color							:#000;
	padding-left				:25px;
	line-height					:25px;
	text-decoration			:none;
	background				:url(../images/plm.gif) no-repeat;		
}

a.sublevel:link, a.sublevel:visited {
	color							:#000;
	text-decoration			:none;
}

a.sublevel:hover {
	text-decoration			:underline;
}

a.sublevel#active_menu {
	background				:url(../images/plm_a.gif) no-repeat;
}

a.sublevel#active_menu:hover {
}
