/*
==========================
===== GLOBAL STYLING =====
==========================
*/
/* =================================================================== HTML ELEMENTS --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 0.67em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #879479;
	margin: 20px 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
h2 { font-size: 2.2em; }
h3 {
	font-size: 1.6em;
	letter-spacing: 0;
	color: #879479;
	margin: 10px 0;
}
p {
	margin: 10px 0;
	line-height: 1.3em;
	font-size: 1.2em;
}
a { color: #000; }
a:hover { color: #879479; }
td { padding: 2px 5px 2px 0; }

/* =================================================================== DESIGN ELEMENTS --- */
/* --- CONSTRUCT --- */
#rootContainer {
	background: #fffef6;
	border-top: 1px #547b27 solid;
	border-bottom: 1px #547b27 solid;
	padding: 20px 0;
}
#flourishContainerTop {
	width: 100%;
	background: url(../_img/shadow-top.gif) repeat-x #879479 bottom;
	border-bottom: 3px #fff solid;
}
#flourishTop, #flourishBottom {
	height: 66px;
	width: 262px;
	margin: auto;
}
#flourishTop {
	background: url(../_img/flourish-top.gif) no-repeat center;
	padding: 0 0 10px 0;
}
#flourishContainerBottom {
	width: 100%;
	background: url(../_img/shadow-bottom.gif) repeat-x #879479 top;
	border-top: 3px #fff solid;
}
#flourishBottom {
	background: url(../_img/flourish-bottom.gif) no-repeat center;
	padding: 10px 0 0 0;
}

/* --- HEADER --- */
#logo {
	background: url(../_img/logo-windsorBride.gif);
	height: 46px;
	width: 296px;
	margin: auto;
}
#menu {
	list-style: none;
	margin: 20px auto 25px auto;
	font-size: 1.2em;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#menu li {
	display: inline;
	background: url(../_img/bullet.gif) no-repeat right center;
	padding: 0 10px 0 7px;
}
#menu li.lastOne { background: none; }
#menu a { text-decoration: none; }
#menu a:hover, #menu .selected { text-decoration: underline; }

/* --- CONTENT AREA --- */
#contentContainer {
	width: 700px;
	margin: auto;
}
#leftColumn, #rightColumn {
	float: left;
	width: 45%;
}
#leftColumn { margin: 0 20px 0 0; }
#rightColumn {}

/* --- FOOTER --- */
#footer {
	width: 550px;
	margin: -75px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #424a3b;
}
#footer p { font-size: 1em; }
#footer a { 
	text-decoration: none;
	color: #424a3b;
}
#footer a:hover { text-decoration: underline; }
#copyright { margin-left: 53px; }

/* =================================================================== RANDOM CLASSES --- */
.hideMe {
	display: none;
	line-height: 0em;
}
.clearer { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.highlight { font-weight: bold; }
#map {
	width: 340px;
	height: 340px;
	border: 10px solid #f6f4e5;
}
#about_pic {
	width: 341px;
	height: 280px;
	background: url(../_img/pic_shop_inside.jpg);
}