body 
{
	overflow-x: hidden;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #decbc1;
	background-color: #000000;
	background-image: url(images/SuperFloral_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px;
}

h1
{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a
{
	color: white;
}

.firstheading
{
	margin-top: 0px;
}

.categoriespictures
{
	border: 1px solid white;
}

.categoriesnames
{
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 13px;
}

.formfieldwidth
{
	width: 220px;
}

.borderwhite
{
	border: 1px solid white;
}










/*

STYLES FOR CATALOGUE / PRODUCTS

*/

.tabletopline
{
	border-top: 1px solid gray;
}

.descriptiontextblock
{
	padding: 5px 10px 5px 20px;
	font-size: 12px;
}

.productname
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}










