@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bkgd-top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #e6f2db;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 830px;
	color: #547948;
	/*font: small Georgia, "Times New Roman", Times, serif;*/
	font: small Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 95%;
	position: relative;
	background-image: url(../images/art-bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#purplecolumn {
	background-image: url(../images/bkgd-purplecolumn.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#topper {
	width: 830px;
	height: 246px;
	position: relative;
	z-index: 0;
}
#content {
	margin: 0 300px 0 185px;
	padding: 30px 20px 0 0;
}
#contentgallery {
	float: left;
	margin: 0 0 0 185px;
	padding: 30px 20px 0 0;
	width: 325px;
}
#credits {
	color: #83407d;
}


/* -------------------------- right column ------------------------ */
#rightcolumn {
	float: right;
	width: 280px;
	padding: 30px 0 230px 15px;
	background-color: #eed9ea;
	background-image: url(../images/bkgd-rightcolumn.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #83407d;
}
#rightcolumngallery {
	margin: 0 0 0 535px;
	width: 280px;
	padding: 30px 0 230px 15px;
	background-color: #eed9ea;
	background-image: url(../images/bkgd-rightcolumn.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #83407d;
}
#rightcolumn p {
	padding: 0 20px 0 0;
}
#rightcolumn .bold, #rightcolumn p strong {
	color: #673966;
	font-size: 110%;
}
.halfcolumn {
	width: 140px;
	float: left;
}
.halfcolumn img {
	margin: 0 0 17px 0;
}


/* ------------------------ nav --------------------------------- */

#nav {
	float: left;
	width: 185px;
	font-weight: bold;
	position: absolute;
	top: 152px;
	left: 0;
	z-index: 1;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	line-height: 1.9em;
}
#nav ul a:link, #nav ul a:visited {
	color: #83407d;
	text-decoration: none;
}
#nav ul a:hover {
	color: #ae79a9;
	text-decoration: none;
}


/* ------------------------ MISC TEXT --------------------------- */
.bold {
	font-weight: bold;
}
h1 {
	font-weight: normal;
	color: #83407d;
	font-size: 180%;
	margin: 0 0 10px 0;
}
h2 {
	font-weight: bold;
	color: #83407d;
	font-size: 120%;
}
a:link, a:visited {
	color: #83407d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #83407d;
	font-weight: bold;
	text-decoration: none;
}
ul {
	margin: 5px 0 0 15px;
	padding: 0;
}
.lblCost {
    font-size: 110%;
    font-weight: bold;
}


/* ----------------------- elements ---------------------------- */
.divider {
	margin: 30px 0 0 0;
	height: 4px;
	border: 1px solid #ac8f9a;
}

/* ----------------------- tables ------------------------------- */
.pricing, .deliveries {
	border-collapse: collapse;
}
.pricing td, .pricing th, .deliveries td, .deliveries th {
	padding: 5px 10px 5px 5px;
}
.pricing .odd, .deliveries .odd {
	background-color: #d1e8bd;
}

.arrangementpricing {
    border-collapse: collapse;
}
.arrangementpricing caption {
	color: #673966;
	font-size: 110%;
    font-weight: bold;
    text-align: left;
    padding: 0 0 5px 0;
}
.arrangementpricing thead {
    background-color: #ddb3d9;
    color: White;
}
.arrangementpricing thead td {
    border: none;
}
.arrangementpricing td {
    border: 1px solid #ddb3d9;
    padding: 5px;
}

/* --------------------   forms   -------------------------- */
#order h4 {
	color: #83407d;
    margin: 15px 0 0 0;
    padding: 0;
}
#order .radiodescription p {
    margin: 0 0 0 20px;
}
#order p {
    margin: 5px 0;
}
#order .text30 {
    width: 30px;
    margin: 2px 0;
}
#order .text50 {
    width: 50px;
    margin: 2px 0;
}
#order .text75 {
    width: 75px;
    margin: 2px 0;
}
#order .text100 {
    width: 100px;
    margin: 2px 0;
}
#order .text150 {
    width: 150px;
    margin: 2px 0;
}
#order .text275 {
    width: 275px;
    margin: 2px 0;
}
#order .textarea {
    width: 275px;
    height: 50px;
    margin: 2px 0;
	font: small Helvetica, Arial, Verdana, sans-serif;
}
#order .dropdown {
    margin: 2px 0;
}

/* ---------------------   extras   ---------------------------------*/
#localBest {
	position:relative;
	right:0px;
	margin-top:-15px;
	margin-left:10px;
	width:85px;
	height:74px;
	float:right;
}
