body {
color: #191919;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 14px;
line-height: 150%;
margin: 15px;
width: 1000px;
background-color: white;
}

h2 {
font-size: 14px;
font-weight: normal;
font-style: italic;
letter-spacing: 5px;
color: #4d4d4d;
padding-right: 6px;
margin: 0px;
}



        /* BASIC PAGE STRUCTURE */

div#header {
position: absolute;
top: 0px;
left: 15px;
background-color: white;
width: 1000px;
height: 176px;
z-index: 2;
}

div#logo {
background-position: left center;
clear: left;
background-image: url(res/tigerprinting_logo.png);
background-repeat: no-repeat;
height: 100px;
width: 1000px;
position: absolute;
top: 15px;
background-color: #f0f0f0;
}

div#menu {
top: 127px;
float: none;
height: 35px;
width: 1000px;
position: relative;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

div#content {
width: 1000px;
position: relative;
top: 161px;
padding-top: 0px;
float: left;
background-color: #fff;
}

        /* NAVIGATION */

div#navigation {
margin: 0px 0px 12px 0px;
padding: 0px;
width: 1000px;
position: relative;
float: left;
display: table;
}

span.navigation, a.navigation{
width: 500px;
height: 35px;
display: table-cell;
text-align: center;
vertical-align: middle;
background-color: #f7f7f7;
}

span.navigation{
background-color: white;
}

a.navigation:hover{
background-color: #FFED00; 
}





        /* CONTENT PAGE STRUCTURE */

div.content_inner-c,
div.content_inner-m,
div.content_inner-y,
div.content_inner-k {
margin: 0px 0px 12px 0px;
padding: 0px;
width: 1000px;
position: relative;
float: left;
display: table;
background-color: #009EE0;
}
    div.content_inner-c { background-color: #009EE0; }
    div.content_inner-m { background-color: #E2007A; }
    div.content_inner-y { background-color: #FFED00; }
    div.content_inner-k { background-color: #f0f0f0; }

    div.content_inner-c:hover,
    div.content_inner-m:hover,
    div.content_inner-y:hover,
    div.content_inner-k:hover { background-color: #f7f7f7; }

div.content_inner-ypd {
margin: 0px 0px 12px 0px;
padding: 12px 12px 12px 12px;
/*width: 976px;*/
position: relative;
float: left;
display: table;
background-color: #FFED00;
}

div.content_inner_left {
width: 250px;
padding: 0px 0px 0px 0px;
display: table-cell;
vertical-align: bottom;
text-align: right;
}

div.content_inner_right {
width: 744px;
padding: 0px 0px 0px 6px;
display: table-cell;
background-color: white;
color: black;
}


        /* DISTRIBUTION */


div.content_inner_left_distri {
display: table-cell;
width: 282px;
padding: 12px 109px 12px 109px;
vertical-align: middle;
text-align: right;
}

div.content_inner_right_distri {
display: table-cell;
width: 500px;
padding: 12px 0px 12px 0px;
color: black;
vertical-align: middle;
text-align: center;
}
    img.cover {
    width: 282px;
    height: 188px;
    }
    div.thumbs {
    height: 66px;
    width: 282px;
    }
        div.thumb {
        float: left;
        height: 60px;
        width: 90px;
        margin: 6px 0px 0px 0px;
        float: left;
        }
        div.thumb_mid {
        margin: 6px 6px 0px 6px;
        height: 60px;
        width: 90px;
        float: left;
        }
        img.preview {
        border: 0px;
        margin: 0px 0px 0px 0px;
        width: 90px;
        height: 60px;
        }


table {
border-collapse: collapse;
border: 0px;
width: 500px;
height: 180px;
table-layout: fixed;
overflow: hidden;
margin: 0px 0px 0px 0px;
font-size: 12px;
}
    td {
    padding: 0px 0px 0px 6px;
    margin: 0px;
    height: 25px;
    }
    td.ntb_1 {
    text-align: right;
    font-weight: bold;
    width: 119px;
    }
    td.ntb_2 {
    /*width: 338px;*/
    text-align: left;
    padding-right: 12px;
    }



        /* CONTACT */

ul.mailform {
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-type: none;
}

label.mailform {
width: 250px;
float: left;
vertical-align: middle;
}

input.mailform {
border: 0px solid black;
background-color: #f7f7f7;
padding: 5px;
width: 500px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 14px;
color: #656565;
margin-bottom: 10px;
border-bottom: 1px dashed silver;
}

textarea.mailform {
border: 0px solid black;
background-color: #f7f7f7;
padding: 5px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 14px;
color: #656565;
width: 500px;
border-bottom: 1px dashed silver;
}

input#submit {
border: 0px solid black;
background-color: #f7f7f7;
width: 510px;
padding: 5px 0px 5px 0px;
font-size: 12px;
}



        /* ELEMENTS */

a:link, a:visited, a:hover {
color: black;
text-decoration: none;
}

div.menubutton {
float: left;
text-align: center;
font-size: 14px;
padding-top: 9px;
height: 26px;
width: 20%;
}

div.menubutton:hover {
background-color: #f0f0f0;
}