* {
    padding: 0;
    margin: 0;

}
body {
    overflow: visible;
	background: #FFFFFF;
}
#logo {
    width: 150px;
    height: 115px;
    background: url(images/logo.gif) no-repeat;
    position: fixed;
    z-index: 999999;
    top: 40px;
    left: 45px;
}
ul#nav {
    list-style-type: none;
    position: fixed;
    z-index: 999999;
    top: 210px;
    left: 48px;
}
ul#nav li {
    margin-bottom: 3px;
}
ul#nav li a:hover {
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
}
#nav a span {
    display: none;
}
#nav a.link_home {
    width: 57px;
    height: 19px;
    display: block;
    background: url(images/link_home.png) no-repeat top left;
}
#nav a.link_menu {
    width: 171px;
    height: 24px;
    display: block;
    background: url(images/link_menu.png) no-repeat top left;
}
#nav a.link_about {
    width: 152px;
    height: 19px;
    display: block;
    background: url(images/link_about.png) no-repeat top left;
}
#nav a.link_outlets {
    width: 108px;
    height: 19px;
    display: block;
    background: url(images/link_outlets.png) no-repeat top left;
}
#nav a.link_contact {
    width: 106px;
    height: 19px;
    display: block;
    background: url(images/link_contact.png) no-repeat top left;
}
#nav a.link_home:hover,
#nav a.link_menu:hover,
#nav a.link_about:hover,
#nav a.link_outlets:hover,
#nav a.link_contact:hover,
#nav a.link_home:active,
#nav a.link_menu:active,
#nav a.link_about:active,
#nav a.link_outlets:active,
#nav a.link_contact:active,
#nav a.active {
    background-position: bottom left;
}
#footer {
    position: fixed;
    z-index: 999999;
    bottom: 10px;
    left: 50px;
}
#footer ul {
    list-style-type: none;
    font: 80% "Comic Sans MS";
    font-weight: bold;
}
#footer ul li {
    float: left;
    margin-right: 20px;
}
#footer ul a {
    text-decoration: none;
    color: #000000;
}
#footer ul a.active {
    background: #000000;
    color: #FFFFFF;
    padding: 0px 10px;
}
#footer ul a:hover {
    text-decoration: underline;
}
div.copyright {
    clear: left;
    font: 60% Arial, Verdana;
}
#content {
    overflow: hidden;
    width: 620px;
    position: absolute;
    z-index: 9999;
    top: 80px;
    left: 300px;
    padding-bottom: 50px;
    padding-left: 20px;
}
#content .text {
    background: url(images/text-bkgrd.png) no-repeat;
    padding: 10px 30px;
    width: 500px;
    color: #FFFFFF;
    font: 80% Arial, Verdana;
    margin-bottom: 30px;
}
#content .text li {
    margin-left: 30px;
}
#content p {
    margin: 10px 0;
}
#content h2 {
    font: 120% Arial, Verdana;
    font-weight: bold;
    margin-bottom: 20px;
}
#content a.zoom {
    display: block;
    float: left;
    width: 170px;
    font: 80% Arial, Verdana;
    margin: 0 15px 0px 5px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
#content a.zoom span {
    display: block;
    text-shadow: 1px 1px 1px #333333;
    height: 2.7em;
    cursor: pointer;
    filter: glow(color=#333333,strength=1);
}
#content a.zoom:hover {
    font-style: italic;
}
#content img {
    text-decoration: none;
    border: 0px;
}
#content .text a {
    color: #FFFFFF;
}
div.outlet-tpp {
    float: right;
    width: 133px;
    height: 100px;
    background: url(images/outlet-tpp.jpg) no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;
}
    
/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 208px;
	height: 13px;
	text-indent: -999em;
	background-image: url(images/loadanimation.gif);
	background-repeat: no-repeat;
}
#supersize{
	position:fixed;
	top: 0;
	left: 0;
}
#supersize img {
    -ms-interpolation-mode: bicubic;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}