@import "reset.css";
@import "page.css";
@import "footer.css";
@import "b-head.css";
@import "schedule.css";
@import "catalogue.css";
@import "b-column-center.css";
@import "b-order.css";
@import "contacts.css";
body {
	width:100%;
	min-height: 100%;
  	height: auto !important;
  	height: 100%;
  	position: relative;
	margin:0;
	padding:0;
	font-size:75%;
	font-family:Arial;
	color:#000000;
	
	}
html {
  	margin: 0;
  	padding: 0;
  	width: 100%;
	height: 100%;
	}
.clr{clear:both;font-size:0px;line-height:0px;display:block;overflow:hidden;}
a {
	color:#0096ff;
	}
a:hover {
	text-decoration:none;
	}
/*h1 {	
	font-size:1.92em;
	color:#009bf3;
	font-weight:normal;
	}
h2 {	
	font-size:1.25em;
	color:#009bf3;
	font-weight:normal;
	}*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.red {
	color:#e1443e;
	}
.blue {
	color:#5498ff;
	}
.bold {
	font-weight:bold;
}