/*
 * armata.ru 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{
	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 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; /* (ie.css) - 100% */
	color: #333;
	background: #fff url('../img/bg.gif');
	}
a{ text-decoration: none; }
a:link		{ color: #37548e; border-bottom: 1px solid; }
a:visited	{ color: #639; border-bottom: 1px solid; }
a:hover		{ color: #37548e; border-bottom: 1px dotted; } 
a:active	{ color: #37548e; background: #f3f5f8; }

#content h1{
	margin-bottom: .7em;
	font: normal 1.75em/1 Georgia, "Times New Roman", Times, serif;
	}
#content h2{
	margin-bottom: .25em;
	font: normal 2.125em Georgia, "Times New Roman", Times, serif;
	}
#content h3{
	margin: 0 0 1.4em 0;
	font: normal 1.125em Georgia, "Times New Roman", Times, serif;
	color: #676767;
	}
#content h4{
	margin: 1.5em 0 .5em 0;
	font-size: .875em;
	}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 1.5em; /* (13px) ~ 20px */
	font-size: .8125em; /* (16px) = 13px */
	}
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol{
	margin-top: .5em;
	}
#content ul li{
	margin-bottom: .5em;
	padding-left: 22px;
	list-style: none;
	background: url('../img/list_item.gif') no-repeat 0 .8em;
	}
#content ol{
	padding-left: 22px;
	}
#content ol li{
	margin-bottom: .5em;
	}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul,
#content ul p,
#content ol p,
#content dl ul,
#content dl ol,
#content dl p,
#content table p,
#content table ul,
#content table ol{
	font-size: 1em;
	}
#content img{
	margin-left: -20px;
	border: 1px solid #d5d5d5;
	}
#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; }

#content blockquote{
	padding-left: 30%;
	font-style: italic;
	color: #999;
	}