/* Neutralize default stylings
----------------------------------------------------------------------------- */
ul,ol {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,pre,code,kbd {
    font-size: 1em;
}
dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}
img, a img,:link img,:visited img {
    border: none;
}
address,abbr {
    font-style: normal;
}
object {
    margin: 0 auto;
    display: block
}

/* Structure
----------------------------------------------------------------------------- */
body {
    background: #2f2416 url(../images/bg.gif) repeat;
}
#wrap {
    width: 975px;
    margin: 0 auto;
    text-align: center;
}
#header {
	position: relative;
    margin-top: 0;
    z-index: 1;
}
#masthead {
    float: left;
}
#leaves {
    float: left;
    width: 350px;
    height: 204px;
}
#container {
    width: 975px;
    float: left;
    text-align: left;
    background: #d1c9ab url(../images/c_bg.jpg) repeat-y -2px;
}
#leftpane {
    width: 240px;
    float: left;
    background-image: url(../images/nav_bg.jpg);
    background-repeat: no-repeat;
}
#rightpane {
    float: right;
    width: 720px;
    text-align: left;
}
#content {
    clear: both;
    padding: 10px 30px 10px 20px;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 80%;
    color: #CFC6A7;
}

ul#photogallery {
    margin: 0 auto;
    text-align: center;
}
#photogallery li {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #C4B88F;
    padding: 5px;
    border: 1px solid #BBAD7E;
}
ul#galleries {
    margin: 0 auto;
    text-align: center;
}
#galleries li {
    float: left;
    display: inline;
    margin-right: 5px;
    margin-bottom: 10px;
}

/* Typeography
----------------------------------------------------------------------------- */
body {
	font: small/120% sans-serif;
    color: #333;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: -.05em;
	margin-bottom: .5em;
	line-height: 1.5em;
    color: #521900;
}
h1 {
	font-size: 24px;
}
h2 {
    margin-bottom: 1em;
    font: normal normal 16px Helvetica, Arial, sans-serif;
    text-align: center;
}
h2.alt {
    text-align: left;
}
ul li {
    font-size: 12px;
}
ul.alt {
    font-size: 12px;
    list-style-type: disc;
    padding-bottom: 2em;
    padding-left: 15px;
}
ul.alt li {
    padding-bottom: .5em;
}

p {
    padding-bottom: 1em;
}
a {
    color: #69321f;
    text-decoration: underline;
}
.small {
    font-size: 70%;
}
#container {
    font: normal 14px Arial, sans-serif;
    /*color: #756f4c;*/
    color: #333
}

.callout {
    float: right;
    margin-left: 1em;
    border-top: 2px #4b2719 solid;
    width: 200px;
    padding: 1em 0 0 20px;
    font-style: italic;
}


/* sIFR Typeography
----------------------------------------------------------------------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
    font-size: 34px;
}


/* Navigation. Modified from ALA
----------------------------------------------------------------------------- */
#navmenu {
    width: 618px;
	position: relative;
	float: left;
    z-index: 10;
}
#nav {
	position: absolute;
	top: 147px;
	left: 8px;;
    height: 40px;
    width: 618px;
}
#nav a {
    text-decoration: none;
}
#nav li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}
#nav li span {
    position: absolute;
    left: -9384px;
}
#liHome a, #liFloral a, #liEventsCenter a, #liAbout a, #liContact a {
    display: block;
    position: relative;
    height: 40px;
    background: url(../images/nav.jpg) no-repeat;
}
#nav #liHome {
    width: 101px;
}
#nav #liFloral {
    width: 179px;
}
#nav #liEventsCenter {
    width: 138px;
}
#nav #liAbout {
    width: 106px;
}
#nav #liContact {
    width: 92px;
}
#liHome a {
    background-position: 0 0;
}
#liFloral a {
    background-position: -101px 0;
}
#liEventsCenter a {
    background-position: -281px 0;
}
#liAbout a {
    background-position: -420px 0;
}
#liContact a {
    background-position: -519px 0;
}

#liHome.on a {
    background-position: 0 -40px;
}
#liFloral.on a {
    background-position: -101px -40px;
}
#liEventsCenter.on a {
    background-position: -281px -40px;
}
#liAbout.on a {
    background-position: -420px -40px;
}
#liContact.on a {
    background-position: -519px -40px;
}
#liHome a:hover, #liHome:hover a, #liHome.over a {
    background-position: 0 -40px;
}
#liFloral a:hover, #liFloral:hover a, #liFloral.over a {
    background-position: -101px -40px;
}
#liEventsCenter a:hover, #liEventsCenter:hover a, #liEventsCenter.over a {
    background-position: -281px -40px;
}
#liAbout a:hover, #liAbout:hover a, #liAbout.over a {
    background-position: -420px -40px;
}
#liContact a:hover, #liContact:hover a, #liContact.over a {
    background-position: -519px -40px;
}

/* Product Display
----------------------------------------------------------------------------- */
.product {
	float: left;
	width: 95%;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #E2DDCA;
	border: 1px solid #B5A67A;
}
.product .thumbnail {
	float: left;
	margin-right: 12px;
}
.product .thumbnail p {
	width: 200px;
	text-align: center;
	font-size: 10px;
}
.product .thumbnail img {
	background-color: #BCAF86;
	border: 2px solid #AA9966;
	padding: 10px;
}
.product .info {
    float: left;
    width: 400px;
}
.product .description {
	padding-top: .5em;
    font-size: 90%;
}
.product .description p.product_title {
    color: #990000;
    font-weight: bold;
}
.product .price {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 16px;
    color: #006633;
}
.product #inCart {
    background-color: #00922C;
    border: 1px solid #006600;
    color: white;
    text-align: center;
    float: left;
}
.product #inCart p {
    margin: 0;
    padding: .5em 0;
}
.product #inCart a {
    font-size: 12px;
    color: #FFF;
    margin: 0;padding:0;
}


.product #slider {
    display: block;
    text-align: center;
    /*clear: both;*/
}
.product #area2 {
    height: 14px;
    width: 300px;
    background: url(/images/area2.gif) no-repeat center center;
}

.product #knob2 {
    height: 15px;
    width: 15px;
    background: url(/images/slider.png) no-repeat center center;
    cursor: pointer;
}



/* Misc.
----------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.gallery_right {
    float: right;
}

.gallery_right img {
	background-color: #BCAF86;
	border: 2px solid #AA9966;
	padding: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.highlightbox {
	width: 95%;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #D9D2BA;
	border: 1px solid #B5A67A;
}
#map {
    border: 3px solid #B5A67A;
    padding: 3px;
    margin-bottom: 1em;
}
#cartSummary {
    background: url(../images/cart4.png) no-repeat 3px 2px;
    padding-left: 25px;
    margin-left: 17px;
    font-size: 12px;
    margin-bottom: 1em;
    height: 20px;
}
#cartSummary p {
    margin: 0;
    padding: 4px 0 0 0;
}
#cartSummary a {
    text-decoration: none;
    height: 20px;
}
#cartSummary a:hover {
    text-decoration: underline;
}

/* Cart table
----------------------------------------------------------------------------- */
#cart {
    width: 90%;
    margin: 0 auto;
}

#cart th {
    color: #771919;
}

#cart td {
    background-color: #C6BB97;
}

#cart tr.alt1 {
    background-color: #C6BB97;
}
#cart tr.alt2 {
    background-color: #CFC6A7;
}


/* Cart table
----------------------------------------------------------------------------- */
#arrangements {
    /*
    background: transparent url(../images/arrangement_bg.png) no-repeat;
    height: 380px;
    width: 717px;
    */
}

.imageElement h3 {
    color: #FFF;
}
