body  {
	font-family:"Arial", Courier, monospace;
	font-size:14px;
	background: #666666;
	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;
}

a{
	font-family:"Arial", Courier, monospace;
	font-size:14px;
}

h3{
	color:#FFF;
}

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color:#7c0560; text-decoration: none ;}
a:active {color: #ffffff; text-decoration: none ;}
	
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1006px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #209FD7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #header { 
	height: 171px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: url(images/topheader.gif) no-repeat; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.thrColAbsHdr #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: 4px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 171px;
	left: 32px;
	width: 225px; /* 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 */
	}
#box1{
	background: url(images/newsletterbg.gif) no-repeat;
	height:116px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#rightsidebox1{
	background: url(images/rightsidebox.gif) no-repeat;
	height:470px;
	width:179px;
	padding-top:-10px;
	padding-left:30px;
	*padding-left:0px; /* I Agree IE Sucks */
	_padding-left:0px; /*IE 6 SUX too*/
	text-align:center;
}
#rightsidebox2{
	background: url(images/rightsidebox2.gif) no-repeat;
	height:320px;
	width:179px;
	padding-top:-10px;
	padding-left:30px;
	*padding-left:0px; /* I Agree IE Sucks */
	text-align:center;
}
#rightsideboxheader{
	background: url(images/rightsideboxheader.gif) no-repeat;
	height:27px;
	width:179px;
    padding-top:0px;
	*padding-top:5px;
	*padding-left:5px;
	position:relative;
	top:-15px;
	right:35px;
	*top:-20px;
	*right:0px;
	text-align:center;
}
#sidebar2 p{
	font-size:13px;
	font-weight:bold;
	color:#FFFAD5;
}	


#topnav{
	font-family:"Tahoma", Courier, monospace;
	float:left;
	font-weight:bold;
	font-size:14px;
	margin-left:200px;
	/*margin-top:90px;*/
	/*IE SUCKS*/
	margin-top: 108px;
	border: 1 px solid #000000;
	color:#FFFFFF;
	line-height:30px;
}

#topnav a{
	padding: 5px 3px 2px 3px;
	_padding: 0;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;

}

#topnav ul li{
	list-style:none;
	display:block;
	float:left;
	margin-right:20px;
	margin-left:20px;
	line-height:25px;
}
		

#tagline{
	clear:both;
	height:20px;
	vertical-align:middle;	
	border: 1 px solid #000000;
	text-align:center;
	color:#C820A0;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	*padding-top:5px;
	
}		
#tagline i { 
*display: inline-block; 
*height: 100%; 
} 	
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 182px;
	right: 0px;
	width: 225px;
	*top: 182px;
	*right: 22px;
	text-align:center;
}
.thrColAbsHdr #mainContent { 
	margin: 0 233px 0 265px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	height:auto !important;
	height:500px;
	background:url(images/contentbg.gif) repeat;
	padding-top:0;
	min-height:700px;
}
.thrColAbsHdr #mainContentCenterRealEstate { 
	margin: 0 233px 0 265px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	height:auto !important;
	height:700px;
	background:url(images/MainCenterRealEstate.png) no-repeat; 
	padding-top:0;
	min-height:700px;
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F7F0D5;
	font-family:"Arial", Courier, monospace;
	font-size:12px;
	color: #115375;
	text-align:center;
	height:50px;
	
} 
.thrColAbsHdr #FeaturedProduct { 
    margin: 0 233px 0 265px;
	background:url(images/contentbg.gif) repeat;
	font-family:"Arial", Courier, monospace;
	size:12px;
	text-align:center;
	height:300px;
	min-height:300px;
} 
.featured_text{
	width: 120px;
	text-align:center;
}	
.featured_text a{
	width: 120px;
	text-align:center;
	font-family:"Arial", Courier, monospace;
	font-size:12px;
}	
.thrColAbsHdr #footer a {
	color: #115375;
}
.thrColAbsHdr #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 */

}
.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;
}
.featuredHeading{
    font-family:"Tahoma", Courier, monospace;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	background:url(images/FeaturedProductsBG.gif);
	background-repeat:no-repeat;
	padding: 5px 0px 20px 0px;
}
.featuredHeadingdbl{
font-family:"Tahoma", Courier, monospace;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	background:url(images/FeaturedProductsdblBG.gif);
	background-repeat:no-repeat;
	padding: 5px 0px 20px 0px;
}
.featuredHeading h2{
	font-size:14px;
	margin:0;
	padding-left:5px;
	padding-right:5px;
}
.featuredHeadingdbl h2{
	font-size:14px;
	margin:0;
	padding-left:5px;
	padding-right:5px;
}

	
.featuredProduct{
	float:left;
	width: 145px;
	text-align:center;
	padding-left: 18px;
	height:300px;
}
.featuredcategories
{
    float:left;
	width: 145px;
	text-align:center;
	padding-left: 18px;
	padding-bottom: 10px;
	height:150px;
}
.featuredcategoriesheader{
	width:140px;
	position:relative;	
	font-weight:bold;
	top:5px;
	color:#ffffff;
	text-align:left;	
}
.ProductScroll
{
   float:left;
   overflow:hidden;
   background: url(images/rightsidebox.gif) no-repeat;
	height:470px;
	width:179px;
}
.ProductInsideScroll
{
   overflow:hidden;
    padding-top:20px;
	padding-left: 20px;
	*padding-left: 0px;
	height:410px;
}
.ProductInsideHeader{
	background: url(images/rightsideboxheader.gif) no-repeat;
	height:27px;
	width:179px;
	text-align:center;
	z-index:100;
	font-size:13px;
	font-weight:bold;
	color:#FFFAD5;
	padding-top:5px;
	}
	.ScrollHeaderUp{
	background: url(images/scrollheaderUp.gif) no-repeat;
	height:50px;
	width:100px; 
	text-align:center;
	z-index:100;
	font-size:13px;
	font-weight:bold;
    vertical-align:middle;	
	color:#FFFAD5;
	padding-top:5px;
	}
		.ScrollHeaderDown{ 
	background: url(images/scrollheaderDown.gif) no-repeat;
	height:50px;
	width:100px; 
	text-align:center;
	z-index:100;
	font-size:13px;
	font-weight:bold;
    vertical-align:middle;	
	color:#FFFAD5;
	padding-top:5px;
	}
	.ScrollHeaderKeyboard{ 
	background: url(images/scrollheaderKeyboard.gif) no-repeat;
	height:50px;
	width:100px; 
	text-align:center;
	z-index:100;
	font-size:13px;
	font-weight:bold;
    vertical-align:middle;	
	color:#FFFAD5;
	padding-top:5px;
	}
	
.product_row
{
	float:left;
	width: 145px;
	text-align:center;
	padding-left: 20px;
	_padding-left: 10px;
	height:230px;
}
.cat_row
{
	float:left;
	width: 145px;
	text-align:center;
	padding-left: 15px;
	height:200px;
}
.cat_product_info{
	width: 120px;
	text-align:center;
}	
.cat_product_info a{
	font-family:"Arial", Courier, monospace;
	font-size:12px;
}
.cat_header{
*padding: 10px 10px 0px 10px;
color:#fffbd9;

}
.cat_header h3{
*padding-left:10px;
*padding-top:20px;
*padding-right:10px;
}
.cat_header img{
border: 0px;
margin:0px;
float: left;
}
.cat_header p{
margin:0px;
float: right;
*padding-left:10px;
*padding-right:10px;
font-family:"Arial", Courier, monospace;
font-size:12px;
}
.cat_text {
float:left;
width:200px;
*width:230px;
padding-left:10px;
padding-right:10px;
*padding-left:0px;
*padding-right:0px;
}
.cat_item_count {
font-family:tahoma;
color: #fffbd9;
margin:0px;
padding-left:10px;
padding-right:10px;
}
.clear{
     clear:both;
}
.dragme
{
position:relative;
}

#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 10px;
}

#inputText
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 5px;
    border: solid 1px #85b1de;
}	

#navbox1{
	padding: 6px 10px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
}
/*
#navbox1 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	line-height:25px;
}

#navbox1 a:hover{
	color:#209FD7;
	border: 1px solid #93F;
	
}	
*/


#navbox1{
	background: url(images/navbox1.gif) no-repeat;
	height:219px;
	z-index:100;
}	
#navbox2{
	background: url(images/navbox2.gif) no-repeat;
	height:625px;
	z-index:100;
}


.left_nav_on a{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	
}

.left_nav_on a:hover{
	color:#209FD7;
	border: 1px solid #93F;
	
}	

.left_nav_off a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	line-height:25px;
}

.left_nav_off a:hover{
	color:#209FD7;
	border: 1px solid #93F;
	
}	


#navbox1 h3{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#eec080;
	margin:10px 0px 0px 0px;
}	

#navbox2{
	padding: 6px 10px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
}
/*
#navbox2 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	line-height:25px;
}

#navbox2 a:hover{
	color:#209FD7;
	border: 1px solid #93F;

}	
*/	
#navbox2 h3{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#eec080;
	margin:15px 0px 0px 0px;
	cursor:hand;
	cursor:pointer;
	
}

.box1_text{
	margin-top:70px;
	line-height:18px;
	float:left;
	padding-left:5px;
	}	
	
p.product_description{
	padding:10px;
}

h1.product_name{
	padding-left:10px;
	font-size:18px;
	color:#90F;
	font-weight:bold;
}

.breadcrumb, .breadcrumb a{
	padding-left:5px;
	overflow:hidden;
	text-decoration:none;
}
breadcrumb a:hover{
	color:#FFF;
}

.product_image{
	margin-left:10px;
	margin-top:10px;
}

p.list_price{
	padding-left:0px;
	text-decoration:line-through;
	float:left;
	margin-right:10px;
}

p.your_price{
	float:left;
	font-size:16px;
	line-height:18px;
	color:#eac4e6;
	
}
.price{
	color:#eac4e6;
	font-weight:bold;
}

.pricing{
	padding:10px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	

}

.featured_price{
	color:#eac4e6;
}

#rightsideboxheader p{
	padding-top:4px;
	*padding-top:0px;
}

.side_price{
	font-weight:bold;
}

.cartinfo{
    float:right;
	position: absolute;
	top:-30px;
	right:-50px;
    font-weight:bold;
    width:auto;
    color:#ffffff;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 80px;
    padding-top: 50px;
    padding-bottom: 5px;
    font-size: 14px;
}	
#blendme{
	height:266px;
	width:144px;
	position:absolute;
	top:0px;
	left:15px;
	*top:0px;
	*left:16px;
	text-align:center;
	z-index:1000;
}
.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}
#dockingBar 
{
	Z-INDEX: 100;
	LEFT: 0px;
	OVERFLOW: hidden;
	WIDTH: 100%;
	/*POSITION: fixed;
	HEIGHT: 300px;*/
	text-align:left;
	/*margin: 0 180px;*/
}

body >div#dockingBar 
{
	POSITION: fixed
}
.touch {
        border:2px solid #91207f;
        font-family:tahoma,sans-serif;
        font-size:15px;
        background-color:#ca20a3;
        color:white;
        width:45px;
        height:45px;
		margin-right:15px;
		margin-top:10px;
        }
#touchDiv {
	text-align:center;
	background-color:#1d88c0;
	border:2px solid #092f87;
	WIDTH: 920px;
	margin-left: 40px;
	}
#divGiftCert
{
    position:absolute;
	top:0;
	left:0;
	background-color:#7d7d7d;
	z-index:-2000;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:left;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	display:none;
}
#divGiftCertInfo
{
padding: 10px 10px 10px 10px;
text-align:left;
z-index:-2000;
position: relative;
left: 0%;
top: -200px;
width:430px;
display:none;
color:#ffffff;
border:solid 2px #cb20a2;
background:url(images/dccontentbg.gif) repeat;
}
#divGiftCertKeyboard
{
padding-right: 30px;
text-align:left;
z-index:-2000;
position: absolute;
left: 0px;
top: 0px;
width:975px;
display:none;
color:#ffffff;
border:solid 2px #cb20a2;
background:url(images/dccontentbg.gif) repeat;
}
/*preload classes*/ 

.svw {width: 50px; height: 20px; background: #fff;margin: 15px 0 0 267px;} .svw ul {position: relative; left: -999em;} 

 /*core classes*/ .stripViewer {  position: relative; overflow: hidden;   margin: 15px 0 0 267px; } 

 .stripViewer ul { /* this is your UL of images */ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; } 

 .stripViewer ul li {  float:left; }  

 .stripTransmitter { overflow: auto; width: 1%; } 

 .stripTransmitter ul { margin: 0;padding: 0; position: absolute; list-style-type: none;top:340px;left:5px;*top:330px;*left:5px;margin: 15px 0 0 267px; } 

 .stripTransmitter ul li{ width: 20px; float:left; margin: 0 5px 5px 0; } 

 .stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px;  border: 1px solid #000000; color: #000000; text-decoration: none; display: block;background: #fff; } 

 .stripTransmitter a:hover, a.current{ background: #f12; color:#ffffff; } 


