@charset "utf-8";

/* Base Structure */

* html a:hover {
	visibility:visible;
}

img, div, a, input { behavior: url(iepngfix.htc) }

* {
margin:0;
padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}
a {
	color: #4594b3;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4594b3;
	font-weight: normal;
	font-size: 12px;
}
.body_cell {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
}
.main_container {
	width: 972px;
	background-image: url(/images/bg_shadow.jpg);
	background-repeat: repeat-y;
	float: left;
}
.main_container_interior {
	float: left;
	width: 960px;
	margin-left: 6px;
	display: inline;
}

/* Fonts */

h1 {
	font-size: 14px;
	font-weight: bold;
}
.offer_title {
	font-size: 28px;
	text-align: center;
	line-height:250%;
}
.offer_cta {
	font-size: 24px;
	text-align: center;
	line-height:300%;
	font-weight: bold;
}
.offer_cta a {
	font-size: 24px;
	color: #4594b3;
	text-decoration: underline;
}
.offer_cta a:hover {
	font-size: 24px;
	color: #4594b3;
	text-decoration: underline;
}
.offer_right_cta {
	font-size: 24px;
	text-align: left;
	line-height:300%;
	font-weight: bold;
}
.offer_right_cta a {
	font-size: 24px;
	color: #4594b3;
	text-decoration: underline;
}
.offer_right_cta a:hover {
	font-size: 24px;
	color: #4594b3;
	text-decoration: underline;
}
.font_red {
	font-size: 12px;
	color: #DF1F26;
}
.font_red_bold {
	color: #DF1F26;
	font-weight: bold;
	font-size: 20px;
}
.font_blue {
	color: #004060;
	font-weight:normal;
}
.font_grey {
	color:#6d6d6d;
}
.font_fourteen {
	font-size: 14px;
}
.font_nine {
	font-size: 9px;
}
.font_eleven {
	font-size: 11px;
}
.font_twelve {
	font-size: 12px;
}
.font_thirteen {
	font-size: 13px;
}
.font_fourteen {
	font-size: 14px;
}
.font_fifteen_bold_italic {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.font_sixteen {
	font-size: 16px;
}
.font_seventeen {
	font-size: 17px;
}
.font_eighteen {
	font-size: 18px;
}
.font_twenty {
	font-size: 20px;
}
.font_twenty_two {
	font-size: 22px;
}
.font_twenty_four {
	font-size: 24px;
}
.font_large_bold {
	font-size: 24px;
	font-weight: bold;
}
.font_large_bold_italic {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.font_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

/* Basic Page Structure */

.head_container {
	float: left;
	width: 960px;
	height: 433px;
	background-image: url(/images/bg_head_index.jpg);
	background-repeat: no-repeat;
}
.head_top {
	float: left;
	width: 960px;
	height: 142px;
}
.head_logo_left {
	float: left;
	width: 365px;
	height: 142px;
}
.head_logo_right {
	float: right;
	width: 250px;
	margin-top: 55px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
}
.head_bottom {
	float: left;
	width: 148px;
	height: 43px;
	margin-left: 535px;
	margin-top: 200px;
	display: inline;
}

/* Nav */

.nav_container {
	float: left;
	width: 960px;
	height: 41px;
}
.nav_container img {
	height: 41px; 
	border: 0; 
}
.nav_container a {
	display: block;
	height: 41px;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
}
.nav_container a:hover img{
	visibility:hidden;
}
.nav_home{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_home.jpg);
	background-repeat: no-repeat;
	width: 87px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_products{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_products.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_how{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_how.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_faqs{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_faqs.jpg);
	background-repeat: no-repeat;
	width: 77px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_feel{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_feel.jpg);
	background-repeat: no-repeat;
	width: 176px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_locations{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_locations.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_about{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_about.jpg);
	background-repeat: no-repeat;
	width: 108px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_opportunities{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background-image: url(/images/nav_selected_opportunities.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 41px;
	overflow:hidden;/* for ie to hide extra height*/	
}

/* Mid Content */

.mid_content_container {
	float: left;
	width: 950px;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}

/* Home Content */

.home_three_cell_container {
	float: left;
	width: 950px;
}
.home_three_cell_head {
	float: left;
	width: 298px;
	height: 43px;
}
.home_three_cell_image {
	float: left;
	width: 280px;
	height: 99px;
	margin-bottom: 10px;
	padding-left: 8px;
	display: inline;
}
.home_three_cell_text {
	float: left;
	width: 278px;
	height: 180px;
	padding-left: 10px;
	font-size: 12px;
}
.home_three_cell_text a {
	color: #4594b3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.home_three_cell_text a:hover {
	color: #4594b3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.home_three_cell_footer {
	float: left;
	width: 298px;
	height: 29px;	
}
.home_three_cell_products {
	float: left;
	width: 298px;
	border: 1px solid #383838;
	margin-right: 20px;
	display: inline;
}
.home_three_cell_stores {
	float: left;
	width: 298px;
	border: 1px solid #383838;
	margin-right: 20px;
	display: inline;
}
.home_three_cell_own {
	float: left;
	width: 298px;
	border: 1px solid #383838;
}
.home_three_cell_own a {
	color: #4594b3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.home_three_cell_own a:hover {
	color: #4594b3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.home_text_container {
	float: left;
	width: 940px;
	margin-top: 20px;
	margin-bottom: 5px;
	display: inline;
}
.home_text_bullet_container {
	float: left;
	width: 940px;
	text-align: center;
}

.home_man_container {
	float: left;
	width: 940px;
}
.home_man_left {
	float: left;
	width: 150px;
	height: 138px;
}
.home_man_right {
	float: left;
	width: 440px;
	padding-left: 15px;
	padding-top: 15px;
}

.home_man_left_side {
	float: left;
	width: 605px;
}
.home_man_right_side {
	float: right;
	width: 300px;
}



.alt_right {
	width:48%;	
}

.blog_header {float:right; margin-right:115px;}
.home_man_blog {float:right; width: 300px; padding-top:10px;}
.home_man_blog a {color:#db5e09; margin-bottom:8px; display:block; }

.social_icons {float: right; width: 300px; padding-top: 15px; }
.social_icons_top {
	float: left;
	width: 300px;
	font-weight: bold;
	padding-bottom: 15px;
}
.social_icons_bottom {
	float: left;
	width: 300px;
	height: 46px;
}
.social_icons_cell {
	float: left;
	width: 45px;
	height: 46px;
	padding-right: 10px;
}

.social_icons_right {float: right; width: 297px; margin-top: 25px; padding-left: 3px; display: inline; }
.social_icons_right_top {
	float: left;
	width: 297px;
	font-weight: bold;
	padding-bottom: 15px;
}
.social_icons_right_bottom {
	float: left;
	width: 297px;
	height: 46px;
}
.social_icons_right_cell {
	float: left;
	width: 45px;
	height: 46px;
	padding-right: 38px;
}
.social_icons_right_nopad {
	float: left;
	width: 45px;
	height: 46px;
}


.home_man_right a {
	color: #4594b3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.home_man_right a:hover {
	color: #4594b3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/* Secondary content */

.head_container_secondary {
	float: left;
	width: 960px;
	height: 381px;
	background-image: url(/images/bg_head_own.jpg);
	background-repeat: no-repeat;
}
.head_bottom_secondary {
	float: left;
	width: 148px;
	height: 43px;
	margin-left: 748px;
	margin-top: 158px;
	display: inline;
}
.main_mid_content_container {
	float: left;
	width: 950px;
	margin-left: 10px;
	margin-top: 20px;
	display: inline;
}
.main_mid_offer_container {
	float: left;
	width: 950px;
	margin-left: 10px;
	margin-top: 0px;
	display: inline;
}
.main_mid_left {
	float: left;
	width: 640px;
	line-height: 1.5em;
}
.main_mid_right {
	float: left;
	width: 300px;
}
.main_mid_left_header {
	float: left;
	width: 640px;
	padding-bottom: 15px;
}
.main_mid_text_container {
	float: left;
	width: 610px;
}
.main_mid_text_container a {
	color: #4594b3;
	font-weight: normal;
	text-decoration: underline;
}
.main_mid_text_container a:hover {
	color: #4594b3;
	font-weight: normal;
	text-decoration: underline;
}
.main_mid_text_container ul {
	margin-bottom: 15px;
}
.main_mid_text_container ul li {
		margin-left:30px;
}
.main_mid_offer_left {
	float: left;
	width: 475px;
}
.main_mid_offer_right{
	float: left;
	width: 475px;
	line-height: 1.5em;
}
.main_mid_offer_text {
	float: left;
	width: 470px;
}
.main_mid_offer_text ul {
	margin-bottom: 15px;
}
.main_mid_offer_text ul li {
		margin-left:30px;
}
.main_mid_offer2_left {
	float: left;
	width: 375px;
}
.main_mid_offer2_right{
	float: left;
	width: 575px;
	font-size: 14px;
	line-height: 1.4em;
}
.main_mid_offer2_left_text {
	float: left;
	width: 320px;
	background-color: GhostWhite;
	border-style:solid;
	border-width:1px;
	border-color: SteelBlue;
}
.main_mid_offer2_right_text {
	float: left;
	width: 570px;
}
.main_mid_offer2_right_text ul {
	margin-top: 5px;
	margin-bottom: 15px;
}
.main_mid_offer2_right_text ul li {
		margin-left:30px;
}

.text_nav_secondary {
	float: right;
	width: 163px;
	margin-right: 30px;
	margin-top: 20px;
	display: inline;
}
.text_nav_left {
	float: left;
	width: 70px;
}
.text_nav_left a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.text_nav_left a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.text_nav_right {
	float: left;
	width: 86px;
}
.text_nav_right a {
	color: #b20000;
	font-weight: bold;
	text-decoration: underline;
}
.text_nav_right a:hover {
	color: #b20000;
	font-weight: bold;
	text-decoration: underline;
}
.button_free_fitting {
	float: right;
	width: 166px;
	height: 33px;
	margin-top: 10px;
	display: inline;
}
.button_row_loc {
	float: left;
	width: 610px;
}
.button_coupon {
	float: right;
	width: 166px;
	height: 33px;
	margin-right: 5px;
	margin-top: 10px;
	display: inline;
}
	.button_coupon_padding {
		float: right;
		width: 166px;
		height: 33px;
		margin-right: 5px;
		margin-top: 10px;
		display: inline;
		margin-bottom:10px;
	}
.button_start_now {
	float: right;
	width: 92px;
	height: 27px;
	margin-right: 30px;
	margin-top: 20px;
	display: inline;
}
.button_secondary_right_container {
	float: left;
	width: 300px;
	height: 70px;
}

.quote_right_container {
	float: left;
	width: 298px;
	display: inline;
	border: 1px solid #4c4c4c;
	color: #545454;
	margin-bottom: 24px;
}
.quote_header {
	float: left;
	width: 298px;
	height: 55px;
}
.quote_text {
	float: left;
	width: 288px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 5px;
}
.quote_byline {
	float: left;
	width: 298px;
	font-size: 11px;
	padding-bottom: 15px;
	text-align: center;
}

/* Offers */

.head_container_gea {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_gea.jpg);
	background-repeat: no-repeat;
}
.head_bottom_offer {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 50px;
	display: inline;
}
.offer_testimonial_container {
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.offer_testimonial_top {
	float: left;
	width: 300px;
	font-style: italic;
	font-size: 14px;
}
.offer_testimonial_bottom {
	float: left;
	width: 285px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
}


/* Products */

.head_container_products {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_products.jpg);
	background-repeat: no-repeat;
}
.head_bottom_products {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 20px;
	display: inline;
}
.products_chart_img_one_container {
	float: left;
	width: 610px;
	padding-bottom: 15px;
	position:relative;
}
.products_chart_img_one {
	float:left;
	width: 205px;
	height: 295px;
	background:url(/images/products_download_chart_img_one.jpg);
}


.products_chart_img_one .cushions, .products_chart_img_one .sampson, 
.products_chart_img_one .compliment, .products_chart_img_one .dress {
	width:42px;
	height:68px;
	position:absolute;
	cursor:pointer;
}

.products_chart_img_one .cushions {
	right:447px;
	top:13px;
}

.products_chart_img_one .sampson {
	left:52px;
	top:49px;
}

.products_chart_img_one .compliment {
	left:96px;
	top:97px;
}

.products_chart_img_one .dress {
	left:24px;
	top:131px;
}

.products_chart_img_one .lifestyle {
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	left: 54px;
	top: 204px;
	height: 48px;
	width: 34px;
	
}

.products_chart_img_one .lifestyle:hover {
	overflow:visible;
	width: 73px;
	left: 44px;
}

.products_chart_img_one .lifestyle:hover .active {
	left:-24px;
}

.products_chart_img_one .lifestyle .active {
	position:absolute;
	left:-34px;
	top:24px;
}

.products_chart_img_one .lifestyle:hover .everday {
	left:49px;	
}

.products_chart_img_one .lifestyle .everday {
	position:absolute;
	left: 39px;
	top: 24px;
}

.products_chart_img_one .chart {
	position:absolute;
	width:138px;
	height:37px;
	left:32px;
	top: 258px;
}

.products_chart_img_one .chart a {
	display:block;
	width:138px;
	height:37px;
}


.products_chart_img_right {
	float: left;
	width: 405px;
	height: 295px;
}
.products_chart_img_two {
	float: right;
	width: 205px;
	height: 349px;
}
.product_shoes_container {
	float: left;
	width: 610px;
}
.products_shoes_left {
	float: left;
	width: 257px;
}
.products_shoes_right {
	float: left;
	width: 353px;
}
.products_free_fitting {
	float: right;
	width: 166px;
	height: 33px;
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline;
}
.products_coupon {
	float: left;
	width: 166px;
	height: 33px;
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline;
}
.products_footnote {
	float: left;
	font-size: 10px;
	width: 353px;
}

/* How They Work */

.head_container_how {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_how_they_work.jpg);
	background-repeat: no-repeat;
}
.head_bottom_how {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 50px;
	display: inline;
}
.how_chart_right {
	float: right;
	width: 196px;
	height: 361px;
}
.how_ankle_container {
	float: left;
	width: 360px;
	padding-bottom: 15px;
	padding-top: 10px;
	font-size: 11px;
}
.how_ankle_left {
	float: left;
	width: 190px;
}
.how_ankle_left_img {
	float: left;
	width: 63px;
}
.how_ankle_left_text {
	float: left;
	width: 127px;
}
.how_ankle_right {
	float: left;
	width: 170px;
}
.how_ankle_right_img {
	float: left;
	width: 63px;
}
.how_ankle_right_text {
	float: left;
	width: 107px;
}
.how_note {
	float: left;
	width: 610px;
	font-size: 10px;
	font-style: italic;
	padding-top: 15px;
	line-height: 1.3em;
}

/* FAQs */

.head_container_faqs {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_faqs.jpg);
	background-repeat: no-repeat;
}
.head_bottom_faqs {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 50px;
	display: inline;
}

.demo-show {
  width: 610px;
  margin: 1em .0;
}
.demo-show h3 {
  margin: 0;
  font-size: 12px;
  padding: .25em;
  background:url(/images/plus.png) center left no-repeat;
  padding-left:14px;
}
.demo-show div {
  padding: .5em .25em;
}

/* Feel the Difference */

.head_container_feel {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_feel_the_difference.jpg);
	background-repeat: no-repeat;
}
.head_bottom_feel {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 20px;
	display: inline;
}
.lifetime_right {
	float: right;
	width: 148px;
	height: 85px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.difference_man_container {
	float: left;
	width: 610px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.difference_man_left {
	float: left;
	width: 150px;
	height: 138px;
}
.difference_man_right {
	float: left;
	width: 450px;
	padding-left: 10px;
	font-size: 10px;
	padding-top: 35px;
	line-height: 1.4em;
}
.testimonial_container {
	float: left;
	width: 610px;
	padding-bottom: 25px;
}
.testimonial_top {
	float: left;
	width: 610px;
	font-style: italic;
}
.testimonial_bottom {
	float: left;
	width: 595px;
	padding-left: 15px;
}

/* Locations */

.head_container_locations {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_locations.jpg);
	background-repeat: no-repeat;
}
.head_bottom_locations {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 60px;
	display: inline;
}
.locations_left {
	float: left;
	width: 315px;
}
.locations_right {
	float: right;
	width: 285px;
	height: 203px;
	border: 1px solid #000000;
}

/* About */

.head_container_about {
	float: left;
	width: 960px;
	height: 380px;
	background-image: url(/images/bg_head_about_us.jpg);
	background-repeat: no-repeat;
}
.head_bottom_about {
	float: left;
	width: 194px;
	height: 169px;
	margin-left: 720px;
	margin-top: 60px;
	display: inline;
}
.about_img_one {
	float: right;
	width: 287px;
	height: 277px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.free_fitting_right {
	float: right;
	width: 166px;
	height: 33px;
}

/* Footer */

.footer_container {
	float: left;
	width: 972px;
	height: 123px;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: no-repeat;
	display: inline;
}
.footer_text {
	float: left;
	width: 960px;
	text-align: center;
	margin-top: 65px;
	display: inline;
	color: #FFFFFF;
}

/* Form CSS */

.form_container {
	float: left;
	width: 200px;
}
.side_form_text_area {
	float: left;
	width: 197px;
	margin-left: 10px;
	display: inline;
}
.side_form_top_text {
	float: left;
	width: 197px;
	font-size: 16px;
	color: #000000;
	font-weight:  bold;
	text-align: center;
	margin: 10px 0 5px 5px;
	display: inline;
}
.field_container {
	float: left;
	width: 197px;
	margin-top: 5px;
	margin-left: 4px;
	display: inline;
}
.field_text {
	float: left;
	font-size: 9px;
	width: 195px;
	margin-left: 2px;
	font-weight: normal;
	margin-bottom: 1px;
	display: inline;
}
.form_field {
	float: left;
	width: 195px;
}
.field_checkbox {
	float: left;
	font-size: 9px;
	width: 195px;
	margin-left: 2px;
	font-weight: normal;
	margin-bottom: 1px;
	display: inline;
	vertical-align:top;
}
.submit {
	float: left;
	width: 87px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 55px;
	display: inline;
}

ul.newsroom {margin-left:30px;}
ul.newsroom li {margin:5px 0;
