/* CSS Document */
table.outer_table{
	border-collapse: collapse;
	height:100%;
	min-height:100%;
	width:100%;
	background:#ffffff;
	}

	table.outer_table td{
		margin: 0;
		padding: 0;
		vertical-align: top;
		height:100%;
		min-height:100%;
		}
		
table.outer_table, table.inner_table{
	border-collapse: collapse;
	}

	table.outer_table td, table.inner_table td{
		margin: 0;
		padding: 0;
		vertical-align: top;
		}
	
	
td.col_left{
	width:50%;
	color:inherit;
	border-right: 1px solid #00354a;
	background-color: #00354a;
	}

td.col_right{
	width:50%;
	color:inherit;
	border-left: 1px solid #00354a;
	background-color: #00354a;
	}

td.col_center{
	width:1000px;
	}
	
	table.inner_table {
		width:1000px;
		}
		
		table.inner_table td img.phone{
			border-width:0;
			padding:25px 0 0 0px;
			float:right;
			display:block;
			}
		
/** Menu **/
		table.inner_table td.menu{
			padding:40px 25px 0 25px;
			width:170px;
			}
			
			table.inner_table td.menu ul.menu {						
						padding:0px; margin:0px;
						line-height:25px;
						font-size:12px;
						}
						
						table.inner_table td.menu ul.menu li{		
							padding-left: 15px;					
							background:url(../images/list_item.gif) no-repeat 0px 9px;														
							list-style-type: none;
							list-style-position: outside;
							font-weight: bold;
							}
							
							
							
							table.inner_table td.menu ul.menu li a {
								color:#0462b1;
								text-decoration:underline; 
								background-color:inherit;								
								} 
								
							table.inner_table td.menu ul.menu li a:hover {
								color:#0462b1; 
								text-decoration:none; 
								background-color:inherit;
								}
								
							table.inner_table td.menu ul.menu li.catalog
							{		
								padding-left: 0;
								margin: 0 0 10px 25px;
								background: none;
								list-style-type: disc;
								list-style-position: outside;
								color:#008db7;
                                                                font-size: 10px;
                                                                text-transform: uppercase;
                                                                line-height: 14px;
                                                                
							}
							
							table.inner_table td.menu ul.menu li.catalog a
							{		
								color:#008db7; 
								text-decoration: none; 
								background-color:inherit;
							}
							
							table.inner_table td.menu ul.menu li.catalog a:hover {
								color:#0462b1; 
								
								text-decoration:none; 
								background-color:inherit;
								}
								
						table.inner_table td.menu ul.menu li#sel{
							padding:0 0 0px 15px;
							background:url(../images/list_item_sel.gif) no-repeat 0px 9px;							
							color:#000000;
							background-color:inherit;
							list-style-type:none;
							list-style-position: outside;
							}
							
							table.inner_table td.menu ul.menu li#sel a {
								color:#000000;
								text-decoration:none; 
								background-color:inherit;
								} 
								
							table.inner_table td.menu ul.menu li#sel a:hover {
								color:#000000; 
								text-decoration: underline; 
								background-color:inherit;
								}
								
/** Content **/
		table.inner_table td.content{
			padding:20px 25px 50px 0px;
			/*font-size: 14px;*/
font-size: small;
			line-height: 18px;
			width: 760px;
font-family: Verdana;			
			}
			
			table.inner_table td.content #path {text-align: right;}
				table.inner_table td.content #path a {
					color: #008db7;
					text-decoration: underline;
					background: url(../images/list_item.gif) no-repeat 100% 4px;
					padding-right: 10px;
					margin-right: 3px;
					}
				table.inner_table td.content #path a:hover {
					color: #008db7;
					text-decoration: none;
					background: url(../images/list_item.gif) no-repeat right;
					}
				
				table.inner_table td.content table{
					border-collapse: collapse;
					width:100%;
					}
				
					table.inner_table td.content table td{
						margin:0;
						padding:0px 0 0 0;
						vertical-align: top;
						}
						
			table.inner_table td.content div.page_heading{
				margin:0 0 15px 0;
				}
			
			table.inner_table td.content div.page_heading span{
				color:#ffffff;
				background-color:#054ba2;
				padding:2px 4px 2px 4px;				
				font-weight:bold;
				font-size:12px;				
				} 
			
		table.inner_table tr.footer td {
			padding:10px 0px 5px 230px;
			font-size:11px;
			background: url(../images/footer.gif) #045a72 repeat-x top;
			color: #ffffff;
			height: 40px;
			}			
			
			table.inner_table tr.footer td a {color: #ffffff; text-decoration: underline;}
			table.inner_table tr.footer td a:hover {color: #ffffff; text-decoration: underline;}
			
			table.inner_table tr.footer td img {border-width: 0px;}
			
			.copyright{
				padding:0 15px 4px 0;
				float: left;
				}
			
			.stat {
				margin-top: 5px;
				text-align: left;
			}

				.stat img {border: 0px; padding-right: 5px;}
