/*
 * tampo base styles
 * Author: Zolotov Nikita (nikita at infolio.ru)
 *
 * Include reset and content styles
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .head{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
input, textarea, select{
	font: 100% arial, sans-serif;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
blockquote, q{
	quotes: none;
	}
body{
	font: 16px/1.4 arial, sans-serif; /* (ie.css) - 100% */
	color: #333;
	}
a:link		{ color: #4d6a90; }
a:visited	{ color: #814d90; }
a:hover		{ color: #29b4ea; }
a:active	{ color: #29b4ea; background: #eaeff5; }

#content h1, #content .head{
	margin-bottom: .8em;
	font-size: 1.25em; /* (16px) = 20px */
	font-weight: normal;
	color: #3a5b86;
	}
#content h2, #content .h2{
	margin: 1.5em 0 .5em 0;
	}
#content h3, #content .h3{
	margin: 1em 0 .25em 0;
	font-size: .875em; /* (16px) = 14px */
	}
#content h4, #content .h4 {
	margin: .5em 0 0 0;
	font-size: .75em; /* (16px) = 14px */
	}
#content p,
#content li,
#content dl,
#content table{
	margin-bottom: 1.5em; /* (12px) = 18px */
	font-size: .75em; /* (16px) = 12px */
	}
#content ol{
	padding-left: 30px;
	}
#content li,
#content dd{
	margin-bottom: .5em;
	}
#content ul li{
	padding-left: 20px;
	list-style: none;
	background: url('../img/bullets/simple.gif') no-repeat 0 .5em;
	}
#content ul ul li,
#content ol ol li,
#content ul ol li,
#content ol ul li,
#content dl ul li,
#content dl ol li,
#content dl p,
#content table p,
#content table ul li,
#content table ol li{
	font-size: 1em;
	}
#content th,
#content td{
	padding: .5em;
	border-bottom: 1px solid #ccc;
	}
#content th{
	padding-top: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	}
#content caption{ margin-bottom: .5em; }

.bl h1, h1.bl, .seo-text h1 {
	color: black !important;
	font-size: 20px !important;
	padding: 10px 0;
}