@CHARSET "UTF-8";

html {
	background: #002060 url("../images/bg.png") repeat-x;
}

body {
	display: table;
	width: 100%;
	background: transparent url("../images/header_women.jpg") no-repeat center top;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	line-height: 18px;
}

body.kid {
	background: transparent url("../images/header_kid.jpg") no-repeat center top;
}

a, h1, h2, h3 {
	color: #00CCFF;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


.page {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	overflow: hidden;
}

.page .header-blank {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("../images/header_blank.jpg") no-repeat center top;
	width: 100%;
	height: 452px;
}

.page a.logo {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 250px;
	height: 80px;
}

/********************** Music */
#progress-bar {
	position: absolute;
	top: 348px;
	left: 42px;
	width:102px;
	height:7px;
	border:1px solid #ccc;
	padding:0;
	margin:0;
	background-image:url("../images/progress_bar.gif");
	background-repeat:repeat-x;
	z-index:99;
}

#progress-bar div {
	height: 7px;
	background-color: #fff;
}  

#progress-percent {
	position: absolute;
	top: 355px;
	left: 82px;
	color: #fff;
	z-index:1000;
}

#music-bar {
	position: absolute;
	background: transparent url("../images/music_stop.gif") no-repeat left center;
	padding-left: 16px;
	top: 345px;
	left: 5px;
	z-index: 1000;
}

#music-bar.play {
	background: transparent url("../images/music_play.gif") no-repeat left center;
}

#music-bar div {
	display: block;
	width: 16px;
	height: 16px;
	background-image:url("../images/control_pause.png");
}

#music-bar div.play {
	background-image:url("../images/control_play.png");
}

/********************** Header menu */
ul.header-menu {
	position: absolute;
	top: 28px;
	right: 25px;
	list-style: none;
}

ul.header-menu li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}

ul.header-menu li a {
	color: #B8E3F5;
	/*background: transparent  no-repeat*/
	background-image: url("../images/ball_blue.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 15px 0 22px;
	text-decoration: none;
	line-height: 1.1em;
}

ul.header-menu li a.active,
ul.header-menu li a:hover {
	color: #fff;
	background: transparent url("../images/ball_green.png") no-repeat center left;
}

/********************** Bread crump */
ul.bread-crump {
	position: absolute;
	top: 405px;
	left: 20px;
	list-style: none;
	background: transparent url("../images/bread-crump.gif") repeat-x bottom left;
	height: 25px;
	padding-left: 10px;
}

ul.bread-crump li {
	float: left;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 0 10px 0 15px;
	background: transparent url("../images/bread-crump_separator.png") no-repeat top left;
}

ul.bread-crump li.first {
	background: none;
	padding-left: 0;
}

ul.bread-crump li a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

ul.bread-crump li a:hover {
	text-decoration: underline;
}

/********************** Content */
.content {
	display: block;
	margin-top: 452px;
	background: transparent url("../images/content.png") no-repeat center top;
	color: #fff;
	z-index: 90;
	overflow: hidden;
}

.content .left {
	float: left;
	width: 245px;
}

.content .right {
	margin-left: 245px;
	padding-right: 10px;
}

.content .center {
	margin: 0 15px;
}

.content .load {
	display: block;
	background: transparent url("../images/content-loader.gif") no-repeat center center;
	width: 100%;
	height: 220px;
}

.content h1 {
	color: #fff;
	font-size: 18px;
	margin: 15px 0;
}

.content h2 {
	font-size: 15px;
}

.content h3 {
	font-size: 12px;
}

.content p {
	margin-bottom: 20px;
	text-align: justify;
}

.content div.contact {
	margin-left: 300px;
}

.content div.contact span.label {
	width: 120px;
	display: block;
	float: left;
}

.content img.photo {
	margin: 20px 62px;
	border: none;
}

.content img.f-left {
	margin: 10px 20px 20px 0;
}

.content img.f-right {
	margin: 10px 0 20px 20px;
}

.content ul.list {
	list-style-position: inside;
	margin-bottom: 20px;
}

.content ul.files-list {
	list-style: none;
}

.content ul.files-list li {
	line-height: 22px;
}

a.pdf {
	background: transparent url("../images/pdf_document.png") no-repeat center left;
	padding: 0 0 0 18px;
}

.content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 20px;
}

.content div.block {
	margin: 10px 20px;
	font-weight: bold;
}

/********************** Menu */
ul.menu {
	z-index: 100;
}

ul.menu li.double-text {
	line-height: 14px;
}

ul.menu li {
	background: transparent url("../images/menu_main.png") no-repeat left top;
	width: 203px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
	line-height: 29px;
	min-height: 36px;
}

ul.menu li.active {
	background: transparent url("../images/menu_main_active.png") no-repeat left top;	
}

ul.menu li.hover {
	background: transparent url("../images/menu_main_hover.png") no-repeat left top;	
}

ul.menu li ul {
	list-style: none;
	margin-top: 10px;
	margin-left: -25px;
}

ul.menu li ul li {
	background: transparent url("../images/menu_sub.png") no-repeat left top;
	width: 182px;
	padding-left: 46px;
	height: 36px;
}

ul.menu li ul li.active {
	background: transparent url("../images/menu_sub_active.png") no-repeat left top;
}

ul.menu li ul li.hover {
	background: transparent url("../images/menu_sub_hover.png") no-repeat left top;
}

ul.menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

ul.menu li a:hover {
	text-decoration: underline;
}

.left img {
	display: block;
	margin: 20px auto;
}

/********************** Footer */
.footer {
	position: relative;
	height: 40px;
	background: transparent url("../images/footer_center.png") repeat-x;
}

.footer .footer-left {
	position: absolute;
	left: 0;
	background: transparent url("../images/footer_left.png") no-repeat left top;
	width: 10px;
	height: 30px;
}

.footer .footer-right {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url("../images/footer_right.png") no-repeat left top;
	width: 10px;
	height: 30px;
}

.footer a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #1C9BBF;
}

.footer a:hover {
	color: #fff;
}

span.copyright {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 11px;
}

span.copyright a {
	color: #fff;
	font-weight: bold;
}

span.copyright a:hover {
	text-decoration: underline;
}

ul.footer-menu {
	position: absolute;
	top: 10px;
	left: 25px;
	list-style: none;
}

ul.footer-menu li {
	float: left;
	padding: 0 5px;
}

/********************** Boxes */
div.boxes {
	position: relative;
	margin: 20px 0;
	overflow: hidden;
	padding: 5px 0;
	background: transparent url("../images/boxes.gif") no-repeat left top;
	height: 152px;
	clear: left;
}

div.boxes h1 {
	color: #00CCFF;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 15px;
}

div.boxes p {
	margin: 0 15px;
	font-size: 11px;
	color: #fff;
}

div.boxes a {
	margin: 5px 10px;
	float: right;
	font-size: 0.9em;
}

div.boxes div.box-blank,
div.boxes div.box-blank2 {
	float: left;
	background: transparent url("../images/box_blank.gif") no-repeat left top;
	width: 241px;
	height: 147px;
	margin-top: 3px;
	padding: 0;
	z-index: 100;
}

div.boxes div.box-blank {
	margin-right: 7px;
	margin-left: 7px;
}

div.boxes div.box-blank2 {
	margin-right: 0;
	margin-left: 0;
}

div.boxes div.box-blank {
	float: left;
	background: transparent url("../images/box_blank.gif") no-repeat left top;
	width: 241px;
	height: 147px;
	margin: 3px 7px 0 7px;
	padding: 0;
	z-index: 100;
}

div.boxes div.box-blank2 {
	margin-right: 0;
	margin-left: 0;
}

div.boxes div.box-hot {
	float: left;
	background: transparent url("../images/box_hot.png") no-repeat left top;
	width: 256px;
	height: 156px;
	margin: 0 0 5px 0;
	padding: 0;
	z-index: 100;
}

div.boxes div.box-hot h1 {
	margin-left: 25px;
	margin-right: 25px;
	color: #99FF00;
}

div.boxes div.box-hot p {
	margin: 0 25px;
}

div.boxes div.box-hot a {
	margin-right: 25px;
	color: #99FF00;
} 

div.boxes div.box-photo {
	background: transparent url("../images/box_photo.jpg") no-repeat left top;
	float: left;
	width: 241px;
	height: 146px;
	margin: 2px 0 0 1px;
	z-index: 100;
}

/********************** Additional */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.a-center {
	text-align: center;
}

.margin-top {
	margin-top: 15px;
}

.clear {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}
