/* CSS Document */

a.hidden {
    text-decoration: none;
    font-weight: normal;
}

a.hidden:hover {
    text-decoration: none;
    font-weight: normal;
}

a.hidden:visited {
    text-decoration: none;
    font-weight: normal;
}

html {
	margin: 0px;
	height: 100%;
}

body {
/*	background-color: #e23323; */
/*	background-color: red; */
/*    background-image: url("images/usflag-bg-90.jpg"); */
/*    background-repeat: no-repeat; */
/*	background-color: #294e83; */
    background-image: url("images/stripedbg.png"); 
    background-repeat: repeat-y; 
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
    margin: 0 auto;
    padding-top: 1em;
    text-align: center;
}

a {
	text-decoration: none;
    font-weight: bold;
/*    color: #485075; */
    color: #1100ca;
}

a:hover {
    color: #d71c13;
}

#buynow {
    display: block;
    border: 1px solid #ff1c13;
    border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: #ff1c13;
    background-image: url("images/buttonbg.png");
    color: white;
    text-align: center;
    padding: 4px;
    padding-right: 1em;
    padding-left: 1em;
    text-decoration: none;
}

#outerframe {
/*    background-color: #fff9ee; */
    background-color: white;
/*    background-image: url("images/semitrans.png"); */
    padding: 1em;
    padding-bottom: 1.5em;
    width: 950px;
    margin: 0;
    margin-left: 80px;
    margin-right: 80px;
    text-align: left;
}

#picture {
    float: right;
    padding-left: 1em;
    width: 310px;
}

#title {
    padding-bottom: 1em;
}

#navigation {
    font-size: 90%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2.5em;
}

#navigation li {
    float: left;
    padding-right: 0.5em;
    white-space: nowrap;
}

#navigation li a {
    font-weight: bold;
    color: white;
/*    background-color: #485075; */
/*    background-color: blue; */
    background-color: #1100ca;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#navigation li a:hover {
/*	  background-color: #d24333; */
/*    background-color: red; */
    background-color: #d71c13;
}

#body {
    clear: left;
}

ul.list li {
    margin-top: 5px;
}

.list {
    list-style-image: url("images/dot.png");
    padding-left: 20px;
}

.star {
    list-style-image: url("images/star.png");
}

.small {
    font-size: 90%;
}

.smaller {
    font-size: 80%;
}

.smallest {
    font-size: 70%;
}

.large {
    font-size: 110%;
}

.larger {
    font-size: 120%;
}

.largest {
    font-size: 130%;
}

.bluebg {
    background-color: blue;
}

.whitebg {
    background-color: white;
}

.greenblue {
    background-color: #CADAD1;
}

.bluegreen {
    background-color: #CAD1DA;
}

.reddish {
    background-color: #DAA1AA;
}

input, textarea {
	border: 1px solid black;
}

#sendbutton {
    display: block;
    border: 1px solid #ff1c13;
    border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: #ff1c13;
    color: white;
    text-align: center;
    padding: 4px;
    padding-right: 1em;
    padding-left: 1em;
    text-decoration: none;
}

h1 {
	margin: 0px;
    font-size: 120%;
	font-weight: bold;
}

p {
	margin-top: 0px;
	margin-bottom: 1.2em;
	line-height: 1.4em;
}

p.indented {
	text-indent: 25px;
}

a.selected-menu-item {
	color: #FFFFFF;
}

a.plain {
    text-decoration: none;
	font-weight: bold;
    color: black;
}

a.plain:hover {
    text-decoration: underline;
}

.hanging {
    margin-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 0px;
}


