body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 auto; /* 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;
	height: 100%;
}
#mainContent {
}

.thrColHybHdr #body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0 auto; /* 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;
	height: 100%;
}
/*
body a {
	color: #03F;
}
*/
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container {
	width: 100%;
	min-height:100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: -100px;
	/* [disabled]border-left: 2px outset #ccc; */
	/* [disabled]border-right: 1px outset #ccc; */
}  
.thrColHybHdr #sideborder {
	/* [disabled]border-left: 2px outset #CCC;
	[disabled]border-right: 2px inset #CCC;*/
	/* [disabled]border-left: 1px outset #001c52; */
	/* [disabled]border-right: 1px inset #001c52; */
	width: 1200px;
	padding-right: 10px;
}
.thrColHybHdr #header {
	background: #900 url(images/shadow.gif) repeat-x bottom;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top: solid 25px #000;
	margin: 0px;
	/* [disabled]padding: 0px 0px 5px; */
	height: 70px;
	
} 
.thrColHybHdr #header h1 {
	font: italic bold 2.5em/normal "brush Script MT", Verdana, sans-serif;
	color: #F69;
	margin: 0;
	padding-right:12px;
	overflow: auto;
	padding-top: 0px;
	top: auto;
	float: right;
	vertical-align: middle;
	padding-bottom: 10px;
}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: right;
	width: 30%; /* the background color will be displayed for the length of the content in the column, but no further */

	padding:.8em .8em .8em
..1em;/* top and bottom padding create visual space within this div */
	margin-top: 24px;
	padding: .8em .8em .8em .3em;
	/*background:#B6D7E7*/
	/*background:#95BDE1 */
	background:#BCE8F6
	/* [disabled]background: #E1E1B2; */	
}
.thrColHybHdr #sidebar1b {
	clear: both;
	float: right;
	width: 25%; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 24px;
	padding: .8em .8em .8em .3em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-right: 65px;	
}
.thrColHybHdr #sidebar1b a{
	color: #03F;
}
.thrColHybHdr #sidebar2 {
	float: left;
	width: 25%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 25px;/* top and bottom padding create visual space within this div */
	margin-top: 14px;
	background: #FFF;
}
.thrColHybHdr #sidebar3 {
	float: left;
	width: 40%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 25px;/* top and bottom padding create visual space within this div */
	margin-top: 14px;
	background: #FFF;
}

.thrColHybHdr #lrgimg{
	height: 250px;
	width: 250px;
}
.thrColHybHdr #sidebar2 img{
	height: 350px;
	width: 350px;
}
.thrColHybHdr #infosidebar2 {
	float: left;
	width: 350px;/* top and bottom padding create visual space within this div */
	margin-top: 14px;
	background: #FFF;
	height:700px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.thrColHybHdr #infosidebar2 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.thrColHybHdr #lockssidebar {
	float: left;
	width: 350px;/* top and bottom padding create visual space within this div */
	margin-top: 14px;
	background: #FFF;
	height:500px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.thrColHybHdr #lockssidebar p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.thrColHybHdr #tenreasonssidebar2 {
	float: left;
	width: 500px;/* top and bottom padding create visual space within this div */
	margin-top: 14px;
	background: #FFF;
	height: 500px;
	padding-top: 5px;
	padding-right: 45px;
	/* [disabled]padding-bottom: 15px; */
	padding-left: 45px;
}
.thrColHybHdr #contactsidebar2 {
	float: left;
	width: 35%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:50px 0px 0px 0px;/* top and bottom padding create visual space within this div */
	/* [disabled]margin-top: 14px; */
	background: #FFF;
	height:400px;
	margin-left:50px;
	
	
}
.thrColHybHdr #aboutsidebar2 {
	float: left;
	width: 35%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:50px 0px 0px 0px;/* top and bottom padding create visual space within this div */
	/* [disabled]margin-top: 14px; */
	background: #FFF;
	height:400px;
	margin-left:50px;
	
	
}
.thrColHybHdr #infosidebar2 img{
	/* [disabled]height: 350px; */
	width: 350px;
}
.thrColHybHdr #contactsidebar2 img{
	height: 282px;
	width: 487px;
	margin-left: 25px;
	/* [disabled]border-right: 4px outset #999; */
	/* [disabled]border-bottom: 4px outset #999; */
}
.thrColHybHdr #aboutsidebar2 img{
	height: 315px;
	width: 396px;
	margin-left: 25px;
}
.thrColHybHdr #sidebar1 p {
	color: #000;
	margin-left: 10px;
}
/*
.thrColHybHdr #sidebar2 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 15px 0; /* top and bottom padding create visual space within this div */
/*}
*/
/*
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	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;
}
*/
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:75%;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #mainContent fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColHybHdr #mainContent h1{
	font-size:18px;

} 
.thrColHybHdr #mainContentproducts {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 2em; /* padding here creates white space "inside the box." */
	width:100%;
	height:100%;

}
.thrColHybHdr #mainContentproducts ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: disc;
	text-align: left;
	list-style-position: inside;
	padding-left: 0px;
	margin-left: -35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}
.thrColHybHdr #mainContentproducts p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	width: 275px;
	
}
.thrColHybHdr #mainContentsqround {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:75%;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #mainContentsqround a{
	color: #03F;
}
.thrColHybHdr #mainContenttabletop {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:75%;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #mainContenttabletop h1{
	font-size:22px;
}
.thrColHybHdr #mainContenttabletop a{
		color: #03F;
}
.thrColHybHdr #mainContenttabletop #sidebar5 a{
	color: #000;
	text-decoration: none;
}
.thrColHybHdr #mainContenttabletop #sidebar5 {
	float: right;
	width: 25%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:.8em .8em .8em
..1em;/* top and bottom padding create visual space within this div */
	margin-top: 24px;
	padding: .8em .8em .8em .3em;
	background-color: #FFFFFF;

}
.sidebarcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FC6;
	width: 150px;
	border-radius: 5px;
}
.left{
	float:left;
}
.right {
	float:right;
}
.thrColHybHdr #mainContentinfo ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
.thrColHybHdr #mainContenttest {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:75%;
	height:100%;
	min-height:100%;
	float:left;
}
.thrColHybHdr #mainContentpadlette {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:1300px;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #padlettecolumn1 {
	margin: 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:236px;
	height:100%;
	min-height:100%;
	float: left;
}
thrColHybHdr #padlettecolumn2 {
	margin: 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:150px;
	height:100%;
	min-height:100%;
	float: left;
}
thrColHybHdr #padlettecolumn3 {
	margin: 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:382px;
	height:100%;
	min-height:100%;
	float: left;
}
.thrColHybHdr #footer {
	background: #900 url(images/shadowinvert.gif) repeat-x top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
	height:110px;
	border-bottom: 25px solid #000;

	
}
.thrColHybHdr #footerfloatleft {
	float: left;
	padding-left: 400px;
} 
.thrColHybHdr #footerfloatleftright {
	float: left;
	padding-left: 10px;
} 
.thrColHybHdr #mainContentinfo {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 45px; /* padding here creates white space "inside the box." */
	width: 850px;
	/* [disabled]height: 600px; */
}
.thrColHybHdr #mainContenttenreasons {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 55px; /* padding here creates white space "inside the box." */
	width: 950px;
	height:500px;
}
.thrColHybHdr #mainContenttenreasons p {
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]width: 450px; */
	padding-left: 15px;
	padding-top: 45px;
	font-size: 16px;
}
.thrColHybHdr #mainContenttenreasons a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	border: 1px solid rgba(204,204,204,1);
	-webkit-border: 1px solid rgba(204,204,204,1);
	-moz-border: 1px solid rgba(204,204,204,1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #B2B299; /* The Fallback */
	background-color: rgba(255,255,204,0.3);
	-webkit-background-color: rgba(178,178,153,.3);
	-moz-background-color: rgba(178,178,153,.3);
	padding: 5px;
}
.thrColHybHdr #mainContentcontact {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 50px 250px 0 0px; /* padding here creates white space "inside the box." */
	width:30%;
	/* [disabled]margin-right: 600px; */
	float:right;

}
.thrColHybHdr #mainContentcontact p{
	font-family: Verdana, Geneva, sans-serif;
	width: 550px;
}
.thrColHybHdr #mainContentabout {
	padding: 50px 420px 0 0px; /* padding here creates white space "inside the box." */
	width:25%;
	/* [disabled]margin-right: 25px; */
	float:right;
}
.thrColHybHdr #mainContentabout p{
	font-family: Verdana, Geneva, sans-serif;
	width: 350px;
}
.thrColHybHdr #mainContentbilling, .thrColHybHdr #mainContentcolors {
	margin-right:75px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 20px; /* padding here creates white space "inside the box." */
	width:1100;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #mainContentpricequote {
	margin: 0 0em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
	width:1100px;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #mainContentfinalreview {
	margin: 5px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 5px; /* padding here creates white space "inside the box." */
	width:1200px;
	height:100%;
	min-height:100%;
}
.thrColHybHdr #mainContentcolors img {
	/* [disabled]height: 125px; */
	width: 125px;
	padding-top: 5px;
}
.thrColHybHdr #mainContentcolors a {
	color: royalblue;
}
.thrColHybHdr #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: 0px 0px 0px 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: small Verdana, Geneva, sans-serif;
	color: #FFF;
}
.thrColHybHdr #mainContent a, .thrColHybHdr #mainContentinfo a, .thrColHybHdr #mainContentcontact a, .thrColHybHdr #mainContentpricequote a, .thrColHybHdr #mainContentproducts a {
	color: #36F;
}

/* 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;
}
#bottomright {
	float:right;
	width:25%;
	padding:0.8em;
	position:relative;
}
.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;
}
.hafline p {
	float: none;
	line-height: .5px;
}
#header ul {
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li {
	float:left;
	}
	
#header li a {
	display: block;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	font: 14px Verdana, Geneva, sans-serif;
	/* [disabled]margin-bottom:25px; */
	/* [disabled]text-align: center; */
	}
#mainContent ul {
	font: 16px Verdana, Geneva, sans-serif;
	padding: 0 0 0 0;
	
}
#mainContentinfo ul {
	font: 16px Verdana, Geneva, sans-serif;
	padding: 0 0 0 0;
	margin-top:0px;
	
}


#footer ul {
	overflow: auto;
	margin: 0;
	padding: 12px 0px 0px 0px;
	list-style: none;
}
#footer li {
	float:left;
	}
#footer li a {
	display: block;
	padding: 5px 8px 15px 8px;
	text-decoration: none;
	font: 12px Verdana, Geneva, sans-serif;
	/* [disabled]margin-bottom:25px; */
	}
#footer li a:hover, #header li a:active, #header li a:focus {
	color: #1B1A52;
}
a {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	
}
#header li a:hover, #header li a:active, #header li a:focus {
	color: #1B1A52;
}
.home #home a, .quote #quote  a {
	color: #1B1A52;
	font-weight: bold;
}
.notice {
	font-family:Verdana, Geneva, sans-serif;
	color:#FF0;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
}
p.about {
	font-family: Verdana, Geneva, sans-serif;
	width: 650px;
}
#fusion   {
	font-style: italic;
	color: #0F6;
 }
 
ul.MenuBarVertical a.Selected {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	border-left: 12px solid #900;
	padding-left: 18px;
}
fieldset {
	padding: .8em 0em .8em .8em;
	border: 1px solid #336;
	margin-top: 14px;
}
legend {
	font-size: 1.5em;
}
.wraplabel {
	display:inline;
}
label {
	display: block;
	color:#000;
	padding: .2em;
	
}
.column label {
	font-size: 8.5px;
	color: #000;
}
.fraction {
	font-size: 8.5px;
	color: #000;
}

#sprytrigger1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #36F;
	/* [disabled]border: medium solid #36f; */
}
#sprytrigger2, #sprytrigger3, #sprytrigger4, #sprytrigger5, #sprytrigger6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #36F;
	border: thin solid #36f;
	padding: 1px;
}

input  {
	background: #D9DEE8;
	padding: 0.2em;
	border-top: 1px solid #336;
	border-left: 1px solid #336;
	border-right: 1px solid #978EBA;
	border-bottom: 1px solid #978EBA;
}
input#shape {
	/* [disabled]font: 9px Verdana, Geneva, sans-serif; */
}
input#fname, input#lastname, input#phone, input#city, input#date {
	width:15em;
}
input#date {
	width:10em;
}
input#address {
	width:35em;
}
input#zip {
	width:5em;
}
input#ordernumber {
	width: 5em;
}
select#shape {
	padding-bottom: .5em;
}
.thrColHybHdr #siteseal {
	padding-bottom: 5px;
}

input#submit {
	width: 10em;
	margin-left: 25em;
	margin-top: 0.8em;
	background: #09F;
	height: 2em;
}
input:focus {
	background: #E5EBF4;
}
input#google {
	border:none;
	height: 25px;
	width: 125px;
}

.items {
	font-weight:bold;
	display: inline-block;
}
.saleprice {
	font-weight:bold;
	color:#F00;
}
.salepricefreelocks {
	font-weight:bold;
	color:#F00;
	margin-left: 5px;
}
.disclaimer {
	font: 8.5px Verdana, Geneva, sans-serif;
	color: #000;
}
.shipdisclaimer p{
	font: 4.5px Verdana, Geneva, sans-serif;
	color: #000;
}
.colorname {
	color: #FFF;
}
.column {
	float:left;
	width: 15%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.column15 {
	float:left;
	width: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.columnlengthtip {
	float:left;
	width: 150px;
}
.columndeclined {
	width: 15%;
}
.kit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 300px;
}
.columnthirds {
	width:33%;
	float: left;
}
.box {
	border-bottom: 1px solid #336;
	width: 95%;
}
.line{
	border-bottom: 1px solid #336;
	width: 1200px;
}
.boxfull {
	border-bottom: 1px solid #336;
	width: 100%;
}
.column a {
	font-family: Verdana, Geneva, sans-serif;
	color: #00C;
}
.padlette {
	font: 16px Verdana, Geneva, sans-serif;
	color: #36f;
}
.column2 {
	float:left;
	width:25%;
}
.acccolumn {
	float:left;
	width:150px;
	
}
.acccolumn2 {
	float:left;
	width:80px;
	
}
.acccolumn3 {
	float:left;
	width:125px;
	
}
.acccolumn4 {
	float:left;
	width:180px;
	
}
.columnthreequarter {
	float:left;
	width:75%;
}
.columnshape {
	float:left;
	width:24%;
	text-align:right;
		
	}
.column5 {
	float:left;
	width:20%;
}
.colorwrapper {
	background: #000;
	width: 1100px;
	margin:auto;		
}
.shapewrapper {
	background: #fff;
	width: 900px;
	margin:auto;		
}

.colorcolumn {
	width:20%;
	float:left;
	margin:auto;
	text-align:center;
	
}
.shapecolumn {
	width:25%;
	float:left;
	margin:auto;
	text-align:center;
	
}
.shapetext {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 16px Verdana, Geneva, sans-serif;
	margin: 0px;
}
h5 {
	font: 1.5em Verdana, Geneva, sans-serif;
}
h6{
	font: bold 24px Verdana, Geneva, sans-serif;
	margin: 0px;
	/* [disabled]padding-left: 460px; */
}
.hcolors {
	font: 1.5em Verdana, Geneva, sans-serif;
	color: #FFF;
}
button {
	font: 16px Verdana, Geneva, sans-serif;
	background: #FC3;
	height: 35px;
	width: 200px;
	vertical-align: middle;
	margin-left:0px;
}
.button2 {
	font: 12px Verdana, Geneva, sans-serif;
	height: 45px;
	width: 200px;
	vertical-align: middle;
	margin-left:0px;
	background-color: #F60;
	text-decoration:none;
}
.measure {
	font: 7.5px Verdana, Geneva, sans-serif;
	color: #F00;
}
.question {
	font: 8.5px Verdana, Geneva, sans-serif;
	color: #009;
}
.errorcontainer {
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:66em;
	color: #F00;
	}
.pattern {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #F00;
}
.pattern2 {
	font: bold 22px Verdana, Geneva, sans-serif;
	color: #F00;
}
.patterninstructions ul li{
	list-style: disc;
	 
	
}
}
.regprice {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: line-through;
}
.saleprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C03;
	text-align: right;
}
.disclaimer {
	color: #C36;
	text-align: left;
	font: bold 12px/.5px Verdana, Geneva, sans-serif;
	width:100%;
}
.indexdisclaimer {
	color: #C36;
	text-align: right;
	font: bold 12px/.5px Verdana, Geneva, sans-serif;
	padding-left: 20px;
}
.disclaimer2 {
	color: #F03;
	/* [disabled]text-align: right; */
	font: bold 12px/.5px Verdana, Geneva, sans-serif;
	padding-left: 10px;
}
.shape {
	font: 10px Verdana, Geneva, sans-serif;
	display: inline-block;
}
.pricecolumn {
	float:left;
	width: 25%;
	text-align: right;
}
.pricecolumn5 {
	float:left;
	width: 20%;
	text-align: right;
}
.column3 {
	float:left;
	width:35%;
}
.column4 {
	float:left;
	width:75%;
}
.center {
	text-align:center;
	
}
.lockscenter {
	/* [disabled]text-align:center; */
	/* [disabled]margin-left: 35px; */
	width: 1100px;
}
.lockscenter a{
	color: #09F;
	text-decoration: none;
}
.clothlocks {
	width: 350px;
	float: none;
	margin-left: 500px;
}
.textleft {
	text-align:left;
}
.floattextleft {
	float:left;
	display:block;
}
p.small {
	line-height: 90%;
}
.trustmark {
	/* [disabled]float:right; */
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14; }
.style6 {	FONT-SIZE: 20pt;
	COLOR: #990000;
	FONT-FAMILY: Monotype Corsiva, Arial, Helvetica, sans-serif;
	MARGIN-TOP: -7px;
	MARGIN-BOTTOM: 10px;} 
.style8 {
	FONT-SIZE: 20pt;
	/* [disabled]COLOR: #990000; */
	FONT-FAMILY: Monotype Corsiva, Arial, Helvetica, sans-serif;
	MARGIN-TOP: -7px;
	/* [disabled]MARGIN-BOTTOM: 10px; */
	/* [disabled]padding-right: 25%; */
	padding-top: 25px;
	color:#000;
}
.style8p {
	FONT-SIZE: 20pt;
	COLOR: #000;
	FONT-FAMILY: Monotype Corsiva, Arial, Helvetica, sans-serif;
	MARGIN-TOP: -7px;
	/* [disabled]MARGIN-BOTTOM: 10px; */
	/* [disabled]padding-right: 25%; */
	padding-top: 25px;
}
.style9 {
	color:#C03;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.style10 {
	color:#000;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}
.stylepricelink {
		color:#000;
	font: 22px Verdana, Arial, Helvetica, sans-serif;
}
.style11{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#C03;}
.style12{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000;}
.oversize {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#C03;}
.thirds {
	float:left;
	width:300px;
	padding-right: 20px;
	/* [disabled]vertical-align: middle; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]margin-left: 45px; */
}
.productthirds {
	float:left;
	width:350px;
	/* [disabled]padding-right: 20px; */
	/* [disabled]vertical-align: middle; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]margin-left: 45px; */
	text-align: left;
}
#productsimg{
	/* [disabled]height: 160px; */
	/* [disabled]width: 160px; */
	text-align: left;
	padding-top: 15px;
}
#locksimg{
	height: 250px;
	width: 350px;
}
.locksp {
	font-family: Verdana, Geneva, sans-serif;
	height: 250px;
	width: 350px;
	padding-left: 10px;
	/* [disabled]text-align: right; */
}
.locks {
	text-align: left;
	/* [disabled]float: right; */
	padding-left: 460px;
}
.locks ul, li {
	line-height: 150%;
	list-style-type: disc;
	
}
.pets {
	text-align: left;
	/* [disabled]float: right; */
	padding-left: 560px;
}
.pets ul, li {
	list-style:none;
}
/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	/* [disabled]color:#3CA3FF; */
	/* [disabled]font-weight:bold; */
	text-decoration:none;
	border-style: none;
	border-color: #FFF;
}
a.tt span{ display: none; }
 
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	/* [disabled]color: #aaaaff; */
	border-style:none;
	border-color: #FFF;
}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000;
	text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(prodimages/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background:  url(prodimages/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.middleindex{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background:  url(prodimages/bubble_filler.gif) repeat bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(prodimages/bubble.gif) no-repeat bottom;
}
#helpimg {
	border-style: none;
}
.thrColHybHdr #headerupdate {
	background: #FFF url(none) no-repeat bottom;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/* [disabled]border-top: solid 25px #000; */
	margin: 0px;
	/* [disabled]padding: 0px 0px 5px; */
	height: 96px;
	padding-top:25px;
} 
.thrColHybHdr #headerupdateh1{
	font: 45px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* [disabled]color: #595959; */	
	color: #001c52;
}
.thrColHybHdr #headerupdateh2{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* [disabled]color: #666633; */
	color: #001c52;
}
.thrColHybHdr #headerupdateh4{
	font: italic 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* [disabled]color: #666633; */
	color: #001c52;
	}
.thrColHybHdr #headerupdateh3{
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thrColHybHdr #headerupdatetitle {
	width: 480px;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-top:25px;
}
.thrColHybHdr #headerupdatetitletext {
	width: 450px;
	position: relative;
	float: left;
	padding-top: 25px;
}
.thrColHybHdr #headerupdatetitlelogo {
	width: 76px;
	float: right;
	position: relative;
	padding-top: 35px;
	padding-left: 20px;
	margin-right:65px;
}
.thrColHybHdr #headerphone {
	color: #000;
	text-align: left;
	width: 850px;
	padding-left: 75px;
	padding-top:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 0.5px;
	text-decoration: none;
}
.thrColHybHdr #headerindexphone {
	color: #000;
	text-align: left;
	width: 850px;
	padding-left: 25px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 0.5px;
	text-decoration: none;
}
.thrColHybHdr #bodyheader h1 {
	font-size:16px;
	padding-left:10px;
	margin-left:15px;

}
.thrColHybHdr #indexbodycontent {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	margin-left: 15px;
	padding-right: 10px;
	width: 1100px;
}
.thrColHybHdr #indexbodycontent a {
	color: #03F;
}
.thrColHybHdr #indexh1 h1 {
	font-size:16px;
	padding-left:10px;
	margin-left:15px;
	width:450px;

}
.thrColHybHdr #headerphone a {
	color: #09F;
}
.thrColHybHdr #headerindexphone a {
	color: #09F;
}
.thrColHybHdr #headerupdatemiddle{
	/* [disabled]color: #B2B299; */
	color: #001c52;
	height: 50px;
	width: 1102px;
	/* [disabled] border-top: 23.976px solid #B2B299; */
	border-top: 23.976px solid #001c52;
	border-right-style: none;
	border-left-style: none;
	margin-left: 25px;
	margin-top: 25px;
	/* [disabled] border-bottom: 2px solid #999900; */
	border-bottom: 2px solid #001c52;
}
.thrColHybHdr #headerupdatemiddle ul, .thrColHybHdr #footerupdate ul {
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.thrColHybHdr #headerupdatemiddle li, .thrColHybHdr #footerupdate li {
	float: left;
	text-align: center;
	}
	
.thrColHybHdr #headerupdatemiddle li a, .thrColHybHdr #footerupdate li a {
	display: block;
	padding: 8px 8px 4px 12px;
	text-decoration: none;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* [disabled]text-align: center; */
	/* [disabled] color: #4C4C4C; */
	color: #001c52;
	text-transform: capitalize;
	}
.saleinfo{
	height: 25px;
	width: 1200px;
	font: bold xx-large/.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	text-align: center;
}
.saleinfosmall{
	/* [disabled]height: 50px; */
	width: 1200px;
	font: bold medium/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	text-align: center;
}
.saleinfosmallbox{
	/* [disabled]height: 50px; */
	width: 1200px;
	color: #C03;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
}
.saleinfoxsmall{
	/* [disabled]height: 50px; */
	color: #FFF;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 0.5px;
	font-weight: bold;
}
.shipdatexsmall{
	/* [disabled]height: 50px; */
	color: #F00;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 0.5px;
	font-weight: bold;
}
.highshipcost {
	color:#F30A0E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
.saleinfo a, .saleinfosmall a {
	color: #C03;
	text-decoration:none;
}

.saleinfosmall a {
	color: #C03;
	font: bold medium/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.bigimagebox {
	height: 524px;
	width: 1100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* [disabled] border-bottom-color: #999900; */
	border-bottom-color: #001c52;
	margin-left: 25px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	/* [disabled] border-right-color: #999900;
	[disabled] border-left-color: #999900; */
	border-right-color: #001c52;
	border-left-color: #001c52;
}
.bigimageboxcat {
	height: 524px;
	width: 1100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* [disabled] border-bottom-color: #999900; */
	border-bottom-color: #001c52;
	margin-left: 25px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	/* [disabled] border-right-color: #999900;
	[disabled] border-left-color: #999900; */
	border-right-color: #001c52;
	border-left-color: #001c52;
}
.bigimagebox img {
	/* [disabled]width: 1100px; */
	/* [disabled]margin-right: auto; */
	/*margin-left: 176.5px; */
	/* [disabled]padding-top: 25px; */
	/* [disabled]padding-bottom: 25px; */
}
.bigimageboxcat img {
	/* [disabled]width: 1100px; */
	/* [disabled]margin-right: auto; */
	margin-left: 176.5px;
	/* [disabled]padding-top: 25px; */
	/* [disabled]padding-bottom: 25px; */
}
.bigimageboxthirds {
	width: 346px;
	height: 410px;
	float: left;
	margin-right: auto;
	margin-left: 27px;
	text-align: center;
	/* [disabled]padding-top: 35px; */
	/* [disabled]border: 1px solid #999900;*/
	border: 1px solid #001c52;
	/* [disabled]margin-top: 25px; */
	margin-bottom: 25px;
	/* [disabled]padding-bottom: 35px; */
}
.bigimageboxthirdsline2 {
	width: 387px;
	height: 375px;
	float: left;
	margin-right: auto;
	margin-left: 27px;
	text-align: center;
	padding-top: 20px;
	/* [disabled]border: 1px solid #999900;*/
	border: 1px solid #001c52;
	/* [disabled]margin-top: 25px; */
	margin-bottom: 25px;
	padding-bottom: 90px;
}
.bigimageboxthirdsline2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	/*border: 1px solid rgba(204,204,204,1);
	-webkit-border: 1px solid rgba(204,204,204,1);
	-moz-border: 1px solid rgba(204,204,204,1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #B2B299; /* The Fallback */
	/*background-color: rgba(255,255,204,.9);
	-webkit-background-color: rgba(255,255,255,.9);
	-moz-background-color: rgba(255,255,255,.9);
	padding: 5px ;*/
}
.bigimageboxdouble {
	width: 680px;
	height: 375px;
	float: left;
	margin-right: auto;
	margin-left: 27px;
	text-align: center;
	padding-top: 20px;
	/* [disabled]border: 1px solid #999900;*/
	border: 1px solid #001c52;
	/* [disabled]margin-top: 25px; */
	margin-bottom: 25px;
	padding-bottom: 90px;
}
.bigimageboxdouble a {
	color: #000;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
.bigimageboxtriple{
	width: 1096px;
	height: 385px;
	/* [disabled]float: left; */
	/* [disabled]margin-right: 10px; */
	margin-left: 27px;
	/* [disabled]text-align: center; */
	padding-top: 20px;
	/* [disabled]border: 1px solid #999900;*/
	border: 1px solid #001c52;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 90px;
	/* [disabled]padding-right: 25px; */
}
.bigimageboxtripletext {
	margin-left:25px;
	margin-right:35px;
	padding-left:25px;
	
}

.bigimageboxtriple a {
		color: #000;
	text-decoration: none;
}
.bigimageboxtripletext a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	border: 1px solid rgba(204,204,204,1);
	-webkit-border: 1px solid rgba(204,204,204,1);
	-moz-border: 1px solid rgba(204,204,204,1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #B2B299; /* The Fallback */
	background-color: rgba(255,255,204,.9);
	-webkit-background-color: rgba(255,255,255,.9);
	-moz-background-color: rgba(255,255,255,.9);
	padding: 5px;
}
.bigimageboxtripleinnerfloat {
	float: left;
	margin-left: 25px;
	padding-right: 35px;
}
.bigimageboxtripleinnerfloat2 {
	float: right;
	margin-left: 5px;
	padding-right: 5px;
	padding-left:25px;
}
.bigimageboximage {
	padding-left:35px;
}
.bigimageboxtripleinnerfloat2 p {
	font-size:16px;
}
.bigimageboxthirdsline2 a {
	color: #333;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
.bigimageboxthirdsspecial {
	width: 346px;
	height: 300px;
	float: left;
	margin-right: auto;
	margin-left: 27px;
	text-align: center;
	padding-top: 35px;
	border: 1px solid #999900;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 35px;
}
.bigimageboxthirdsspecial p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/* [disabled]text-align: justify; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
}
.bigimageboxthirds p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/* [disabled]text-align: justify; */
	padding-right: 10px;
	padding-left: 10px;
	
}
.bigimageboxthirdsspecial img {
	border: 1px solid #999900;
}
.bigimageboxthirds a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	border: 1px solid rgba(204,204,204,1);
	-webkit-border: 1px solid rgba(204,204,204,1);
	-moz-border: 1px solid rgba(204,204,204,1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #B2B299; /* The Fallback */
	background-color: rgba(255,255,204,.9);
	-webkit-background-color: rgba(255,255,204,.9);
	-moz-background-color: rgba(255,255,204,.9);
	padding: 5px;
}
.oversize{
	/* [disabled]height: 50px; */
	font: bold 12px/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	/* [disabled]color: #C03; */
	/* [disabled]text-align: left; */
}
.oversizeproducts {
	/* [disabled]height: 50px; */
	font:  8px/0.5px "Verdana", Arial, Helvetica, sans-serif;
	color: #000;
	/* [disabled]text-align: left; */
}
.disclaimer a {
	color: #C06;
	text-decoration:none;
}
.shopperapproved p a {
	color: #27B7EB;
	text-decoration:none;
	font-size:10px;
}
.saleinfo2{
	height: 50px;
	width: 1100px;
	font: bold x-large/.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	text-align: center;
}
.saleinfo3{
	height: 50px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	
}	
.saleinfo4{
	height: 25px;
	width: 1200px;
	font: bold x-large/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	text-align: center;
}
.saleinfo4box{
	height: 100px;
	width: 700px;
	font: bold x-large/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C03;
	text-align: right;
	border-radius: 10px;
	/* [disabled]background-color: rgba(178,178,153,.15); */
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	-moz-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	-webkit-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	background-image: url(prodimages/summer2.gif);
	/* [disabled]background-position: left 50px; */	
}
.saleinfo4box2{
	height: 75px;
	width: 300px;
	color: #C36;
	text-align: left;
	border-radius: 25px;
	background-color: rgba(178,178,153,.15);
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	/* [disabled]-moz-box-shadow: 10px 10px 5px rgba(102,102,51,.6); */
	/* [disabled]-webkit-box-shadow: 10px 10px 5px rgba(102,102,51,.6); */
	/* [disabled]box-shadow: 10px 10px 5px rgba(102,102,51,.6); */
	/* [disabled]background-image: url(prodimages/summer2.gif); */
	/* [disabled]background-position: left 50px; */
	padding-left: 15px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
}
.saleinfo4box3{
	height: 65px;
	width: 308px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;/* The Fallback */
	background-color: rgba(255,255,255,0.7);
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 250px;
	/* [disabled]top: 300px; */
}
.saleinfo4box3test{
	height: 50px;
	width: 335px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: #4D87BB;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 375px;
	/* [disabled]top: 300px; */
	border: thin solid #FFF;
}
.saleinfo4boxsaleend{
	height: 45px;
	width: 385px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: #4D87BB;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 50%;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 375px;
	/* [disabled]top: 300px; */
	border: thin solid #FFF;
}
.saleinfo4boxfall{
	height: 45px;
	width: 375px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: rgba(216,115,35,0.90);
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 50%;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 375px;
	/* [disabled]top: 300px; */
	border: thin solid #FFF;
}
.saleinfo4boxchristmas{
	height: 50px;
	width: 395px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: #FFF;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	/*line-height: 50%; */
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 385px;
	/* [disabled]top: 300px; */
	/*border: thin solid #FFF;*/
	border: thin inset #4D87BB;
}
.mainsaleboxchristmas {
	/*color: rgba(73,159,61,1.00);*/
	color:#270FF3;
	font-size: 28px;
	text-decoration: none;
	line-height: 75%;
}
.mainsaleboxline2christmas{
	/*color: rgba(73,159,61,1.00);*/
	color:#270FF3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 2px;
	font-weight: bold;
	text-decoration: none;
}
.saleinfoxsmallchristmas{
	color:rgba(39,69,120,1.00);
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 0.5px;
	font-weight: bold;
}
.christmasleftbox{
	height: 70px;
	width: 275px;
	color: rgba(44,113,188,1.00);
	text-align: left;
	border-radius: 10px;
	/*background-color: #fff;/* The Fallback */
	background-color: rgba(255,255,255,0.7);
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 35px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 50%;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 35px;
	/* [disabled]top: 300px; */
	border: thin inset #4D87BB;
}
.christmassale {
	/*color: rgba(73,159,61,1.00);*/
	color:#270FF3;
	font-size: 28px;
	text-decoration: none;
	line-height: 75%;
}
.christmasrightbox{
	height: 65px;
	width: 265px;
	color: #C00000;
	text-align: center;
	border-radius: 10px;
	/*background-color: #fff; /* The Fallback */
	background-color: rgba(255,255,255,0.7); 
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 800px;
	/* [disabled]bottom: 250px; */
	top: 350px;
	border: thin inset #4D87BB;
}
.christmassale2{
	/*color: rgba(73,159,61,1.00);*/
	color:#270FF3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
}
.specialpromobox{
	height: 40px;
	width: 500px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;/* The Fallback */
	background-color: rgba(255,255,255,1);
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 375px;
	/* [disabled]top: 300px; */
}
.specialpromo {
	color: rgba(51,204,153,1);
	font-size: 22px;
	text-decoration: none;
	line-height: 75%;
}
.tenreasonsbox{
	height: 70px;
	width: 275px;
	color: #F44642;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;/* The Fallback */
	background-color: rgba(255,255,255,0.7);
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 35px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 50%;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 35px;
	/* [disabled]top: 300px; */
	border: thin inset #4D87BB;
}
.saleinfo4box6test{
	height: 65px;
	width: 265px;
	color: #C00000;
	text-align: center;
	border-radius: 10px;
	background-color: #fff; /* The Fallback */
	background-color: rgba(255,255,255,0.7);
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 800px;
	/* [disabled]bottom: 250px; */
	top: 350px;
	border: thin inset #4D87BB;
}
.priceincreaseinfo{
	height: 95px;
	width: 300px;
	color: #C00000;
	text-align: center;
	border-radius: 10px;
	background-color: #fff; /* The Fallback */
	background-color: rgba(255,255,255,0.7);
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 20%;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 765px;
	/* [disabled]bottom: 250px; */
	top: 350px;
	border: thin inset #4D87BB;
}
.holidayinfobox{
	height: 65px;
	width: 335px;
	color: #963;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;/* The Fallback */
	background-color: rgba(255,255,255,0.9);
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* [disabled]font-size: 16px; */
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 10px;
	bottom: 50px;
	/* [disabled]top: 300px; */
}
.summersaletest {
	color: rgba(77,135,187,1);
	font-size: 28px;
	text-decoration: none;
	line-height: 75%;
}
.fallsale {
	color: #C24528;
	font-size: 28px;
	text-decoration: none;
	line-height: 75%;
}
.mainsalebox {
	color: rgba(255,255,255,1);
	font-size: 28px;
	text-decoration: none;
	line-height: 75%;
}
.mainsaleboxline2{
	color: rgba(255,255,255,1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
}
.summersale2test {
	color: rgba(153,102,51,1);
	font-size: 12px;
	font-weight: bold medium;
	text-decoration: none;
}
.indexshipdate {
	/*color: rgba(73,159,61,1);*/
	color:#270FF3;
	font-size: 12px;
	font-weight: bold medium;
	text-decoration: none;
}
.summersale5test {
	color: #F44642;
	font-size: 9px;
	font-weight: bold medium;
	text-decoration: none;
	line-height: 75%;
}
.saleinfo4box4{
	height: 230px;
	width: 165px;
	color: #C36;
	text-align: left;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	/* [disabled]padding-top: 35px; */
	/* [disabled]padding-left: 8px; */
	/* [disabled]padding-bottom: 20px; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 870px;
	/* [disabled]bottom: 250px; */
	top: 175px;
}
.saleinfo4box5{
	height: 65px;
	width: 265px;
	color: #C36;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	padding-top: 35px;
	padding-left: 5px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 800px;
	/* [disabled]bottom: 250px; */
	top: 350px;
}
.saleinfo4box6{
	height: 65px;
	width: 265px;
	color: #C36;
	text-align: center;
	border-radius: 10px;
	background-color: #fff; /* The Fallback */
	background-color: rgba(255,255,255,0.7);
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	padding-top: 35px;
	padding-left: 5px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]float: right; */
	position: absolute;
	left: 800px;
	/* [disabled]bottom: 250px; */
	top: 150px;
}
.salepricestrike {text-decoration: line-through;}
.saleinfo4box2 p {
	line-height: 50%;
	text-decoration: none;	
}
.saleinfo4box3 p {
	line-height: 50%;
	text-decoration: none;	
}
.saleinfo4box3test p {
	line-height: 50%;
	text-decoration: none;	
}
.holidayinfobox a {
	text-decoration: none;
	color: #963;
}
.saleinfo4box4 p {
	line-height: 50%;
	text-decoration: none;
}
.summersale {
	color: rgba(153,102,204,1);
	font-size: 28px;
	text-decoration: none;
	line-height: 75%;
}
.summersale3 {
	color: #F44642;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 0.5px;
	font-weight: bold;
	text-decoration: none;
}
.summersale4 {
	color: rgba(153,102,204,1);
	font-size: 22px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.summersale2 {
	color: rgba(153,102,204,1);
	font-size: 12px;
	font-weight: bold medium;
	text-decoration: none;
}
.summersale5 {
	color: rgba(153,102,204,1);
	font-size: 16px;
	font-weight: bold medium;
	text-decoration: none;
	line-height: 75%;
}
.saleinfo5{
	height: 25px;
	width: 1200px;
	font: bold x-large/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #09F;
	text-align: center;
}
.saleinfo5 a {
	text-decoration:none;
	color: #09F;
}
.saleinfo5small{
	/* [disabled]height: 50px; */
	width: 1200px;
	font: bold medium/0.5px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #09F;
	text-align: center;
}
.thrColHybHdr #footerupdate li a {
	display: block;
	padding: 8px 8px 0px;
	text-decoration: none;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* [disabled]text-align: center; */
	color: #4C4C4C;
	text-transform: capitalize;
	}	
.thrColHybHdr #headerupdatemiddle li a:hover, .thrColHybHdr #headerupdatemiddle li a:active, .thrColHybHdr #headerupdatemiddle li a:focus {
	color: #FDA857;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thrColHybHdr #footerupdate li a:hover, .thrColHybHdr #footerupdate li a:active, .thrColHybHdr #footerupdate li a:focus {
	color: #FDA857;
}
.thrColHybHdr #headerupdatecenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.thrColHybHdr #footerupdate {
	/*background: #E1E1B2 no-repeat;*/
	background:#BCE8F6 no-repeat;
	margin-left: 20px;
	/* [disabled]padding-left: 20px; */
	height: 180px;
	/* [disabled]border-bottom: 25px solid #000; */
	width: 1100px;
}
.thrColHybHdr #footerupdate p {
	color: #4C4C4C;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.halfcolumnlefttop {
	width: 550px;
	border-right: none;
	text-align: center;
	background: url(prodimages/line.gif) no-repeat right bottom;
	border-bottom: 1px solid #999900;
	margin-left: 20px;
	float: left;
	padding-top: 20px;
}
.newhalfcolumnlefttop {
	width: 530px;
	/* [disabled]border:2px solid #4C4C4C; */
	position:relative;
	text-align: center;
	margin-left: 20px;
	float: left;
	padding-top: 20px;
	-moz-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	-webkit-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-bottom: 20px; */
	margin-right: 20px;
	/* [disabled]margin-bottom: 20px; */
}
.halfcolumnrighttop {
	width: 550px;
	border-right: none;
	text-align: center;
	float: right;
	border-bottom: 1px solid #999900;
	margin-right: 80px;
	padding-top: 20px;

}
.newhalfcolumnrighttop {
	width: 550px;
	/* [disabled]border-right: none; */
	text-align: center;
	float: right;
	/* [disabled]border-bottom: 1px solid #999900; */
	margin-right: 80px;
	padding-top: 20px;
	-moz-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	-webkit-box-shadow: 10px 10px rgba(102,102,51,.6);
	box-shadow: 10px 10px 5px rgba(102,102,51,.6);
}
.halfcolumnleftbottom {
	width: 550px;
	border-right: none;
	text-align: center;
	background: url(prodimages/line.gif) no-repeat right top;
	margin-left: 20px;
	float: left;
	padding-top: 20px;
}
.newhalfcolumnleftbottom {
	width: 530px;
	/* [disabled]border-right: none; */
	text-align: center;
	/* [disabled]background: url(prodimages/line.gif) no-repeat right top; */
	margin-left: 20px;
	float: left;
	padding-top: 20px;
	-moz-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	-webkit-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	/* [disabled]padding-left: 20px; */
	/* [disabled]margin-right: 20px; */
}
.halfcolumnrightbottom {
	width: 550px;
	height:355px;
	border-right: none;
	text-align: center;
	float: right;
	margin-right: 45px;
	padding-top: 20px;

}
.newhalfcolumnrightbottom {
	width: 550px;
	height:350px;
	/* [disabled]border-right: none; */
	text-align: center;
	float: right;
	margin-right: 80px;
	padding-top: 20px;
	-moz-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	-webkit-box-shadow: 10px 10px 5px rgba(102,102,51,.6);
	box-shadow: 10px 10px 5px rgba(102,102,51,.6);
}
.topleft {
	background: #FDA857 center;
	height: 35px;
	width: 300px;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 85px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
}
.topleftalternate {
	background: center;
	height: 35px;
	width: 300px;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 85px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
}
.topleft a {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
	text-decoration: none;
}
.topleftalternate a {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
	text-decoration: none;
}
.topleftelite {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
}
.topleftelitesale {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A63434;
}
.topright {
	background: #FFF center;
	height: 30px;
	width: 300px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 85px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
	border-style: none;
}
.topright a, .bottomright a, .bottomleft a {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
	text-decoration: none;
}
.bottomleft {
	background: #E1E1D7 center;
	height: 30px;
	width: 300px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 85px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
}
.bottomright {
	background: center;
	height: 20px;
	width: 300px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 85px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666633;
}
.thrColHybHdr #productsenter {
	text-align: center;
	margin-right: auto;
	margin-left: 100px;
	width: 1500px;
	padding-right: 10px;
}
.newhalfcolumnlefttop ul {
	text-align: left;
}
.newhalfcolumnrighttop ul {
	text-align: left;
}
.newhalfcolumnlefttop ul li {
	list-style: none;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4C4C4C;
}
.newhalfcolumnrighttop ul li {
	list-style: none;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4C4C4C;
}
.newhalfcolumnleftbottom ul {
	text-align: left;
}
.newhalfcolumnleftbottom ul li {
	list-style: none;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4C4C4C;
}
.newhalfcolumnrightbottom ul {
	text-align: left;
}
.newhalfcolumnrightbottom ul li {
	list-style: none;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4C4C4C;
}
.subtotal {
	color: #06F;
}
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-150px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}
#social.fb_edge_comment_widget {
  display: none !important;
}
#social {
	padding-left: 30px;
}
#social2 {
	padding-left: 0px;
}
.yelpfltlft {
	float:left;
}
.confirmation-field { display: none; }
.mouseover {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;

}
.italic {
	font-style: italic;
}
.tenreasons {
	text-align:center;
}
.tenreasons p{
	font-family: Verdana, Geneva, sans-serif;
	width: 400px;
		
}
iframe[name='google_conversion_frame']{ 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-left: -200px;
    float: left;
}

.faq_question {
 margin: 25px;
 padding: 0px 0px 5px 0px;
 display: inline-block;
 cursor: pointer;
 font-weight: bold;
}
 
.faq_answer_container {
 height: 0px;
 overflow: hidden;
 padding: 0px;
 margin: 25px;
}
.faq_answer_container a{
	color: #06F;
}
/*
.faq_container {
	font-family: Verdana, Geneva, sans-serif;
}
.faq {
	font-family: Verdana, Geneva, sans-serif;
}
*/
.bts_float_right {
	float:right;
	padding-right:25px;
}
>bts_float_right_text {
	float:right;
	margin-left:5px;
}
.gallery {
	width:100%;
	}
.gallery p{
	margin-left:15px;
}
#gallerywrap {
	position:relative;
	margin:75px auto;
	width:650px; height:386px;
}
.thumb img { 
	margin:3px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0; left:250px; 
	z-index:1;
}
.gallerywrapper {
	background-color: #908D8D;
	width: 1100px;
	margin-left: 25px;			
}
