/* hide from ie on mac \*/
html {
    height: 100%;
	overflow: auto;
}

#flashcontent {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    min-height: 600px;
}
/* end hide */

body {
    height: 100%;
    margin: 0;
    padding: 0;
}
div#page {
    margin: 0 auto;
    width: 1000px;
    background-repeat: no-repeat;
    background-image: url(/img/bridge_page_bg.jpg);
    position: relative;
    height: 100%;
}
#logo {
    position: absolute;
    left: 23px;
    top: 16px;
}
div.right_col,
div#download_flash {
    position: absolute;
    top: 110px;
    left: 470px;
    width: 494px;
    color: #5b2803;
    font-family: times, serif;
}
div#download_flash {
    top: 400px;
}
h1 {
    font-size: 28px;
    padding: 0;
    margin: 15px 0;
    font-weight: normal;
}
h2 {
    font-size: 24px;
    padding: 0;
    margin: 15px 0;
    font-weight: normal;
}
p {
    font-size: 13px;
    padding: 0;
    margin: 15px 0;
}
div#download_flash img {
    border: 0;
}
div.link {
    text-align: right;
}

#chewy_caramel_jpg {
    position: absolute;
    left: 13px;
    top: 318px;
}
#hard_candy_jpg {
    position: absolute;
    left: 153px;
    top: 350px;
}
#caramel_dark_chocolate_jpg {
    position: absolute;
    left: 296px;
    top: 274px;
}
#caramel_milk_chocolate_jpg {
    position: absolute;
    left: 379px;
    top: 253px;
}
#storck_logo {
    position: absolute;
    top: 545px;
}
#storck_logo img {
    border: none;
}

/* THICKBOX */
#TB_window {
    border: none;
}

#TB_title {
    display:none;
}

#TB_window #TB_ajaxContent a {
    background-image:url(../img/pfeil_orange.png);
    background-position:left top;
    background-repeat:no-repeat;
    color:#AAAAAA;
    font-size:13px;
    margin:5px 0px 5px 0;
    padding-bottom:10px;
    padding-left:20px;
    text-decoration:none;
    float: right;
    border: none;
}

*html #TB_window #TB_ajaxContent a {
    background-image:url(../img/pfeil_orange.gif);
}
