* { padding: 0; margin: 0; }

#slideshow {
 float: right;
 margin: 3px 0px 0px 0px;
}

.bodyImgR {
 margin: 0px 0px 12px 18px;
}

/* ----- ----- ----- ----- FONT STYLES ----- ----- ----- ----- */

h1 {
 font-weight: lighter;
 font-size: 2.5em;
 color: #214b75;
 font-family: Brush Script MT, Arial, Helvetica, sans-serif;
}

a {
 color: #006600;
 text-decoration: none; 
 border-bottom: 0px;
}

a:hover {
 color: #ffbb0e;
 text-decoration: none; 
 border-bottom: 0px;
}

p{
 margin: 0 0 10px 0;
 text-align: justify;
}

/* ----- ----- ----- ----- BODY AND LAYOUT STYLES ----- ----- ----- ----- */

body {
 /* background: url(../images/argyle2.gif); */
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #214b75;
}
#wrapper { 
 background: #FFF url(../images/sky_bouqet.jpg);
 padding-bottom: 417px;
 background-position: bottom;
 background-repeat: no-repeat;
 margin: 0 auto;
 width: 922px;
 border: 5px solid #000000;
}
#faux {
 background: #FFF url(../images/faux-3-2-col2.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 922px;
 padding: 0px;
 height: 183px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 text-align: left;
}
/*
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
*/
#leftcolumn { 
 background-repeat: no-repeat; 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px 0px 0px 0px;
 width: 195px;
 float: left;
 text-align: right;
}
#featuredItem {
 border: 2px dotted #214b75;
 margin: 15px 0px 0px 15px;
 width: 200px;
 text-align: center;
 padding: 10px 5px 5px 5px;
}
#featuredItem p{
 text-align: center;
}
#rightcolumn { 
 float: right;
 color: #181a19;
 margin: 0px;
 padding: 45px 40px 0px 0px;
 width: 620px;
 display: inline;
 position: relative;
}
#footer { 
 width: 100%;
 clear: both;
 color: #bbb;
 padding: 10px 0px 15px 0px;
 text-align: center;
}
h6 a{
 color: #FFFFFF;
 text-decoration: none; 
 border-bottom: 0px;
}
.clear { clear: both; background: none; }

/* ----- ----- ----- ----- PRODUCT TABLE STYLES ----- ----- ----- ----- */

table.products {
/*	width: 620px;*/
}

table.products tr {
	margin-bottom: 10px;
}

table.products td {
	width: 200px;
	margin-left: 10px;
}

table.products td:first-child {
	margin-left: 0px;
}

table.products td form {
	width: 100%;
	height: 100%;
	text-align: center;
}

table.products td form b {
	display: block;
	clear: both;
	text-align: center;
}

table.products td form br {
	line-height: 0px;
	display: none;
}

table.products td img {
	margin-left: 15px;
	border: none;
}

table.featuredproducts {
	width: 100%;
}

table.featuredproducts tr {
	
}

table.featuredproducts td {
	width: 100%;
}

table.featuredproducts td form {
	width: 100%;
	height: 100%;
	text-align: center;
}

table.featuredproducts td form b {
	display: block;
	clear: both;
	text-align: center;
}

table.featuredproducts td form br {
	line-height: 0px;
	display: none;
}

table.featuredproducts td img {
	margin-left: 15px;
	border: none;
}

table.form {
	margin: 15px;
}
table.form th {
	text-align: right;
	vertical-align: top;
	padding: 2px;
}
table.form td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}