/* CSS For Generic Template */

/* highest level style */
body {
	text-align: center;
	background: url(/images/stoneTile.jpg);
	margin: 0px;
	padding: 0px;
}

/* Wraps all containers */
#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background-color: #f6f0e8;
	padding: 0px 3px 3px 3px;
	border-left: 5px double #cbc2b9;
	border-right: 5px double #cbc2b9;
	border-bottom: 5px double #cbc2b9;
}

/* Styles all Images */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Header Bar */
#header {
padding: 0px 0px 7px 0px;
}
#header h1 {
background: url(/images/ASCheaderStill_top.jpg) #cbc2b9 no-repeat;
height: 247px;
text-indent: 9999px;
overflow: hidden;
width: 760px;
margin: 0px;
padding: 0px;
}
#headBottom {
background: url(/images/ASCheaderStill_bottom.jpg) #cbc2b9 no-repeat;
height: 37px;
width: 760px;
margin: -1px 0px 0px 0px;
padding: 0px;
}
#headBottom span {
background: url(/images/ASCheaderStill_button.jpg) #cbc2b9 no-repeat;
height: 37px;
display: block;
float: right;
text-indent: 9999px;
overflow: hidden;
width: 266px;
margin: 0px;
padding: 0px;
}
#headBottom span a {
display: block;
height: 37px;
}

/* The Request Bar Under Header */
#request {
	background-color: #D7CAB7;
	height: 25px;
	margin: 0px;
	text-align: right;
	padding: 0 10px 0 0;
}
#request a, #request a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
#request a:hover {
	text-decoration: underline;
	color: #000066;	
}

/* Navigation on the left */
#leftNav {
	float: left;
	width: 210px;
	margin-bottom: 5px;
}
#leftNav ul {
	list-style-image: url(/images/bullet.gif); 
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 0px 3px;
}
#leftNav ul a, #leftNav ul a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#leftNav ul a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.menutoggleExpanded {
	margin-left: -22px;
}
.menutoggleContracted {
	margin-left: -22px;
	margin-top: -10px;
	margin-bottom: 4px;
}
li.toggler {
	list-style-type: none;
}
#leftNav ul li.toggler ul {
	margin: -4px 0 0 18px;
}
#leftNav ul .sub, li.toggler ul li {
	list-style-image: url(/images/bullet-long.gif);
	margin: 0px 0px 0px 18px;
}
#leftNav img {
	padding: 15px 0px 0px 30px;
}

/* Main content on the right */
#content {
	width: 532px;
	float: right;
	padding: 4px 12px 8px 4px;
}
#content h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #48020c;
	margin: 5px;
	padding: 2px;	
}
#content p, #content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.odd-row, tr.odd-row td {
	background-color: #cbc3b8;

}

#content table tr td{
	padding-right: 1em;

}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #48020c;
}
#content img {
	float: left;
	margin: 0px 10px 8px 10px;
}
#content table img {
	border: 1px solid #9A8F81;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* login for online catalog at bottom of page */
#storeLogIn {
	clear: right;
	float: right;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	height: 100px;
	background-color: #dedcd8;
	vertical-align: top;
	width: 378px;
	border-top: 3px double #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px double #000000;
	border-left: 1px solid #666666;
}
#storeShoppingCartBox {
	background-color:#9a8f81; 
	float:left; 
	width: 150px; 
	height: 100px;
	border-top: 3px double #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px double #000000;
	border-left: 1px solid #000000;
}

/* Footer on the bottom of the page*/

#footer {
	clear: both;
	bottom: 0px;
	background-color: #cbc3b8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	height: 19px;
	padding: 9px 0px 0px 0px;
	margin: 2px 0 0 0;
}
#footer p{
	display: block;
	float: left;
	padding: 0 0 0 28px;
	margin: 0 103px 0 0;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
}
#footer ul .bttm {
	border-right: solid 1px #000;
}
#footer ul li a, #footer ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}  
#footer ul li a:hover {
	text-decoration: underline;
}

#contactForm ul {
    font-family: Arial, Verdana, Tahoma;
    font-size: .85em;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#contactForm ul li {
    padding: 10px 0 3px 0;
    line-height: 25px;
    margin: 4px 0;
    border-top: 1px solid #ccc;
}

#contactForm label {
    display: block;
    width: 140px;
    float: left;
    text-align: right;
    margin: 0px 10px 0 0;
}

#contactForm .reqd {
    font-size: .9em;
    font-weight: 800;
    color: #ff0000;
}

/*---------- Shopping Cart Home Page Navigation -----------*/
#cartHomeNav li, #gallery li {
float: left;
list-style: none;
width: 125px;
margin: 5px 5px 7px 5px;
padding: 0px;
text-indent: 0px;
text-align: center;
}

#gallery li a img {
	margin-left: 1em;
}

#cartHomeNav li img {
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#cartHomeNav li span, #gallery li span {
font-weight: bold;
clear: left;
display: block;
padding: 3px 0px 0px 0px;
}
#cartHomeNav li a, #cartHomeNav li a:hover, #cartHomeNav li a:visited, #cartHomeNav li a:active, #gallery li a {
color: #000000;
}
#cartHomeNav li a:hover span, #gallery li a:hover span {
text-decoration: underline;
}
