@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1b1b1b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	background-color: #FFF;
}
#top {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#black {
	background-color: #EFEB35;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
#upper {
	background-image: url(i/fd_topbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 159px;
}
#header {
	padding: 0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 119px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: block;
	float: left;
	overflow: hidden;
}
#header h2 {
	width: 245px;
	float: right;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(i/fd_top_cutout.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 106px;
	text-align: center;
	color: #C42C0F;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}
#header h2 span {
	clear: both;
	color: #1476B9;
	font-size: .8em;
	display: block;
	text-align: center;
}
#header h2 .phone {
	font-size: 1.9em;
	color: #FAF8D4;
	padding-top: 68px;
}
#header h3 {
	font-size: 2em;
	font-weight: bold;
	color: #C42C0F;
}
#barbg {
	background-image: url(i/fd_menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#topmenu {
	background-image: url(i/fd_menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#topmenu #left {
	background-image: url(i/fd_menu_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 40px;
	display: block;
	float: left;
}
#topmenu #right {
	background-image: url(i/fd_menu_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 50px;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
#topmenu ul {
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(i/fd_menu_mid.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	height: 40px;
}
#topmenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	background-image: url(i/fd_menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
#topmenu ul  .active{
	background-image: url(i/fd_menu_select_mid.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topmenu ul li a {
	color: #00629B;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 0.9em;
	font-weight: normal;
	height: 40px;
}
#topmenu ul .active a {
	color: #F8E6E1;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 0.9em;
	font-weight: bold;
	height: 40px;
	margin: 0px;
}
#topmenu ul li a:hover {
	color: #C42C0F;
	text-decoration: none;
	height: 40px;
	display: block;
}
#topmenu ul .active a:hover {
	color: #FFF;
	text-decoration: none;
	height: 40px;
	display: block;
}
#mainContent .padding p {
	line-height: 1.4em;
}
#mainContent {
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 740px;
	float: right;
}
#bread {
	background-color: #F3F0AA;
}
#breadCrumbs {
	display: block;
	font-size: .8em;
	font-weight: normal;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #333;
	text-align: left;
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
}
#breadCrumbs ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#breadCrumbs ul {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#sideBar {
	width: 220px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	float: left;
	display: block;
}
#sideBar h4 {
	background-image: url(i/fd_box_red_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	padding: 0px;
	margin: 0px;
	line-height: 64px;
	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-indent: 32px;
	font-size: 1.4em;
	color: #1476B9;
}
#sideBar h4.low {
	background-image: url(i/fd_box_red_low.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#sideBar h6 {
	background-image: url(i/fd_box_blue_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	padding: 0px;
	margin: 0px;
	line-height: 64px;
	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-indent: 32px;
	font-size: 1.4em;
	color: #EFEB35;
}
#sideBar h6.low {
	background-image: url(i/fd_box_blue_low.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#sideBar ul.blue {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(i/fd_box_blue_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#sideBar ul {
	display: block;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(i/fd_box_red_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #9D1C16;
	font-weight: bold;
	padding: 0px;
	font-size: .9em;
}
#sideBar .drawers {
	font-size: 0.9em;
	color: #9B1A13;
}
#sideBar .drawer-handle {
	font-size: 1.2em;
	color: #9D1B11;
	margin: 4px;
	padding: 4px;
}
#sideBar h2 {
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
#sideBar ul li {
	margin: 0px;
	color: #333;
	list-style-type: none;
	list-style-image: none;
	font-size: .9em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
#sideBar ul li a {
	color: #1476B9;
	text-decoration: none;
}
#sideBar ul li a:hover {
	color: #005282;
	text-decoration: none;
}
#sideBar h3, #sideBar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}




#sideBarR {
	width: 220px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	float: right;
	display: block;
}
#sideBarR a {
	margin: 0px;
	padding: 0px;
}
#sideBarR p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideBarR h4 {
	background-image: url(i/fd_box_red_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	padding: 0px;
	margin: 0px;
	line-height: 64px;
	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-indent: 32px;
	font-size: 1.4em;
}
#sideBarR h4.low {
	background-image: url(i/fd_box_red_low.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#sideBarR h6 {
	background-image: url(i/fd_box_blue_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	padding: 0px;
	margin: 0px;
	line-height: 64px;
	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-indent: 32px;
	font-size: 1.4em;
}
#sideBarR h6.low {
	background-image: url(i/fd_box_blue_low.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#sideBarR ul.blue {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(i/fd_box_blue_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#sideBarR ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(i/fd_box_red_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#sideBarR ul li {
	margin: 0px;
	color: #333;
	list-style-type: none;
	list-style-image: none;
	font-size: .9em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}
#sideBarR ul li a {
	color: #1476B9;
	text-decoration: none;
}
#sideBarR ul li a:hover {
	color: #005080;
	text-decoration: none;
}
#sideBarR h3, #sideBarR p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#midText {
	padding-top: 0px;
	padding-right: 220px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin: 0;
	font-size: 0.8em;
	color: #333;
}
#mid500Text {
	float: left;
	text-align: left;
	display: block;
}
.fixed { height: 375px; }
.menustyle {
	margin: 2px;
	padding: 2px;
	clear: both;
	display: block;
}
#footer {
	padding: 0;
	margin: 0px;
	text-align: left;
	color: #FFF;
	height: 119px;
	background-image: url(i/fd_topbar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: .8em;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 32px;
	text-align: right;
}
#footer ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 8px;
}
#footer ul li a:hover {
	color: #320A04;
	text-decoration: none;
}

.copyright {
	font-size: x-small;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
}
.copyright a {
	text-decoration: none;
	color: #000;
}
.subcat {
	display: block;
	float: left;
	margin: 8px;
	padding: 8px;
	height: 150px;
	width: 150px;
	text-align: center;
}
.sub_link {
	font-size: 1.3em;
	letter-spacing: -0.05em;
	color: #1476B9;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright { 
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.warning {
	font-size: 2em;
	font-style: italic;
	color: #C42C0F;
}
a {
	color: #C42C0F;
	text-decoration: none;
}
a:hover     {
	color: #1476B9;
	text-decoration: none;
}
.heading, h1 {
	font-size: 2em;
	color: #1476B9;
}
pre {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
code {
	visibility: hidden;
	display: none;
	margin: 0px;
	padding: 0px;
}
pre code {
	visibility: hidden;
}

.pics {
	height: 370px;
	width: 500px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pics img {
	height: 370px;
	width: 500px;
	top:0;
	left:0;
	padding-top: 4px;
}
.mix {
	visibility: hidden;
	display: none;
}
pre .mix {
	visibility: hidden;
	height: 0px;
}
.businesscard {
	float: left;
	height: 450px;
	width: 450px;
	margin: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.product {
	float: left;
	width: 360px;
}
.product_name {
	font-size: medium;
	font-weight: bold;
	display: block;
	margin-left: 15px;
	height: 40px;
	margin-right: 20px;
}
/* --------- */
/* CURVY BOX */
/* --------- */

.bcurvy_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 6px;
	padding-right: 6px;
}
.curvy_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-bottom: 6px;
	padding-right: 6px;
}
.hed .cor ,.fot
.cor   {
 font-size:1px; /* ensure minimum height */
 height:18px;
}
.fot .cor  {
 height:18px;
}
.hed  {
	margin-right:18px; /* space for right corner */
	background-color: transparent;
	background-image: url(i/box_tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.hed .cor  {
 background:transparent url(i/box_tr.gif) no-repeat right 0px;
 margin-right:-18px; /* pull right corner back over "empty" space (from above margin) */
}

.bod {
 background:transparent url(i/box_ml.gif) repeat-y 0px 0px;
 margin-right:9px;
}

.bod .cor {
 background:transparent url(i/box_mr.gif) repeat-y right 0px;
 margin-right:-9px;
}

.bod .cor .tbod {
	padding:1em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.bod .cor .tbod p {
	position: relative;
}
.bod .cor .sbod {
	padding:12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: x-small;
	height: 250px;
	overflow: hidden;
}
.more {
	text-align: right;
	font-weight: bold;
	font-size: x-small;
}

.bod .cor .BB_l {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 72px;
	font-size: medium;
	font-weight: bold;
}

.fot {
 background:transparent url(i/box_bl.gif) no-repeat 0px 0px;
 margin-right:18px;
}

.fot .cor {
 background:transparent url(i/box_br.gif) no-repeat right 0px;
 margin-right:-18px;
}

/* content-specific */

.curvy_box h1, .cburvy_box h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.curvy_box p, .bcurvy_box p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}
.price {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	padding: 5px;
}
.small {
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
}
#imgcode {
	font-size: 1.8em;
}
.warning, .exclaim {
	font-size: 1.2em;
	font-style: italic;
	color: #9D1C16;
}
.nav_top {
	text-align: right;
}
.nav_bottom {
	display: block;
	text-align: right;
}
.directions {
	width: 890px;
	padding: 4px;
	font-size: 0.8em;
	color: #2676B9;
	margin: 4px;
}
.directions a { color: #2676B9; }
.taf {
	text-align: right;
	display: block;
	clear: both;
}
#sitemap {
	padding-left: 24px;
}
#sitemap ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 1.2em;
	padding: 0px;
}
#sitemap .all_pages li.circle_bullet  {
	list-style-image: url(i/bullet_b.gif);
	list-style-type: none;
}
#sitemap .all_pages li.disc_bullet {
	list-style-image: url(i/bullet_y.gif);
	list-style-type: none;
}
#sitemap .all_pages .circle_bullet a {
	font-size: 1em;
	color: #1476B9;
	font-weight: normal;
}
#sitemap .all_pages .disc_bullet a {
	list-style-image: url(i/bullet_b.gif);
	list-style-type: none;
	color: #1476B9;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}
#sitemap .all_products li.disc_bullet{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	list-style-image: url(i/bullet_r.gif);
}
#sitemap .all_products li.circle_bullet {
	list-style-image: url(i/bullet_b.gif);
	color: #1476B9;
}
#sitemap .all_products .circle_bullet a {
	font-size: 0.9em;
	color: #1476B9;
}
#sitemap .all_categories h2 a{
	font-size: 1em;
	color: #9D1A0C;
	font-weight: normal;
	text-decoration: none;
}
#sitemap .all_categories h2 {
	margin: 0px;
	font-weight: normal;
	background-image: url(i/bullet_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sitemap .all_categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(i/bullet_b.gif);
}
#sitemap .all_categories ul li {
}
#sitemap .all_categories ul li a {
	font-size: 0.8em;
	color: #1476B9;
}
.payment_options {
	display: inline;
	margin: 8px;
	padding: 8px;
}
.payment_options form {
	display: inline;
	margin: 8px;
	padding: 8px;
}
.nav_top , .nav_bottom  {
	float: right;
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
}
.nav_top a , .nav_bottom a, #mainContent2r .nav_top a , #mainContent2r .nav_bottom a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration: none;
	background-color: #2676B9;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.nav_top a:hover, .nav_bottom a:hover, #mainContent2r .nav_top a:hover , #mainContent2r .nav_bottom a:hover
{
	text-decoration: none;
	background-color: #EFEB34;
	color: #2676B9;
}
#map_canvas {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	border: 1px solid #2676B9;
	width: 900px;
	height: 400px;
}

