@charset "utf-8";
/* CSS Document */

.phone {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #807b00;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-repeat:repeat;
	background-color: #000;
}
.maintable {
	margin: 0 auto;
	background-image:url(gifs/background-wht.png);
	width: 90%;
	text-align: center;
	height: 20px;
	padding: 15px;
	border:1px solid #CCCCCC;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #807B00;
}

.bottomnavtable {
	margin: 0 auto;
	background-color:#FFF;
	width:100%;
	text-align: center;
	height: 20px;
	padding: 15px;
	border:1px solid #c3cf21;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #C3CF21;
}

.toplinks_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #807b00;
	text-decoration: none;
	text-transform: uppercase;
}
a.toplinks_txt:hover  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #807b00;
}

.bottomnav_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #4e5659;
	text-decoration: none;
}
a.bottomnav_txt:hover{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333 ;

	overline; 	background-color: #FFF;
}
.bottomnavheader_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #4e5659;
	text-decoration: none;
}
a.leftnav_txt:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;

	overline; 	background-color: #807b00;
}
.leftnav_txt {	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.leftnavheader_txt {	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.itemheader_txt {	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color:  #807b00;
	text-decoration: none;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(gifs/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* style the trigger elements */
#topinfo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
#ccvsid {
	background:transparent url(http://www.fieldofflowers.com/gifs/white_arrow.png) no-repeat scroll 0 0;
	display:block;
	height:125px;
	width:340px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}
/* mouseover state */
#ccvsid:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#ccvsid:focus {
	background-position:0 -88px;
}

.content_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.headerbase_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
}
.large_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.pinkbox1_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
.pinkbox1header_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
.pinkbox2_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
.pinkbox2header_txt {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
.prodbox {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border:1px;
	border-radius-bottom-left: 8px;
	border-radius-bottom-right: 8px;
	border-radius-top-left: 0px;
	border-radius-top-right: 0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}
.localinfo {
	text-align:center;
	padding:10px;
}
.leftnavred_txt {	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}

