/*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;
}

html, body {
    height: 100%;
}

html {
    font-size: 1em;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

.clearer {
	font-size: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}
.grid-header
{
	background:#E3F6CD;
	border-style:solid;
	border-color:#BFD8B9;
	border-width:2px;
}
.item-grid
{
	background:white;
	border-style:solid;
	border-color:#BFD8B9;
	border-width:2px;
}
.img-bouqet
{
 width:227px;
 height:227px;	
}
.img-bouqet:hover
{
	width:463px;
	height:470px;
}
.image-table
{
	border-collapse:inherit;
	border-spacing:auto;
}
.image-table td
{
	vertical-align:top;
}
.photo-table td
{
	border-style:solid;
	border-width:thin;
	vertical-align:middle;
	text-align:center;
}
.photoGallery-table td
{
	vertical-align:middle;
	text-align:center;
}
