/* ======== */
/* Default */

*, a, a:hover {
	color: #000;
	outline: 0;
}



/* ======= */
/* Layout */

#page,
#footer,
.right-column {
	width: 600px;
}

#footer,
#footer * {
	color: #999;
}
#contacts {
	width: 230px;
	padding: 0;
}
#phones {
	width: 160px;
}
#support {
	width: 175px;
}


/* Hidden blocks */
#top,
#menu,
#main-middle,
.left-column
{
	display: none;
}



/* ======== */
/* Content */

/* Lists */
.body ul {
	overflow: hidden;
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 0 0 1em;
}
.body ul li {
	margin-bottom: 10px;
}
.body ol {
	padding: 0;
	margin: 0 0 1em 25px;
}
.body ol li {
	margin-bottom: 10px;
}
.body li ul,
.body li ol {
	margin-top: 7px;
}
.body li ul {
	list-style-type: circle;
}

