body {
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 80%;
}
a { 
	color: #5AA505;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	color:#222222;
	font-family:"Arial", "Helvetica", Sans-Serif;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	margin:0px;
	padding:0px;	
}
h4 {
	border-top:1px solid #666666;
	clear:both;
	color:#5AA505;
	font-family:"Arial", "Helvetica", Sans-Serif;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	margin:15px 0px 0px 0px;
	padding:15px 0px 8px 0px;
}
#content h1 {
	background:#5AA505;
	color:white;
	display:block;
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 19px;
	font-weight:normal;
	margin: 2px 0px 12px 0px;
	padding: 4px;
	text-align:center;
	text-transform:uppercase;
}
#content h2 {
	color:#0066CC;
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 16pt;
	margin: 2px 0px 4px 0px;
}
#content p {
	color: #333333;
	line-height:18px;
}

.green {
	color: #5AA505;	
}

.graybox {
	background: #666666;
	color: white;
	margin: 5px 0px 5px 0px;
	padding: 6px 10px 6px 10px;
}
.graybox a {
	color: white;
	text-decoration: underline;	
}
.greenbox {
	display: block;
	background: #5AA505;
	color: white;
	margin: 5px 0px 5px 0px;
	padding: 6px 10px 6px 10px;
}
.greenbox a {
	color: white;
	text-decoration: underline;
}
.red {
	color:#cc3300;
}
#delivery {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	clear:both;
	color: #5AA505;
	font-size: 8pt;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#delivery h1 {
	background:white;
	color: #5AA505;
	font-family: "Arial", "Helvetica";
	font-size: 18pt;
	font-weight: normal;
	margin: 6px;
	text-transform:none;
}
#delivery h2 {
	color: #5AA505;
	font-family: "Arial", "Helvetica";
	font-size: 14pt;
	font-weight: normal;
	margin: 2px;
}

#artwork {
	font-size: 7pt;
	line-height: 11pt;
	text-align: center;
}
#payment {
	font-family: "Arial", "Helvetica";
	font-size: 7pt;
	line-height: 11pt;
}
#payment h1 {
	background: none;
	font-family: "Arial", "Helvetica";
	font-size: 12pt;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	text-align: center;
	text-transform: uppercase;
}
#contact {
	font-size: 8pt;
	line-height: 11pt;
	text-align: center;
}
#blurb {
	color: black;
	font-size: 8pt;
	text-align: center;
}
#siteLinks {
	text-align: center;
}

/*
	form styles
*/

.err {
	color:#cc3333;
}

/*
	layout styles
*/
#banner {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 400px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#banner h1 {
	color: #5AA505;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 700px;
	background-image: url(/img/layout/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topRight {
	position: absolute;
	top: 0px;
	left: 700px;
	width: 80px;
	height: 700px;
	background-image: url(/img/layout/right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topRightRunoff {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 300px;
	height: 700px;

	background-image: url(/img/layout/rightoff.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
#topCentre {
	position: absolute;
	top: 115px;
	left: 210px;
	width: 490px;
	height: 260px;
	padding-top: 17px;
	background-image: url(/img/layout/fla-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainMenu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 210px;
	height: auto;
}
#mainMenu a {
	color: white;
	background-image: url(/img/layout/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size:15px;
	line-height:15px;
	margin: 3px;
	padding: 0px 0px 0px 40px;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #ffff00;
	background-image: url(/img/layout/yellow-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#map {
	width:460px;
	height:400px;
}
.orange {
	color:#ff6600;
	font-size:16px;
}
.subMenu h2 {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.subMenu h2 a {
	background:none;
	border:none;
	color:#222222;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-transform:uppercase;
}
.subMenu h2 a:hover {
	background:none;
	color:#5AA505;
}
.subMenu a {
	font-size:10px;
	line-height:10px;
	color: #666;
	width: 160px;
	text-decoration:none;
	padding: 8px 0px 8px 15px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url(/img/layout/black-arrow.gif) no-repeat left center;
	border-bottom: 1px dashed #666;
	display: block;
	text-transform: uppercase;
}
.subMenu a:hover {
	color: #ffffff;
	background: #666666;
	text-decoration: none;	
	background-image: url(/img/layout/white-arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.subMenu.top {
	border-top:1px dashed #666666;
}
.subMenu a.christmas {
	background-image:url('/img/christmas/holly_w.gif');
	background-repeat:none;
	background-position:left;
	padding: 8px 0px 8px 35px;
	width: 140px;
}
.subMenu a.christmas:hover {
	background-image:url('/img/christmas/holly_g.gif');
	background-repeat:none;
	background-position:left;
}
.subMenu a.image {
	background-image:none;
	border:none;
	margin:0px;
	padding:0px;
}
.subMenu a.image:hover {
	background-image:none;
	border:none;
	margin:0px;
	padding:0px;
}
.subMenu a img {
	border:none;
}
#leftMenu {
	position: absolute;
	top: 390px;
	left: 20px;
	width: 190px;
	height: auto;
}
#rightMenu {
	position: absolute;
	top: 390px;
	left: 740px;
	width: 160px;
	height: auto;
}
#tel{
	position: absolute;
	top: 50px;
	left: 735px;
	width: 182px;
	height: 60px;
	font-size: 9pt;
	line-height: 12pt;
	z-index: 99;
}
#tel strong {
	float: left;
	width: 40px;
}
#content {
	position: absolute;
	top: 383px;
	left: 225px;
	width: 460px;
	height: auto;
}

.sitemap {
	float:left;
	margin:5px;
	width:141px;
}
.sitemap a {
	display:block;
	font-size:13px;
	margin-top:4px;
}

/*
	Table Styles
*/
table {
	border-collapse:collapse;
	width:98%;
	padding:0px;
	margin:2px 0px 3px 0px;
}
th {
	background:#5AA505;
	color:white;
	padding:3px;
	margin:0px;
	text-align:center;
}
td {
	color:#333333;
	font-weight:bold;
	padding:2px;
	margin:0px;	
	text-align:center;
}
tr.odd {
	background:white;
}
tr.even {
	background:#dddddd;
}

/*
	Form Styles
*/
.button {
	background:#5AA505;
	border:1px solid black;
	color:white;
	padding:4px;
	width:90px;
}
form {
	margin:0px 0px 0px 40px;
	padding:4px;
}
label {
	color:#333333;
	clear:both;
	display:block;
	padding:3px 9px 3px 0px;
	margin:9px 0px 3px 0px;
}
input {
	border:1px solid #333333;
	clear:both;
	display:block;
	margin:3px 0px 3px 0px;
	padding:2px;
	width:300px;
}
textarea {
	border:1px solid #333333;
	display:block;
	float:left;	
	margin:3px 0px 3px 0px;
	padding:2px;
	width:300px;
}
br {
	clear:both;
}
#map {
	width:460px;
	height:400px;
}
.website {
	padding:9px 0px 9px 0px;	
}
#tabs {
	border-bottom:1px solid grey;
	padding:3px;
}
#tabs a {
	background:#5AA505;
	border:1px solid grey;
	border-bottom:none;
	color:white;
	font-size:15px;
	margin:0px;
	padding:3px;
	text-decoration:none;
}
#tabs a:hover {
	color:#5AA505;
	background:#dddddd;
}
#tabs a.selected {
	background:white;
	color:#5AA505;
	padding-bottom:4px;
}
.cards img {
	height:120px;
	padding:15px;
	width:120px;
}

div.card {
	border:1px solid #cccccc;
	float:left;
	margin:0.5em; padding:0;
	text-align:center;
	width:135px;
}
div.card img {
	display:block;
	margin:1em 0.5em auto; padding:0;
}
div.card p {
	margin:0.5em; padding:0;
}

/*
	slideshow
*/
#slides {
	float:right;
	width:490px; height:217px;
	margin:0;
	text-align:right;
	position:relative;
	overflow:hidden;
}
#slides a img {
    border:none;
	position:absolute;
    top:0px;
    left:0px;
}