/* CSS Document */

/* **************************************************
     SETUP - DO NOT TOUCH - STYLES FOR EDITING ARE BELOW
************************************************** */
* {
margin: 0; padding: 0;
}

body {
       font-family: Bookman Old Style, Times New Roman, Times;
       font-size: 13px;
	margin: 0px;
	padding: 0px;
        background: #AE7E7E;
        color: #000000;
        height: 100%; 
}

img {
	border:0;
}

p {
       padding: 3px 0px 3px 0px;
}

ul {
     margin: 0px 0px 0px 40px;
}

/* **************************************************
     SHOPPING CART
************************************************** */

#jamari-product {

}

#jamari-price {
       margin: 10px 0px 10px 0px;
       padding: 7px;
       background: #C4B493;
}

#jamari-large-image {
       padding: 10px;
       border: 1px solid #C4B493;
       text-align: center;
       background: #ffffff;
}

#jamari-description {
       margin-top: 20px;
       padding: 10px;
       border: 1px solid #C4B493;
       background: #ffffff;
}

#jamari-order {
       margin-top: 10px;
}

/* **************************************************
     STYLES
************************************************** */
.content {
	font-family: Bookman Old Style, Times New Roman, Times;
        font-size: 13px;
	color: #000000;
        font-weight: normal;
}

a:link,
a:active,
a:visited {
       color: #4F0826;
}

a:hover {
       color: #4F0826;
}

strong {
       color: #4F0826;
}

.left-panel-content {
	font-family: Bookman Old Style, Times New Roman, Times;
        font-size: 13px;
	color: #000000;
        font-weight: normal;
}

h1 {
	font-family: Bookman Old Style, Times New Roman, Times;
	font-size: 18px;
       color: #4F0826;
}

h2 {
	font-family: Bookman Old Style, Times New Roman, Times;
	font-size: 16px;
       color: #4F0826;
}

.jheader {
	font-family: Arial;
        font-size: 14px;
       color: #FFFFFF;
       font-weight: normal;
}

.jheader a:link,
.jheader a:active,
.jheader a:visited {
       color: #FFFFFF;
        text-decoration: none;
}
.jheader a:hover {
       color: #FFFFFF;
        text-decoration: underline;
}

.menu {
	font-family: Arial;
        font-size: 14px;
       color: #FFFFFF;
        font-weight: normal;
}

.menu a:link,
.menu a:active,
.menu a:visited {
       color: #FFFFFF;
        text-decoration: none;
}
.menu a:hover {
       color: #FFFFFF;
        text-decoration: underline;
}

.footer {
	font-family: Bookman Old Style, Times New Roman, Times;
	font-size: 11px;
       color: #FFFFFF;
       font-weight: normal;
}

.footer a:link,
.footer a:active,
.footer a:visited {
       color: #FFFFFF;
        text-decoration: none;
}
.footer a:hover {
       color: #FFFFFF;
        text-decoration: underline;
}

/* **************************************************
     LAYOUT
************************************************** */
.container {
       width: 900px;
       margin: 0px auto;
       padding: 0px;
}

#contain {
       background: #E7E7E7;
       height: 100%; 
}

.white {
       background: #E7E7E7;
}

#jheader {
       height: 30px;
       line-height: 28px;
       background: #80454B;
}

#nav {
       height: 230px;
       background: url(/Images/bkgd-nav.jpg) repeat-x;
}

#flash {
       text-align: right;
       height: 200px; 
}

#menu {
       height: 30px;
       line-height: 28px;
       text-align: right;
       margin-right: 15px;
}

.floater-top {
       margin: 8px 0px 0px 10px;
       border: 0px none;
       float: left;
       display: block;
}

.floater-bottom {
       border: 0px none;
       /* position: absolute; 
       top: 0px;
       left: 10px; */
       margin: 0px 0px 0px 10px;
       display: block;
}

#left-panel {
       float: left;
       width: 265px;
       margin-top: 0px;
       margin-bottom: 0px;
       background: #E7E7E7;
        height: 100%; 
}

#left-panel-content {
       padding: 0px 15px 15px 20px;
}

#content {
       float: left;
       width: 600px;
       /* position: relative; */
       padding: 25px 25px 25px 10px;
       background: #E7E7E7;
       min-height: 400px;
}

#footer {
       clear: both;
       height: 30px;
       line-height: 28px;
       background: #80454B;
}

