/* Студия Дмитрия Годунова http://godunovstudio.ru

	------
	html.css v.1 CSS
	www.rosremont.ru
	------
*/

/* html style */
h1,h2,h3,h4,h5,h6,
#wedo DT, #wedo DT.secwork {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #462F17;
	background-color: transparent;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.5em;
	margin: 1.2em 0 1.2em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	margin: 1.2em 0 1.2em 0;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}
h5 {
	font-size: .8em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}
h6 {
	font-size: .6em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}
ol, ul {
	display: block;
	padding-left: 40px;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1em 0;
}
li {
  display: list-item;
}
/* nested lists have no top/bottom margins */
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
P {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0.8em 0;
	display: block;
}
DL {
  margin: 1em 0;
}
DD {
	line-height: 1.8em;
	margin: 0.6em 0;
	display: block;
	margin-left: 40px;
}
IMG {
	border: none;
}
ABBR, ACRONYM {border-bottom: 1px dotted #462F17;}

A, A:hover {color: #00E;} A:visited {color: #551A8B;} A:active {color: red;}

FORM {
	display: block;
	margin: 0 0;
	padding: 0 0;
}
FIELDSET {
	border: 1px solid #CCC;
	padding: 1em;
	margin: 0;
}
LEGEND {
	color: #462F17;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: .6em .4em;
}
q {
	font-style: italic;
}
q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}
hr {
	display: block;
	margin: 0 auto 0 auto;
	border-top: 1px solid #CCC;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
}
/* end html style */