/* CSS Document */
 
@import url('pn_menu.css');
@import url('pn_path.css');
@import url('rx_ui_form.css');
@import url('rx_ui_list.css');



/*---[RULES: general ]----------------*/

*
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	
html, body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

html
	{
	height: 100%; 
	}

body
	{
	width: 100%;
	
	height: 100%; 
	position: relative;	
	text-align: center;
	background: #fff url(../img/top/top_bg.gif) repeat-x;
	}
	
body, td, th, input, select, textarea, p, li
	{
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #565656;
	}	
	
th,
td
	{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}

form
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

img
	{
	/*vertical-align: top;*/
	}

a img
	{
	border: 0px none;
	}

a,
a:visited,
a:hover
	{
	text-decoration: none;
	font-size: 11px;
	color: #565656;
	}

a:focus 
	{
	outline: none;
	}

input.button,
input.checkbox
	{
	cursor: pointer;
	color: #b0130c;
	}

input.text,
input.number,
input.currency,
input.date
	{
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
	border: 1px solid rgb(212, 208, 200);
	height: 15px;
	}

textarea
	{
	margin: 4px 4px 4px 4px;	
	overflow: auto;
	
	scrollbar-track-color:		rgb(255, 255, 255);
	scrollbar-face-color:		rgb(255, 255, 255);
	scrollbar-arrow-color:		rgb(228, 243, 245);
	
	scrollbar-3dlight-color:	rgb(255, 255, 255);
	scrollbar-highlight-color:	rgb(228, 243, 245);
	scrollbar-shadow-color:		rgb(228, 243, 245);
	scrollbar-darkshadow-color:	rgb(255, 255, 255);
	}

p
	{	
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

ol
	{
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}	

ol li
	{
	padding: 0px;
	}
	
ul
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 15px;
	list-style-position: inside;
	list-style: none;
	}

ul li,
ol ul li
	{
	background: url(../img/bul/brown.gif) left 5px no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

ol
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 15px;
	}

ol li
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}

h1
	{
	color: #5c3512;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	}

h2,
h3,
h4
	{
	font-size: 11px;
	margin: 10px 0px 5px 0px;
	color: #816332;
	font-weight: normal;
	}

h2
	{
	font-size: 12px;
	color: #323232;
	font-weight: bold;
	}
	
h3
	{
	font-weight: bold;
	}
		
h4
	{
	font-style: italic;
	}
	
	
img.img_left
	{
	clear: both;
	float: left;
	margin: 5px 10px 5px 0px;
	}
	
img.img_right
	{
	clear: both;
	float: right;
	margin: 5px 0px 5px 10px;
	}

/*---[/RULES]-------------------------*/	


div#Main
	{
	width: 100%;_width: auto;
	min-height: 100%;
	*height: 100%;
	position: relative;
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url(../img/bot/parquet.jpg) center bottom repeat-x;
	z-index: 10;
	}

@media not all and (-webkit-min-device-pixel-ratio:0)
{
div#Main
	{
	height: 100%;	
	}
}

	div#Main div#PnTop
		{
		padding: 0px 0px 0px 0px;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
		}	
		
	div#Main div#PnTop div.top
		{
		margin: 0px auto;
		border-bottom: none;
		width: 990px;
		padding: 0px 30px;
		text-align: left;
		}
		
		div#Main div#PnTop div.top a.logo,
		div#Main div#PnTop div.top a.logo:hover,
		div#Main div#PnTop div.top a.logo:visited
			{
			text-decoration: none;
			}
		
		div#Main div#PnTop div.top div.phone
			{
			float: right; _display: inline;
			margin: -40px 340px 0px 0px;
			color: #2b2d0f;
			font-size: 18px;
			}
			
		div#Main div#PnTop div.top a.logo img
			{
			}

	div#Main div#PnMain
		{
		height: 100%;
		width: 990px;
		padding: 162px 22px 75px 30px;
		margin: 0px auto;
		text-align: left;
		display: table; _display: inline;
		background: url(../img/top/tree.gif) top right no-repeat;
		}
						
		div#Main div#PnMain div#LtMain
			{
			float: left;
			width: 406px;
			height: 100%;	
			padding: 22px 0px 55px 0px;
			margin: 0px -406px 0px 0px;
			*margin: 0px;
			position: relative;
			}
			
div#Main div#PnMain div#LtMain div.slogan
	{
	text-align: right;
	font-size: 12px;
	margin: 0px 5px 10px 0px;
	color: #313131;
	}

div#Main div#PnMain div#LtMain img.fence
	{
	margin-left: 2px;
	}


		div#Main div#PnMain div#LtMain div.frame
			{
			width: 100%;
			background: url(../img/frames/list_top.png) left top no-repeat;
			padding: 2px 0px 0px 0px;
			}

		div#Main div#PnMain div#LtMain div.nobg
			{
			background: none;
			filter: none;
			}
			
			div#Main div#PnMain div#LtMain div.frame div.shadow
				{
				position: static;
				/*overflow: hidden;*/
				width: 100%;
				padding: 1px 5px 0px 5px;
				background: url(../img/frames/list_bg.png) left bottom repeat-y;
				}
			
			div#Main div#PnMain div#LtMain div.frame div.back
				{
				padding: 4px 5px 5px 2px;
				background: #ffffff;
				}
			
			div#Main div#PnMain div#LtMain div.frame div.partition
				{
				position: static;
				overflow: hidden;
				width: 100%;
				height: 200px;
				background: url(../img/frames/list_top.png) left top no-repeat;
				padding: 2px 0px 0px 0px;
				}
				
				div#Main div#PnMain div#LtMain div.frame div.partition div.part
					{
					width: 203px;
					padding: 1px 5px 0px 5px;
					float: left;
					overflow: hidden;
					background: url(../img/frames/list_bg_short.png) left bottom repeat-y;
					}
				
				div#Main div#PnMain div#LtMain div.frame div.tmb
					{
					width: 389px;
					height: 188px;
					position: relative;
					overflow: hidden;
					}
				
				div#Main div#PnMain div#LtMain div.frame div.partition div.tmb
					{
					width: 186px;
					}
				
				div#Main div#PnMain div#LtMain div.frame div.shadow div.back div.last
					{
					height: 152px;
					}
			
			div#Main div#PnMain div#LtMain div.frame div.shadow_bot
				{
				clear: both;
				overflow: hidden;
				background-image: url(../img/frames/list_bot.png);
				background-position: left top;
				width: 100%;
				height: 4px;
				}
				
				div#Main div#PnMain div#LtMain div.frame img
					{
					vertical-align: top;
					}
				
				div#Main div#PnMain div#LtMain div.frame div.name_green,
				div#Main div#PnMain div#LtMain div.frame div.name_blue
					{
					position: relative;
					width: 100%;
					height: 26px;
					margin-top: -26px;
					}

				div#Main div#PnMain div#LtMain div.frame div.name_green
					{
					background: rgb(94, 112, 4);/*#8ba50b rgb(101, 120, 6)*/
					opacity: 0.9; _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);

					/*background: #8ba50b;
					opacity: 0.8; _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
					}

				div#Main div#PnMain div#LtMain div.frame div.name_blue
					{
					background: #005285;
					opacity: 0.8; _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
					}

				div#Main div#PnMain div#LtMain div.frame div.name_block
					{
					width: 100%;
					height: 26px;
					position: relative;
					padding: 7px 0px 7px 7px;
					margin-top: -26px;
					overflow: hidden;
					background: none;
					}
					
					div#Main div#PnMain div#LtMain div.frame div.name_block a
						{
						font-size: 12px;
						color: white;
						font-weight: bold;
						text-transform: uppercase;
						}
					
					div#Main div#PnMain div#LtMain div.frame div.name_block a:hover
						{
						text-decoration: underline;
						}
				
		div#Main div#PnMain div#LtMain div.frame_ivory
			{
			width: 100%;
			background: url(../img/frames/list_top_ivory.png) left top no-repeat;
			padding: 3px 0px 0px 0px;
			}
			
			div#Main div#PnMain div#LtMain div.frame_ivory div.shadow
				{
				position: static;
				width: 100%;
				padding: 5px 10px 20px 6px;
				background: url(../img/frames/list_bg_ivory.png) left bottom repeat-y;
				}
			
			div#Main div#PnMain div#LtMain div.frame_ivory div.shadow_bot
				{
				/*overflow: hidden;*/
				background-image: url(../img/frames/list_bot_ivory.png);
				width: 100%;
				height: 5px;
				}
				
			div#Main div#PnMain div#LtMain div.frame_ivory div.shadow h1
				{
				color: #565656;
				padding-left: 12px;
				}
				
				div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit
					{
					padding: 0px 5px 0px 27px;
					margin-bottom: 15px;
					}
				
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit a.green,
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit a.blue
						{
						padding: 0px 0px 0px 10px;
						background-position: 0px 3px;
						background-image: url(../img/bul/green.gif);
						background-repeat: no-repeat;
						color: #8ba50b;
						cursor: pointer;
						}
						
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit a.green:hover,
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit a.blue:hover
						{
						text-decoration: underline;
						}
						
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit a.blue
						{
						background-image: url(../img/bul/blue.gif);
						color: #2478ac;
						}
						
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit div.announce
						{
						padding: 0px 0px 0px 10px;
						}
						
					div#Main div#PnMain div#LtMain div.frame_ivory div.shadow div.articles div.unit div.announce a:hover
						{
						color: #797979;
						}
						
			div#Main div#PnMain div#LtMain div.frog
				{
				position: absolute;
				bottom: -21px;
				right: -17px;
				height: 104px;
				width: 153px;
				background: url(../img/frog.png);
				}
			
		div#Main div#PnMain div#RtMain
			{
			float: left;
			width: 532px;
			height: 100%;
			padding: 4px 0px 5px 0px;
			*padding: 4px 0px 5px 0px;
			_display: inline;
			position: relative;
			margin: 0px -938px 0px 406px;
			*margin: 0px;
			}
			
@media all and (min-width: 0)
{
div#Main div#PnMain div#RtMain	
	{
	padding-bottom: 5px;
	}
}
			
		div#Main div#PnMain div#RtMain div.rt_top
			{
			background: url(../img/frames/rt_top.png) left top no-repeat;
			position: absolute;
			overflow: hidden;
			top: 0px;
			left: 0px;
			width: 531px;
			height: 4px;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bot
			{
			background: url(../img/frames/rt_bot.png) left no-repeat;
			position: absolute;
			overflow: hidden;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 10px;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg
			{
			width: 100%;
			height: 100%;
			background: url(../img/frames/rt_bg.png) repeat-y;
			padding: 4px 14px 0px 10px;
			position: static;
			}
			
@media all and (min-width: 0)
{
div#Main div#PnMain div#RtMain div.rt_bg
	{
	height: 100%;	
	}
}

		div#Main div#PnMain div#RtMain div.rt_bg div#PnCn
			{
			padding: 0px;
			position: relative;
			}

		div#Main div#PnMain div#RtMain div.articles h1
			{
			margin-top: 0px;
			}
			
		div#Main div#PnMain div#RtMain div.articles h1 a,
		div#Main div#PnMain div#RtMain div.articles h1 a:hover
			{
			margin-top: 0px;
			font-size: 18px;
			font-weight: normal;
			color: #5C3512;
			}
			
		div#Main div#PnMain div#RtMain div.articles a,
		div#Main div#PnMain div#RtMain div.articles a:hover
			{
			text-decoration: none;
			font-size: 11px;
			}
			
		div#Main div#PnMain div#RtMain div.articles a:hover
			{
			color: #797979;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.lead img
			{
			border: 3px solid white;
			margin: 0px 15px 10px 10px;
			float: left;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.text img
			{
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.articles
			{
			padding: 10px 25px 0px 25px;
			position: relative;
			background-color: #fefbe5;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.articles div.lead img
			{
			border: 3px solid white;
			margin: 0px 15px 10px 10px;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.articles div.text
			{
			padding-left: 13px;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.articles div.text a
			{
			color: #de5c16;
			}
			
		div#Main div#PnMain div#RtMain div.rt_bg div.articles div.text a:hover
			{
			text-decoration: underline;
			}
			
			
div#Main div#PnBot
		{
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 75px;
		width: 100%;
		padding: 8px 0px;
		color: #52360f;
		text-align: center;
		z-index: 10;
		font-size: 11px;
		}
		
	div#Main div#PnBot div.bot_cn
		{
		width: 970px;
		margin: 0px auto;
		text-align: right;
		padding: 2px 30px 0px 0px;
		position: relative;
		margin-top: 17px;
		}
			
	div#Main div#PnBot a
		{
		color: #52360f;
		text-decoration: underline;
		}
			
	div#Main div#PnBot a:hover
		{
		text-decoration: none;
		}
		
		div#Main div#PnBot div.bot_cn div.copy_vual
			{
			position: absolute;
			right: 20px;
			top: 0px;
			height: 45px;
			width: 400px;
			background: #ffffff;
			opacity: 0.60;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
			z-index: -1;
			}
			


/*---[RULES: Panel Counters ]---------*/

div#PnCounters
	{
	position: absolute;
	left: -1000px;
	top: -1000px;
	}

/*---[/RULES]-------------------------*/
