@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
-------------------CSS INFO-------------------------
----------------------------------------------------
blue = #5094AB

--------------------------------------------------*/

body, #wrapper, #header, #container, #content, #footer {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/images/bkg_stripe.jpg);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
#wrapper {
	width: 850px;
	background-color: #FFF;
	margin: 0 auto;
}
#container {
	width: 794px;
	margin: 0 auto;
}
#container #content a {
	color: #5094ab;
	text-decoration: none;
	border-bottom: 1px solid #5094ab;

}
#container #content p a:hover {
	border-bottom: 1px dotted #5094ab;
}
#container #content li a:hover {
	border-bottom: 1px dotted #5094ab;
}

p {
	color: #333;
	font-size: 14px;
	line-height: 140%;
}
li {
	color: #333;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 140%;
}	
h1 {
	color: #333;
	font-size: 26px;
	padding-bottom: 5px;
	margin-top: 0;
}
h2 {
	line-height: 150%;
	font-size: 22px;
	color: #5094AB;
}
#wrapper #content h2 a {
	color: #5094AB;
	border-bottom: 1px solid #333;
}
#wrapper #content h2 a:hover {
	color: #333;
	border-bottom: 1px solid #5094AB;
}
h3 {
	color: #5094AB;
	font-size: 18px;
	line-height: 150%;
}
#wrapper #content h3 a {
	color: #5094AB;
	border-bottom: 1px solid #5094AB;
}
#wrapper #content h3 a:hover {
	color: #333;
	border-bottom: 1px solid #5094AB;
}

h4 {
	color: #333;
	font-size: 16px;
	line-height: 150%;
}
#wrapper #content h4 a:hover {
	border-bottom: 1px dotted #5094ab;
}

/*--------------------------------------------------
---------------------HEADER-------------------------
--------------------------------------------------*/
#header {
	font-size: 11px;
}
#header ul {
	float: right;
	margin: 25px 0 0 0;
}
#header ul li {
	display: inline;
	padding: 0 10px;
}
#header img {
	margin: 20px 0 10px 0;
	clear: both;
}
#header li.home {
	list-style-type: none;
	background-image: url(/images/icon_home.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#header li.contact-us {
	list-style-type: none;
	background-image: url(/images/icon_contact_us.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}
#wrapper #header a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;

}
#wrapper #header a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

/*--------------------------------------------------
------------------NAVIGATION------------------------
--------------------------------------------------*/
#navigation {
	background-image: url(/images/start-nav.jpg);
	background-repeat:no-repeat;
	background-position: left;
	background-color: #5094AB;
	height: 30px;
	margin: 0 0 10px 0;
	text-align: center;
	width: 794px;
	padding: 0;
}
.end-nav {
	display: block;
	background-image: url(/images/end-nav.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
	height: 30px;
}

#navigation ul {
	padding: 6px 0 0 35px;
	margin: 0;
}
#navigation ul li {
	font-size: 12px;
	display: inline;
	color: #FFF;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	margin: 0 7px;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li ul {
	padding: 3px 0 0;
	margin: 0;
}
#navigation a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------
------------------CONTENT------------------------
--------------------------------------------------*/
#content {
	margin: 5px 0 0 0;
	background-image: url(/images/dotted-center.jpg);
	background-repeat: repeat-y;
}
.dotted-top {
	display: block;
	background-image: url(/images/dotted-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.dotted-bottom {
	display: block;
	background-image: url(/images/dotted-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding: 30px 30px 0 30px;
}


/*--------------------------------------------------
---------------------FOOTER-------------------------
--------------------------------------------------*/
#footer {
	color: #FFF;
	font-size: 12px;
	background-color: #5094AB;
	text-align: center;
	padding: 0;
	overflow: auto;
}
#newsletter-box {
	width: 250px;
	float: left;
	margin: 0 20px 20px 15px;
	height: 200px;
}
#newsletter-box div {
	padding: 10px;
}
#newsletter-box input {
	width: 125px;
}
#footer #submit {
	width: 75px;
}
#footer-nav {
	width: 325px;
	float: left;
	margin: 0;
	background-color: #5094AB;
	text-align: center;
	padding: 0 0 0 10px;
	border-right: 1px solid #b9d2da;
	border-left: 1px solid #b9d2da;
	height: 200px;
}
#footer-contact {
	width: 180px;
	float: left;
	margin: 0 20px 0 10px;
	background-color: #5094AB;
	text-align: right;
	padding: 0;
	height: 200px;
}
#wrapper #footer-contact p {
	font-size: 12px;
}

#footer ul {
	margin: 10px 10px 10px 10px;
	padding: 0;
	float: left;
	white-space: nowrap;
	text-align: left;
	list-style-type: none;
}
#footer ul li {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 5px;

}
#footer li a {
	padding: 0;
	margin: 0 6px;
}
#wrapper #footer a {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
#wrapper #footer a:hover {
	border-bottom: none;
}

#wrapper #footer p.siteby {
	font-size: 10px;
	color: #b9d2da;
}
#wrapper #footer .siteby a {
	color: #b9d2da;
	border-bottom: none;
}
#wrapper #footer .siteby a:hover {
	border-bottom: 1px dotted #a2c4d0;
}
#footer p {
	color: #FFF;
	font-size: 12px;
}
 #wrapper #footer p.centerworks {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#wrapper #footer #submit {
	width: 75px;
}
/*--------------------------------------------------
-------------------HOMEPAGE-------------------------
--------------------------------------------------*/
#center-box {
	background-image: url(/images/homepage-center-box.jpg);
	background-repeat: no-repeat;
	padding: 20px 30px 30px 30px;
	margin: 10px auto;
	width: 510px;
	overflow: auto;
	clear: both;

}
#center-box div {
	width: 115px;
	float: left;
	margin-left: 40px;
	text-align: center;
}
.right-bullets {
	float: right;
	width: 335px;
	margin-right: 10px;
	margin-top: 0;
}
.left-bullets {
	float: left;
	width: 300px;
	margin-top: 0;
	margin-right: 0;

}
#wrapper .rose-petals {
	margin: 10px 150px 20px 0;
}
/*--------------------------------------------------
-------------------FOOT FAQs------------------------
--------------------------------------------------*/
.faq-box {
	padding: 20px;
	border-top: 2px dashed #5094AB;
	margin-top: 25px;
}
.answers {
	color: #8ab448;
	font-weight: bold;
	font-size: 125%;
}
.faqs h3 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dashed #5094AB;
}
	
/*.questions {
	color: #8ab448;
	font-size: 125%;
}*/

/*--------------------------------------------------
-------------------SOLUTIONS------------------------
--------------------------------------------------*/
.solutions-box {
	float: left;
	margin: 0 20px 50px 0; 
	width: 475px;
}
.foot-fitness {
	float: left;
	text-align: center;
	width: 260px;
	font-weight: bold;
	margin-left: 75px;
	margin-bottom: 0;
	margin-top: 0;

}
.fantastic-workshops {
	text-align: center;
	float: right;
	margin-right: 75px;
	width: 260px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.foot-pain {
	float: left;
	margin-top: 20px;
}
/*--------------------------------------------------
--------------------PRODUCTS------------------------
--------------------------------------------------*/
.products table {
	float: right;
	margin: 0 20px 20px 0;
	background-color: #ececec;
	border: 2px dashed #999;
	border-collapse: collapse;
	text-align: right;
}
.products table ul li {
	font-size: 12px;
}
.products ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.products .disc ul {
	list-style-type: disc;
	padding-left: 30px;
}

.products-book li {
	background-image: url(/images/fantastic-feet-book-tn.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 60px;
	height: 54px;
}
.products td img {
	margin: 0 10px 10px 10px;
}
.products td {
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom: 0;
}
.products-kit li {
	background-image: url(/images/foot-fitness-kit-tn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 60px;
	height: 54px;
}
.products-combo-kit li {
	background-image: url(/images/fitness-combo-kit-tn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 60px;
	height: 54px;
}
.products-yamuna li {
	background-image: url(/images/yamuna-tn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 60px;
	height: 54px;
}
.products-circulator li {
	background-image: url(/images/circulator-tn.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 60px;
	height: 54px;
}
.products-toesox li {
	background-image: url(/images/toesox-tn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
	height: 54px;
}
#wrapper .products .left {
	float: left;
	list-style-type: disc;
	margin-left: 50px;
}
#wrapper .products .right {
	float: right;
	list-style-type: disc;
	width: 350px;
	margin-right: 25px;
}
#wrapper ul.fitness-kit {
	margin-left: 25px;
	list-style-type: disc;
}
.other-products {
	margin: 0 0 10px 50px;
	overflow: auto;
}
fieldset.other-products {
	width: 72%;
	float: right;
	margin-right: 15px;
	border: 1px solid #666;
}
.other-products legend {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.other-products img {
	float: left;
	margin: 10px 20px 10px 0;
	border: 1px solid #999;
}
.other-products p {
	padding-top: 10px;
}

/*--------------------------------------------------
-------------------FOOT TIPS------------------------
--------------------------------------------------*/
.tips {
	overflow: auto;
	border: 2px dashed #CCC;
	padding: 10px;
	margin-top: 20px;
	background-color: #ececec;
}
.tips img {
	float: left;
	margin: 3px 20px 3px 3px;
}
.tips .right-image {
	float: right;
}
.tips p {
	padding-right: 125px;
	padding-top: 0;
	margin: 0;
}
.tipbox {
	width: 550px;
	float: right;
	margin: 0px;
}

.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve  {
	background-repeat:no-repeat;
	background-position: right;
	overflow: auto;
}
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve {
	width: 710px;
	clear: right;
}
.one {
	background-image: url(/images/1-pict.png);
	}
.two {
	background-image: url(/images/2-pict.png);
	}
.three {
	background-image: url(/images/3-pict.png);
	}
.four {
	background-image: url(/images/4-pict.png);
	}
.five {
	background-image: url(/images/5-pict.png);
	}
.six {
	background-image: url(/images/6-pict.png);
}
.seven {
	background-image: url(/images/7-pict.png);
}
.eight {
	background-image: url(/images/8-pict.png);
}
.nine {
	background-image: url(/images/9-pict.png);
}
.ten {
	background-image: url(/images/10-pict.png);
}
.eleven {
	background-image: url(/images/11-pict.png);
}
.twelve {
	background-image: url(/images/12-pict.png);
}
	
/*--------------------------------------------------
------------------CONTACT US------------------------
--------------------------------------------------*/
#contact {
	margin: 0 0 30px 0;
}
#contact #left-contact {
	padding: 15px 30px 15px 15px;
}
#contact #left-contact td {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
#contact table {
	border: double #666;
	border-collapse: collapse;
}
#contact table table {
	border: 0;
	border-collapse: collapse;
}
#contact table table td {
	padding: 10px 10px 5px 5px;
}
/*--------------------------------------------------
--------------------RESOURCES-----------------------
--------------------------------------------------*/
#wrapper .resources .other-products img {
	margin: 0px 20px 0 0;
	border: none;
}
#wrapper .resources .other-products p {
	padding-top: 5px;
}

/*--------------------------------------------------
----------------------MISC--------------------------
--------------------------------------------------*/
.left-image {
	float: left;
	margin: 10px 40px 20px 0;
}

.right-image {
	float: right;
	margin: 10px 0 20px 40px;
}
.grey-border {
	border: 1px solid #CCC;
}
.clear {
	clear: both;
}
hr {
	clear: both;
}
#wrapper a {
	border-bottom: 0;
	outline: none;
}
.arrow li {
	list-style-type: none;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}
.height {
	height: 20px;
}
.pdf-height {
	height: 50px;
}
.pdf li {
	background-image: url(/images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 60px;
	list-style-type: none;
}
.exercises table {
	float: right;
	margin: 20px 100px 30px 0;
	background-color: #ececec;
	border: 2px dashed #999;
	border-collapse: collapse;
	text-align: left;
}
.exercises table tr {
	border-top: 2px dashed #999;
}
.exercises table td {
	padding: 5px 15px;
}
img {
	border: none;
}
.checkmarks li {
	background-image: url(/images/li-checkmark.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style-type: none;
	padding-left: 15px;
}
.left-align {
	text-align: left;
	margin-left: 25px;
}
#wrapper #content .disclaimers h3 {
	margin-bottom: 5px;
}
#wrapper #content .disclaimers p {
	margin-top: 0;
}
.dashed {
	border-top: 2px dashed #5094AB;
	padding-top: 20px;
	clear: both;
}
#wrapper #content .big {
	font-size: 13px;
}
li.pdf-small {
	background-image: url(/images/pdficon-sm.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	list-style-type: none;
	padding-left: 25px;
	margin-top: 10px;
}
.no-top-margin {
	margin-top: 0;
}
.small {text-align:center;font-size:x-small;}
.red {color:#880000;}