/* Layout */

#outerWrapper {
	width:750px;	
	margin:auto;
}
#page {
	background-color:#fff;
	margin:auto;
	position:absolute;
	top:0;
	vertical-align:middle;
	width:750px;
}

#pageContent {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0;
	padding-left:0;
	width:750px;
}



/* Header */

DIV#header {
	width:750px;
}

DIV#header #navigation {
	background-color:#fff;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	clear:both;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	width:750px;
}

DIV#header #navigation LI {
	display:inline;
	padding-right:45px;
	width:112px;
}

DIV#header #navigation LI.first {
	padding-left:55px;
}

DIV#header #logo {
	height:79px;
	background-color:#000;
}

DIV#header A {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

DIV#header A.currentPage {
	color:#990000;
}

DIV#header #logo IMG {
	float:left;
	width:250px;
	padding-left:10px;
	padding-top:10px;
}

DIV#header #logo #tagline {
	color:#fff;
	float:left;
	text-align:right;
	width:480px;
	padding-top:30px;
	background-color:#000;
}


/* Footer */

DIV#footer {
	border-top:2px solid #999;
	color:#999;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

DIV#footer A {
	color:#999;
}

DIV#footer #companyInformation {
	background-color:#fff;
	padding-left:150px;
	padding-right:150px;
	text-align:center;
	padding-bottom:10px;
}

DIV#footer #companyInformation LI {
	list-style:none;
	float:left;
	width:110px;
}

DIV#footer #companyInformation LI.divider {
	width:60px;
}


/* General */
.copyUnderHeader {
	width:inherit;
	padding-bottom:10px;
	font-size:14px;
}

.boxedImage {
	padding:5px;
	border:1px solid #999;
}

.boxedImage IMG {
	margin:0;
	padding:0;
	border:1px solid #999;
}

H2 SPAN.previousBreadcrumb {
	color:#ccc;
}

H2 SPAN.previousBreadcrumb A {
	color:#ccc;
}


/* Home */

DIV#welcomeText {
	width:380px;
	float:left;
	font-size:14px;
}

DIV#welcomeAd {
	width:350px;
	float:left;
	padding-left:10px;
	padding-top:40px;
}

DIV#flashImageContainer {
	padding-top:10px;
}

DIV#flashImage {
	border:1px solid #000;
	width:350px;
	height:202px;
	background-color:#999;
}


/* Products */

DIV#products {
	padding-left:50px;
	padding-right:50px;
	text-align:center;
}

DIV#products P {
	text-align:left;
}

DIV#products IMG {
	margin-bottom:10px;
}

DIV#products DIV#roseCollection {
	float:left;
	width:350px;
}

DIV#products DIV#golf {
	float:left;
	width:165px;
}

DIV#products DIV#promotional {
	padding-bottom:20px;
	padding-right:20px;
	float:left;
	width:165px;
}

DIV#products DIV#mainProducts {
	width:365px;
	padding-right:40px;
	float:left;
}

DIV#products DIV#otherGifts {
	float:left;
	width:215px;
}

DIV#products DIV#holiday {
	padding-bottom:20px;
	padding-right:20px;
	float:left;
	width:165px;
}

DIV#products DIV#leafPendants {
	padding-bottom:20px;
	margin:auto;
	width:165px;
}


/* The Rose Collection */
DIV#dippedRoses {
	margin-right:20px;
}
DIV#lacqueredRoses {

}
DIV#otherProducts {
	clear:both;
	padding-top:20px;
}
DIV.featuredProduct {
	border:1px solid #666;
	float:left;
	width:362px;
	height:330px;
}
DIV.featuredProduct H3 {
	padding:5px 0 5px 0;
	text-align:center;
	background-color:#AF9D5D;
	color:#fff;
	border-bottom:1px solid #666;
}
DIV.featuredProduct UL {
	padding-bottom:10px;
}

DIV.featuredProduct LI {
	padding-bottom:8px;
	font-weight:bold;
}

DIV.featuredProduct P, DIV.featuredProduct UL, DIV.featuredProduct A.seeAll {
	margin:10px;
}

DIV.featuredProduct DIV.featuredImage {
	float:right;
	width:152px;
	margin:10px;
}

DIV#otherProducts DIV.product {
	float:left;
	width:375px;
	height:150px;
}

DIV#otherProducts DIV.product A.thumbnail {
	float:left;
	width:100px;
}

DIV#otherProducts DIV.product DIV.description {
	float:left;
	width:200px;
	padding-left:10px;
}

DIV#otherProducts H3 {
	padding:5px 0 5px 0;
	text-align:center;
	background-color:#AF9D5D;
	color:#fff;
	border:1px solid #666;
	margin-bottom:10px;
}


/* Product Details */

DIV.productDetails {
	padding-top:20px;
	border-top:1px solid #999;
	clear:both;
	margin-top:20px;
}

A.topOfPage {
	clear:both;
	color:#666;
	display:block;
	margin-top:10px;
}

DIV.productDetails DIV.description P A {
	display:inline;
	padding:0;
}

DIV.productDetails DIV.description A {
	display:block;
	padding-bottom:5px;
}

DIV.productDetails DIV.productImage {
	float:right;
	width:150px;
	padding-left:20px;
	padding-bottom:20px;
	text-align:center;
}


DIV.viewLarger {

}

A.viewLargerImage {
	background-image:url(../images/magnifying_glass.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:10px;
	text-decoration:none;
	color:#666;
	display:block;
	margin-left:10px;

}

DIV.productDetails DIV.otherImages {
	padding-top:20px;
	width:490px;
}

DIV.productDetails DIV.otherImages SPAN.title {
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}

DIV.productDetails DIV.otherImages DIV {
	width:110px;
	float:left;
	padding-right:5px;
}

DIV.productDetails DIV.otherImages DIV SPAN {
	text-align:center;
	display:block;
	padding-top:5px;
}

DIV.productDetails DIV.otherImages IMG {
	text-align:center;
}


/* Testimonials */

DIV.testimonial {
	background-image:url(../images/quotes_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:45px;
	padding-bottom:30px;
	margin:auto;
	width:450px;	
}

DIV.testimonial P.testimonialText {
	background-image:url(../images/quotes_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:40px;
	height:100px;
}

DIV.testimonial P.signature {
	color:#999999;
}

DIV.testimonial P.referringTo {
	color:#999999;
}

#homePageTestimonial {
	width:325px;
}

#homePageTestimonial P.testimonialText {
	height:200px;
}


/* Contact Us */

DL.contactInfo {
	padding:0;
}

DL.contactInfo DT,  DL.contactInfo DD {
	height:24px;
}

DL.contactInfo DT {
	width:70px;
}

DL.contactInfo DT.email {
	background-image:url(../images/email.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

DL.contactInfo DT.phone {
	background-image:url(../images/phone.gif);
	background-repeat:no-repeat;
	background-position:6px 0px;
}

/* Marketing & Pricing */

SPAN.error {
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:5px 0 5px 28px;
	font-weight:bold;
	color:#990000;
	display:block;
}

DIV.ad {
	clear:both;
	border-top:1px solid #999;
	padding-bottom:20px;
	padding-top:20px;
}

DIV.ad H3 {
	padding-bottom:10px;
}

DIV.ad DIV.adImage {
	float:left;
	text-align:center;
	padding-right:10px;
}
DIV.ad DIV.adImage SPAN.description {
	display:block;
	color:#999999;
	padding-bottom:10px;
}

DIV.ad DIV.downloadLinks {
	float:left;
	width:280px;
}

A.download {
	clear:both;
	background-image:url(../images/download.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:5px 0 5px 28px;
	display:block;
}

UL#adsCalendar {
	background-image:url(../images/ads/calendar_bkgnd.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:460px;
	margin:auto;
	height:300px;
	text-align:center;
}

UL#adsCalendar LI {
	float:left;
	width:145px;
	padding:20px;
}

TABLE#adSlickCalendar {
	width:500px;
	float:left;
}

TABLE#adSlickCalendar TD {
	width:120px;
	height:100px;
	background-color:#fff;
	border:1px solid #000;
	color:#000;
	vertical-align:text-top;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

TABLE#adSlickCalendar TD.todaysMonth {
	border:2px solid #000;
	background-color:#ccc;
}

TABLE#adSlickCalendar TD LI {
	padding-bottom:5px;
	list-style-type:square;
	list-style-position:inside;
	font-weight:normal;
}

DIV#anytimeRoses {
	width:218px;
	float:left;
	padding-left:15px;
	padding-top:10px;
	text-align:center;
}

DIV#anytimeRoses H3 {
	padding-bottom:10px;
}

DIV#anytimeRoses P {
	color:#333;
}

DIV#anytimeRoses P A {
	color:#333;
}

DIV#anytimeRoses LI {
	padding-bottom:5px;
	list-style-type:square;
}

DIV#printMenu {
	margin-right:20px;
	height:100px;
	text-align:center;
}

DIV#videoMenu {
	height:100px;
	margin-bottom:20px;
	text-align:center;
}

DIV#pricingMenu {
	height:100px;
	margin:auto;
	float:none;
	text-align:center;
}

DIV#funeralMenu {
	height:125px;
	margin:auto;
	float:none;
	text-align:center;
}

H3.priceListTitle {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

TABLE.priceList {
	width:500px;
	margin:auto;
	border:1px solid #666;
	border-collapse:collapse;
}

TABLE.priceList TH {
	padding:5px 0 5px 0;
	text-align:center;
	background-color:#AF9D5D;
	color:#fff;
	border-bottom:1px solid #666;
}

TABLE.priceList TD {
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

TABLE.priceList TD DIV.title {
	padding:5px;
}

TABLE.priceList TD.yourPrice {
	font-weight:bold;
}

TABLE.priceList TD UL.description {
	padding:0 5px 5px 5px;
	font-weight:normal;
}

TABLE.priceList TD UL.description LI {
	padding-top:10px;
}

/* Funeral - Interview */
DIV#interviewQA DL {
	width:auto;
	padding:0;
	margin:0;
}

DIV#interviewQA DT {
	display:block;
	width:100%;
	text-align:left;
}

DIV#interviewQA DD {
	display:block;
	padding:0 0 15px 0;
	clear:both;
	width:100%;
}