@import "reset.css";

/* COLORS *

000000	BLACK
FFFFFF	WHITE

CBCBC5	GRAY
E9E9E5	GRAY LIGHT

E9E9E5	GOLD

***********/

body {
 background-color: #CBCBC5;
 margin: 10px;
 font-family: GillSans, Calibri, Trebuchet, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
 font-family: GillSans, Trebuchet, Calibri, sans-serif;
}

h1 {font-size: 26px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 17px;}
h6 {font-size: 16px;}

p {
 margin-bottom: 1em;
}

#page {
 width: 680px;
 margin: 0 auto;
 background-color: white;
 border-color: black;
 border-style: solid;
 border-width: 20px;
 overflow: hidden;
}

#head {
 background-image: url("/inc/html/default/pix/head.jpg");
 background-repeat: no-repeat;
 background-color: black;
 height: 66px;
 padding-bottom: 10px;
}

#head a {
 display: block;
 width: 100%;
 height: 100%;
 text-decoration: none;
}

#sidebar {
 background-color: #E9E9E5;
 padding-bottom: 1000px;
 margin-bottom: -1000px;
 width: 150px;
 float: left;
}

#sidebar ul {
 margin-top: 20px;
}

#sidebar li {
 display: block;
 border-width: 2px 0 2px 0;
 border-color: #CBCBC5;
 border-style: solid;
 margin-top: -2px;
}

#sidebar li a {
 display: block;
 width: 100%;
 height: 100%;
 padding: 10px 0 10px 0;
 text-decoration: none;
 color: black;
 text-align: center;
}

#sidebar li a:hover {
 background-color: #CBCBC5;
}

#content {
 float: left;
 width: 508px;
 padding: 10px;
}

#inner-foot {
 clear: both;
 width: 680px;
 float: right;
 text-align: right;
 background-color: #E9E9E5;
}

#inner-foot ul {
 margin: 10px 0 0 0;
}

#inner-foot a {
 text-decoration: none;
 color: black;
}

#inner-foot li {
 display: inline;
 border-width: 0 1px 0 0;
 border-color: black;
 border-style: solid;
 padding: 0 10px 0 10px;
 margin-right: -1px;
}

#inner-foot p {
 font-size: 26px;
 margin: 10px;
 padding: 0;
 text-align: right;
}


#foot {
 width: 720px;
 margin: 0 auto;
 text-align: center;
}

#foot:first-line {
 text-transform: uppercase;
}

div.item {
 display: block;
 clear: both;
}

div.item img {
 border: 5px solid black;
 margin: 5px 5px 0 0;
 padding: 2px;
 vertical-align: top;
 width: 200px;
 float: left;
}

img.border {
 border: 5px solid black;
 margin: 5px 5px 0 0;
 padding: 2px;
}

div.item label, div.item div.description {
}

div.item label {
 display: block;
 font-size: 24px;
 border-width: 2px 0 0 0;
 border-color: #CBCBC5;
 border-style: solid;
 width: 260px;
 margin: 5px 0 0 0;
 float: left;
}

div.item div.description {
}

div.item a {
 color: black;
 text-decoration: none;
}

div.top_item_image {
 border: 5px solid black;
 padding: 2px;
 width: 500px;
 margin-bottom: 1em;
}

big {
 font-size: 20px;
}