/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Calibri, Arial, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	width: 100%;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 79%;
	line-height: 1.35em;
	color: #555555;
	background: #adcff3;
	margin: 0px auto;
	text-align: center;
}

hr { display: none; }

a {
	color: #e45928;
	text-decoration: none;
}
a:hover {
	color: #e45928;
	text-decoration: underline;
}

.clr {
	border:0px none;
	clear:both;
	float:none;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	width:0pt;
}

.hide	{	display: none; }
.fl, .fc, img.fl { float: left; }
.fr, img.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

h1 {
	font-size: 4em;
	margin: .75em 0 .5em 0;
	line-height: 1.5em;
	width: 100%;
	letter-spacing: -1.5px;
	color: #e45928;
}
h2 {
	font-size: 2.25em;
	font-weight: normal;
	margin: .75em 0 .25em 0;
	line-height: 1.2em;
	width: 100%;
	letter-spacing: -1.5px;
	color: #ffffff;
}
h2.first {
	margin-top: 0;
}
h3	{
	font-size: 1.275em;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	line-height: 1.2em;
	color: #60005c;
}
p {
	font-size: 1.075em;
	line-height: 1.5em;
	margin: .75em 0px;
}

.out_of_css {
	position: absolute;
	top: -2500px;
	left: -2500px;
}

/* Content */
body {
	background: #0a0b0d!important;
}
#p-root {
	width: 990px;
	margin: 25px auto;
	text-align: center;
	position: relative;
}
a.btn {
	padding: 11px 0px;
	background: #dc7b2e;
	color: #ffffff;
	width: 150px;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
a.btn:hover {
	text-decoration: none;
	background: #ffffff;
	color: #dc7b2e;
}
a#video {
	position: absolute;
	top: 255px;
	left: 4px;
}
a#video1 {
	position: absolute;
	top: 255px;
	left: 164px;
}
a#hraji {
	position: absolute;
	top: 305px;
	left: 4px;
}
.galery a {
	padding: 10px 2px 10px 2px;
	display: block;
	float: left;
}