	* {
		color: #808285;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	html, body {

		height: auto;

	}

.no-print {
display:none;
}
	.container {
margin:0;
		min-height: auto;
	}

	a:link:after, a:visited:after {
   content: none;
 
}	

	#header {

display:none;

	}

	

	#logo {

		display:none;
	}

	

	#header-menus {

		display:none;

	}

	

	.header-top-block {

		
	}



	#navbar {

		display:none;

	}


	#banners {
		display:none;
}



	#middle-menu {

		display:none;

	}



	#left-sidebar {

		display:none;

	}

	

	#sidebar-menu {

		display:none;
			

	}

	

	#main {
width:100%;
margin:0 10px 10px;
	}

	

	.post {

		float:left;

		margin-bottom:10px;

	}

	

	

	#pusher,#counter {
		display:none;
	}

	#footer {
		clear: both;
	}

	

	
	

	.to-left {

		float: left;

		margin-right:10px;

	}

	

	.to-right {

		float: rigth;

		margin-left:10px;

	}

	

	.align-left {

		text-align: left;

	}

	.align-right {

		text-align: right;

	}

	.align-justify {

		text-align: justify;

	}

	.align-center {

		text-align: center;

	}

	table {

		border-left:1px solid #ccc;

		border-right: 1px solid #ccc;

		border-collapse: collapse !important;

	}

	table th {

		border-left:1px solid #ccc;

		border-right: 1px solid #ccc;

	}

	table th, table td {

		border-collapse: collapse;

	}

	table tr th, table tr td {

		background-color: #fafafa;

		border-bottom:1px solid #ccc;

	}

	

	table tr.odd th, table tr.odd td {

		background-color: #f5f5f5;

	}

	table thead th, table thead td {

		background-color: #eee;

		border-bottom:medium double #ccc;

		border-top:1px solid #ccc !important;

	}

	

	table.centred td, table.centred th {

		text-align: center !important;

	}

	table.centred td {

		background-color: #fff !important;

		border-left:1px solid #ccc !important;

		border-right:1px solid #ccc !important;

	}

	

	dl.qa dt {

		font-weight: bolder;

		color: #009bdf;

		margin-left:0;

		padding: 2px 0 2px 20px;

		background-image: url(images/q.png);

		background-repeat: no-repeat;

		background-position: left top; 

	}

	

	dl.qa dd {

		margin-left:0;

		padding:2px 0 10px 20px;

		background-image: url(images/a.png);

		background-repeat: no-repeat;

		background-position: left top; 

		

	}

	

	.gray {

		color: #808285 !important;

	}

	

	.blue {

		color: #009bdf !important;

	}

	

	.hr {

		height: 0;

		margin-top: 4px;

		border-bottom: 1px dotted #808285;

		margin-bottom: 5px;

	}

	

	.hr-blue {

		height: 0;

		margin-top: 4px;

		border-bottom: 1px dotted #009bdf;

		margin-bottom: 5px;

	}

	

	img.size-thumbnail {

		margin-left:10px;

	}

	

	.gallery-item {

		margin: 10px 10px 10px 0;

		width:154px !important;

	}
