@charset "UTF-8";
/* ------------------------------------------*/
/* ---------->>> Browser Reset <<<-----------*/
/* ------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, strong, em, b, i,
fieldset, form,
table, thead, tbody, tfoot, tr, th, td,
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	vertical-align: baseline;
}

input, textarea {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	vertical-align: baseline;
	outline: none;
}

:focus {
	outline: 0;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

html {
	height: 100%;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* -------------------------------------------*/
/* ---------->>> Helper Classes <<<-----------*/
/* -------------------------------------------*/
.hidden {
	display: none;
	visibility: hidden;
	height: 0;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	font-size: 0.1em;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.unset_first {
	padding-left: 0 !important;
	margin-left: 0 !important;
	background: none !important;
}

/*clear first element of a list*/
.unset_last {
	padding-right: 0 !important;
	margin-right: 0 !important;
	background: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* -------------------------------------------*/
/* ----------->>> Basic styles <<<------------*/
/* -------------------------------------------*/

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #ccd6e2 url(img/bg/bg.jpg) top center no-repeat;
    position: relative;
    min-width: 1240px;
    min-height: 850px;
    height: 100%;
    font: 11px/15px Arial;
    color: #042047;
}

body.layer {
	min-width: 0;
  min-height: 0;
}

html {overflow-y:scroll;}


#flashPage #layout_wrap,
#flashPage #stores {
    height: 100%;
    width: 100%;
}

#layout_wrap,
#stores {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
}

#content_swf {
	width: 100%;
	height: 100%;
}
