﻿html, body
{
	height: 100%;
}
body
{
	margin: 0px;
	background: #FFFFFF;
	min-width: 655px;
	background-image: url(../../Images/vertgrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#top
{
	background-image: url(../../Images/topgrad.gif);
	background-repeat: repeat-y;
	height: 58px;
	width: 655px;
	margin: auto;
}
#logo
{
	margin-left: 75px;
	float: left;
}
#ft
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	width: 651px;
	height: 20px;
	background-color: #FFFFFF;
	line-height: 20px;
	margin-left: 2px;
}
#ft div
{
	width: 630px;
	margin: auto;
}
#lng
{
	text-align: right;
	padding-top: 30px;
}
a.lng
{
	color: #000000;
	font-family: Sans-Serif, Tahoma;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 6px;
}
#lngvc
{
	vertical-align: top;
}
#mnu
{
	margin: auto;
	height: 35px;
	width: 655px;
	background-image: url(../../Images/topmenu.gif);
}
#border
{
	width: 655px;
	background-image: url(../../Images/border.gif);
	background-repeat: repeat-y;
	margin: auto;
}
#banners
{
	margin-left: 2px;
	text-align: center;
}
#banners a
{
	text-decoration: none;
}
#submenu
{
	height: 20px;
	background-color: #333300;
}
div.banner
{
	padding-top: 5px;
}
#flowers
{
	height: 84px;
	width: 207px;
	background-image: url(../../Images/flowers.jpg);
	float: left;
}
#action
{
	height: 84px;
	width: 153px;
	background-image: url(../../Images/action.jpg);
	float: left;
	cursor: pointer;
}
#pricelist
{
	height: 84px;
	width: 95px;
	background-image: url(../../Images/pricelist.jpg);
	float: left;
	cursor: pointer;
}
a.bw #pricelist
{
	background-image: url(../../Images/pricelist_bw.jpg);
}
#login
{
	height: 84px;
	width: 196px;
	background-image: url(../../Images/login.jpg);
	float: left;
}
span.title, span.subtitle
{
	font-family: Candara, Tahoma, Verdana;
	color: #336600;
	font-weight: bold;
}
span.title
{
	font-size: 17.5px;
}
span.subtitle
{
	font-size: 11.25px;
}
a.bw span.title, a.bw span.subtitle
{
	color: #909090;
}
#newsrow
{
	margin-left: 2px;
}
#left-news
{
	font-family: Corbel, Tahoma, Verdana;
	font-size: 12.5px;
	color: #FFFFFF;
	width: 90px;
	height: 17px;
	line-height: 15px;
	text-indent: 10px;
	background-image: url(../../Images/news.gif);
	float: left;
}
#news
{
	border-width: 1px 0px 1px 0px;
	border-color: #336600;
	border-style: solid;
	width: 556px;
	height: 11px;
	line-height: 12px;
	float: left;
	padding-top: 2px;
	padding-bottom: 3px;
}
#right-news
{
	width: 5px;
	height: 17px;
	background-image: url(../../Images/news-right.gif);
	float: left;
}
#mnubt
{
	margin-top: 10px;
}
#mnubt div
{
	width: 651px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#mnubt div a
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 11.25px;
	color: #999999;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
#mnubt div a:hover, #mnubt div a.sel
{
	color: #555555;
}
#mnubtlinetop
{
	margin: auto;
	height: 1px;
	width: 537px;
	background-image: url(../../Images/mnubtlinetop.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#mnubtlinebott
{
	margin: auto;
	height: 1px;
	width: 651px;
	background-image: url(../../Images/mnubtlinebott.gif);
	background-position: center;
	background-repeat: no-repeat;
}
div.clearer
{
	clear: both;
}
#page
{
	padding: 20px 20px 20px 20px;
}
ul#ticker01 li a, ul#ticker01 li span
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
}

.tickercontainer
{
	/* the outer div with the black border */
	width: 550px;
	height: 14px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask
{
	/* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 540px;
	height: 13px;
	overflow: hidden;
}
/*
ul#ticker01
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	width: 556px;
	float: none;
}
ul#ticker01 li a
{
	color: #333300;
	text-decoration: none;
}
ul#ticker01 li a:hover
{
	text-decoration: underline;
}
*/
ul.newsticker
{
	/* that's your list */
	position: relative;
	left: 556px;
	font: bold 10px Verdana;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li
{
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	color: #333300;
}
ul.newsticker a
{
	white-space: nowrap;
	padding: 0;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	margin: 0 20px 0 0;
}
ul.newsticker span
{
	margin: 0;
}

#basket
{
	float: right;
	color: #FFFFFF;
	margin: 4px 10px 0px 0px;
	font-family: Corbel;
	font-size: 12px;
}
