/* External Style Sheet for screen: Grady's Feet Essentials Ltd. */
/* Site Design: Black Cap Design */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */

body 
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #527bad url('../images/bg.gif') repeat;
	min-width: 770px; /* prevents design collapse (header) on small window resize */
}
#bodywrap
{
	width: 770px;
	margin: 0 auto;		
}
.no_display, .print_only
{
	display: none;	
}
h1
{
	margin: 16px 0 10px 0;
	font-size: 1.3em;
	color: #5c1013;
}
h2, h3
{
	margin: 14px 0 0px 0;
	font-size: 1.1em;
	color: #5c1013;	
}
h3
{
	color: #004276;	
}
p
{
	margin: 8px 0;
	line-height: 175%;
	font-size: 1em;
	color: #333;
}

/* =================<CONTAINER DIVs>==================== */
#top
{
	background: url('../images/bg_top.png') no-repeat;
	width: 770px;
	height: 12px;
	margin-top: 8px;
}
#middle 
{
 	background:  url('../images/bg_middle.png') repeat-y;
	width: 770px;
}
#bottom 
{
	background: url('../images/bg_bottom.png') no-repeat;
	width: 770px;
	height: 12px;
}
#wrapper
{

}
#container
{
	padding: 0;
	position: relative;	/* necessary for absolute positioning of nav div */
	width: 770px;
	margin: 0 auto;
}

#three_column_container
{
	z-index: 1;	
	padding-top: 207px;
}	

/* =================</CONTAINER DIVs>==================== */
/* ============<BANNER>============= */
#banner
{
	width: 744px;
	height: 181px;
	background: url('../images/banner_img1.jpg') no-repeat; 
	background-position: top right; 
	position: absolute;
	z-index: 1;
	top: -6px;
	left: 13px;
}
#logo
{
	margin: 22px 0 0 10px;
	width: 201px;
	height: 150px;

}
#banner_bottom
{
	background: url('../images/banner_bottom.gif') no-repeat;
	height: 41px;	
}
#slideshow
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 512px;	
	height: 181px;

}
/* ============</BANNER>============ */
/* ============<HORIZONTAL NAVIGATION>============ */
#nav
{
	height: 40px;
	width: 770px;
	position: absolute;
	top: 171px;
	left: 0;
	z-index: 100;
	background: url('../images/bg_nav.png') no-repeat;
}
#navlist
{
	text-align: right;
	padding: 12px 20px 0 0px;		
}
#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
	font-size: 13px;
}
#navlist a
{
	padding: 6px 0 8px 26px;
	border: none;
}
#navlist a:link, #navlist a:visited
{
	color: #5f5f5f;
	font-weight: bold;
	text-decoration: none;
}
#navlist a:hover
{
	border: none;
	color: #115282;
}
#navlist li.active a:link, #navlist li.active a:visited, #navlist li.active a:hover
{
	border: none;
	background-image: url('../images/nav_marker.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #115282;
}
#navlist li.act a:hover
{
	text-decoration: underline;	
}
#index_footprint
{
	position:absolute;
	top:210px;
	left:216px;
	z-index:200;
}
#about_footprint
{
	position:absolute;
	top:210px;
	left:304px;
	z-index:20;	
}
#footwear_footprint
{
	position:absolute;
	top:210px;
	left:392px;
	z-index:20;	
}
#feethurt_footprint
{
	position:absolute;
	top:210px;
	left:508px;
	z-index:20;	
}
#news_footprint
{
	position:absolute;
	top:210px;
	left:628px;
	z-index:100;		
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ============</HORIZONTAL NAVIGATION>============ */

/* ---------------<CONTENT DIVs>-------------- */
#content
{
 	position: relative; /* necessary for z-index layering effect */
	margin: 0 199px 16px 243px;
	padding: 10px 20px 0 20px;
	color: #333;	
	background: transparent;
	z-index: 10;
}
#content_2_column
{
 	position: relative; /* necessary for z-index layering effect */
	margin: 0 199px 16px 0px;
	padding: 10px 20px 0 40px;
	color: #333;	
	background: transparent;
	z-index: 10;
}

.nowrap
{
	white-space: nowrap;	
}
.asterisk
{
	font-weight: bolder;
	color: #990000;	
}
.highlight
{
	background: #ececec;
	border: 1px solid #527bad;
	padding: 6px 20px;
	margin-top: 14px;
}
.highlight p
{
	color: #004276;	
}
.intro
{
	font-weight: bold;
	color: #5c1013;	
}
.pp_select
{
	width: 160px;
	position: relative;	
}	
.pp_button
{
margin-top: 10px;
}
#heel-pain_sidebar
{
	margin: 170px 0 0 8px;		
}

/* ---------------</CONTENT DIVs>-------------- */
/* --------<LISTS>-------- */
#content ul.standard, #content_2_column ul.standard
{
	margin: -4px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 12px;	
}
#left_sidebar ul.standard
{
	margin: 0 0 0 8px;
	list-style-type: none;
	padding: 0 0 0 12px;		
}
ul.standard li
{
  background: transparent url('../images/bullet.gif') no-repeat;
  padding: 0 0 0 12px;
  background-position: 0 5px;	
	line-height: 150%;	
}
ul.check
{
	margin: 8px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 0px;			
}
ul.check li
{
  background: transparent url('../images/check.gif') no-repeat;
  padding: 0 0 0 16px;
  background-position: 0 3px;	
	line-height: 150%;		
}
ul.none
{
	margin: -4px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 16px;
	line-height: 150%;					
}
ul.numeric
{
	margin: -4px 0 0 0;
	list-style-type: decimal;
	padding: 0 0 0 20px;
	line-height: 150%;			
}
/* --------<LISTS>-------- */

/* --------------<LEFT SIDEBAR>---------------- */
#left_sidebar
{
	float: left;
	width: 230px;
	position: relative;
	z-index: 1;
	padding: 30px 0 0 13px;
}
.left_sidebar_img
{
	padding: 8px 0 8px 16px;	
}
#l_sidebar_feature
{
	width: 220px;
	padding: 20px 0 0 6px;

}
#feature_top
{
	width: 214px;
	height: 11px; 
	background: url('../images/feature_top.gif') no-repeat;	
}
#feature_top-mid
{
	width: 214px;
	background: url('../images/feature_top-mid.gif') repeat-y;	
}
#feature_top-mid h1
{
	margin: 0;
	padding: 0 0 6px 0;
	text-align: center;
	color: white;	
}
#feature_mid
{
	width: 214px;
	background: url('../images/feature_mid.gif') repeat-y;
	padding-bottom: 10px;
}
#feature_mid p
{
	margin: 6px 20px; 	
}
#feature_bottom
{
	background: url('../images/feature_bottom.gif') no-repeat;
	width: 214px;
	height: 8px;	
}
h1.h1_special
{
	text-align:center;
	padding:10px 0;
	border:1px solid #004276;
	background:#7eafd5;
	letter-spacing:0.09em;
}
p.l_sidebar_feature
{
	text-align:center;
	padding:10px 20px;
	color: #004276;
	font-weight: bold;
	margin-top: 16px;
}
	
/* --------------</LEFT SIDEBAR>---------------- */
/* --------------<RIGHT SIDEBAR>---------------- */
#right_sidebar
{
	float: right;
	width: 186px;
	position: relative;
	z-index: 1;
	padding: 0 13px 0 0;
}
#r_sidebar_mid
{
	background: url('../images/r_sidebar_bg.gif') repeat-y;
	background-position: 7px 0;	
	padding: 10px 0 2px 0;	
}
#right_sidebar p
{
	margin: 6px 12px 6px 13px;
	color: #e5e7e6;	
}
#search
{
	background: url('../images/r_sidebar_hr.gif') no-repeat;
	background-position: bottom left;
	padding-bottom: 12px;
}
#newsletter
{
	margin: 6px 0 20px 0;
}
#newsletter img
{
	margin: 20px 0 0 20px; 
}
#newsletter p
{
	float: right;
	width: 54%;
}
#right_sidebar input#q
{
	margin-left:16px;
}
.r_sidebar_intro
{
	font-weight: bold;
	color: #ffd032;	
}
#right_sidebar label#form_label
{
	margin: 0 0 2px 13px;
	display: block;
	background: url('../images/search_icon.gif') no-repeat;
	background-position: 0 0;
	height: 6px;
	font-weight: bold;
	color: #ffd032;
	padding: 18px 0 10px 49px;		
}
#right_sidebar_bottom
{
	width: 186px;
	height: 5px;
	background: url('../images/r_sidebar_bg_bottom.gif') no-repeat;
	background-position: 7px 0;
		
}
/* --------------</RIGHT SIDEBAR>--------------- */
#footer
{
	clear: both;
	height: 70px;
	background: url('../images/shoe_prints.gif') no-repeat;
	background-position: 510px 20px;
}

#footnote
{
	font-size: 9px;
	padding: 50px 0 0 0;
	margin-left: 22px;
}	
#footnote p
{
	line-height: 100%;
	color: #adaeaf;		
}
#design_credit
{
	padding-left: 108px;	
}
/* ===<ANCHORS>=== */
#content a:link, #content_2_column a:link, #left_sidebar a:link
{
	color: #c87f47;
	text-decoration: underline;

}
#content a:visited, #content_2_column a:visited, #left_sidebar a:visited
{
	color: #c87f47;
	text-decoration: underline;
}
#content a:hover, #content_2_column a:hover, #left_sidebar a:hover
{
	color: #c87f47;
	text-decoration: none;	
}
#right_sidebar a:link, #right_sidebar a:visited, #right_sidebar a:hover
{
	color: #56b8e9;
	text-decoration: underline;
}
#right_sidebar a:hover
{
	text-decoration: none;
}
#footnote a:link, #footnote a:visited, #footnote a:hover
{
	color: #adaeaf;
	text-decoration: underline;
}
#footnote a:hover
{
	text-decoration: none;	
}

/* ===</ANCHORS>=== */

.highslide-maincontent, .highslide-heading
{
	color: #444;
}
.highslide-maincontent p, .highslide-maincontent ul
{
	font-size: 11px; 
	line-height: 175%;	
}
.highslide-number, .highslide-header .highslide-move 
{
   display: none;
}
/* ----------<PRODUCT THUMBS>---------- */
table.thumbset, table.thumbset_center, table.thumbset_right
{
	width: 220px;
	margin: 0 0 0 8px;
	clear: both;	
}
table.thumbset_center
{
	clear: none;
}
table.thumbset_right
{
	width: 180px;
}
table.thumbset_right
{
	color: #333;
}
.thumbset td, .thumbset_center td, .thumbset_right td
{
	color: #333;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1em;
	vertical-align: top;
}
.thumbset_center td
{
	padding: 0 12px;
}
td.left_column, td.right_column
{
	width: 50%;	
}

h1.e-friendly
{
	background: url('../images/e-friendly.gif') no-repeat;
	background-position: 0 0px;
	height: 44px;
	padding: 5px 0 0 54px;
	color: #004276;		
}


/* ----------</PRODUCT THUMBS>---------- */