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

html, body {
	margin: 0;
	padding: 0;
	
	background-color: #666666;
	background-image: url('images/background_tile.gif');
	background-repeat: repeat;
}

div.container {
	margin: auto;
	padding: 0;
	
	width: 909px;
	height: 100%;
	
	background-image: url('images/left_shadow.png');
	background-repeat: repeat-y;
	background-attachment: static;
	background-position: top left;
}

div.right_shadow {
	margin: 0px 0px 0px 32px;
	padding: 0;
	
	width: 877px;
	height: 100%;
	
	background-image: url('images/right_shadow.png');
	background-repeat: repeat-y;
	background-attachment: static;
	background-position: top right;
}

div.page {
	position: relative;
	margin: 0;
	padding: 0px 5px 0px 5px;
	
	width: 835px;
	height: 787px;
	
	background-color: rgb(250, 250, 252);
	background-image: url('images/banner.jpg');
	background-repeat:  no-repeat;
	background-position: top center;
}

/*-----------------------------------------*/

div.menu {
	position: absolute;
	margin-bottom: 20px;
	padding: 0;
	
	top: 195px;
	left: 31px;
	width: 783px;
	height: 60px;
	
	background-image: url('images/menu_back.jpg');
}

div.menu_button {
	position: absolute;
	
	top: 0px;
	width: 195px;
	height: 60px;
}

div.menu_spacer {
	position: absolute;
	
	top: 0px;
	width: 1px;
	height: 60px;
}

/*-----------------------------------------*/

div.navigation {
	position: absolute;
	margin: 0;
	padding: 0;
	
	top: 275px;
	left: 31px;
	width: 259px;
	height: 420px;
	
	border: 1px solid rgb(233, 228, 228);
	background-color: #FFFFFF;
}

div.bar {
	position: absolute;
	margin: 0;
	padding: 0;

	top: -1px;
	left: 0px;
	width: 259px;
	height: 43px;

	background-color: rgb(110, 110, 110);
	background-image: url('images/bar_back.gif');
	background-repeat: repeat-x;
}

div.category {
	position: relative;
	margin: 0;
	padding: 0;

	top: 48px;
	left: 18px;
	width: 223px;
	height: 25px;

	border-bottom: 1px solid rgb(233, 228, 228);
	background-image: url('images/bullet.jpg');
	background-position: center left;
	background-repeat: no-repeat;
}

/*-----------------------------------------*/

div.content {
	position: absolute;
	margin: 0;
	padding: 0;
	
	top: 275px;
	left: 302px;
	width: 510px;
	height: 420px;
	
	border: 1px solid rgb(233, 228, 228);
	background-color: #FFFFFF;
}

div.previous_page {
	position: absolute;

	top: 12px;
	left: 15px;
	width: 135px;
	height: 25px;

	background-image: url('images/previous_button.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.next_page {
	position: absolute;

	top: 12px;
	right: 15px;
	width: 110px;
	height: 25px;

	background-image: url('images/next_button.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.product {
	float: left;

	width: 170px;
	height: 185px;

	background-color: #FFFFFF;
}

/*-----------------------------------------*/

div.footer {
	position: absolute;
	margin: 0;
	padding: 0;
	
	top: 717px;
	left: 31px;
	width: 783px;
	height: 55px;
	
	background-color: rgb(206, 206, 206);
}

div.flowers_direct {
	position: absolute;

	top: 15px;
	left: 15px;
	width: 100px;
	height: 25px;

	background-image: url('images/flowers_direct.png');
	background-position: center left;
	background-repeat: no-repeat;
}

/*-----------------------------------------*/

img {
	margin: 0;
	padding: 0;
}

img.size_fourteen {
	width: 14px;
	height: 14px;
}

img.size_fifteen {
	width: 15px;
	height: 15px;
}

img.product_left, img.product_centre, img.product_right {
        margin-top: 10px;

	width: 150px;
	height: 150px;

	border-bottom: 1px solid rgb(233, 228, 228);
}

img.card_logo {
	position: absolute;

	top: 12px;
	height: 30px;
}

/*-----------------------------------------*/

p.content_tagline {
	margin-top: 2px;
	margin-bottom: 2px;

	text-align: center;
	color: rgb(123, 118, 118);
	font-family: sans-serif;
	font-size: 12pt
}

p.content_block {
	margin: 2px 10px 8px 10px;

	text-align: center;
	color: rgb(123, 118, 118);
	font-family: sans-serif;
	font-size: 12pt
}

p.content_end {
	margin: 2px 10px 16px 10px;

	text-align: center;
	color: rgb(123, 118, 118);
	font-family: sans-serif;
	font-size: 12pt
}

p.contact_details {
	padding: 0;
	margin-left: 10px;

	color: #7B2679;
	font-family: verdana, sans-serif;
	font-size: 12pt
}

/*-----------------------------------------*/

div.menu_button span {
	position: absolute;
	
	top: 19px;
	left: 0px;
	width: 195px;
	
	font-family: verdana, sans-serif;
	color: #EEEEEE;
	
	text-align: center;
	font-weight: 600;
	font-size: 10pt;
}

div.bar span {
	position: absolute;
	
	top: 12px;
	left: 20px;
	width: 259px;

	font-family: verdana, sans-serif;
	color: #FFFFFF;
	
	text-align: left;
	font-weight: 600;
	font-size: 10pt;
}

div.category span {
	position: absolute;

	top: 4px;
	left: 50px;
	width: 170px;
	height: 25px;
	
	font-family: verdana, sans-serif;
	color: rgb(133, 128, 128);

	text-align: left;
	font-size: 10pt;
}

div.product span {
	display: block;
	margin-top: 2px;

	width: 150px;
	height: 20px;

	font-family: sans-serif;
	color: rgb(123, 118, 118);

	text-align: center;
	font-size: 10pt;
}

div.footer span {
	position: absolute;

	top: 19px;
	left: 130px;
	width: 455px;
	height: 25px;

	font-family: verdana, sans-serif;
	color: rgb(133, 128, 128);

	text-align: center;
	font-size: 10pt;
}

div.flowers_direct span {
	position: absolute;

	top: 3px;
	left: 32px;
	width: 75px;
	height: 25px;

	font-family: sans-serif;
	color: #7B2679;

	text-align: left;
	font-size: 12pt;
}

span.content_title {
	display: block;
	margin-top: 13px;

	width: 510px;
	height: 25px;

	font-family: verdana, sans-serif;
	color: rgb(113, 108, 108);


	text-align: center;
	font-size: 14pt;
}

span.highlight {
	color: rgb(55, 50, 50);
}

span.previous_page {
	position: absolute;

	top: 4px;
	left: 31px;
	width: 100px;
	height: 25px;

	font-family: verdana, sans-serif;
	color: rgb(133, 128, 128);

	text-align: left;
	font-size: 10pt;
}

span.next_page {
	position: absolute;

	top: 4px;
	right: 31px;
	width: 80px;
	height: 25px;

	font-family: verdana, sans-serif;
	color: rgb(133, 128, 128);

	text-align: right;
	font-size: 10pt;
}

span.form_label {
	color: rgb(113, 108, 108);
	font-family: sans-serif;
	font-size: 12pt
}

/*-----------------------------------------*/

.top_zero {
	top: 0px;
}

.top_minus {
	top: -1px;
}

.left_zero {
	left: 0px;
}

.left_minus {
	left: -1px;
}

.bottom_zero {
	bottom: 0px;
}

.bottom_minus {
	bottom: -1px;
}

.right_zero {
	right: 0px;
}

.right_minus {
	right: -1px;
}

.top_zero, .top_minus, .bottom_zero, .bottom_minus {
	position: absolute;
}

/*-----------------------------------------*/

.product_left {
	margin-left: 15px;
}

.product_centre {
	margin-left: 10px;
}

.product_right {
	margin-left: 5px;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

a.index {
	display: inline;
	color: #7B2679;
}
