* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../images/bg1.jpg) center top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.4;
}
a {
	color: #0099CC;
}
a:hover {
	color: #6ADAFF;
}
a img {
	border: 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #FFF;
}
:focus {
	outline: 0;
}
p {
	padding: 0 0 20px 0;
}
.big {
	font-size: 17px;
}
big {
	font-size: 24px;
}
h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	padding: 40px 0 20px 0;
}
h3 {
	font-weight: normal;
	font-size: 23px;
	line-height: 1.2;
	padding: 20px 0;
}
#container {
	position: absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	max-width: 1300px;
	min-width: 900px;
	margin: 0 auto;
	//width: expression((document.documentElement.offsetWidth) > 1300 * (parseInt(document.body.currentStyle.fontSize) /  parseInt(document.body.currentStyle.fontSize))? "1300px" : ((document.documentElement.offsetWidth) < 900? "900px" : "100%"));
}
#man {
	float: left;
	width: 34%;
	text-align: center;
	padding: 120px 0 0 0;
}
#swf {
	padding: 0 0 0 40px;
}
#bober {
	float: left;
}
#phone {
	float: right;
	text-align: right;
	font-size: 30px;
	line-height: 1;
}
#phone small {
	font-size: 20px;
	color: #FF6600;
}
#main {
	float: right;
	width: 65%;
}
#content {
	padding: 40px 40px 40px 0;
	width: 90%;
}
#content h1 {
	clear: both;
	line-height: 1.2;
	font-size: 39px;
	font-weight: normal;
	padding: 80px 0 15px 0;
}
#content h1 a {
	color: #FFF;
}
ul {
	padding: 0 0 20px 0;
	margin: -10px 0 0 0;
	list-style: none;
}
ul li {
	padding: 0 0 5px 30px;
	background: url(../images/sq1.png) 14px 9px no-repeat;
}
ul.l2 li {
	background: url(../images/sq2.png) 14px 9px no-repeat;
}
ul.l3 li {
	background: url(../images/sq3.png) 14px 9px no-repeat;
}
#content ul.sub {
	font-size: 25px;
	font-style: italic;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}
#content ul.sub li {
	display: inline;
	padding: 0 30px 0 0;
	background: none;
	white-space: nowrap;
}
#content ul.sub li a {
	display: inline;
	font-size: 20px;
}
.s1, .s1 a {
	color: #0099CC;
}
.s1 a:hover {
	color: #6ADAFF;
}
.s2, .s2 a {
	color: #FF6600;
}
.s2 a:hover {
	color: #FFA466;
}
.s3, .s3 a {
	color: #66CC66;
}
.s3 a:hover {
	color: #B1E4B1;
}
a#false-e {
	margin: 2px 4px;
	color: #FF6600;
	border-bottom: 1px dashed #FF6600;
	text-decoration: none;
}
a#false-e:hover {
	color: #FFA466;
	border-bottom: 1px dashed #FFA466;
}
a#true-e {
	margin: 2px 4px;
	color: #66CC66;
	border-bottom: 1px dashed #66CC66;
	text-decoration: none;
}
a#true-e:hover {
	color: #B1E4B1;
	border-bottom: 1px dashed #B1E4B1;
}



.b-paintball {
	position: absolute;
	right: 25%;
	top: -120px;
	width: 370px;
	height: 314px;
	background: url("../images/pb.png");
	color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;	
  padding: 132px 105px 0 155px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.2;
}

.b-paintball:hover {
  color: #fff;
}

.b-paintball big {
	font-size: 18px;
}