/*---------------------------
 * CSS Copyright Information
 * Domain: bsk.ru
 * Author: Sergey Berdug
 * E-mail: sberdug@gmail.com
 * Create: 20.07.2010
----------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
    font-size: 100.01%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	background: #fef1c6;
}

#document {
	width: 1300px;
	height: 925px;
	margin: 0 auto;
	background: url(../img/document.jpg) 0 0 no-repeat;
    position: relative;
}

#goHome {
    display: block;
    position: absolute;
    top: 5px;
    left: 130px;
    width: 267px;
    height: 179px;
}

#navigate {
    width: 765px;
    height: 65px;
	display: block;
	padding-top: 137px;
	padding-left: 400px;
	float: left;
}

#navigate li {
	list-style: none;
	float: left;
    font-size: 12px;
    line-height: 14px;
    padding-top: 16px;
}

#navigate .bt1 {
	width: 94px;
	text-align: center;
}

#navigate .bt2 {
	width: 210px;
	text-align: center;
}

#navigate .bt3 {
	width: 159px;
	text-align: center;
}

#navigate .bt4 {
	width: 76px;
	text-align: center;
}

#navigate .bt5 {
	width: 123px;
	text-align: center;
}

#navigate .bt6 {
	width: 98px;
	text-align: center;
}

#navigate a {
	color: #ffcb09;
	text-decoration: none;
}

#navigate a:hover {
	color: #ffffff;
}

#navigate .bt-select {
    padding-top: 20px;
}

#navigate .bt-select a {
	color: #ffffff;
}

#flashContent {
	width: 1245px;
	height: 631px;
    margin: 0 auto;
}
