/* .... css reset .... */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}




/* .... end of css reset .... */


img{
	border: none;
}

a{
	text-decoration: none;
	color:#c41230;
}

a:hover{
	text-decoration: underline;
	color:#c41230;
}

h1{

}

h2{

}

h3{

}

p{

}

.clearBoth{
	clear: both;
}

.resetBorderLeft{
	border-left: none !important;
}

.resetBorderRight{
	border-right: none !important;
}

body{
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	background:#e0d6c5;

}


#container
{
	width:1115px;
	margin:0 auto;
	background:url(../images/bgs-container_05.gif) repeat-y;
}

#topBg
{
	background:url(../images/bgs-container_02.gif) no-repeat top;
}

#header
{
	width:950px;
	height:102px;
	border-top:3px solid #ce0325;
	margin:0 auto;
}

#header h1
{
	width:178px;
	height:99px;
	background:url(../images/main_05.gif);
	float:left;
}

#header h1 a
{
	overflow:hidden;
	display:block;
	font-size:1px !important;
	width:178px;
	height:99px;
	color:#ffffff;
}

#headerPhoneInfo
{
	float:right;
	height:11px;
	width:144px;
	padding-top:24px;
	padding-right:4px;
	position:relative;
}

#searchBar
{
	width:227px;
	height:26px;
	background:url(../images/main_12.gif) left top;
	float:right;
	clear:right;
	top:14px;
	position:relative;
}

#searchBar #left
{
	width:201px;
	height:26px;
	float:left;
}

#searchBar #left input
{
	border:1px solid #ffffff;
	width:190px;
	margin-top:3px;
	margin-left:5px;
	color:#b9a993;
	font-size:11px;
	padding:2px;
}

#searchBar #right
{
	width:26px;
	height:26px;
	float:right;
	background:url(../images/main_13.gif);
}

#searchBar #right a
{
	background:url(../images/bttn-search_11.gif) no-repeat 0px 0px;
	width:26px;
	height:26px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
}

#searchBar #right a:hover
{
	background:url(../images/bttn-search_11.gif) 0px -26px;
}

#searchBar #right #submit
{
	background:url(../images/bttn-search_11.gif) no-repeat 0px 0px;
	width:26px;
	height:26px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}


/*-------------------------- start nav ---------------------------*/

#mainNav
{
	width:950px;
	margin:0 auto;
	height:37px;
}

#mainNav ul
{
	margin:0px;
	padding:0px;
	list-style: none;
}

#mainNav ul li
{
	float:left;
}

#mainNav li a
{
	display: block;
	text-indent: -999em; 
	overflow: hidden;
	/*background-position: 0 0;*/
	background-repeat: no-repeat;
}
/*
#mainNav li a:hover
{
	background-position: 0 -37px;
}*/

#mainNav li a#home
{
	width: 71px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position: 0 0;
}

#mainNav li a#ourBrands
{
	width: 113px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-71px 0px;
}

#mainNav li a#ourFlowers
{
	width: 118px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-184px 0;
}

#mainNav li a#ourPartners
{
	width: 115px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-302px 0;
}

#mainNav li a#marketing
{
	width: 103px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-417px 0;
}

#mainNav li a#aboutUs
{
	width: 93px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-520px 0;
}

#mainNav li a#buyFlowers
{
	width: 113px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-613px 0;
}

#mainNav li a#merchandise
{
	width: 115px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-726px 0;
}

#mainNav li a#contactUs
{
	width: 109px;
	height: 37px;
	background-image:url(../images/main-nav_15.gif);
	background-position:-841px 0;
}


#mainNav li a:hover#home
{
	background-position:0 -37px;
}

#mainNav li a:hover#ourBrands
{
	background-position:-71px -37px;
}

#mainNav li a:hover#ourFlowers
{
	background-position:-184px -37px;
}

#mainNav li a:hover#ourPartners
{
	background-position:-302px -37px;
}

#mainNav li a:hover#marketing
{
	background-position:-417px -37px;
}

#mainNav li a:hover#aboutUs
{
	background-position:-520px -37px;
}

#mainNav li a:hover#buyFlowers
{
	background-position:-613px -37px;
}

#mainNav li a:hover#merchandise
{
	background-position:-726px -37px;
}

#mainNav li a:hover#contactUs
{
	background-position:-841px -37px;
}

/*-------------------------- end nav ---------------------------*/


#flashMarketingArea
{
	width:950px;
	height:338px;
	margin:0 auto;
}

#bottomBg
{
	background:url(../images/bgs-container_07.gif) no-repeat bottom;
	padding-bottom:70px;
}

#brands
{
	width:950px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

#bottomMain
{
	width:950px;
	margin:0 auto;
	position:relative;
	height:243px;
}

#bottomMain #left
{
	width:310px;
	height:243px;
	float:left;
}

#bottomMain #center
{
	width:310px;
	height:243px;
	float:left;
	padding-left:10px;
}

#bottomMain #right
{
	width:310px;
	height:243px;
	float:left;
	padding-left:10px;
}

#bottomMain #left h2
{
	width:310px;
	height:44px;
	text-indent:-999px;
	background:url(../images/heading-live-from-rio-roses.gif);
}

#bottomMain #center h2
{
	width:310px;
	height:44px;
	text-indent:-999px;
	background:url(../images/main-title_21.gif);
}

#bottomMain #center h2 a
{
	width:310px;
	height:44px;
	display:block;
}

#featFlowersMktg
{
	margin-top:10px;
}

#companyNews
{
	padding-left:5px;
}

#companyNews ul
{
	margin:0px;
	padding:0px;
}

#companyNews ul li
{
	list-style-type:none;
	padding:14px 0px 15px 20px;
	border-bottom:1px dotted #e0e0e0;
	background:url(../images/icon-news_27.gif) no-repeat 0px 14px;
}

#companyNews ul li h3 a
{
	font-size:12px;
	color:#ce0325;
}

#companyNews ul li h3 a:hover
{
	font-size:12px;
	color:#ce0325;
}

#companyNews ul li h3 strong
{
	font-weight:bold;
}

#companyNews ul li p
{
	font-size:11px;
	color:#999999;
}

#testimonials
{
	height:243px;
	width:310px;
	background:url(../images/client-testimonial-bg_24.gif) no-repeat top;
}

#testimonials #text
{
	width:170px;
	float:left;
	height:243px;
}

#testimonials #text p
{
	position:relative;
	top:59px;
	left:16px;
	font-size:12px;
	color:#60544c;
	line-height:18px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

#testimonials #text p a
{
	background:url(../images/bullet-view-all_38.gif) no-repeat 0px 5px;
	padding-left:10px;
}

#testimonials #image
{
	float:right;
	width:130px;
	height:243px;
}

#bttmLinks
{
	width:950px;
	margin:0 auto;
	margin-top:10px;
	clear:both;
	height:36px;
}

#bttmLinks ul
{
	margin:0px;
	padding:0px;
	list-style: none;
}

#bttmLinks ul li
{
	float:left;
}

#bttmLinks li a
{
	display: block;
	text-indent: -999em; 
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#bttmLinks li a:hover
{
	background-position: 0 -36px;
}

#bttmLinks li a#left
{
	width: 316px;
	height: 36px;
	background-image:url(../images/bttm_links_43.gif);
}

#bttmLinks li a#center
{
	width: 316px;
	height: 36px;
	background-image:url(../images/bttm_links_44.gif);
}

#bttmLinks li a#right
{
	width: 318px;
	height: 36px;
	background-image:url(../images/bttm_links_45.gif);
}

#footer
{
	width:900px;
	margin:0 auto;
	height:42px;
	margin-top:-35px;
}

#footer #left
{
	width:550px;
	float:left;
	color:#989186;
	font-size:11px;
	padding:20px 0px 0px 10px;
}

#footer #right
{
	color:#989186;
	font-size:12px;
	font-weight:bold;
	width:335px;
	float:right;
	margin-top:0px;
	padding-top:20px;
	text-align:right;
	text-transform:uppercase;
}

#footer a
{
	color:#989186;
	text-decoration:none;
}

#footer a:hover
{
	color:#746e64;
	text-decoration:underline;
}


/*------------------ Sectional ---------------*/

#secImage
{
	width:950px;
	height:113px;
	margin:0 auto;
}

#secBottom
{
	width:950px;
	margin:0 auto;
	margin-top:10px;
}

#secBottom #secLeft
{
	width:200px;
	float:left;
}

#secBottom #secRight
{
	width:740px;
	float:left;
	margin-left:10px;
	padding-bottom:20px;
}

#content
{
	padding:0px 28px 28px 10px;
	line-height:18px;
	color:#7d736c;
	font-size:12px;
}


#content #breadCrumbs
{
	color:#0f5c13;
}

#content #breadCrumbs a
{
	color:#0f5c13;
}

#content h1
{
	font-size:25px;
	color:#0f5c13;
	border-bottom:1px dotted #aba49c;
	margin-top:20px;
	padding-bottom:10px;
}

#content h2
{
	font-size:19px;
	color:#0f5c13;
}

#content h3
{
	font-size:16px;
	color:#0f5c13;
	font-weight:bold;
	margin-top:32px;
}

#content h4
{
	font-size:15px;
	color:#0f5c13;
	font-weight:bold;
	margin-top:32px;
}

#content p
{
	color:#7d736c;
	margin-top:10px;
	font-size:12px;
	line-height:18px;
}

#content em
{
	font-style:italic;
	font-weight:bold;
}

#sideNavBg
{
	background:url(../images/sideNavBg_08.gif) repeat-y;
}

#sideNavBgTop
{
	background:url(../images/sideNavBg_06.gif) no-repeat top;
}

#sideNavBgBttm
{
	background:url(../images/sideNavBg_09.gif) no-repeat bottom;
}

/* .... side navigation tier 1 .... */


#sideNav ul
{
	list-style-type: none;
}

#sideNav li
{
	display:inline;
	margin:0px;
}

#sideNav a
{
	font-size:12px;
	color:#6e635b;
	display:block;
	background:url(../images/bullet-sidenav.gif) no-repeat 10px 13px;
	padding:9px 4px 9px 20px;
	border-bottom:1px dotted #cabfab;
}

#sideNav a:hover
{
	font-size:12px;
	color:#ce0325;
	display:block;
	background:url(../images/bullet-sidenav2.gif) no-repeat 10px 13px;
	padding:9px 4px 9px 20px;
	text-decoration:none;
}

#sideNav a.last
{
	border-bottom:none;
}

/* .... side navigation tier 2 .... */

#sideNav ul
{
	list-style-type: none;
}

#sideNav li li
{
	display:inline;
	margin:0px;
}

#sideNav li li a
{
	font-size:12px;
	color:#6e635b;
	display:block;
	background:url(../images/bullet-sidenav.gif) no-repeat 10px 13px;
	padding:9px 4px 9px 20px;
	border-bottom:1px dotted #cabfab;
}

#sideNav li li a:hover
{
	font-size:12px;
	color:#ce0325;
	display:block;
	background:url(../images/bullet-sidenav2.gif) no-repeat 10px 13px;
	padding:9px 4px 9px 20px;
	text-decoration:none;
}




/* .... side navigation tier 3 .... */

#sideNav ul 
{

	list-style-type: none;
}

#sideNav li li li
{
	display:inline;
	margin:0px;
}

#sideNav li li li a
{
	font-size:10px;
	color:#6e635b;
	display:block;
	background:#f6f3ef url(../images/bullet-sidenav.gif) no-repeat 18px 10px;
	padding:7px 4px 7px 30px;
	border-left:1px solid #e3dbcd;
	border-right:1px solid #e3dbcd;
	border-bottom:none;
}

#sideNav li li li a:hover
{
	font-size:10px;
	color:#ce0325;
	display:block;
	background:#f6f3ef url(../images/bullet-sidenav2.gif) no-repeat 18px 10px;
	padding:7px 4px 7px 30px;
	text-decoration:none;
	border-left:1px solid #e3dbcd;
	border-right:1px solid #e3dbcd;
	border-bottom:none;
}







#Mktg
{
	margin-top:10px;
}

#sideGlobalLinks ul
{
	margin-top:10px;
	margin-bottom:20px;
}

#sideGlobalLinks li a
{
	display: block;
	text-indent: -999em; 
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#sideGlobalLinks li a:hover
{
	background-position: 0 -38px;
}

#sideGlobalLinks li a#first
{
	width: 200px;
	height: 38px;
	background-image:url(../images/sec_13.gif);
}

#sideGlobalLinks li a#second
{
	width: 200px;
	height: 38px;
	background-image:url(../images/sec_14.gif);
}

#sideGlobalLinks li a#third
{
	width: 200px;
	height: 38px;
	background-image:url(../images/sec_15.gif);
}

ul#general
{
	margin-top:10px;
	list-style:none;
	list-style-type:none;
	margin-left:10px;
}

ul#general li
{
	color:#7d736c;
	font-size:12px;
	font-weight:bold;
	background:url(../images/bullet-sidenav2.gif) no-repeat 0px 9px;
	padding:6px 0px 7px 12px;
	line-height:15px;
}

ul#general li strong.Brown
{
	text-transform:uppercase;
	font-size:14px;
	color:#795b46;
	font-weight:bold;
}

ul#Details
{
	margin-top:10px;
	list-style:none;
	list-style-type:none;
	margin-left:10px;
	margin-bottom:28px;
}

ul#Details li
{
	color:#7d736c;
	font-size:12px;
	font-weight:bold;
	background:url(../images/bullet-sidenav2.gif) no-repeat 0px 9px;
	padding:7px 0px 8px 10px;
	line-height:15px;
}

ul#Details li strong
{
	text-transform:uppercase;
	font-size:14px;
	color:#487b0e;
	font-weight:bold;
}

#partners
{
	clear:both;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:28px;
	margin-bottom:28px;
}

#partners img
{
	margin:0 15px 6px 0;
	padding:4px;
	border:1px solid #e1e1e1;
}

#partners h4
{
	color:#0f5c13;
	font-size:19px;
	font-weight:bold;
}

#partners p
{
	margin-top:0px;
	padding-top:0px;
}

#partners p.title
{
	font-size:11px;
	color:#ce0325;
	font-style:italic;
	margin-bottom:10px;
}

.padBottom
{
	margin-bottom:28px;
}

#leftCol
{
	float:left;
	width:48%;
	text-align:left;
}

#rightCol
{
	float:right;
	width:48%;
	text-align:left;
}


#sustainability img.imgRight
{
	margin:20px 0 20px 20px;
	padding:4px;
	border:1px solid #e1e1e1;
}

#sustainability img.imgLeft
{
	margin:20px 20px 20px 0;
	padding:4px;
	border:1px solid #e1e1e1;
}

strong
{
	font-weight:bold;
}

strong.orange
{
	font-weight:bold;
	color:#ce0325;
}

strong.green
{
	font-weight:bold;
	color:#0f5c13;
}

#secOurBrands
{
	height:180px;
	border-bottom:1px dotted #e1e1e1;
}

#secOurBrandsDetails
{
	margin-top:20px;
}

#secOurBrandsDetails h1
{
	font-size:25px;
	color:#0f5c13;
	margin-top:0px;
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;

}

#secOurBrands #brandsHolder
{
	padding:0px;
	margin:0px;

}

#secOurBrands #brandsHolder h3
{
	font-size:13px;
	color:#048817;
	margin-bottom:10px;
}

#secOurBrands #brandsHolder #left
{
	float:left;
	width:160px;
}

#secOurBrands #brandsHolder #right h3
{
	font-size:19px;
	color:#048817;
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}

#secOurBrands #brandsHolder h4
{
	color:#048817;
}

#secOurBrands #brandsHolder #left img
{
	border:2px solid #efebe4;
}

img.Details
{
	border:2px solid #efebe4;
	margin:0px 20px 10px 20px;
}


#secOurBrands #brandsHolder #right
{
	float:right;
	width:522px;
	font-size:12px;
	color:#7d736c;
	line-height:16px;
}

p.link
{
	font-weight:bold;
	background:url(../images/bullet-sidenav2.gif) no-repeat 0px 7px;
	padding-left:12px;
}

p.link a
{
	text-decoration:none;
	color:#7d736c;
}

p.link a:hover
{
	text-decoration:none;
	color:#ce0325;
}

p.subTitle
{
	font-size:13px;
	color:#ce0325 !important;
	margin-bottom:10px;
	font-weight:bold;
}

#bttmDetails
{
	clear:both;
	padding-top:5px;
	margin-top:0px;
}

.boldGreen
{
	color:#0f5c13 !important;
	font-weight:bold;
}

.boldOrange
{
	color:#ce0325 !important;
	font-weight:bold;
}

.boldBrown
{
	color:#5c4330 !important;
	font-weight:bold;
}

.bold
{
	font-weight:bold;
}

p.generalLink
{
	font-weight:bold;
	background:url(../images/bullet-sidenav2.gif) no-repeat 0px 7px;
	padding-left:12px;
}

p.generalLink a
{
	text-decoration:none;
	color:#7d736c;
}

p.generalLink a:hover
{
	text-decoration:none;
	color:#ce0325;
}

#generalTable1
{
	margin-top:20px;
	border-bottom:1px solid #e1e1e1;
}

#generalTable1 th
{
	background-color:#4b6b26;
	color:#fff;
	padding:4px;
}

#generalTable1 td
{
	padding:4px;
	color:#7d736c;
	font-size:12px;
	border-top:1px solid #e1e1e1;
}

#generalTable1 tr.altRow
{
	background-color:#faf9f7;
}

#generalTable1 tr
{
	background-color:#fdfcfb;
}

#generalTable1 td.bold
{
	border-right:1px solid #e1e1e1;
}

#partnerLogosTable
{
	border-top:1px solid #e1e1e1;
	margin-top:20px;
}

#partnerLogosTable td
{
	padding:15px;
}

#secTestimonial
{
	background-color:#f7f6f2;
	border-bottom:1px solid #e3dbce;
	border-top:1px solid #e3dbce;
	padding:15px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin-top:20px;
	line-height:22px;
	color:#98795c;
}

#secTestimonial #info
{
	text-align:right;
	color:#ce0325;
	font-size:11px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#secTestimonialTestimonials
{
	background-color:#f7f6f2;
	border-bottom:1px solid #e3dbce;
	border-top:1px solid #e3dbce;
	padding:15px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin-top:20px;
	color:#98795c;
}

#secTestimonialTestimonials #info
{
	text-align:right;
	color:#ce0325;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}


#bannerArea
{
	background-color:#e2f0c7;
	margin-top:20px;
	padding:10px;
}

#bannerArea a
{
	color:#76a247 !important;
}

.pcMainTable td p
{
	font-size:12px !important;
}

textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:240px;
	color:#777575;
}

input
{
	font-family:Arial, Helvetica, sans-serif;
	color:#777575;
}

.pcMainTable {
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}
		
.pcShowProducts {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			margin-top: 10px;
			padding: 5px;
		}

.pcShowProducts td {
			padding: 4px;
		}

.pcShowProductImageH {
			height: 150px;
			vertical-align: bottom;
			text-align: center;
			padding-bottom: 3px;
		}
		
#NETpages
{
}

#NETpages h1
{
	font-size:25px;
	color:#0f5c13;
	border-bottom:1px dotted #aba49c;
	margin-top:20px;
	padding-bottom:10px;
}

#NETpages h2
{
	font-size:16px;
	padding-top:15px;
	margin-top:15px;
	border-top:1px dotted #e1e1e1;
	padding-bottom:5px;
}
#newTable td
{
	padding:4px;
}
.textboxOne
{
	width:200px;
}

.textboxSm
{
	width:50px;
}
