* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	height: 80%;
}

body {
	font-family: Verdana;
	font-size: 13px;
}

p {
	font-size: 13px;
	margin: 0px;
}

.container{
	background-color: #220606;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	overflow: auto;
}
h1.services {
	text-align: center;
	color: #ffffff;
	/* color: #888888; */
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 9px;
}
h2.details {
	text-align: left; color: #b6b6b6;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	padding-top: 18px;
	margin-bottom: 0px;
}
.main{
	background-color: #ffffff;
	padding-left: 19px;
	padding-right: 16px;

	padding-top: 12px;

	padding-bottom: 12px;
}
.logo{
	margin-bottom: 16px;
	text-align: center;
}
.contacts h2{
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
}
.contacts h3{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}
.contacts p{
	font-size: 13px;
}
.contacts a{
	color: #060622;
	text-decoration: none;
	border-bottom: 1px solid #ff0606;
}
.contacts a.simple{
	color: #060622;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.contacts a:hover{
	color: #ff0606;
	border-bottom: 1px solid #0000ff;
}


/* spec words */
#pastas {
	white-space: nowrap;
}
span.number, span.group {
	white-space: nowrap;
}
span.number span.group {
	margin-left: 4px;
}


