/*
Title:   ..........co.uk main style sheet
Author:  Clive Goodhead, Cornwall Internet Limited
Version: 30 March 2007
Notes:   Web site www..........
*/

/* Force Firefox, etc. to render vertical scroll bar. */
html {
	overflow: -moz-scrollbars-vertical;
}

/* Remove quotation marks from quoted text to deal with IE problem. */
q:before, q:after {
	content: "";
}

body {
	color: #333333;
	background-color: #ccff99;
	text-align: left;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	border: 0;
	margin: 10px 0 30px 0;
	padding: 0;
}

a {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #dd0000;
	text-decoration: none;
}

#container {
	width: 700px;
	background-color: #ffffff;
	border: 1px solid #33cc00;
	margin: 0 auto;
}

#title_bar {
	position: relative;
	height: 80px;
	background-color: #33cc00;
	margin: 0;
}

#title_bar h1 {
	display: none;
	color: #ffffff;
	font-size: 70%;
	font-weight: normal;
	margin: 0;
}

#title_bar img {
	margin: 5px 0 0 5px;
}

#title_bar form {
	margin: 0;
}

#title_bar input {
	width: 80px;
	color: #336600;
	font-size: 8pt;
	background-color:#ccff99;
	margin-bottom: 1px;
}

#menu {
	position: absolute;
	top: 8px;
	right: 25px;
}

#main {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 150px;
	margin: 25px 5px 10px 5px;
	text-align: center;
}

#left q {
	color: #33bb00;
	font-size: 90%;
	font-weight: bold;
}

#main #text {
	margin: 0 40px 10px 180px;
}

#main #flowers {
	margin: 0 40px 10px 40px;
}

#main h1 {
	font-family: geneva, arial, helvetica, geneva, sans-serif;
	font-size: 100%;
	color: #33bb00;
	margin: 15px 15px 10px 0;
}	

#main p {
	font-size: 80%;
	text-align: justify;
	margin: 0 0 10px 0;
}

#main address {
	font-size: 80%;
	font-style: normal;
	text-align: justify;
	margin: 0 0 10px 30px;
}

#main p.small {
	font-size: 65%;
	text-align: justify;
	margin: 0 0 10px 0;
}

#flowers th, #flowers td {
	font-size: 80%;
	text-align: left;
	padding: 0 20px 0 0;
}

#flowers th.h {
	font-size: 90%;
	text-decoration: underline;
	color: #33bb00;
	padding: 0 0 20px 0;
}

#flowers img {
	border: 1px solid #33bb00;
}

#footer {
	text-align: center;
	color: #666666;
	border-top: 1px solid #33cc00;
	margin: 0 20px 5px 20px;
	padding-top: 5px;
}

#footer hr {
	visibility: hidden;
	display: none;
}

#footer p {
	text-align: center;
	font-size: 65%;
	margin: 0; padding: 0;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

.scrambler {
	display: inline;
	position: relative;
	top: 3px;
}
