/*
-------------------------------------------
Marjories Web Site
Author: Community Internet
Author Web Site: http://www.comminternet.com
-------------------------------------------
*/

@import url(store_screen.css);

/* ---- Main Styles ---- */

body {
    background: #6f3c1d url(../images/background.jpg) repeat left top;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}
p, div, table {
    font: 16px "Times New Roman", Times, serif;
    color: #88614E;
}
img {
    padding: 3px;
    background: #F5F0E8;
/*    border: 2px solid #65390E; */
}
ul, li {
    list-style: none;
}
h1 {
    font: 24px "Times New Roman", Times, serif;
    color: #88614E;	
    background: #F3F0E1;
}
h2 {
    font: 20px "Times New Roman", Times, serif;
    color: #88614E;	
}
h3 {
    font: 16px "Times New Roman", Times, serif;
    color: #88614E;	
    font-weight: bold;
}
h4 {
    font: 16px "Times New Roman", Times, serif;
    color: #88614E;	
}
a:link, a:visited {
    color: #bd5a43;
    text-decoration: underline;
}
a:hover {
    color: #82402F;
    text-decoration: underline;
}		
.clear {
    clear: both;
}	
.rightfloat {
    float: right;
    margin: 10px;
}	
.leftfloat {
    float: left;
    margin: 10px;
}
.small {
    font-size: 11px;
}
/* ---- Layout ---- */
#pageContainer {
    width: 748px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: #F3F0E1;
}
#pageTop {
    background: url(../images/header.jpg) no-repeat left top;
    height: 109px;
    text-align: right;
    padding-right: 10px;
    position: relative;
}

#pageTop .link a
{
    display: block;
    height: 109px;
    width: 530px;
}

#contactinfo{
    width: 220px;
    position: absolute;
    top: 35px;
    right: 5px;
    text-align: center;
}
#contactinfo p{
    color: #60370D;
    font: 11px "Times New Roman", Times, serif;
    padding: 0;
    margin: 7px;
    line-height: 95%;
}
#pageTop a{
    color: #60370D;
    font-weight: bold;
    text-decoration: none;
}
#topphotos {
    height: 249px;
}
#topphotos img {
    border: none;
    padding: 0;
}
#left {
    float: left;
    width: 130px;
    padding: 10px;
}
#nav {
    background: url(../images/menu-top.jpg) no-repeat left top;
    padding-top: 13px;
    width: 156px;
}
#nav div {
    padding-bottom: 13px;
    background: url(../images/menu-bottom.jpg) no-repeat left bottom;
}
#nav * div {
    border-right: 3px solid #65390E;
    border-left: 3px solid #65390E;
    background: #E8DAC5;
    padding: 5px;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav a {
    color: #60370D;
    font: 16px "Times New Roman", Georgia, Times, serif;
    display: block;
    text-decoration: none;
    padding: 3px;
    height: 20px;
}
#nav a:hover {
    color: #fff;
    background-color: #65390E;
    display: block;
    text-decoration: none;
}	
.leftproducts {
    text-align: center;
    margin: 10px;
}
#pageContent {
    margin-left: 170px;
    padding: 10px;
}
#pageContent li {
    list-style: disc;
}

#pageContent .specialCategoryNavbar
{
    background-color: #65390E;
    border: 1px solid #F3F0E1;
    margin-top: 10px;
	padding: 3px;
}

#pageContent .specialCategoryNavbar a
{
    color: white;
    text-decoration: none;
}

#pageContent .specialCategoryNavbar ul
{
    margin: 0;
    padding: 4px;
    text-align: center;
	width: 225px;
	float: left;
	*width: 150px;
}

#pageContent .specialCategoryNavbar ul li
{
    display: inline;
    padding: 0 0.65em;
	list-style-type: none;
	*display: block;
}

#pageContent .specialCategoryNavbar .joinList
{
	display: inline;
}

#pageContent .specialCategoryNavbar .joinList p
{
	margin: 6px 3px 0 0;
	color: #fff;
	float: left;
	font-size: 0.85em;
	font-style: italic;
}

#pageContent .specialCategoryNavbar .joinList form
{
	*width: 350px;
	*position: relative;
	*top: -10px;
	*right: -20px;
}

#pageContent .allCaps
{
	text-transform: uppercase;
	font-weight:bold;
	color:#65390E;
}

#pageBottom {
    text-align: center;
    clear: both;
    height: 59px;
    padding-top: 10px;
    color: white;
    background: #65390E;
    font: 11pt "Times New Roman", Times, serif;
}
#pageBottom ul {
    padding: 0;
    margin-top: 0;
    list-style: none;
}
#pageBottom li {
    margin: 0;
    padding: 10px;
    display: inline;
}
#pageBottom a {
    color: #F5F0E8;
    text-decoration: none;
}
#pageBottom a:hover {
    text-decoration: underline;
}

/* Home page. */

#pageContainer #topphotos
{
    display: none;
}

#pageContainer.home #topphotos
{
    display: block;
}

/* Category page. */

#pageContainer.productCategory .specialCategories
{
    display: none;
}

#pageContainer.productCategory .specialCategoryNavbar .specialCategories
{
    display: block;
}

/* Customer service location page. */

#pageContainer.customerService_location #googleMap
{
    width: 85%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #aaa;
}

#pageContainer.customerService_location .mapInstructions
{
    text-align: center;
}

#pageContainer.customerService_location .zoomButton
{
    cursor: pointer;
    vertical-align: middle;
    border: none;
}

#googleMap img
{
    padding: 0;
    background: transparent;
    border: none;
}

.googleMapInfoWindow
{
    display: none;
    margin: 0;
    padding: 0;
}

.googleMapInfoWindow p
{
    color: black;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    margin-top: 0;
}

.googleMapInfoWindow .label
{
    font-weight: bold;
}

.googleMapInfoWindow .address
{
    margin-bottom: 0;
}

#pageContainer.customerService_location #pageContent form table
{
    margin-right: auto;
    margin-left: auto;
}

#pageContainer.customerService_location #pageContent form .buttons,
#pageContainer.customerService_location #pageContent .directionsInstructions
{
    text-align: center;
}

input,
textarea,
select
{
    background-color: #F9F8F1;
    padding: 3px;
    border: 1px solid #65390E;
}

/* COMPONENTS. */

/* Site navigator. */

.siteNavigator
{
    margin-left: 0;
    padding: 0;
    font-size: 10pt;
}

.siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 7px 0 11px;
}

.siteNavigator li.first
{
    background-image: none;
    padding-left: 0;
}

/* Page navigator. */

#pageContainer #pageContent .pageNavigator
{
	float: right;
	font-weight: bold;
    margin: 0;
}

#pageContainer #pageContent .pageNavigator.bottom
{
	margin-right: 205px;
}

#pageContainer #pageContent .pageNavigator .label {}

#pageContainer #pageContent .pageNavigator ul
{
    display: inline;
    padding-left: 0;
}

#pageContainer #pageContent .pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

#pageContainer #pageContent .pageNavigator ul li.next {}
#pageContainer #pageContent .pageNavigator ul li.previous {}

#pageContainer #pageContent .pageNavigator ul li a
{
    background: white;
    border: 2px solid #5F3913;
    padding: 3px 5px;
    text-decoration: none;
}

.pageNavigator.bottom {}


/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    height: 1.75em;
    font-style: italic;
    padding-right: 0.5em;
}

form td.field {}

form td.field ul
{
    margin: 0;
    padding: 0;
}

#pageContent form td.field ul li
{
    list-style: none;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-bottom: 0;
}

#pageContent form ul.errors li
{
    list-style: none;
}

form .buttons {}

/* Log. */

.log
{
    display: none;
}

.log h1
{
    font-family: Arial;
    font-size: 100%;
}

.log table
{
    width: 98%;
    clear: both;
    border-collapse: collapse;
    font: 9pt Arial;
    margin: 0 auto 1em auto;
}

.log code
{
    color: blue;
}

.log th
{
    text-align: left;
    background-color: #eee;
    padding: 3px 0 3px 0;
}

.log td
{
    padding: 3px 12px 3px 3px;
    border-bottom: 1px solid #eee;
}

imgLeft{
    padding: 3px;
    background: #F5F0E8;
   border: 2px solid #65390E;  
}

imgRight{
    padding: 3px;
    background: #F5F0E8;
    border: 2px solid #65390E; 
}

.hidden
{
    display: none;
}

.indented
{
    padding-left: 1em;
}

/* CSS Document */

#pageContainer.links h2
{
	font-size: 16px;
	margin: 1.5em 0 0 0;
	text-transform: uppercase;
}
.imgRightCorners{
    float:right
}
.store{
    padding: 3px;
    background: #F5F0E8;
    border: 2px solid #65390E;
    margin:0 0 35px 0;
}

.storemap{
    padding: 3px 3px 3px 3px;
    background: #F5F0E8;
    border: 2px solid #65390E;
    margin:0 0 0 10px;
}

.note
{
    font-size: 12px;
}

.message
{
    background-color:#FFFFFF;

}

a img { border: none; }