body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 14px; 
	text-align: center;
	background-color: #1d1d1d;
	padding: 0;
	color: #dedede;
}
img { border: 0; }

a { color: #dedede; }
a:hover {color: #8D8E90;}

#header 
{
	height: 40px;
	width: 50%;
	cursor: pointer;
}

#header a,
#header span
{
    display: block;
	float: left;
	text-decoration: none;
}

.logo_name
{
    font-family: Helvetica;
    font-size: 33px;
}

.logo_sub
{
    display: block;
	cursor: pointer;
}

.logo_contact
{
    text-align: right;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

#buttons
{
    border: solid 1px #696969;
    background: transparent url(/Files/Avdeev/Templates/img/TopMenuBg.gif) repeat-x;
    width: 790px;
    height: 30px;
}

#buttons div
{
    float: left;
}

.button,
.button_selected
{
    color: #dedede;
    font-size: 18px;
    font-family: Myriad Pro, Verdana;
    margin: 2px 0 5px 5px;
}

.button_selected
{
    border-bottom: solid 2px #949494;
}

#languages
{
    float: right;
    margin: 6px 5px 3px 3px;
}

#languages img
{
    position: relative;
    top: 3px;
}

#languages a
{
    text-decoration: none;
}

#container {
	background-color: #282828;
	width: 800px;
	padding: 0px 0 5px 10px;
	text-align: left;
	margin: 0 auto;
}

#content {
	display:block;
	clear:left;
	float:left;
	width: 800px;
	background-color:#282828;
	margin-bottom:10px;
	min-height: 500px;
}

input {
	border : 1px solid #ddd;
	margin : 2px 0px 2px 0px;
	padding : 4px 4px 4px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
textarea {
	border : 1px solid #ddd;
	height : 6em;
}

.footer, .refs {
    height: 24px;
	clear: left;
	width: 785px;
	border-color:#696969;
	border-style:solid;
	border-width:1px 0 0 0;
}
.footer
{
	padding-top: 5px;
	font-size: 10px;
    height: 24px;
}

.refs
{
    text-align: center;
	padding-top: 7px;
}

.refs a
{
    text-decoration: none;
}

.refs img
{
    height: 16px;
    margin-left: 5px;
}

.video_desc
{
    margin: 10px;
    font-size: 12px;
}

.video_desc div
{
    margin-bottom: 5px;
}

.video_other img
{
    width: 256px;
}

.video_other span
{
    display: block;
}

#content h1 {
	color: #8D8E90;
	font-size: 1.2em;
	cursor: default;
	display: block;
	margin: 0px 0 15px 0px;
	padding: 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 0;
}
#content h2, h3 {
	color: #8D8E90;
	font-size: 1.0em;
	cursor: default;
	display: block;
	margin: 0px 0 10px 0;
	padding: 0;
	border-color: #ddd;
	border-style: dashed;
	border-width: 0 0 1px 0;
}

#content h3
{
	margin: 0px 0 10px 20px;
}

#content h4
{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.articles
{
    border: solid 1px #696969;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Helvetica, Verdana;
}

ul.articles
{
    width: 150px;
    padding: 0;
    margin: 10px 0 0 0;
}

ul.articles li
{
    list-style: none;
    margin: 10px;
}

.articles span
{
    display: block;
}

.articles img
{
    border: none;
    width: 130px;
    margin: 2px;
}

.equipment
{
    border-bottom: solid 1px #696969;
    margin-bottom: 10px;
}

.equipment td
{
    padding: 5px;
    vertical-align: top;
}
.equipment p
{
    font-size: 12px;
}