/*******  Stylesheet for Savvy Seconds Consignment Boutique *******/


	/* Eliminate extraneous margins and padding */
*	{
	margin: 0px;
	padding: 0px;
	}

	/* Outer wrap, enables stretchable background */
#wrap	{
	width: 100%;
	height: 100%;
	z-index: 1;
	}

	/* Header, includes everything from the black line up */
#header {
	width: 100%;
	height: 236px;
	background-color: #ffffff;
	background-image: url('images/topbar.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 2px solid #533019;
	}


	/* Header Inside - Just the content section of the header */
#header-inside {
	width: 983px;
	position: relative;   /* The hanging photo is absolute, so this needs to be
				 relative to allow it correct placement */
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	}

	img.logo {
		width: 401px;
		height: 229px;
		border: 0px none transparent;
		float: left;
		margin-top: 5px;
		z-index: 4;
		}


	#painting {
		width: 328px;
		height: 297px;
		margin-right: 8px;
		z-index: 45;
		float: right;
		}

	img.painting {
		width: 328px;
		height: 297px;
		border: 0px none transparent;
		z-index: 45;
		}


	p.address {
		margin: 8px;
		color: #a30046;
		font-size: 110%;
		text-align: center;
		}


	p.goldcenter {
		margin: 10px 5px 13px 5px;
		color: #958800;
		font-weight: bold;
		font-size: 115%;
		text-align: center;
		}

		p.goldcenter a {
			color: #958800;
			text-decoration: none;
			}

		p.goldcenter a:link {
			color: #958800;
			text-decoration: none;
			}

		p.goldcenter a:visited {
			color: #958800;
			text-decoration: none;
			}

		p.goldcenter a:hover {
			color: #958800;
			text-decoration: underline;
			}

#mainpink {
	width: 100%;
	background-color: #e7bdcf;
	background-image: url('images/ltpinkbg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 2px solid #000000;
	}

#pink-content {
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	}

table.pinkbg {
	width: 983px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	}

	td.sidebar {
		width: 250px;
		display: table-cell;
		vertical-align: top;
		}

	td.main-content {
		width: 689px;
		display: table-cell;
		vertical-align: top;
		background-image: url('images/floralbg.jpg');
		background-repeat: repeat;
		background-position: top left;
		}

		table.main-content-inner {
			width: 689px;
			display: table-cell;
			vertical-align: top;
			border: 0px none transparent;
			border-spacing: 0px;
			border-collapse: collapse;
			}

			td.main-content-top {
				width: 689px;
				height: 23px;
				background-image: url('images/main-content-top.gif');
				background-repeat: no-repeat;
				background-position: top left;
				}

			td.main-content-middle {
				width: 639px;
				background-image: url('images/main-content-middle.gif');
				background-repeat: repeat-y;
				background-position: center center;
				padding-left: 25px;
				padding-right: 20px;
				padding-top: 16px;
				display: table-cell;
				vertical-align: top;
				}

				td.main-content-middle h1 {
					width: 630px;
					background-image: url('images/h1bg.png');
					background-repeat: no-repeat;
					background-position: bottom left;
					color: #663300;
					font-size: 170%;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-weight: normal;
					margin-bottom: 15px;
					}

				td.main-content-middle p {
					color: #A30046;
					line-height: 175%;
					font-size: 110%;
					}					

			td.main-content-bottom {
				width: 689px;
				height: 25px;
				background-image: url('images/main-content-bottom.gif');
				background-repeat: no-repeat;
				background-position: top left;
				}



	td.rightspacer {
		width: 44px;
		}

img.sidebar30 {
	width: 250px;
	height: 30px;
	border: 0px none transparent;
	padding: 0px;
	margin: 0px;
	}


img.sidebar25 {
	width: 250px;
	height: 25px;
	border: 0px none transparent;
	padding: 0px;
	margin: 0px;
	}

img.sidebar20 {
	width: 250px;
	height: 20px;
	border: 0px none transparent;
	padding: 0px;
	margin: 0px;
	}

table.main-content-more {
	width: 635px;
	margin-top: 20px;
	}

	td.photo {
		width: 193px;
		display: table-cell;
		vertical-align: middle;
		}

	td.hours {
		width: 201px;
		display: table-cell;
		vertical-align: middle;
		}

	td.right {
		width: 241px;
		display: table-cell;
		vertical-align: top;
		}

	td.stopby {
	width: auto;
		}

		td.stopby h2 {
			color: #958800;
			font-size: 170%;
			font-style: italic;
			font-weight: normal;
			}


	/* Clear div, forces elements to clear each other when they 
	   are reluctant to do so */
div.clear {
	width: 100%;
	height: 0px;
	line-height: 0%;
	font-size: 0%;
	clear: both;
	}

span.lower {
	position: relative;
	top: 2px;
	}

div.openquotes {
	padding-right: 4px;
	width: 41px;
	height: 32px;
	background-image: url('images/openquotes.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 40px;
	float: left;
	}

div.closequotes {
	padding-left: 2px;
	width: 41px;
	height: 40px;
	background-image: url('images/closequotes.png');
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	position: relative;
	top: -13px;
	}

#footer {
	background-color: #ffffff;
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
	}

#bottomlinks p {
	color: #a30046;
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	}

#bottomlinks a:link {
	color: #a30046;
	text-decoration: none;
	}

#bottomlinks a:visited {
	color: #a30046;
	text-decoration: none;
	}

#bottomlinks a:hover {
	color: #a30046;
	text-decoration: underline;
	}

#copyright p {
	color: #533019;
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	padding-top: 10px;
	}

#copyright a:link {
	color: #533019;
	text-decoration: none;
	}

#copyright a:visited {
	color: #533019;
	text-decoration: none;
	}

#copyright a:hover {
	color: #533019;
	text-decoration: underline;
	}
