@charset "UTF-8";
/* CSS Document */

@import 'clearfix.css';
@import 'fonts/fonts.css';

body {
		margin: 0px;
		padding-top: 10%;
		background-color: #eee;
}
h1,h2,h3,p {
	text-shadow: 0px 1px 1px #fff;
}
h1 {
	font-family: 'bikoregular';
	font-weight:normal;
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin: 2px 0px;
	padding-bottom: 3px;
}
h2 {
	font-family: 'bikoregular';
	font-weight:normal;
	font-size: 2em;
	text-transform:lowercase;
	margin-top: 0px;
}
h3 {
	font-family: 'bikobold';
	font-weight:normal;
	font-size: 2em;
	text-transform: capitalize;
	margin: 0px 0px 2px 0px;
}
p {
	font-family: 'arial';
	font-weight:normal;
	font-size: 1.8em;
	text-transform:lowercase;
	margin: 0px;
}
#wrapper {
	width: 70%;
	margin: 0px auto;
	text-align: center;
}
#main_logo {
	width: 90%;
	margin-bottom: 3em;
}
#contact_box {
	text-align: left;
	margin-top: 4em;
	background-color: #;
	padding-left: 10em;
}
.contacts {
	width: 30%;
	padding-top: 10px;
	border-top: 1px solid #999;
	margin-bottom: 10px;
	white-space:nowrap;
}
.contacts:first-child {
	border: none;
	padding-top: 0px;
}
a:link,
a:visited {
	color:#666;
	text-decoration: none;
	transition: color .5s;
}
a:hover,
a:active {
	color:#000;
	text-decoration: none;
}