@charset "utf-8";
/* CSS Document */

/* CSS Reset */
/* This 'CSS Reset' is based on the one kindly available free by Eric Meyer (http://www.meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start TYPOGRAPHY - Start TYPOGRAPHY - Start TYPOGRAPHY */
body {
	font-size:100%;
	line-height:1.6;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
[if IE] body { font-size:16px; }
.bodytext {
	font-size:0.75em;
}
p {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-size:2em;
}
h2 {
    font-size:1.75em;
}
h3 {
    font-size:1.55em;
}
h4 {
    font-size:1.35em;
}
h5 {
    font-size:1.15em;
}
h6 {
    font-size:1.0em;
}
.list-companies li {
	list-style-type: none;
	margin-bottom: 40px;
	float: left;
	width: 350px;
	margin-right: 20px;
}
.list li {
	margin-left: 2em;
	list-style-type: square;
	margin-bottom: 1em;
}
.list-none li {
	margin-left: 2em;
	list-style-type: none;
}
.list-footer li {
	margin-left: 0;
	list-style-type: none;
}
#current {
	font-weight: bold;
	color: #2e378f;
	list-style-image: url(pointer.gif);
}
blockquote {
	font-size:1.2em;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	line-height: 2em;
}
ins {
	background-color: #CCCCCC;
}
small {
	font-size:0.75em;
}
pre {
	font-size:14px;
	font-family: monospace;
	color: #666666;
}
sup,
sub {
	font-size:0.75em;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
textarea, input, select, optgroup, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px;
	line-height: 2em;
}
textarea, input, select {
	-moz-border-radius: 3px;
	border-radius: 3px;
}
optgroup {
	font-weight: normal;
}
option {
	color: #666666;
}
label {
	color: #666666;
}
fieldset {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
	width: 50%;
	padding: 6px;
	background-color: #E9E9E9;
}
fieldset:hover {
	background-color: #DFE2FF;
}
fieldset legend {
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.button {
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	line-height: 1.6em;
}
#main a, #main a:link, #main a:visited {
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#main a:hover {
	border-bottom-style: solid;
	color: #6666FF;
	border-bottom-color: #6666FF;
}
#main a:active {
	border-bottom-style: solid;
	color: #6633CC;
	border-bottom-color: #6633CC;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
#footer a:hover {
	border-bottom-style: solid;
	color: #FED5E0;
	border-bottom-color: #FED5E0;
}
#footer a:active {
	border-bottom-style: solid;
	color: #FFFFFF;
	padding-bottom: 1px;
	border-bottom-color: #FFFFFF;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* End TYPOGRAPHY - End TYPOGRAPHY - End TYPOGRAPHY */
/* ================================================================================= */
/* Start LAYOUT - Start LAYOUT - Start LAYOUT */

#important-cta-button a, #important-button a {
	background-image: url(pink-cta-button-tilex.gif);
}
#cta-button a, #button a {
	background-image: url(grey-cta-button-tilex.gif);
}
#important-cta-button a:link, #important-cta-button a:active, #important-cta-button a:visited, #important-cta-button a,
#cta-button a:link, #cta-button a:active, #cta-button a:visited, #cta-button a {
	line-height: 25px;
	color: #333333;
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 3px #CCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 200px;
	text-align: center;
	border-bottom-style: none;
}
#important-cta-button a:hover, #cta-button a:hover {
	background-position: bottom;
	border-bottom-style: none;
}
#important-button a:link, #important-button a:active, #important-button a:visited, #important-button a,
#button a:link, #button a:active, #button a:visited, #button a {
	color: #333333;
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 5px;
	padding-left: 5px;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 3px #CCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border: 1px solid #996F8D;
}
#important-button a:hover, #button a:hover {
	background-position: bottom;
}

body {
	background-image: url(body-bg-tile-x.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	background-color: #FFFFFF;
}
#header {
	height: 200px;
	width: 960px;
	position: relative;
	background-color: #362F32;
}
#logo, #tagline {
	text-indent: -9999px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#logo {
	height: 200px;
	width: 400px;
	background-image: url(theladyflorist-logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#headerslideshow {
	height: 145px;
	width: 560px;
	float: left;
}
#phone {
	position: absolute;
	top: 30px;
	padding-left: 8px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	margin-left: 670px;
	background-image: url(66pc-blue-semitrans.png);
	background-repeat: repeat;
	z-index: 90;
}
#shoppingbasket {
	position: absolute;
	z-index: 91;
	top: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	margin-left: 635px;
	background-image: url(navbutton.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 200px;
	line-height: 40px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#shoppingbasket:hover {
	background-position: 0px -40px;
}
#navigation {
	height: 40px;
	z-index: 999;
	position: absolute;
	left: 75px;
	top: 180px;
	right: 75px;
	width: 810px;
	border-left: solid 2px #1A1A1A
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
}
#navigation a, #navigation a:link, #navigation:visited {
	height: 40px;
	line-height: 40px;
	background-repeat: repeat-x;
	text-align: center;
	background-position: 0px 0px;
	display: block;
	color: #F4E6D5;
	text-decoration: none;
	padding-right: 22px;
	padding-left: 21px;
	float: left;
	background-image: url(navbutton.gif);
	border-right: solid 2px #1A1A1A
}
#navigation a:hover {
	background-position: 0px -40px;
}
#navigation li {
	float: left;
}
#navselected {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #1A1A1A;
	padding-right: 22px;
	padding-left: 21px;
	color: #808080;
	border-right: 1px #1A1A1A
}
#sub-nav {
	background-color: #666666;
	height: 40px;
	width: 810px;
	position: absolute;
	top: 220px;
	margin: 0px;
	padding: 0px;
}
#sub-nav li {
	float: left;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	background-image: url(subnav-pointerarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main, #main-ordinarylinks {
	padding: 75px;
}
#sidebar {
	padding: 25px;
	margin: 0px 0px 50px 50px;
	float: right;
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #F3E6D5;
	-moz-box-shadow: 0px 0px 15px #CCC;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	box-shadow: 0px 0px 15px #CCC;
	display: inline;
	background-image: url(sidebar-bg-tilex.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar h1 {
	color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}
#shop-categories {
	padding: 10px;
	float: left;
	width: 180px;
	border: 1px solid #CCCCCC;
}
#shop-categories a, #inactive-category {
	line-height: 25px;
	display: block;
	height: 25px;
	border: 1px solid #999999;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #F0F0F0;
}
#inactive-category {
	color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#product {
	float: left;
	margin-left: 25px;
	border: 1px solid #999999;
	width: 531px;
	padding: 25px;
	background-image: url(sidebar-bg-tilex.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3E6D5;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}
#product-header {
	float: left;
	width: 206px;
}
#productphoto {
	float: left;
	margin-right: 25px;
	height: 300px;
	width: 300px;
	text-align: center;
}
#productphoto small {
	color: #999999;
}
#product h5 {
	margin-top: 50px;
}
.range {
	background-color: #E9E9E9;
	padding: 25px;
	float: left;
	width: 206px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}
.last-right {
	margin-right: 0px;
}
.last-down {
	margin-bottom: 0px;
}
.first-up {
	margin-top: 0px;
}
.first-left {
	margin-left: 0px;
}
.deactivated {
	color: #CCCCCC;
}
.productlist {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.similar-product {
	padding: 10px;
	float: left;
	height: 100px;
	width: 230px;
	margin-right: 10px;
	border: 1px solid #999999;
}
.similar-product img {
	float: left;
	margin-right: 10px;
}
.similar-product p {
	margin-top: 0px;
}
#coda-sidebar {
	margin: 45px 75px 0px 0px;
	float: right;
	width: 250px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
	display: inline;
}
#coda-sidebar p {
	padding: 25px;
	margin: 0px;
}
.shopping-details {
	background-color: #FFD5E1;
	background-image: url(shopping-details-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	background-image: url(footer-bg-tile-x.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 75px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
}
#footer p, #footer h5, #footer li {
	color: #DFE3FF;
}
#footer p {
	font-size:0.75em;
}
#backupnav {
	float: left;
	width: 175px;
	margin-right: 60px;
}
#aimendorsement {
	float: left;
	width: 345px;
}
#watermark {
	float: left;
	width: 200px;
	margin-left: 60px;
}
.clear {
	clear: both;
}
.features li {
	float: left;
	width: 240px;
}
#double {
	width: 530px;
}
.first {
	margin-right: 50px;
}
.last {
	margin-left: 50px;
}
.floatleft {
	float: left;
	margin-right: 20px;
}
/* Slideshow 1 */
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
	height: 300px;
	display: block;
	border: 0;
}
#slideshow {
	position:relative;
	height:300px;
	clear: both;
}
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height: 300px;
}
/* END */
/* Slideshow 2 */
#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow2 DIV.last-active {
    z-index:9;
}
#slideshow2 DIV IMG {
	height: 200px;
	display: block;
	border: 0;
}
#slideshow2 {
	position:relative;
	height:200px;
	clear: both;
}
#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height: 200px;
}
/* Start CODA SLIDER - Start CODA SLIDER - Start CODA SLIDER */
.coda-slider-wrapper {
}
.coda-slider { }
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 960px; }
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #2E378F; height: 20px; width: 20px; }
/* Tab nav */
.coda-nav ul li a.current {
	background-image: url(coda-pagetabs-selected.jpg);
	background-repeat: no-repeat;
}
/* Panel padding */
.coda-slider .panel-wrapper {}
/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }
/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: inline;
	overflow: hidden;
}
.coda-nav ul li { display: inline }
.coda-nav ul li a {
	color: #fff;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	height: 25px;
	width: 20px;
	background-image: url(coda-pagetabs.jpg);
	background-repeat: no-repeat;
}
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative; z-index: 0 }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

#valentines-bouquet, #valentines-rosebox, #valentines-singlerose {
	height: 600px;
	width: 960px;
}
#valentines-bouquet {
	background-image: url(welcome-coda-slider/valentines-day-bouquet.jpg);
}
#valentines-rosebox {
	background-image: url(welcome-coda-slider/valentines-day-boxrose.jpg);
}
#valentines-singlerose {
	background-image: url(welcome-coda-slider/valentines-day-singlerose.jpg);
}
/* End CODA SLIDER - End CODA SLIDER - End CODA SLIDER */


/* Start GALLERIFFIC - Start GALLERIFFIC - Start GALLERIFFIC */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 960px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	line-height: 20px;
	color: #FFFFFF;
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-left: 2px;
}
.pause a:link, .pause a:active, .pause a:visited, .pause a, .pause a:hover {
	border-bottom-style: none;
}
.pause {
	background-image: url(pause.gif);
	background-repeat: no-repeat;
}
.play {
	background-image: url(play.gif);
	background-repeat: no-repeat;
}
.prev {
	background-image: url(leftarrow.gif);
	background-repeat: no-repeat;
}
.next {
	background-image: url(rightarrow.gif);
	background-repeat: no-repeat;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 530px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 840px;
	height: 530px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.galleryslideshow { }
div.galleryslideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.galleryslideshow a.advance-link {
	display: block;
	width: 840px;
	height: 530px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 530px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.galleryslideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.galleryslideshow img {
	vertical-align: left;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 70px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 840px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 6px 0;
}
div.image-title {
	font-weight: normal;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.8;
	padding-top: 6px;
	padding-bottom: 6px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a {
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: #CCCCCC;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: #2E378F;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0;
}
/* End GALLERIFFIC - End GALLERIFFIC - End GALLERIFFIC */
