@CHARSET "UTF-8";

/*-----------------------------------
        LAYOUT STYLES
-----------------------------------*/

html {
    height: 101%;
}

body {
    height: 100%;
    margin: 0;
}

form ul {
	list-style: none;
}

form li {
    margin: 15px 0;
}

#page {
    width: 840px;
    margin: 0 auto;
}

#header {
    height: 164px;
    width: 840px;
    margin: 0;
    padding: 5px 10px;
}

#header ul {
	margin: 100px 0 0 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	display: inline;
    margin: 0 20px 0 0;
}

#header ul li img {
    vertical-align: text-bottom;
}

#content {
	width: 100%;
	margin: 10px 0;
	padding: 0 10px;
}

#sidebar {
    width: 226px;
    height: 100%;
    float: left;
    border-right: 1px solid #CC0000;
    padding: 0 3px;
}

#pressrelease {
    margin: 25px 0;
}

#notfound {
    margin: 50px 0 75px 0;
}

.clear {
    clear: both;
}
/*-----------------------------------
        TYPOGRAPHY STYLES
-----------------------------------*/

body {
    font-size: 62.5%;
    font-family: Verdana, Tahoma, sans-serif;
    color: #000000;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
    margin: 0;
}

p {
    font-size: 1.2em;
    text-align: justify;
}

a {
	color: #990000;
	text-decoration: none;
}

#header ul li {
    font-family: "Courier New";
    font-size: 1.4em;
    font-weight: bold;
}

#header ul a {
    color: #CC0000;
    text-decoration: none;
}

#header ul a:hover {
    color: #990000;
}

#notfound {
	text-align: center;
    color: #990000;
}

#notfound p {
    text-align: center;
}

#pressrelease p {
    margin: 15px 0 10px 10px;
}

#pressrelease em {
    padding: 0;
    margin: 0 0 0 10px;
    color: #666666;
}

.cartLinks {
    color: #000000;
    font-family: "Courier New";
    font-size: 1.4em;
    font-weight: bold;
    margin: 20px 0;
}

.li-head {
    font-size: 1.2em;
    font-weight: bold;
}

.li-head a {
    font-size: 0.8em;
    font-weight: bold;
}

.li-sub {
    font-size: 1.0em;
    font-style: italic;
    margin: 0 0 0 15px;
    font-weight: normal;
}

.li-sub a {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.li-sub a:hover {
    color: #990000;
    font-weight: normal;
}

.error {
    color: #990000;
}