/* cupidsgr.css - 2009 */

/*
Colors:
OLD --
Dark violet: 661466
Pink bkgnd: F8F0F1
Tan Text: 969D3A
NEW --
Background: F8F0F1
Deep Pink: c81093
Hot Pink: FF69B4
Dark Yellow Green: 969D3A
Darkest Brick: 350F04

Latest Pink: c81093
*/

/* YUI Grid Customization */

html {
	background-color: #350F04;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

div#doc2 {
	margin-top: 0px;
	background: #F8F0F1 url('../images/cg-body-bkgnd-950sq.gif') repeat-y top center;
}

div#hd {
	margin-bottom: 20px;
	background: #F8F0F1 url('../images/CG-masthead-07.jpg') no-repeat top left;
}

div#bd{
	margin-bottom: 20px;
}

yui-u {
	/*background-color: #ff0;*/
}

/* Generic Styles */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 182%;
	line-height: 130%;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: center;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 131%;
	line-height: 120%;
	color: #000;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	line-height: 120%;
	color: #000;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #000;
}

/* Header Styles */

div#headerpix {
	background: #F8F0F1 url('../images/CG-masthead-07.jpg') no-repeat;
	height: 130px;
	width: 948px;
}

div#navbar {
	margin: 0px 0px 10px 0px;
	background-color: #c81093;
	text-align: center;
	height: 27px;
	border-top: 1px solid #9cc;
	border-bottom: 1px solid #fff;
}

div#navbar ul {
	padding: 4px 0px 0px 0px;
}

div#navbar ul li {
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 85%;
	color: #fff;
	letter-spacing: 0.06em;
	margin: 5px 0px 0px 0px;
}

div#navbar ul li a {
	text-decoration: none;
	border: 1px solid #9cc;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
	background-color: #c81093;
}

div#navbar ul li a:link {
	text-decoration: none;
	font-weight: bold;
}

div#navbar ul li a:visited {
	background-color: #c81093;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div#navbar ul li a:hover {
	border: 1px solid #c81093;
	background-color: #9cc;
	text-decoration: none;
	font-weight: bold;
	color: #c81093;
}

span.lastbutton li a{
	border-right: none;
}


p.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	line-height: 150%;
	color: #c81093;
}

p.headerSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	color: #000;
}

div.headerTextWrapper {
	text-align: center;
	
/*	margin: 3px 0px 10px 0px;
	color: #000;
	border-bottom: 1px solid #9cc;*/
	padding-bottom: 10px;
}

/* Nav Sidebar Styles*/

ul.sidebarNav {
	margin: 40px 0px;
}

ul.sidebarNav li {
	display: list-item;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 100%;
	color: #c81093;
	letter-spacing: 0.11em;
	margin: 0px 5px 10px 0px;
	text-align: center;
}

ul.sidebarNav li a {
	text-decoration: none;
	padding: 3px 5px;
	color: #c81093;
	font-weight: bold;
}

ul.sidebarNav li a:link {
	text-decoration: none;
}

ul.sidebarNav li a:visited {
	text-decoration: none;
}

ul.sidebarNav li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #969D3A;
}

img.dividerImage {
	margin-bottom: 0px;
}


/* Body Nav Styles*/

ul.bodyNav {
	margin: 20px 0px;
}

ul.bodyNav li {
	display: list-item;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 108%;
	color: #c81093;
	letter-spacing: 0.11em;
	margin: 0px 5px 10px 0px;
	text-align: center;
}

ul.bodyNav li a {
	text-decoration: none;
	padding: 3px 5px;
	color: #c81093;
	font-weight: bold;
}

ul.bodyNav li a:link {
	text-decoration: none;
}

ul.bodyNav li a:visited {
	text-decoration: none;
}

ul.bodyNav li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #969D3A;
}




/* Home Page Styles */
div.homepage {
	margin: 0px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div.homepage h1 {
	color: #000;
	margin: 0px 0px 6px 0px;
}

div.homepage p {
	font-size: 100%;
	line-height: 140%;
	color: #000;
	margin: 0px 0px 6px 0px;
}

div.homepage hr {
	border: 1px solid #9cc;
	width: 75%;
	text-align: center;
	margin: 20px 0px;
	margin-left: auto;
	margin-right: auto;
}

div#homepagePhotos {
	margin-left: 75px;
	margin-right: 75px;
	width: 800px;
}

/* Standard Page Styles */
div.standardpage {
	margin: 0px 0px 0px 0px;
}

div.standardpage h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 197%;
	line-height: 130%;
	color: #000;
	margin-bottom: 6px;
}

div.standardpage h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 153.9%;
	line-height: 130%;
	color: #c81093;
	margin-bottom: 6px;
}

div.standardpage h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 130%;
	color: #c81093;
	margin-bottom: 3px;
}

div.standardpage h4 {
	font-weight: bold;
	font-size: 108%;
	line-height: 130%;
	color: #000;
	margin-bottom: 6px;
}

div.standardpage p {
	font-size: 100%;
	line-height: 140%;
	color: #000;
	margin-bottom: 6px;
}

div.standardpage hr {
	border-top: 1px solid #9cc;
	margin: 20px 0px;
}



/* Left Sidebar styles */

div#leftPixColumn {
	
}

div#leftPixColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	line-height: 130%;
	color: #969D3A;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	text-align: center;
}

div#leftPixColumn img {
	margin: 0px 0px 30px 20px;
	border: 5px solid #969D3A;
}



div.leftSidebarBox {
	border: 1px solid #9cc;
	background-color: #F8F0F1;
	text-align: center;
	margin-bottom: 20px;
}

div.leftSidebarBox p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 130%;
	color: #000;
}

div.leftSidebarBox p.testimonialQuote {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	color: #c81093;
	margin: 15px 20px 6px 20px;
}

div.leftSidebarBox p.testimonialAttrib {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #000;
	margin: 0px 20px 6px 20px;
}

div.leftSidebarBox p.testimonialLink {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #c81093;
	margin: 10px 20px 20px 20px;
}

div.leftSidebarBox p.testimonialLink a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #c81093;
	margin: 10px 20px 20px 20px;
}

div.leftSidebarBox p.testimonialLink a:link {
	text-decoration: none;
	color: #c81093;
}

div.leftSidebarBox p.testimonialLink a:visited {
	text-decoration: none;
	color: #c81093;
}

div.leftSidebarBox p.testimonialLink a:hover {
	text-decoration: none;
	color: #969D3A;
}

div.leftSidebarText {
	text-align: center;
	font-variant: small-caps;
	font-size: 85%;
	color: #c81093;
	letter-spacing: 0.11em;
}

div.leftSidebarText p{
	margin-bottom: 6px;
}


/*Center Column Styles*/
div.centerColumnWrapper {
	
}

div.centerColumnContent {
	margin: 0px 10px 0px 10px;
}


div.leftPixBlock {
	float: left;
}
div.leftPixBlock img {
	border: 5px solid #969D3A;
	margin-right: 20px;
}


div.rightPixBlock {
	float: right;
}
div.rightPixBlock img {
	border: 5px solid #969D3A;
	margin-left: 20px;
}

div.textBlock {
	float:left;
	width: 470px;
}

div.pictureRow {
	margin-left: auto;
	margin-right: auto;
}

div.pictureRow img {
	/*margin: 0px 0px 10px 25px;*/
	border: 5px solid #969D3A;
}

div.detailTextWrapper {
	border: 1px solid #000;
	margin: 20px 20px 20px 0px;
}

div.detailTextContent {
	margin: 20px;
}

p.detailText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	line-height: 150%;
	color: #c81093;
}

p.detailSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	color: #000;
	text-align: center;
}



/* Right Sidebar styles */

div.rightSidebarContent {
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

div.rightSidebarContent img {
	border: 1px solid #9cc;
}

div.rightSidebarBox {
	border: 1px solid #9cc;
	margin-bottom: 20px;
}

.freeConsultationBox {
	background-color: #c81093;
}

div#freeConsultation {
	margin: 10px;
}

div#freeConsultation p {
	font-size: 123.1%;
}

div#freeConsultation p a:link {
	text-decoration: none;
	color: #fff;
}

div#freeConsultation p a:visited {
	text-decoration: none;
	color: #fff;
}

div#freeConsultation p a:hover {
	text-decoration: none;
	color: #ff6;
}

div#freeConsultation p a:active {
	text-decoration: none;
	color: #fff;
}


div.rightSidebarBox p.testimonialQuote {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	color: #c81093;
	margin: 15px 20px 6px 20px;
}

div.rightSidebarBox p.testimonialAttrib {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #000;
	margin: 0px 20px 6px 20px;
}

div.rightSidebarBox p.testimonialLink {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #c81093;
	margin: 10px 20px 20px 20px;
}

div.rightSidebarBox p.testimonialLink a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #c81093;
	margin: 10px 20px 20px 20px;
}

div.rightSidebarBox p.testimonialLink a:link {
	text-decoration: none;
	color: #c81093;
}

div.rightSidebarBox p.testimonialLink a:visited {
	text-decoration: none;
	color: #c81093;
}

div.rightSidebarBox p.testimonialLink a:hover {
	text-decoration: none;
	color: #969D3A;
}

div.rightSidebarText {
	text-align: center;
	font-variant: small-caps;
	font-size: 85%;
	color: #c81093;
	letter-spacing: 0.11em;
}

div.rightSidebarText p{
	margin-bottom: 6px;
}


/*Call to Action */

div.callToActionBox {
	border: 1px solid #9cc;
	background-color: #969D3A;
	height: 50px;
	font-weight: bold;
}



div.callToAction {
}

p.moreInfoLink {
	font-size: 123.1%;
	font-weight: bold;
	color: #c81093;
	margin: 5px 0px 5px 0px;
}


p.moreInfoLink a:link {
	text-decoration: none;
	color: #c81093;
}

p.moreInfoLink a:visited {
	text-decoration: none;
	color: #c81093;
}

p.moreInfoLink a:hover {
	text-decoration: none;
	color: #969D3A;
}

p.moreInfoLink a:active {
	text-decoration: none;
	color: #c81093;
}


/*Feature Box*/

div.featurebox {
	border: 1px solid #000;
}

div.featurebox h2 {
	text-align: center;
	margin: 5px 10px 5px 10px;
}

div.featurebox p {
	text-align: center;
	margin: 5px 10px 5px 10px;
}

div.featurebox h2 a {
	color: #969D3A;
}

div.featurebox h2 a:link {
	text-decoration: none;
}

div.featurebox h2 a:visited {
	text-decoration: none;
}

div.featurebox h2 a:hover {
	text-decoration: none;
	color: #c81093;
}

/*Packages Page*/

table.packages a {
	color: #969D3A;
}

table.packages h2 a:link {
	text-decoration: none;
}

table.packages h2 a:visited {
	text-decoration: none;
}

table.packages h2 a:hover {
	text-decoration: none;
	color: #c81093;
}

table.packages p a:link {
}

table.packages p a:visited {
}

table.packages p a:hover {
	text-decoration: none;
	color: #c81093;
}


/*Testimonial w no box*/

p.testimonialQuote {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	color: #c81093;
	margin: 15px 20px 6px 20px;
	text-align: center;
}

p.testimonialAttrib {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #000;
	margin: 0px 20px 6px 20px;
	text-align: center;
}

p.testimonialLink {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #c81093;
	margin: 10px 20px 20px 20px;
}

p.testimonialLink a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #c81093;
	margin: 10px 20px 20px 20px;
}

p.testimonialLink a:link {
	text-decoration: none;
	color: #c81093;
}

p.testimonialLink a:visited {
	text-decoration: none;
	color: #c81093;
}

p.testimonialLink a:hover {
	text-decoration: none;
	color: #969D3A;
}


/*Wedding Package Page Styles*/

div.package {
	margin: 0px 0px 20px 0px;
}

h3.packageName a {
	margin-top: 20px;
	font-size: 123.1%;
}

h3.packageName a:link {
	color: #c81093;
	text-decoration: none;
}

h3.packageName a:visited {
	color: #c81093;
	text-decoration: none;
}

h3.packageName a:hover {
	color: #c66;
	text-decoration: none;
}

h3.packageName a:active {
	color: #c81093;
	text-decoration: none;
}

span.packageSub {
	margin-left: 30px;
	font-weight: bold;
	font-style: italic;
}

p.packageDescr {
	margin-left: 30px;
	margin-bottom: 50px;
}

/*General Styles*/

span.highlight {
	color: #c81093;
	font-weight: bold;
	/*font-size: 120%;*/
}

div.spacer {
	clear: both;
	font-size: 1%;
}

div.pictureRow {
	margin: 0px 0px 20px 0px;
}

div.callToAction {
	margin: 20px 0px 30px 0px;
	
}

div.callToAction ul li {
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 93%;
	color: #fff;
	letter-spacing: 0.11em;
	margin: 0px 0px 0px 0px;
}

div.callToAction ul li a {
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
	background-color: #969D3A;
}

div.callToAction ul li a:link {
	text-decoration: none;
}

div.callToAction ul li a:visited {
	background-color: #969D3A;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div.callToAction ul li a:hover {
	background-color: #9cc;
	text-decoration: none;
	font-weight: bold;
	color: #c81093;
}

span.lastbutton li a{
	border-right: none;
}



/*List Styles*/

div.listTitle h2 {
	font-size: 138.5%;
	margin: 20px 0px 5px 0px;
}

ul.servicesList {
	font-size: 100%;
	line-height: 150%;
	color: #000;
	margin: 0px 0px 10px 15px;
}

ul.servicesList li {
	list-style-position: outside;
	list-style-type: circle;
}


ul.servicesList li a:link {
	color: #c81093;
	/*text-decoration: none;*/
}

ul.servicesList li a:visited {
	color: #c81093;
	/*text-decoration: none;*/
}


ul.servicesList li a:hover {
	color: #969D3A;
	text-decoration: none;
}


ul.servicesList li a:active {
	color: #c81093;
	/*text-decoration: none;*/
}


div.listColFirst {
	float: left;
	width: 47%;
	margin-left: 0px;
}


div.listColLast {
	float: right;
	width: 47%;
	margin-right: 20px;
}

/* Footer styles */

div#ft {
	text-align: center;
	border-top: 1px dotted #c81093;
	margin-bottom: 30px;
}

div#ft h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c81093;
	margin-bottom: 6px;
}
div#ft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 6px;
}

div#ft p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	margin-bottom: 6px;
}

div#ft p.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c81093;
	margin: 6px;
}



/*Legacy Styles*/

table.legacy {
	background: #F8F0F1 url('../images/cg-body-bkgnd-950sq.gif') repeat-y top center;
}

table.legacy p {
	margin-bottom: 10px;
}

table.legacy tr td.freshflowers {
	padding: 0px 10px;
}

table.legacy tr td.freshflowers  ul {
	margin: 0px 10px;
}

table.legacy tr td.freshflowers  ul li {
	list-style-position: outside;
	list-style-type: disc;
}

a:link {
	color: #c81093;
}

a:visited {
	color: #c81093;
}

a:hover {
	color: #969D3A;
}

a:active {
	color: #c81093;
}


p.faq-q {
	font-weight: bold;
}


