﻿body
{
    background-image: url(layout/background.jpg);
    width: 900px;
    margin: auto;
}

form
{
    background: white url(layout/footer.jpg) no-repeat center bottom;
    padding: 18px;
    padding-bottom: 284px;
    width: 764px;
    margin: auto;
    font-family: Arial;
    font-size: 13px;
    color: #5A5A5A;
}

textarea
{
    font-family: Arial;
    font-size: 13px;
    overflow: auto;
    color: #5A5A5A;
}

h1
{
    font-size: 10px;
    margin: 2px 0px;
    color: White;
    text-align: right;
    font-family: Arial;
    padding-right: 50px;
}

h2
{
    font-size: 18px;
    color: #A8C80F;
    text-transform: uppercase;
}

h3
{
    font-size: 14px;
    color: #656565;
}

p
{
    margin: 12px 0px;
    line-height: 18px;
}

a
{
    color: #551A8B;
}

a img
{
    border-width: 0px;
}

/* header */
#header
{
    border-bottom: dotted 1px #A8C80F;
    padding-top: 10px;
}

#header img
{
    display: block;
    float: left;
    margin-right: 3px;
}

.search-bar
{
    background-color: #3E1050;
    padding: 5px;
    width: 465px;
    float: right;
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 11px;
}

.search-bar .text
{
    background-image: url(layout/search-bg.jpg);
    width: 411px;
    border-width: 0px;
    height: 16px;
    padding: 2px 5px;
}

.search-bar input
{
    vertical-align: middle;
}

#nav
{
    background-color: #A8C80F;
    text-transform: uppercase;
    color: #3E1050;
    font-size: 13px;
    line-height: 30px;
    padding: 10px 7px;
    width: 461px;
    float: right;
    margin-bottom: 2px;
}

#nav a
{
    color: White;
    text-decoration: none;
    margin: 0px 3px;
}

#nav a:hover
{
    color: #3E1050;
}

/* top-panel */
#top-panel
{
    background: #72388C;
    margin: -18px;
    margin-bottom: 0px;
    color: White;
    position: absolute;
    z-index: 100;
    width: 790px;
    padding: 5px;
}

#top-panel a
{
    color: White;
}

#panel-buttons
{
    background: url(buttons/contact-btn.png) no-repeat right center;
    height: 19px;
    padding-top: 5px;
    margin-bottom: 18px;
    color: White;
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 0px;
}

#panel-buttons a
{
    color: White;
    text-decoration: none;
    margin: 0px 19px;
    cursor: pointer;
}

#cart
{
    display: none;
    padding: 10px;
}

#cart ul
{
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

#cart li
{
    width: 20%;
    text-align: center;
    padding: 10px 0px;
    height: 160px;
    float: left;
    list-style-type: none;
}

#cart li img
{
    margin-right: -7px;
}

#cart li a
{
    float: right;
    text-decoration: none;
}

#cart strong
{
    display: block;
    margin: 2px 0px;
}

#cart h3
{
    color: White;
    margin: 0px;
}

#cart span
{
    float: right;
    font-size: 16px;
    font-weight: bold;
}

/* content */
.div-bar
{
    background-color: #A8C80F;
    height: 10px;
    margin-top: 15px;
}

.imagebutton
{
    padding: 2px 10px;
    width: 115px;
    height: 26px;
    line-height: 26px;
    background-image: url(buttons/blank.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    text-decoration: none;
    color: white;
    float: left;
}

input.imagebutton
{
    border-width: 0px;
    cursor: pointer;
    background-position: 0 3px;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(layout/aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* messages */
.messages
{
	border: solid 1px black;
	margin: 10px 0px;
	background-color: #FFCA2A;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

.messages p
{
	color: rgb(36,60,130);
	margin: 7px;
}

.messages a
{
	color: rgb(36,60,130);
	font-weight: bold;
	text-decoration: underline;
}

/* form */
.form
{
    width: 100%;
}

.form .text
{
    width: 99%;
    border: solid 1px black;
    padding: 1px;
}

.form td
{
    vertical-align: top;
}

.form th
{
    text-align: left;
    vertical-align: top;
}

/* table */
.table
{
    width: 100%;
}

.table th
{
    text-align: left;
    border-bottom: solid 1px gray;
}

.table a
{
    text-decoration: none;
}

.table a:hover
{
    text-decoration: underline;
}

.table td
{
    padding-bottom: 3px;
    padding-top: 1px;
}

.table .alt
{
    background-color: #EFEFEF;
}
