.Select_Location {
   display:none;
}
.Preferred_Currency { 
display:none;
}


/*Edit CSS code below - store.css - Do not remove this line*/
 
* html body {
f\ont-size: medium; /* for other IE versions */
font-size: small; /* for IE5/Win */
}


/*suckerfish*/


#nav, #nav ul { /* all lists */
		
		margin: 0;
		list-style: none;
		padding:0px 0px 0px 0px;
		z-index:999;
		

	}

#nav a {
display: block;
width: 200px;
height:22px;
text-decoration: none;
padding: 9px 0px 0px 10px;
font-size: 12px;
color: #333333;

}
	

	#nav li { /* all list items */
		position : relative;
		float : left;
		height:32px;
		margin-bottom:0px;
		padding:0px 0px 0px 0px;
		background-color:#ffffff;
		width: 200px;
z-index:999;

	}
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 21.00em;
		margin-top : -3.40em;
		font-size:10px;
		}

	#nav li a:hover {
		color : #666666;
		font-size:12px;
		height:22px;
		padding: 9px 0px 0px 10px;
}


#nav li.sublist {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#e6e9aa;
width:auto;

	}
#nav li.sublist2 {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#97c25a;
width:auto;
}
#nav li.sublist3 {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#cdae4e;
width:auto;
}
#nav li.sublist4 {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#c5a177;
width:auto;
}
#nav li.sublist5 {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#97c0c9;
width:auto;
}
#nav li.sublist6 {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#bcbcb5;
width:auto;
}
#nav li.sublist7 {

padding: 0px 0px 9px 0px;
margin:0px;
height:18px;
font-size:9px;
background-color:#e3d3b9;
width:auto;
}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;



	}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		height:20px;
		padding: 0px 0px 0px 0px;

}


#nav .menu_header_one {
background-image: url('images/btn_bg1.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
padding: 0px 0px 0px 10px;
margin-bottom:5px;
color: #fff;
font-size: 100%;
font-weight: bold;
}
#nav .menu_header_two {
background-image: url('images/btn_bg2.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
padding: 0px 0px 0px 10px;
margin-bottom:5px;
color: #fff;
font-size: 100%;
font-weight: bold;
}
#nav .menu_header_three {
background-image: url('images/btn_bg3.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
padding: 0px 0px 0px 10px;
margin-bottom:5px;
color: #fff;
font-size: 100%;
font-weight: bold;
}
#nav .menu_header_four {
background-image: url('images/btn_bg4.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
margin-bottom:5px;
padding: 0px 0px 0px 10px;
color: #fff;
font-size: 100%;
font-weight: bold;
}
#nav .menu_header_five {
background-image: url('images/btn_bg5.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
margin-bottom:5px;
padding: 0px 0px 0px 10px;
color: #fff;
font-size: 100%;
font-weight: bold;
}
#nav .menu_header_six {
background-image: url('images/btn_bg6.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
margin-bottom:5px;
padding: 0px 0px 0px 10px;
color: #fff;
font-size: 100%;
font-weight: bold;
}

#nav .menu_header_seven {
background-image: url('images/btn_bg7.gif');
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
display: block;
width:210px;
height:34px;
margin-bottom:5px;
padding: 0px 0px 0px 10px;
color: #fff;
font-size: 100%;
font-weight: bold;
}


#e_wrapper {
position: absolute;
left:50%;
width:950px;
margin-left:-475px;
margin-top:20px;

}
#e_insidewrapper {
float:left;
display:inline;
width:950px;
background-color:#ffffff;
}

body { 
background-image: url('images/bg_tile.jpg');
background-repeat: repeat;
font-family: 'Tahoma', Arial, Helvetica, sans-serif;
font-size: small;
padding: 0px;     
color: #333333;
line-height: 1.2em;
}

img {
border: 0;
}

a:link, a:visited {
color: #999933;
text-decoration: underline;
}

a:hover {
color: #333;
text-decoration: none;
}

p {
font-size: 85%;
}

hr {
border: none 0; 
border-top: 1px dashed #666;
width: 100%;
height: 1px; 
clear: both;
}

#Featured_Products {
background-color: #fff;
} 

/*e_toolbar*/

#e_toolbar {
background-color: #fff;
background-image: url('images/header_bg.jpg');
background-repeat: no-repeat;
background-position: top;
}

#e_toolbar #logo {

padding: 74px 0px 0px 0px;
width:308px;
}

#e_toolbar #logo a{
position: relative;
overflow: hidden;
display: block;
margin: 15px 0px 0px 36px;
padding: 87px 0px 0px 0px;
width: 327px;
background:url('images/logo.jpg') top left no-repeat;
height: 0px !important;height /**/:18px;/* for ie5.x */
}

#e_toolbar .Toolbar_Links a {
/*background-image: url('images/templates/toolbar-gradient.jpg');*/
/*background-repeat: repeat-x;*/
background-color: #c7c997;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
width: 147px;
margin-right:1px;
text-align:center;
padding: 13px 0px 5px 0px;
display: block;
height:24px;

color: #fff;
text-decoration: none;
}

#e_toolbar .Toolbar_Links  a:hover {
/*background-image: url('images/templates/toolbar-gradient-on.jpg');*/
background-color: #979875;
/*background-repeat: repeat-x;*/
white-space: nowrap;
display:block;
color: #fff;
text-decoration: none;
width:147px;
}

#Toolbar_Phone {
font-size: 180%;
font-weight: normal;
margin: 20px 0px 0px 0px;
padding:0;
color: #ffffff;
display: block;
}

#Toolbar_Est {
margin: 0px 0px 0px 0px;
padding:0;
display: block;
}

#greencolumn {
background-image: url('images/greencolumn.jpg');
background-repeat: no-repeat;
width:205px;
height:478px;
margin-top:20px;
padding-top:50px;
margin-left:20px;

}

#greencolumn p {
padding: 0px 15px 0px 17px;
line-height: 150%;
}

#bluecolumn {
background-image: url('images/bluecolumn.jpg');
background-repeat: no-repeat;
width:205px;
height:478px;
margin-top:20px;
padding-top:50px;
margin-left:20px;

}

#bluecolumn p {
padding:0px 15px 0px 17px;
line-height: 150%;
}


#browncolumn {
background-image: url('images/browncolumn.jpg');
background-repeat: no-repeat;
width:205px;
height:478px;
margin-top:20px;
padding-top:50px;
margin-left:20px;

}

#browncolumn p {
padding:0px 15px 0px 17px;
line-height: 150%;

}

.columntitles {
font-size:100%;
font-weight: bold;
margin-top:0px;
padding: 0px 0px 0px 18px;

}

.Search_Field { 
font-size: 85%; 
background-color: #fff; 
border: 1px solid #ccc; 
padding: 4px;
}

.Search_Button { 
padding: 3px;
color: white;
font-size: 85%; 
font-weight: bold;
background-color: #c7c997;
border: 1px solid #8b8e3a;
}


/*e_menu*/

#e_menu {
vertical-align: top;
background-color: #fff;
width: 220px;
padding:00px 0px 0 0;
margin: 10px 0px 0px 0px;
}










/*e_page*/

#e_page {
vertical-align: top;
width: 99%;
background-color: #fff;
padding-bottom:20px;
}

#Page_Breadcrumb {
margin-bottom: 25px;
display: block;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-size: 90%;
color: #333333;
text-decoration: none;
}

h1 {
font-size:180%;
font-weight: normal;
color: #999933;
margin-bottom: 15px;
padding: 0;
}

h2 {
font-size:140%;
font-weight: normal;
}

h3 {
font-size:120%;
font-weight: normal;
}

h4 {
font-size:100%;
font-weight: normal;
color: #656836;
padding: 0;
}


#Home_Banner {
background-image: url('images/home_banner.jpg');
background-repeat: no-repeat;
height:  327px;
display: block;
}
 
.Home_Link {
padding: 5px;
margin: 10px 5px 0 5px;
border: 1px solid #36A7FD;
background-image: url('images/box_fill.jpg');
background-repeat: repeat-x;
background-color: #DDEEFF;
min-height: 120px;
}

.Home_Link p {
font-size: 85%; 
padding:0;
margin: 0;
}

.Home_Link  .Display_Name {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%; 
font-weight: bold;
line-height: 1.3em;
padding:0;
margin: 0;
}

.Home_Link .Link_Name {
clear: both;
}

.Home_Link .Display_Image {
float:center;
margin: 5px;
padding: 5px;
border:1px solid #36A7FD;
background-color:#fff;
}

.Example_Link a { 
padding: 5px;
color: white;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
text-decoration: none;
}

.Example_Link a:hover { 
padding: 5px;
color: #333;
font-size: 85%; 
font-weight: bold;
background-color: #F5f5f5;
border: 1px solid #ccc;
text-decoration: none;
}

/*e_basket*/

#e_basket {
background-color: #c7c997;
background-image: url('images/shopping_icon.jpg');
background-repeat: no-repeat;
background-position:left;
padding:4px 0px 0px 60px;
margin: 0px 0px 0px 0px;
width:150px;
height:38px;
}

#e_basket caption {

font-size:9px;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 20px;
line-height:1.3em;
}

#Basket_Contents {
padding-bottom: 0px;
height:42px;
}

#e_basket #Basket_Links a {

font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
padding: 0px 0px 0px 0px;
color: #fff;
text-decoration: underline;
}

#e_basket #Basket_Links a:hover {
color: #65654e;
text-decoration: none;
}

#Total_Items {
font-size:12px;
color:#65654e;
}

#Total_Order_Value {
font-size:12px;
color:#65654e;
}

.Total_Items_Label {
margin:8px 0px 0px 0px;
font-size:11px;
color:#ffffff;
}

/*checkout*/

#checkout_content fieldset {
padding: 10px;
}

#checkout_content legend {
font-size:140%;
font-weight: normal;
color: #656836;
margin: 0;
}

#checkout_content label{
font-size: 95%;
font-weight: bold;
margin: 0;
}

#checkout_content h3 {
font-size:150%;
font-weight: bold;
color: #999999;
margin: 0;
}

#Clear_Form {
display:none;
}
#Submit_Order {
width: 166px;
}

/*footer*/

#e_footer {
float:left;
display:inline;
margin:0;
padding:0;
border:0;
text-align: center;
width:900px;
color: #333333;
background-color: none;
font-size: 85%;
}

.Tr_Shipment {
display:none;
}

.Tr_Shipment_Select {
display:none;
}

.viewBasket a:link { 
color: #8e710d;
text-decoration: underline;
}

.viewBasket a:visited { 
color:#8e710d;
text-decoration: underline;
}
.viewBasket a:hover { 
color: #cdae4e;
text-decoration: underline;

}
.viewBasket a:active { 
text-decoration:none;
}
