/**
* базовый файл проекта
*
* @project Trumph2
* @author Targa targa@ua.fm
* @cssdoc version 1.0pre
**/

/**
цвет букв в h1 - 129, 27, 0
цвет фона body - 255, 249, 240 (старая версия)
цвет промо-ссылок - 106, 69, 49
градиент в хэдере под главным меню - 253, 208, 134 - 255, 255, 255
фон главного меню - 71, 34, 15
буквы в главном меню - 167, 126, 82 (старая версия)
буквы в главном меню - ховер - 255, 155, 50 (старая версия)
светлые буквы в футере - 255, 182, 121  (старая версия)
тёмные буквы в футере - 219, 159, 95  (старая версия)
буквы триумф-дансэ - 119, 56, 13  (старая версия)

**/

body
{


	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
  	font-size: 10pt;

	margin: 0px;
	padding: 0px;

	color: black;
	background-color: white;
/*
	background-image: linear-gradient(top, rgb(255, 249, 240), white);
	background-image: -moz-linear-gradient(top, rgb(255, 249, 240), white);
	background-image: -ms-linear-gradient(top, rgb(255, 249, 240), white);
	background-image: -o-linear-gradient(top, rgb(255, 249, 240), white);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 249, 240)), to(white));

    background-repeat: repeat-x;
    background-size:  130px;

    -moz-background-size:  130px;
    -ms-background-size:  130px;
    -o-background-size:  130px;
    -webkit-background-size:  130px;
*/
}

p
{
	margin: 10px 0px;
	vertical-align: top;
	text-align: justify;
	line-height: 120%;
}

h1
{
	clear: both;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 0.3em;

	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
    color: rgb(129, 27, 0);

    padding: 10px 0px 30px 4%;
    margin: 0px;
    width: 96%;
}

h2, h3, h4, h5, h6
{
    color: rgb(129, 27, 0);
}

a
{
    color: rgb(129, 27, 0);
}

a:hover
{
	text-decoration: underline;
}

a.img, a.img:hover
{
	border: none;
	text-decoration: none;
}

div { padding: 0px; margin: 0px; }

div.clear
{
	width: 100%;
	height: 0px;
	clear: both;
	overflow: hidden;
}

img { border: none; }
img.imga  { cursor: pointer; }				/*	имитация ссылки	*/

table
{
	border: 0px; 							/* border="0" */
	border-collapse: collapse; 		/* cellspacing="0" */
	width: 100%;
	height: auto;
	margin: 0px;
}

td
{
	padding: 0px 2px; /* cellspadding="0" */
	vertical-align: top;
	text-align: left;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

th
{
	padding: 1px 2px; /* cellspadding="0" */
	vertical-align: top;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

input, select, textarea
{
	font-size: 11pt;
}

input
{
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	letter-spacing: 1px;
}

option
{
	background-color: transparent;
}

label
{
	margin: 0px;
	cursor: pointer;
}

input.chk, input.opb
{ 
	background-color: transparent;
}

form
{
	margin: 0px;
	padding: 0px;
}


fieldset
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin: 20px;
}

fieldset legend
{
	padding: 0px 20px;
	font-weight: bold;
}


img.usl
{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.usr
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.geo
{
	display: none;
}

.hmedia h1.fn
{
	display: none;
}

p.home
{
	display: none;
}

/**
*   HTML5
**/
/*
article, aside, nav, menu, section, header, footer
{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    text-align: left;
    float: none;
    clear: both;
}

*/