/* CSS for JCF */

html
{
	font-size: 101%;
	background: #9A9A9A url('images/grad_bg.jpg') repeat-x left top;
}

body,
html
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "Century Gothic", "Avant Garde", sans-serif; 
	color: #5D5E60;
}

h1, h2
{
	margin: 0 0 0.8em 0;
	font-weight: normal;
}

h1
{
	color:
	font-size: 1.3em;
	font-weight: bold;
}

h2
{
	font-size: 1.2em;
}

p
{
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

strong
{
	color: #660066;
	font-weight: normal;
}

/* zero padding on forms */
form {border:0px; margin:0px; padding:0px;}

/* switch off borders from all images unless specified */
img {border:0;}

/* site content wrapper */	  
#content
{
	position: relative;
	min-height: 560px;
	overflow: hidden;
	width: 1000px;
	margin: 2em auto;
	font-size: 0.80em;
	background: #A7A8AA;
	padding-bottom: 30px;
}

#tophalf
{
	position: relative;
	width: 1000px;
	height: 424px;
}

#visualsbox,
#highslidebox
{
	position: absolute;
	width: 733px;
	height: 424px;
	background: #A7A8AA;
	overflow: hidden;
}

#highslidebox {width:711px; height:404px; padding:10px; padding-left:12px;}
#highslidebox img {border:0px; float:left; margin:8px;}

#logobox
{
	position: absolute;
	top: 0;
	right: 0;
	width: 267px;
	height: 212px;
	background: #A6A7A9;
}

#menubox
{
	position: absolute;
	right: 0;
	top: 212px;
	width: 267px;
	height: 190px;
	padding-top: 20px;
	background: #A6A7A9 url('images/grad_menu.jpg') no-repeat left top;
	text-align: center;
}

#bottomhalf
{
	width: 1000px;
	min-height: 150px;
	background: #DFE0E0 url('images/grad_main.jpg') repeat-x left top;
	overflow: hidden;
}

#leftcopy
{
	float:left;
	padding:20px;
	width:445px;
	position: relative;
}

#rightcopy
{
	float:left;
	padding:20px;
	width:445px;
}

#fullcopy
{
	padding:20px;
	width:600px;
}

#formbox {
	float:left;
	padding:20px;
	margin-left:20px;
	width:620px;
}

#addressbox
{
	float:left;
	padding:20px;
	width:278px;
}

#formcontent {
}
#responsebox {
	display:none;
}

#homeaddress
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: center;
}

#homeaddress a:link {color: #FFFFFF;	text-decoration:none;}
#homeaddress a:visited {color: #FFFFFF; text-decoration:none;}
#homeaddress a:hover {color: #FFFFFF; text-decoration:underline;}
#homeaddress a:active {color: #FFFFFF; text-decoration:none;}

#enter
{
	font-size: 1.5em;
	color: white;
	position: absolute;
	bottom: 120px;
	line-height: 0.9em;
	font-family: KabelC;
}

#enter a
{
	text-transform: uppercase;
}

#navigation ul 
{
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#navigation li
{
	display: block; 
}

#navigation li a
{
	display: block;
	color: #505153;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 12px;
	border-bottom: 2px solid #FFFFFF; 
}

#navigation li .active {color:#FF0000; border-bottom:2px solid #FF0000; }
#navigation li a:hover {color:#FF0000;}

#main_content
{
	left:0px;
	width:911px;
	border: 0px;
	padding:33px;
	padding-bottom:0px;
	background-image:url('images/dropshadow.jpg'); /* ever expanding background image */
}

/* Standard link colours for site */
a:link {color: #660066;	text-decoration:none;}
a:visited {color: #660066; text-decoration:none;}
a:hover {color: #FFFFFF; text-decoration:underline;}
a:active {color: #660066; text-decoration:none;}

/* Footer divs */
#footer {	
	height: 22px;
	width:970px;
	padding-left:30px;
	padding-top:10px;
	font-size:0.9em;
	color:#FFFFFF;
	background: #A7A9AA url('images/footer.jpg') no-repeat left top;
	position: absolute;
	bottom: 0;
}
#footer a:link {color: #FFFFFF;	text-decoration:none;}
#footer a:visited {color: #FFFFFF; text-decoration:none;}
#footer a:hover {color: #660066; text-decoration:underline;}
#footer a:active {color: #FFFFFF; text-decoration:none;}

.jcf-menu
{
	list-style-type: none;
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: KabelC;
}

.jcf-menu li
{
	height: 27px; 
	width:267px; 
	display: block;
}

.jcf-menu li a
{
	text-decoration: none; 
	display: block; 
	height: 27px;
	line-height: 22px;
	vertical-align: center;
	text-transform: uppercase;
}

.jcf-menu li a:link, .jcf-menu li a:visited 
{
	color: white;
}

.jcf-menu li a:hover
{
	color: white; 
	text-decoration: none;
	background: #520052 url('images/grad_menu_on.jpg') repeat-x top left;
}

.jcf-menu li a.selected
{
	color: white;
}

.jcf-menu li.current
{
	background: #520052 url('images/grad_menu_on.jpg') repeat-x top left;
}

ul#homeintro li {
	list-style: none;
	margin: 0; padding: 0;
	border: none;
}
ul#homeintro {list-style: none; margin: 0; padding: 0; border: none;}


/* FORMS */

#theform {
	width: 630px;
	float:left;
}
#theform fieldset {
	border: 0; margin: 0; padding:0;
	float: left;
	}
#theform fieldset label {
	color:#660066;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 20px;
	display: block;
}
#theform fieldset input {
	font-size: 1.0em;
	margin-bottom:5px;
	border:1px solid #808080;
}
#theform fieldset textarea {
	font-size: 1.0em;
	margin-bottom:10px;
	border:1px solid #808080;
}
	
.TextBox {
	width: 180px;

}
.subbutton {
	margin-top:10px;
	margin-bottom:0px;
	float:right;
	width:70px;
}

#bouquets
{
	position: absolute;
	width: 733px;
	height: 424px;
}

#bouquets ul
{
    margin: 5px 4px;
    padding: 0;
}

#bouquets li
{
    display: block;
    float: left;
    width: 165px;


    height: 190px;
    margin: 8px;
    background: white;
    position: relative;
    background: #87888A;
}

#bouquets li img
{
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

#bouquets li .buy
{
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    float: right;
    padding: 0 2px 0 10px;
    z-index: 5;
    background:  #660066;
    line-height: 1.7em;
    border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
}

#bouquets li .buy:hover
{
    color: white;
    background: #990099;
    text-decoration: none;
}

#bouquets li h3
{
    position: relative;
    margin: 0;
    padding: 4px;
    z-index: 4;
    color: white;
    font-size: 1em;
}

#bouquet .picture
{
    overflow: hidden;
    height: 424px;
}

#bouquet .picture img
{
  display: block;
  margin-top: -22px;
}

.item_thumb
{
    display: none;
}


.simpleCart_shelfItem a.buy,
.simpleCart_empty,
.simpleCart_checkout,
.add-message-and-checkout,
.go-to-checkout,
a.back
{
    font-weight: bold;
    background: #660066;
    font-size: 1.3em;
    color: white !important;
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.simpleCart_items
{
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    margin-bottom: 1em;
    overflow-y: scroll;
    overflow-x: auto;
    height: 200px;
    padding: 0;
}

.simpleCart_items .itemContainer
{
    float: left;
    width: 122px;
    height: 185px;
    position: relative;
    margin: 10px;
}

.simpleCart_items .itemContainer .itemdecrement,
.simpleCart_items .itemContainer .itemincrement
{
    position: absolute;
    left: 30px;
    bottom: 18px;
    width: 15px;
    height: 10px;
    line-height: 0.5em;
    text-align: center;
    font-size: 1.4em;
    overflow: hidden;
}

.simpleCart_items .itemContainer .itemincrement
{
}

.simpleCart_items .itemContainer .itemdecrement
{
    bottom: 7px;
}

.simpleCart_items .itemContainer .itemTotal
{
    margin-top: 6px;
    float: right;
    clear: right;
}

.simpleCart_items .itemContainer .itemname
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.simpleCart_items .itemContainer .itemthumb
{
    border: 1px solid gray;
}

.simpleCart_items .itemContainer .itemthumb img
{
    display: block;
}

.simpleCart_items .itemContainer .itemsize
{
    float: left;
}

.simpleCart_items .itemContainer .itemmessage
{
    position: absolute;
    display: none;
    height: 100px;
    width: 200px;
    top: 10px;
    left: 10px;
    background: white;
    border: 1px solid black;
    z-index: 10;
}

.simpleCart_items .itemContainer .itemvase
{
    float: right;
}

.simpleCart_items .itemContainer .itemQuantity
{
    float: left;
    clear: left;
    margin-left: 5px;
}

.simpleCart_items .itemContainer .itemQuantity input
{
	font-size: 1.0em;
	border:1px solid #808080;
    width: 21px;
    text-align: center;
}

.simpleCart_empty,
.simpleCart_checkout,
.add-message-and-checkout
{
    float: right;
    margin-right: 5px;
}

.simpleCart_shelfItem a.buy
{
    float: right;
}

.simpleCart_shelfItem .message
{
  width: 230px;
  float: right;
}

.ui-dialog
{
  position: absolute;
  left: 50% !important;
  margin-left: -300px;
}

#add-message-dialog
{
  display: none;
}

#add-message-dialog .message
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: 180px;
}

#add-message-dialog .go-to-checkout
{
  position: absolute;
  bottom: 13px;
  right: 10px;
}

a.back
{
    float: left;
}

.simpleCart_shelfItem a.buy:hover,
.simpleCart_empty:hover,
.simpleCart_checkout:hover,
.add-message-and-checkout:hover,
.go-to-checkout:hover,
a.back:hover
{
    color: white;
    background: #990099;
    text-decoration: none;
}

.cartHeaders
{
    display: none;
}

.item_sku
{
    display: none;
}



