html, body {
  margin: 0;
	width:100%;
  font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 12px;	
}

body {
	background-image:url(../images/logo_repeat_image.jpg);
	background-repeat:repeat-x;
}

#top_container{
	margin:0px;
	background-image:url(../images/logo_repeat_image.jpg);
	background-repeat:repeat-x;
/*	width:expression(document.body.clientWidth < 940 ? "940px" : "100%" );
	min-width:940px; */
}
/* get IE to read min-width */
.width {
	width:100%;
	min-width:940px;
}

* html .minwidth {
/*	border-left:940px; */
	padding-left:940px; /* CHANGED MARGIN TO PADDING */ 
}

* html .container {
	margin-left:-940px;
	position:relative;
}
/*\*/
* html .minwidth, * html .container {
	height: 1px;
}
/**/

/*\*/
* html .minwidth, * html .container, * html .content, * html .layout  {
	height:1px;
}
/**/

/* END IE GARBAGE */
a {
	color:#006666;
}

a:hover {
	color:#FECD67;
}

#header {
	background-image:url(../images/header.jpg);
	width:610px;
	height:115px;
	float:left;
	padding:0px;
	margin:0px;
}
#logo_spacer {
	background-image:url(../images/logo_repeat_image.jpg);
	background-repeat:repeat-x;
	height:115px;
	width:*;
	padding:0px;
	margin:0px;
}	
#leftcol {
  float: left;
  width: 155px;
}
#main {
  margin: 0px;
}
#centercol {
  margin: 0 165px 0 165px;
	width:auto;
	background-image:url(../images/dialog_bg.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FECD67;
	border-right:1px solid #FECD67;
	border-bottom:1px solid #FECD67;
	padding:25px 10px 10px 10px;
/*	store/skin1/images/dialog_bg.jpg*/
}
#rightcol {
  float: right;
  width: 155px;
} 

.clr {
	clear:both;
}

.footer {
	float:left;
	background-color:#FECD67;
	border-top:1px solid #006666;
	border-bottom:1px solid #006666;
	height:25px;
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:5px;
}

.footer_content {
	padding:5px 20px 0px 0px;
	float:right;
}

.footer_content a:hover {
	color:#006666;
}

#green_bar {
	width:100%;
	height:25px;
	background-color:#006666;
	margin:10px 0px 10px 0px;
	padding:1px 0px 1px 0px;
	color:#FFFFFF;
}
#green_bar span{
	padding-left:20px;
}
#footer {
	height:22px;
	background-color:#FECD67;
	border-top:1px solid #006666;
	text-align:right;
	color:#8E4B00;
	margin-top:8px;
	padding:3px 5px 0px 0px;
}
#tabs {
	width:309px;
	margin:0px;
	padding:0px;
	float:right;
	background-image:url(../images/logo_repeat_image.jpg);
	background-repeat:repeat-x;
}

body#home #tabs {
	width:309px;
	margin:0px 100px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	background-image:url(../images/logo_repeat_image.jpg);
	background-repeat:repeat-x;
}

#tabs td{
	height:50px;
	width:103px;
	margin:0px;
	padding:0px;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
td#store_hours{
	height:50px;
	width:309px;
	margin:0px;
	padding:0px;
	background-image:none;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

#tabs td a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration:none;
}

#cat_table {
 width:150px;
 border:1px solid #006666;
 margin-bottom:15px;
}
#cat_table th {
	background-color:#006666;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
}
#cat_table a {
	color:#550000;
	text-decoration:none;
}
#cat_table td {
	padding-left:5px;
	background-color:#FECD67;
}
#cat_list {
list-style-type:none;
padding:0px;
margin:0px;
}

#cat_list li {
	padding-bottom:5px;
}

/* Page Table */

.page_tables {
vertical-align:top;
}

.page_cells {
text-align:left;
padding-right:8px;
vertical-align:top;
}

.page_center{
text-align:center;
padding-right:10px;
vertical-align:top;
}

H1 {
        FONT-SIZE: 16px;
}
H2 {
        FONT-SIZE: 14px;
}
H3 {
        FONT-SIZE: 13px;
}
.italic_heading {
	font-style:italic;
}

.flower_stack {
	float:right;
	clear:both;
	margin-bottom:8px;
}
.flower_row {
	float:left;
	margin-right:5px;
}

table#contact-us  {
	width:500px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:244px;
	font-weight:bold;
}

td.field  {
	width:400px;
}
/*End contact us page styles*/

#map {
	width:500px;
	height:375px;
	padding:0;
	margin:0;
}

table.notabbies {
	width:450px;
	margin:10px 0px 10px 0px;
	padding:0px 20px 0px 0px;
	float:right;
	background-image:none;
}

table.notabbies td {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-image:none;
	text-align:center;
	background-image:none;	
}


