﻿@charset "UTF-8";

* {
 margin: 0;
 padding: 0;
}

html{
	height:100%;
} 


body{
	height:100%;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
    color:#505046;
}


* html #mainContainer {
	height: 100%;
}
* html #columnTestLeft {
	height: 100%;	
}

p{
	margin-bottom:20px;
	line-height:20px;
}

.detailContainer p
{
    font-size:11px;
	margin-bottom:3px;
	line-height:normal;
}

a{
	color:#505046;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
a:visited{
}

#bkgPage{
	background-image:url(../images/bkg_news.jpg);
	background-repeat:no-repeat;
	background-position:center 139px;
}

#header{
	width:990px;
	margin:auto;
	height:126px;
	background-color:#FFF;
}


#topNav{
	width:990px;
	margin:auto;
	height:17px;
	z-index:100;
	background-image:url(../images/bkg_navbar_filler.gif);
	background-repeat:repeat-x;
}
#topNavWrapper{
	margin-left:239px;
}

#mainContainer{
	background-image:url(../images/bkg_columnFill.gif);
	background-repeat:repeat-y;
	width:990px;
	margin:auto;
	min-height: 100%;
	text-align:left;
	z-index:50;
}
#mainContainerStores{
	width:990px;
	margin:auto;
	text-align:left;
	z-index:50;
}
#columnTestLeft{
	position:inherit;
	width:240px;
	min-height: 100%;
	float:left;
}
#columnLeftStores{
	position:inherit;
	width:240px;
	height:228px;
	float:left;
	background-color:#e8f1f3;
}
#footerStores
{
    margin-left:240px;
    float:left;
}
#leftColumnContainerStores{
	display:inline;/*IE6 Double margin Fix */
	position:relative;
	width:206px;
	margin-left:20px;
	margin-top:55px;
	padding-right:5px;
	clear:both;
	float:left;
	height:228px;
}
#columnTestRight{
	width:750px;
	float:left;
	padding-bottom:40px;
}
#rightFlash
{
    margin-bottom:5px;
}
#adminArea
{
    margin-top:15px;
    margin-bottom:15px;
    margin-left:15px;
}

#rightContentIndent{
	margin-left:60px;
	width:660px;
	clear:both;
}
.rightContentIndent{
	margin-left:60px;
	width:660px;
	clear:both;
}

.rightContentIndent2{
	width:660px;
	clear:both;
}

#sliderTitleContainer
{
 margin-bottom:20px;
 text-align:center;
}

.dividerLine{
	border-top:1px solid #b8b9b8;
	clear:both;
}

.sliderTitle
{
    text-align:center;
    color:#b4b583;
    padding:2px;
    text-transform:uppercase;
    font-weight:bold;
    }
#sliderTitleBtnContainer
{
    margin-left:127px;
}

.btnOn
{
    width:170px;
    background-color:#b4b583;
    border-right: solid 1px #b8b9b8;
    border-left: solid 1px #b8b9b8;
    float:left;
    text-transform:uppercase;
    font-weight:bold;
    text-align:center;
    }
.btnOn a
{
    color:#FFF;
}

.btnOff
{
    width:170px;
    border-right: solid 1px #b8b9b8;
    border-left: solid 1px #b8b9b8;
     float:left;
         text-transform:uppercase;
    font-weight:bold;
    color:#b4b583;
    text-align:center;
    }
.btnOff a
{
    color:#b4b583;
}


#searchBar
{
	width:200px;
	height:24px;
	margin-top:22px;
	text-align:right;
	float:right;
}

#logo{
	width:240px;
	height:85px;
	float:left;
}
#leftColumnContainer{
	display:inline;/*IE6 Double margin Fix */
	position:relative;
	width:206px;
	margin-left:20px;
	margin-top:35px;
	padding-bottom:30px;
	clear:both;
	float:left;
}

.leftColumnHeader{
	clear:both;
	font-size:12px;
	font-weight:bold;
	color:#1e4640;
	margin-bottom:10px;
	letter-spacing:.25em;
}



.frm_search_input{
	padding:0px;
	margin:0px;
  border: 1px solid #b4b4b4;
  padding:3px;
  padding-left:4px;
  height:12px;
  width:160px;
  color:#99c0ba;
  font-size:11px;
  line-height:12px;
  font-family:Verdana, Geneva, sans-serif;
  vertical-align:top;
}


#containerStoreFinder{
	display:inline;/*IE6 Double margin Fix */
	position:relative;
	width:206px;
	margin-top:40px;
	clear:both;
	float:left;
    top: 3px;

    height: 44px;
}
#headerStoreFinder{
	padding-bottom:10px;
}


#footer
{
    clear:both;
    font-size:10px;
    padding-top:100px;
    margin-left:60px;
}

.menuDropBkgDefaults{
	width:119px;
	height:210px;
	background-repeat:no-repeat;
}

.menuYarnsDropBkg{
	background-image:url(../images/menu_yarns_drop_bkg.gif);
	background-color:#b4b583;
	border-right: 1px solid #8d8e5b;
}
.menuPatternsDropBkg{
	background-image:url(../images/menu_patterns_drop_bkg.gif);
	background-color:#c98e5e;
	border-left: 1px solid #8e5e20;
	border-right: 1px solid #8e5e20;
}
.menuStoresDropBkg{
	background-image:url(../images/menu_stores_drop_bkg.gif);
	background-color:#c98e5e;
	border-left: 1px solid #538982;
	border-right: 1px solid #538982;
}
.menuNewsDropBkg{
	background-image:url(../images/menu_news_drop_bkg.gif);
	background-color:#c98e5e;
	border-left: 1px solid #a0381c;
	border-right: 1px solid #a0381c;
}
.menuAboutDropBkg{
	background-image:url(../images/menu_about_drop_bkg.gif);
	background-color:#c98e5e;
	border-left: 1px solid #597c90;
	border-right: 1px solid #597c90;
}
.menuContactDropBkg{
	background-image:url(../images/menu_contact_drop_bkg.gif);
	background-color:#c98e5e;
	border-left: 1px solid #bea82d;
	border-right: 1px solid #bea82d;
}



#splashTextContainer
{
    float:left;
    width:300px;
    height:230px;
    overflow:hidden;
}

#splashTextContainer2
{
    padding-left:60px;
    padding-top:52px;
    padding-right:20px;
    float:left;
    width:280px;
    height:178px;
    overflow:hidden;
}

#splashImageContainer
{
    float:left;
    width:360px;
    height:230px;
    overflow:hidden;
    }
    
    
    
    .dividerFeatureDottted
    {
        margin-top:10px;
        margin-bottom:10px;
    }
    .imageOutlineWhite
    {
        border: solid 2px #FFFFFF;
    }