/*

    sizzlecreations.css

    CSS for Sizzle Creations, LLC

    Selectors: body, h1, h2, em, p.

    Style properties: 1) color 2) font-weight 3) font-style 4) text-align 
		     5) font-size

    classes: h1.white, h2.white and p.white

*/

*
{
    margin: 0px;
}

body
{
    color: white;
    background-color: black;
    font-size: 12pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 14pt;
    padding: 5pt;
    width: 100%;
}

h1
{
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 14pt;
    font-family: Copperplate Gothic Bold, Trajan Pro, Engravers MT, Lithos Pro;
}

h2
{
    color: white;
    font-weight: bold;
    font-style: oblique;
    font-size: 11pt;
    text-align: right;
}

h3
{
    color: black;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

p.contact
{
    color: white;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

p
{
    color: white;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: capitalization;
}

p.large
{
    color: white;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
}

em
{
    font-style: italic;
}

img
{
    border-width: 0px;
}

#layout
{
    margin: 0 auto;
    width: 970px;
}

#header
{
    clear: both;
}

#contents
{
    position: relative;
    clear: both;
    width: 100%;
    padding: 20px 0px;
}

#footer
{
    position: relative;
    clear: both;
    font-size: 9pt;
    color: gray;
    line-height: 12pt;
    text-align: center;
    padding-top: 30pt;
}

#img
{
    float: left;
    border: 0px;
}

#nav
{
    clear: both;
    margin: 0px 50px 0px 0px;
    width: 100%;
    background-color: #ffffff;
    border: 0px;
    text-align: center;
    
}

#nav ul
{
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style: none;
    display: inline;
}

#nav li
{
    float: left;
    display: block;
    position: relative;
    padding: 2px 15px;
    line-height: 1.2em;
}

#nav ul li a:link, #nav ul li a:visited
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}


#nav ul li a:hover, #nav ul li a:active
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 10px 7px 10ps;
    background-color: #0596FF;
    color: #000000;
}

.image-display
{
    clear: both;
    padding-top: 20px;
}

.image-display ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline;
}

.image-display li
{
    float: left;
    display: block;
    padding: 0px 5px;
}

.icon-display
{
    clear: both;
}

.icon-display ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline;
}

.icon-display li
{
    float: left;
    display: block;
    padding: 0px 3px;
}
