/* CSS Document */

body
	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
	}
	
	
	/* Header */
	.header
		{
			margin: 19px 0 20px 0;
			vertical-align: middle;
			height: 100px;
		}
	.header div
		{
			display: inline;
		}
	.header .logo
		{
			display: block;
			float: left;
			width: 281px;
			height: 71px;
			background: url(../../assets/images/page/ring_john_logo.png) no-repeat center;
		}
	.header .internet_specialists
		{
			width: 185px;
			height: 32px;
			display: block;
			float: right;
			position: relative;
			top: 19px;
			border-left: 1px solid #999999;
			border-right: 1px solid #999999;
		}
	.header .telephone
		{
			display: block;
			clear: both;
			color: #06297F;
			font-size: 26px;
			font-weight: bold;
			text-align: right;
		}
	
	.navigation
		{
			display: none;
		}
	.navigation a
		{
			font-size: 16px;
			padding-right: 20px;
		}
	
	.breadcrumb .active-child
		{
			color: #000000;
			text-decoration: none;
		}
	.breacrumb
		{
			display: block;
			clear: both;
		}
	
	.footer .links
		{
			display: none;
		}
	.footer .we_offer
		{
			display: block;
			clear: both;
		}
	
	
	#content
		{
			line-height: 125%;
		}
	h1 {font-size: 18px;}
	h2 {font-size: 16px;}
	h3 {font-size: 14px;}
	h4 {font-size: 12px;}
	h5 {font-size: 11px;}
	
	a {color: #000099;}
	
	.no-print,
	.c_230
		{
			display: none;
		}
	

