body {
	background: white url(../images/background.jpg) repeat-y center top;
	color: #000;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	color: #ab000a;
	text-transform: uppercase;
	margin: 0;
}

a {
	color: #ab000a;
	text-decoration: none;
}

#container {
	width: 713px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	width: 100%;
	height: 240px;
	position: relative;
	background-color: #ebebeb;
}

#logo {
	position: absolute;
	top: 48px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	text-align: center;
}

#flowers {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/flowers.jpg);
	height: 116px;
	border-top: 2px solid #d3d3d3;
}

#navigation {
	background-color: #e4e4e4;
	height: 29px;
	clear: both;
	padding-left: 8px;
}
.purchase_image {
	float: right;
	width: 163px;
	padding-top: 2px;
	padding-right: 15px;
}
.purchase_container {
	width: 500px;
	padding-top: 20px;
}
.purchase_image img {
	background-color: #D3D3D3;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.purchase_text {
	float: left;
	width: 305px;
	padding-top: 3px;
}
.clear {
	clear: both;
	height: 5px;
}
#navigation ul, #navigation li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navigation li a{
	float: left;
	text-decoration: none;
	color: #313131;
	background-color: #e4e4e4;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
#navigation li a:hover{
	color: #000;
	background-color: #EBEBEB;
}

#content {
	clear: both;
	background-color: #e4e4e4;
	position: relative;
	height: 100%;
	width: 100%;
	display: table;

}

#row {
	display: table-row-group;
}

#main {
	background-color: #ebebeb;
	width: 500px;
	display: table-cell;
	padding-left: 20px;
	padding-top: 18px;
	padding-right: 10px;
	line-height: 1.4em;
}
#main ul {
	margin: 0px;
	padding: 0px;
}
#main li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main a {	
	color: #AB000A;
	text-decoration: underline;
}

#main a:hover {
	color: #AB000A;
	text-decoration: none;
}

#right {
	float: right;
	background-color: #e8e8e8;
	width: 140px;
	vertical-align: bottom;
	display: table-cell;
	padding-right: 20px;
	border-left: 10px solid #e4e4e4;
}

#address {
	bottom: 10px;
	text-align: right;
	font-size: 12px;
	padding-top: 20px;
	width: 150px;
}

#footer {
	width: 95%;
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px dotted #ab000a;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #313131;
}

#copyright {
	padding-bottom: 5px;
}

#supplied {
	color: #c4c4c4;
}

#supplied a {
	color: #ababab;
}

/* @group PhotoGallery */

#photoGallery {
	border-top: 2px dashed silver;
}

div.photo img{
	width: 100px; 
	height: 100px;
	float: left;
	border: 2px solid #cccccc;
}

div.photo a{
	float: left;
	margin: 20px;
	padding: 6px;
	border: 1px #999999;
}
div.photo a:hover{
	background-color: #cccccc;
	border-color: white;
}

blockquote {
	padding: 0px;
	margin-bottom: 40px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 15px;
}

cite {
	padding-top: 15px;
	color: #ab000a;
	float:right;
}

.image_border {
	border: 3px #DDDDDD solid;
} 

/* @end */
