﻿html, body
{
    height: 100%;
}

body
{
    font: 14px Arial, Helvetica, sans-serif;
    color: #444;
    margin: 0 auto 20px auto;
    padding: 0;
}

/* Resetting styles for cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote, fieldset
{
    margin: 0;
    padding: 0;
}
img, a
{
    border: none;
    text-decoration: none;
}
ul, li
{
    list-style: none;
}

li.pagelink
{
    list-style: disc;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Default link colors */
a:link
{
    color: #17a;
    text-decoration: none;
}
a:visited
{
    color: #17a;
    text-decoration: none;
}
a:hover
{
    color: #0099ea;
    text-decoration: underline;
}
a:active
{
    color: #17a;
    text-decoration: none;
}

/* Some general styles */
p
{
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6, h7
{
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2
{
    font-size: 25px;
}
h3, h4
{
    font-size: 14px;
}
h5, h6, h7
{
    font-size: 12px;
}

.small
{
    font-size: 11px;
}

#wrapper
{
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: transparent url(images/bg.png) 0 0 repeat-x;
}

#container
{
    width: 774px;
    margin: 42px auto 0 auto;
    padding: 0;
    background: #fff url(images/bg_main.png) 50% 0 repeat-y;
}

#header
{
    margin: 0 auto;
    padding: 0;
    width: 774px;
    height: 120px;
    background: #055dbc url(images/header.jpg) 100% 0 no-repeat;
}

#navbar
{
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 750px;
    height: 28px;
    background: #9c0 url(images/nav-bg.png) 0 0 repeat-x;
    font: bold 12px tahoma, Arial, Helvetica, sans-serif;
}

#navbar ul
{
    margin: 0;
    padding: 0;
    float: left;
}

#navbar li
{
    padding: 0 2px 0 0;
    margin: 0;
    float: left;
    background: url(images/nav-sep.png) 100% 0 no-repeat;
}

#navbar ul li a:link, #navbar ul li a:active, #navbar ul li a:visited
{
    display: block;
    float: left;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

#navbar ul li a:hover
{
    background: url(images/nav-bg.png) 0 100% repeat-x;
}

#main
{
    margin: 0;
    padding: 0px;
}

#intro
{
    position: relative;
    margin: 0 auto;
    padding: 16px 0;
    width: 750px;
    height: auto;
    background-color: #F2F9FF;
    border-top: 4px solid #e3d293;
    border-bottom: 1px solid #e3d293;
    overflow: auto;
}

#intro #text
{
    margin: 0;
    padding: 0 0 0 16px;
    width: 420px;
    float: left;
}

#intro h1
{
    margin-bottom: 10px;
    color: #963;
    font: bold italic 12px Georgia, "Times New Roman" , Serif;
}

#plaintext
{
    margin: 0;
    padding: 0 0 0 16px;
    width: 725px;
    float: left;
}

#sellerpic
{
    margin: 0 16px 0 0;
    padding: 0;
    margin-top: 30px;
    width: 250px;
    height: 413px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
    float: right;
}

#purchasepic
{
	margin: 0 16px 0 0;
    padding: 0;
    margin-top: 50px;
    width: 250px;
    height: 195px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
    float: right;
}

#articleimg1
{
    margin: 0 16px 0 0;
    padding: 0;
    margin-top: 150px;
    width: 250px;
    height: 255px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
    float: right;
}

#articleimg2
{
    margin: 0 16px 0 0;
    padding: 0px;
    margin-top: 500px;
    width: 203px;
    height: 290px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
    float: right;
}

#applications1
{
    margin: 0 16px 0 0;
    padding: 0px;
    margin-top: 50px;
    width: 250px;
    height: 340px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
    float: right;
}

#applications2
{
    margin: 0 16px 0 0;
    padding: 0px;
    margin-top: 140px;
    width: 250px;
    height: 208px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
    float: right;
}

#applications3
{
    margin: 0 0 0 0;
    padding: 0px;
    margin-left: 85px;
    width: 250px;
    height: 208px;
    background-color: #e3d293;
    border: 5px solid #e3d293;
}

#sellerpic #purchasepic #articleimg1 #articleimg2 #applications1 #applications2 #applications3 h1
{
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
}

#columns-wrapper
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 750px;
}

#adobe
{
    width: 500px;
    height: 100px;
    position: relative;
    left: 140px;
}

#adobel
{
    float: left;
    width: 120px;
}

#adober
{
    width: auto;
}

#footer
{
    clear: both;
    margin: 0;
    padding: 0;
    color: #ccc;
    width: 774px;
    height: 92px;
    background: #27333a url(images/footer-bg.png) 0 0 repeat-x;
    text-align: center;
}

#footer-left
{
    float: left;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 92px;
    background: #27333a url(images/footer-bg-l.png) 0 0 no-repeat;
}

#footer-right
{
    float: right;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 92px;
    background: #27333a url(images/footer-bg-r.png) 0 0 no-repeat;
}

#footer p
{
    padding-top: 5px;
    margin: 0;
    font-size: 10px;
    line-height: 14px;
}

#footer a:link, #footer a:visited, #footer a:active
{
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}