@import url('reset.css?v1.0');
@import url('base.css?v1.0');
@import url('screen.css?v1.0');

/* general layout styles */

body{
	color: #000;
	font-size: 0.8em;
}


#header_wrapper{
	display: none;	
}

#message_wrapper_wide{
	background-color: none;
}

	#message_wrapper{
		margin: 0px auto;
		width: 740px;
		border-left: 0px solid #f8fcfb;
		background: none;	
	}
	
		#message{
			color: #f83500;
			font-weight: bold;
			padding: 7px 10px 7px 43px;
			background:none;
			line-height: 150%;	
		}
		

#print_logo{
	display: block;
	padding: 10px 10px;
	width: 720px;
	margin: 0px auto 30px auto;}
	
#body_wrapper{
	background: none;	
	margin-top: 15px;
}

	#body{
		width: 740px;
		background: none;
		margin: 0px auto;
		border: 1px solid #ccc;
		padding-right: 10px;
	}
	
		#body_right{
			padding-top: 10px;
		}
		
		#content{
			
		}

		#breadcrumbs{
			display: none;
		}

		#body_left{
			display: none;
		}
		
			
		#body_right{
			width: 740px;
		}
			
			#title{
				color: #0078b8;
				font-weight: bold;
				padding-bottom: 12px;
				border-bottom: 1px solid #ccc;
				margin-left: 10px;
			}
			
				
				#title:after {
					content: ".";
					display: block;
					clear: both;
					visibility: hidden;
					line-height: 0;
					height: 0;
				}
				
				#title {
					#display: inline-block;
				}
				
				html[xmlns] #title{
					display: block;
				}
				
				* html #title {
					height: 1%;
				}

			
			
				#title h1{
					font-size: 1.4em;
					width: 485px;
					margin-left: -10px;
					_display: inline;
				}
				
				.print_send{
					display: none;
				}
				
				.images{
					background-color: #fff;
				}
				
				.page_links_bottom, #banners_partners, .pager_top, .pager_bottom{
					display: none;
				}
				
				.right_border{
				}
				
				.double_column, #page_text .double_column{
					
				}
				
				#title h1 .placeholder {
					margin:0 5px 0 0;
				}
				
			#footer{
				display: none;
			}
			
#sitemap_wrapper{
	display: none;
}


/* styles for ie6 print */

	
	img, .company_list_left, imgContainer{
		_display: none;
	}
	
	#print_logo img{
		_display: block;
	}
	
	#body, #body_right{
		_width: 650px!important;
	}

	.double_column, #page_text .double_column{
		_width: 350px;	
			}
			
	#print_logo{
		_width: 650px;
	}
	
	.full_column{
		_width: 630px!important;
	
	}


/* end styles for ie6 print */