/* .... 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;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* .... end of css reset .... */


img{
	border: none;
}

a{
	text-decoration: none;
	color:#ce0325;
}

a:hover{
	text-decoration: underline;
	color:#ce0325;
}

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:4px;
	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) 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;
}


/*-------------------------- 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 #left p
{
	font-size:12px;
	color:#60544c;
	margin:10px;
	line-height:16px;
}

#bottomMain #left ul
{
	list-style:none;
	color:#375c0f;
	font-size:12px;
	font-weight:bold;
}

#bottomMain #left ul li
{
	padding:6px 3px 8px 32px;
	background:url(../images/webcam_31.gif) no-repeat 8px 4px;
}

#bottomMain #left ul li a
{
	color:#375c0f;
	text-decoration:none;
}

#bottomMain #left ul li a:hover
{
	color:#375c0f;
	text-decoration:underline;
}

#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;
}

