@charset "utf-8";
.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
body  {
	background: #ffffff;
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bodydiv a:hover {
	color: #F00;
}
#bodydiv a:visited {
	color: #00F;
}
#bodydiv a:link {
	color: #00F;
}
.graybutton {
	background-image: url(../images/graybutton1.png);
	margin: 5px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 30px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

#banner {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}

#click_on_product {
	font-size: small;
	clear: both;
	text-align: right;
	float: right;
	margin-right: 10px;
}

#p_icon {
	background-image: url(../images/p_icon.png);
	height: 25px;
	width: 25px;
	position: absolute;
	left: 5px;
	top: 175px;
}
#side_nav {
	padding-bottom: 10px;
}

#t_icon {
	background-image: url(../images/t_icon.png);
	height: 25px;
	width: 25px;
	position: absolute;
	top: 175px;
	right: 5px;
}
#new_icon {
	background-image: url(../images/new_icon_30.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 2px;
	left: 2px;
}



#prod_box {
	width: 165px;
	margin-left: 8px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	float: left;
}

#icon_key {
	float: left;
	clear: left;
}


#prod_container {
	position: relative;
	margin-bottom: 20px;
}
#left_side img {
	padding: 10px;
}

#prod_thumb {
	height: 150px;
	width: 150px;
	position: relative;
}
#prod_thumb img {
	top: -50%;

}

#quickship_box {
	border: thin solid #000;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#quickship_box_title {
	border: thin solid #800000;
	background-color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#regship_box {
	border: thin solid #000;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#regship_box_title {
	border: thin solid #090;
	background-color: #090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#specialsdiv {
	text-align: center;
	margin-top: 10px;
}
#specialsdiv img {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#specialsdiv a:link {
	color: #00F;
}

#specialsdiv a:visited {
	color: #F00;
}

.bold_text {
	font-family: "Century Gothic";
	font-size: small;
	font-weight: bold;
}







.phone_no {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: large;
	color: #900;
	font-weight: bold;
}
.subscribe {
	font-family: "Century Gothic";
	font-size: medium;
	font-weight: bold;
	background-color: DAD2C2;
	border: thin solid #555555;
	text-align: center;
	color: #900;
}
.made_in_USA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #009;
}
.larger_text {
}



.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}

.center_text {
	text-align: center;
}
.specials_tagline {
	font-family: Garamond;
	font-size: large;
	color: #F00;
	text-align: center;
	font-weight: bold;
}

.left_nav_table {
	border: 5px none #FFFFFF;
	background-color: #F4F2DF;
	font-family: "Century Gothic";
	font-size: small;
}

.left_nav_titles {
	font-family: "Century Gothic";
	font-size: x-small;
	background-color: #DBD5B9;
	font-weight: bold;
}
.products {
	font-family: Garamond, Georgia, "Times New Roman";
	text-align: center;
	font-weight: bold;
	font-size: large;
}
a {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #C0B299;
}
a:hover {
	color: #C1B39B;
}
.quick_shipper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F00;
}
.product_titles {
	font-family: Garamond;
	font-size: medium;
	font-weight: bold;
}
.blue_button {
	background-image: url(../images/blue_button.gif);
	background-repeat: no-repeat;
}

.top_nav {
	background-image: url(../images/line_bar.png);
	font-family: "Century Gothic";
	font-size: x-small;
	text-transform: capitalize;
	text-align: center;
	height: 31px;
}
.editable_region_body {
	text-align: left;
}
.product_nav {
	text-align: left;
	font-family: "Century Gothic";
	font-size: small;
	text-decoration: none;
	background-color: #F9F6E8;
}
.center_header {
	text-align: center;
}
.body_text {
	font-family: "Century Gothic";
	font-size: small;
}
.page_hdr {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: x-large;
	color: #800000;
	text-align: left;
	background-image: none;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #808080;
}
.prod_image_table {
	font-family: Garamond;
	font-size: medium;
}

.see_also {
	font-family: Garamond;
	color: #800000;
	text-align: left;
	font-size: small;
	font-weight: bold;
}
.no_underline {
	text-decoration: none;
}
.product_table {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

.fd_field {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #EBF3E4;
	border: thin solid #DAD2C2;
	width: auto;
}
.fd_title {
	font-weight: bold;
	color: #F00;
	background-image: url(../images/5%20day%20gradient.png);
	font-size: large;
	font-family: Garamond;
}

.partno_size {
	font-family: CopperplateTMed;
	font-size: medium;
}
.bottom_border {
}


.red_text {
	color: #800000;
	font-weight: bold;
}
.larger_text {
	font-family: "Century Gothic";
	font-size: large;
	font-weight: bold;
}

.thin_black_border {
	border: thin solid #000;
	background-color: #FFF;
}


.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.new_pg_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #060;
	text-align: left;
	margin: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}


.top_bottom_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#sim_catg_box {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.homepage_specials_hdr {
	font-family: "Century Gothic";
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	text-align: center;
}
.homepage_specials_table {
	border: 2px solid #900;
	background-color: #FFF;
}
#banner .body_text img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.christmas_header {
	font-family: Garamond;
	font-size: x-large;
	color: #093;
	text-align: center;
	font-weight: bold;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002;
	display: none;
}
.auto_margins {
	margin: auto;
}

#prod_box_200px {
	float: left;
	width: 200px;
	margin-left: 24px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}
#catg_box {
	float: left;
	width: 120px;
	margin-left: 8px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	height: 150px;
}
#preview {
	float: left;
	width: 600px;
}
#preview_thumb {
	width: 165px;
	margin-left: 8px;
	margin-top: 25px;
	text-align: center;
	position: relative;
	float: left;
}
#left_side {
	text-align: center;
	width: 200px;
	float: left;
	background-color: #F3F3F3;
}
#ds_header {
	width: 800px;
	text-align: center;
	position: absolute;
	left: 200px;
}
#top_nav {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	width: 700px;
	margin-left: auto;
	padding: 3px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	padding-left: 50px;
}
#top_nav ul {
	padding: 0px;
	margin-top: 0px;
	position: relative;
	left: 50%;
}


#top_nav li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	position: relative;
	right: 50%;
	display: block;
}

