@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1A1819;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
span.stripe {
	background-image: url(images/stripe_2da8fd099da0f6421c509be9c67c79b3.png);
	display: block;
	width: 100%;
	height: 10px;
	line-height: 1px;
}
#all {
	display: block;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#all #header {
	display: block;
	height: 71px;
}
#all #header #logo {
	margin-top: 14px;
}
#all #header #header_tiras_flash_content {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 71px;
	width: 124px;
}
#all #main_menu p.stripe {
	margin-top: 3px;
	margin-bottom: 0px;
}
#all #footer {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#all #contFooter {
	font-family: Arial, Helvetica, sans-serif;
	color: #a2a2a9;
	font-size: 10px;
	text-align:center;
}
#all #footer #footer_menu {
	display: block;
	height: 21px;
	width: 155px;
	position: absolute;
	right: 0px;
	top: 32px;
}
#all #footer #footer_menu a {
	display: block;
	float: left;
	height: 21px;
	background-image: url(images/footer_menu_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#all #footer #footer_menu a span {
	display: none;
}
#all #footer #footer_menu #f01 {
	width: 101px;
	background-position: 0px 0px;
}
#all #footer #footer_menu #f02 {
	width: 54px;
	background-position: -101px 0px;
}
#all #footer #footer_menu #f01:hover {
	background-position: 0px -21px;
}
#all #footer #footer_menu #f02:hover {
	background-position: -101px -21px;
}


#all #main_menu .items {
	display: block;
	height: 45px;
	width: 770px;
}
#all #main_menu .items a {
	height: 45px;
	width: 50px;
	display: block;
	float: left;
	background-image: url(images/main_menu_sprite.png);
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
}
#all #main_menu .items a span {
	display: none;
}
#all #main_menu .items #m01 {
	width: 56px;
	background-position: 0px 0px;
}
#all #main_menu .items #m02 {
	width: 151px;
	background-position: -56px 0px;
}
#all #main_menu .items #m03 {
	width: 82px;
	background-position: -207px 0px;
}
#all #main_menu .items #m04 {
	width: 106px;
	background-position: -289px 0px;
}
#all #main_menu .items #m05 {
	width: 149px;
	background-position: -395px 0px;
}
#all #main_menu .items #m06 {
	width: 148px;
	background-position: -544px 0px;
}
#all #main_menu .items #m07 {
	width: 78px;
	background-position: -692px 0px;
}
#all #main_menu .items #m01:hover,
#all #main_menu .items #m01.active {
	background-position: 0px -45px;
}
#all #main_menu .items #m02:hover,
#all #main_menu .items #m02.active {
	background-position: -56px -45px;
}
#all #main_menu .items #m03:hover,
#all #main_menu .items #m03.active {
	background-position: -207px -45px;
}
#all #main_menu .items #m04:hover,
#all #main_menu .items #m04.active {
	background-position: -289px -45px;
}
#all #main_menu .items #m05:hover,
#all #main_menu .items #m05.active {
	background-position: -395px -45px;
}
#all #main_menu .items #m06:hover,
#all #main_menu .items #m06.active {
	background-position: -544px -45px;
}
#all #main_menu .items #m07:hover,
#all #main_menu .items #m07.active {
	background-position: -692px -45px;
}

#all #content {
	font-family: Arial, Helvetica, sans-serif;
	color: #a2a2a9;
	font-size: 12px;
}
#all #content .content_gray {
	background-color: #373637;
	padding: 20px;
}
#all #content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

