@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	background-color:#91a699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	background-color:#d6dbd8;
	border: 1px solid #000000;
}

#container a:link {
	text-decoration: none;
	color:#000000;
}
#container a:visited {
	text-decoration: none;
	color:#000000;
}
#container a:hover {
	text-decoration: underline;
	color:#000000;
}
#container a:active {
	text-decoration: none;
	color:#000000;
}


/* BEGIN HEADER RELATED CODE */
#social {
	position:absolute;
	top: 2px;
	left: 9px;
	z-index: 11;
}

#header {
	height:120px;
	position:relative;
	width:inherit;
}

#container #header #headerimg {
	position: absolute;
	height: 52px;
	width: 294px;
	left: 10px;
	top: 24px;
}

#container #header #pftp {
	position: absolute;
	height: 78px;
	width: 450px;
	top: 2px;
	right: 2px;
}

#header #pftp a:link {
	text-decoration: none;
}
#header #pftp a:visited {
	text-decoration: none;
}
#header #pftp a:hover {
	text-decoration: underline;
	color:#000000;
}
#header #pftp a:active {
	text-decoration: none;
}

#container #header #menu {
	position: absolute;
	width:100%;
	height:28px;
	top: 85px;
	z-index:100;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#4d5958;
}

#header #menu a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#header #menu a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#header #menu a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
#header #menu a:active {
	text-decoration: none;
	color:#FFFFFF;
}


.styleLeader {
	color: #4e5b5a;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}

.styleContact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#000000;
}

/* BEGIN CONTENT RELATED CODE */
#content {
	height:auto;
	width:inherit;
	position:relative;
	z-index: -1;
}

.win.gecko #content, .linux.gecko #content, .gecko #content, .webkit #content {
z-index:9;
}




/* BEGIN FOOTER RELATED CODE */
#footer {
	height:30px;
	position:relative;
	width:inherit;
}

#container #footer #footer-store {
	position: absolute;
	height: 26px;
	left: 0px;
	top: 2px;
	padding-top: 5px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 2px;
}

#container #footer #footer-store a:link {
	text-decoration: none;
	color:#000000;
}
#container #footer #footer-store a:visited {
	text-decoration: none;
	color:#000000;
}
#container #footer #footer-store a:hover {
	text-decoration: underline;
	color:#000000;
}
#container #footer #footer-store a:active {
	text-decoration: none;
	color:#000000;
}

#container #footer #copyright {
	position: absolute;
	height: 26px;
	width: 312px;
	right: 0px;
	top: 2px;
	padding-top: 5px;
	background-image: url(images/backgrounds/copyright-bg.png);
	background-repeat:no-repeat;
	text-align:right;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#container #footer #copyright a:link {
	text-decoration: none;
	color:#FFFFFF;
}

#container #footer #copyright a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#container #footer #copyright a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
#container #footer #copyright a:active {
	text-decoration: none;
	color:#FFFFFF;
}




#construction {
position:fixed;
bottom:0px;
right:0px;
width:200px;
background:#FFFFFF;
z-index:100;
text-align:center;
color:#FF0000;
font-size:9px;
}

.offer-announce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.hidden-store {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}

.store-menu-special {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
	font-weight:bold;
}


.style2 {font-size: 10pt}

.smallred {
	color: #FF0000;
	font-size: 9pt;
}