/*========================== MAIN ELEMENTS ================================ */
#content {
	
}

#header {
	height: 246px;
	background: #FFF url(images/header.jpg) no-repeat top;
}

#slogan { /*========================== HEADER SLOGAN ================================ */
	width: 609px;
	height: 45px;
	text-align: right;
	margin-left: auto;
	margin-top: 0px;
	margin-right: 10px;
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
}
#top_box_container { /*==========================TOP NAVIGATION BOXES ================================ */
	margin-right: 25px;
}
div.top_box {
	float: right;
	height: 136px;
	width: 280px;
	text-align: right;
	margin-left: auto;
	margin-top: 10px;
	margin-right: 10px;
	overflow: hidden;
}
div.top_box * {
	margin:0px;
	padding:0px;
}
div.top_box_head {
	height: 31px;
	background-image: url(images/top_box_head.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
div.top_box_body {
	height: 105px;
	background-image: url(images/top_box_body.jpg);
	background-repeat: no-repeat;
}
div.image1 {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	width: 83px;
	height: 90px;
	background-repeat: no-repeat;
}
ul.top_box_ul {
	position: relative;
	top: 3px;
	left: 20px;
	text-align: left;
	list-style: none;
	line-height: 18px;
}
#top_nav {  /*==========================TOP NAVIGATION BAR ================================ */
	width: 857px;
	height: 74px;
	margin: auto;
	background: transparent url(images/top_nav.gif) no-repeat;
	padding-top: 22px;
	padding-left: 6px;
}

/*==========================CONTENT SECTION ================================ */

#left_section {
	float: left;
	width: 648px;
}
#right_section {
	float: left;
	width: 235px;
}
#c_body {
	padding: 5px;
}
div.clip {
	text-align: left;
	border-bottom: solid 1px #4F6652;
	left: 641px;
	padding-right: 10px;
	padding-top: 10px;
}

div.clip a {
line-height: 5px;
}

div.clip p {
margin: 0px;
padding-top: 8px;
padding-bottom: 8px;
}

#flowers {
	float: left;
	margin: 10px 0px 10px 0px;
}
div.product {
	float: left;
	width: 130px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#box1 { /*==========================BOX 1 ================================ */
	width: 352px;
	text-align: left;
	float: left;
}
#box1_top {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	padding-left: 10px;
	line-height: 1px;
	font-size: 1pt;
}
#box1_middle {
	background-image: url(images/box_middle.gif);
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-y;
	height: 200px;
}

#box1_middle p {
	margin-top: 0px;
}

#box1_bottom {
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#box2 { /*==========================BOX 2 ================================ */
	float: left;
	width: 270px;
	text-align: left;
	margin-left: 10px;
}
#box2_top {
	background-image: url(images/box2_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	padding-left: 10px;
	line-height: 1px;
	font-size: 1pt;
}
#box2_middle {
	background-image: url(images/box2_middle.gif);
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-y;
	height: 200px;
	position: relative;
}
#box2_bottom {
	background-image: url(images/box2_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#box2_text {
}
#box2_image {
	float: right;
}
#box3 { /*==========================BOX 3 ================================ */
	width: 213px;
	text-align: left;
	float: left;
}
#box3_top {
	background-image: url(images/box3_top.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-left: 10px;
}
#box3_middle {
	background-image: url(images/box3_middle.gif);
	padding: 10px 20px;
	background-repeat: repeat-y;
	height:1%;
	overflow:auto;
}
html>body #box3_middle {
	height:auto;
}

#box3_bottom {
	background-image: url(images/box3_bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
	line-height: 0px;
	font-size: 1pt;
	overflow: hidden;
}
#box3_image {
	float: right;
}
#box3_description {
	float: right;
	padding-top: 10px;
}
#box4 { /*==========================BOX 4 ================================ */
	width: 410px;
	text-align: left;
	float: left;
	margin-left: 10px;
}
#box4_top {
	background-image: url(images/box4_top.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-left: 10px;
}
#box4_middle {
	background-image: url(images/box4_middle.gif);
	background-repeat: repeat-y;
	padding: 10px 10px;
	height:1%;
	overflow:auto;
}
html>body #box4_middle {
	height:auto;
}

#box4_bottom {
	background-image: url(images/box4_bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
	line-height: 0px;
	font-size: 1pt;
	overflow: hidden;
}

.top_box_nl {
	font-family: arial;
	color: #570901;
	font-size: 16pt;
	line-height: 30px;
}

.error {
	font-weight: bold;
	color: #BB0000;
}
.erroralt {
    font-size:9px;
	color: #BB0000;
}

.message {
	font-weight: bold;
	color: #00BB00;
}
.messagealt {
    font-size:9px;
	color: #00BB00;
}
