/* Strength Systems */
/* html tags */
html {
	overflow-y: scroll;
}
body {
	margin:0px;
	padding:0px;
	background-color:#333333;
	background-image:url(/images/bodyBackground.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:-5px 0px 2px 0px;
	padding:0px;
	font-size:1.5em;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:-5px 0px 2px 0px;
	padding:0px;
	letter-spacing:8px;
	font-size:20px;
}
h3 {
	padding:0px;
	margin:0px;
	font-size:1.2em;
	font-weight:normal;
}
h4 {
	padding:0px;
	margin:0px;
	font-size:1.1em;
	font-weight:normal;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:20px;
}
a, a:visited {
	color:#FF0000;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
hr{
	border-top:1px solid #000000;
	height:1px;
}
label {
	float:left;
	width:100px;
	font-size:12px;
}
input {
  outline: none;
}

img {
	border:0px;
}
td {
	vertical-align:top
}
.center1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center2 {
	text-align:center;
}
/* main controller divs */
#container {
	width:900px;
	margin:auto;
	position:relative;
}
#pageContent{
	width:100%; 
	height:auto; 
	position:relative;
}


/*Header parts */
#header {
	width:900px;
	height:89px;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#headerLogo {
	width:196px;
	height:89px;
	float:left;	
}
#headerCall {
	width:528px;
	height:51px;
	float:left;
	background-image:url(/images/headerCallNow.jpg);
	background-repeat:no-repeat;
}
#headerAboutUs {
	width:120px;
	height:38px;
	float:left;
	overflow:hidden;
	background-image:url(/images/headerAboutUs.jpg);
}
	#headerAboutUs a{
		width:120px;
		height:38px;
		float:left;
	}
#headerTestimonials{
	width:136px;
	height:38px;
	float:left;
	overflow:hidden;
	background-image:url(/images/headerTestimonials.jpg);
}
	#headerTestimonials a{
		width:136px;
		height:38px;
		float:left;
	}
#headerGuarantee{
	width:135px;
	height:38px;
	float:left;
	overflow:hidden;
	background-image:url(/images/headerGuarantee.jpg);
}
	#headerGuarantee a{
		width:135px;
		height:38px;
		float:left;
	}
#headerContactUs{
	width:137px;
	height:38px;
	float:left;
	overflow:hidden;
	background-image:url(/images/headerContactUs.jpg);
}
	#headerContactUs a{
		width:137px;
		height:38px;
		float:left;
	}
#headerCart {
	width:151px;
	height:64px;
	float:right;
	background-image:url(/images/headerCart.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:.7em;
	text-align:center;
	padding-left:25px;
	padding-top:25px;
}
#headerCart a, #headerCart a:visited {
	color:#FF0000;
	text-decoration:none;
}
#headerCart a:hover{
	color:#FF0000;
	text-decoration:underline;
}
/*end header parts */

#contentNoColumns {
	margin-left:8px;
	clear:none;
	overflow:hidden;
	height:auto;
}
#contentNoRight {
	width:678px;
	margin-left:8px;
	clear:none;
	overflow:hidden;
	height:auto;
}
#contentWithRight {
	width:484px;
	clear:none;
	overflow:hidden;
	height:auto;
}

/* footer tags */
#footer {
	width:900px;
	margin:0px 0px 0px 9px;
	padding:20px 0px 0px 0px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.6em;
}
#footer a, #footer a:visited{
	color:#000000;
}
#footer a:hover{
	color:#000000;
	text-decoration:none;
}
/* end footer tags */


/* Left Navigation */
#leftNavBar {
	float:left;
	width:200px;
	margin:0px 0px 0px 8px;
	padding:0px;
}
.leftNavWrapper {
	width:198px;
	margin:0px;
	padding:0px;
}
.leftNavTop {
	width:198px;
	height:11px;
	margin:0px;
	padding:0px;
	background-image:url(/images/leftNavTop.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
.leftNavBody {
	width:183px;
	padding-left:15px;
	margin:0px;
	background-image:url(/images/leftNavBody.jpg);
	background-repeat:repeat-y;
}
.leftNavBottom {
	width:198px;
	height:15px;
	margin:0px;
	padding:0px;
	background-image:url(/images/leftNavBottom.jpg);
	background-repeat:no-repeat;
}

/*right bar navigation */
#rightNavBar {
	position:absolute;
	width:200px;
	top:0px;
	right:6px;
	padding:0px;
}
.rightNavWrapper {
	width:198px;
	margin:auto;
}
.rightNavTop {
	width:198px;
	height:11px;
	background-image:url(/images/rightNavTop.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
.rightNavBody {
	width:198px;
	padding-left:15px;
	margin:0px;	
	background-image:url(/images/rightNavBody.jpg);
	background-repeat:repeat-y;
}
	.rightNavBody label {
		float:left;
		width:40px;
		font-size:11px;
	}
.rightNavBottom {
	width:198px;
	height:15px;
	background-image:url(/images/rightNavBottom.jpg);
	background-repeat:no-repeat;
}

/* content divs */
.contentWrapper {
	width:474px;
	margin:auto;
}
.contentTop {
	width:474px;
	height:10px;
	/*background-image:url(/images/contentTop.jpg);*/
	background-repeat:no-repeat;
	overflow:hidden;
}
.contentBody {
	width:474px;
	padding-left:15px;
	float:left;
	margin:0px;
	clear:both;
	height:auto;
	/*background-image:url(/images/contentBody.jpg);*/
	background-repeat:repeat-y;
}
.contentBottom {
	width:474px;
	height:15px;
	margin:0px;
	padding:0px;
	/*background-image:url(/images/contentBottom.jpg);*/
	background-repeat:no-repeat;
	clear:both;
}
.contentImage {
	float:left;
	width:260px;
	margin-left:-3px;
}
.contentText {
	width:175px;
	height:auto;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	padding:5px;
	margin:0px 25px 2px 5px;
}
	.contentText ul li{
		font-size:12px;
		font-weight:bold;
	}
.contentText2 {
	clear:both;
	width: 435px;
	margin:0px 25px 2px 0px;
	font-size:11px;
	text-align:justify;
	margin:0px 30px 2px 0px
}
.contentText p {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}
.contentText li{
	font-size:10px;
	margin-top:10px;
	margin-left:-20px;
	text-align:left;
}
.copyright h1{
	font-size:.75em;
	line-height:2em;
}
/* these are for text only pages */
.contentTop2 {
	width:474px;
	height:10px;
	background-image:url(/images/contentTop2.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
.contentBody2 {
	width:474px;
	padding-left:15px;
	float:left;
	margin:0px;
	clear:both;
	height:auto;
	background-image:url(/images/contentBody2.jpg);
	background-repeat:repeat-y;
}
.contentBottom2 {
	width:474px;
	height:15px;
	margin:0px;
	padding:0px;
	background-image:url(/images/contentBottom2.jpg);
	background-repeat:no-repeat;
	clear:both;
}
.contentTextOnly {
	width:445px;
	height:auto;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	margin:0px 30px 2px 0px;
}
.contentTextOnly p {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

/* other divs */
#productMenu {
	width:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:220%;
}
#productMenu a, #productMenu a:visited{
	color:#000000;
	text-decoration:none;
}
#productMenu a:hover {
	color:#db3235;
	text-decoration:none;
}
#ShoeLink {
	position:absolute;
	width:108px;
	height:68px;
	left: 563px;
	top: 258px;
}
	#ShoeLink a, #ShoeLink a:hover{
		width:107px;
		height:66px;
		display:block;
	}
/* badges */
.badge {
	width:198px;
	height:58px;
	overflow:hidden;
	margin-bottom:3px;
}
#sendEmailBadge {
	width:188px;
	padding-top:0px;
	margin-left:10px;
}

/* supplemental pages */
/*---------------------
About Us
----------------------*/
#aboutUsWrapper {
	width:678px;
	height:auto;
	position:relative;
	background-image:url(/images/supplement/aboutUsBackground.jpg);
}
#aboutUsHead {
	width:678px;
	height:63px;
	background-image:url(/images/supplement/aboutUsHeader.jpg);
	background-repeat:no-repeat;
}
#aboutUsCont {
	width:678px;
	min-height:273px;
	background-image:url(/images/supplement/aboutUsCont.jpg);
	background-repeat:no-repeat;
}
#aboutUsText {
	width:450px;
	margin-left:30px;
	padding-top:10px;
	overflow:hidden;
	font-size: .75em;
}
	#aboutUsText h3{
		margin:0px 5px 5px 5px;
		padding:0px;
		font-size:16px;
	}
	#aboutUsText p{
		text-align:justify;
		font-size:11px;
		text-indent:2em;
		padding:0px 0px 5px 0px;
		margin:0px;
	}
	#aboutUsText ul li{
		margin-top:0px;
		font-size: .75em;
	}
#aboutUsFooter {
	width:678px;
	height:23px;
	background-image:url(/images/supplement/aboutUsFooter.jpg);
	background-repeat:no-repeat;
}
/*---------------------
Testimonials
----------------------*/
#testimonialHead {
	width:678px;
	height:63px;
	background-image:url(/images/supplement/testimonialHeader.jpg);
	background-repeat:no-repeat;
}
#testimonialCont {
	width:678px;
	min-height:273px;
	background-image:url(/images/supplement/testimonialCont.jpg);
	background-repeat:no-repeat;
}
#testimonialFooter {
	width:678px;
	height:23px;
	background-image:url(/images/supplement/testimonialFooter.jpg);
	background-repeat:no-repeat;
}
/*---------------------
Testimonials
----------------------*/
#contactHead {
	width:678px;
	height:63px;
	background-image:url(/images/supplement/contactUsHeader.jpg);
	background-repeat:no-repeat;
}
#contactCont {
	width:678px;
	min-height:273px;
	background-image:url(/images/supplement/contactUsCont.jpg);
	background-repeat:no-repeat;
}
#contactFooter {
	width:678px;
	height:23px;
	background-image:url(/images/supplement/contactUsFooter.jpg);
	background-repeat:no-repeat;
}
/*---------------------
guarantee
----------------------*/
#guaranteeHead {
	width:678px;
	height:63px;
	background-image:url(/images/supplement/guaranteeHeader.jpg);
	background-repeat:no-repeat;
}
#guaranteeCont {
	width:678px;
	min-height:273px;
	background-image:url(/images/supplement/guaranteeCont.jpg);
	background-repeat:no-repeat;
}
#guaranteeFooter {
	width:678px;
	height:23px;
	background-image:url(/images/supplement/guaranteeFooter.jpg);
	background-repeat:no-repeat;
}
/*---------------------
terms & conditions
----------------------*/
#termsHead {
	width:678px;
	height:63px;
	background-image:url(/images/supplement/termsHeader.jpg);
	background-repeat:no-repeat;
}
#termsCont {
	width:678px;
	min-height:273px;
	background-image:url(/images/supplement/termsCont.jpg);
	background-repeat:no-repeat;
}
#termsFooter {
	width:678px;
	height:23px;
	background-image:url(/images/supplement/contactUsFooter.jpg);
	background-repeat:no-repeat;
}
#termsText {
	width:450px;
	margin-left:30px;
	padding-top:10px;
	overflow:hidden;
	font-size:.75em;
}
	#termsText h3{
		margin:0px 5px 5px 5px;
		padding:0px;
		font-size:16px;
	}
	#termsText p{
		text-align:justify;
		font-size:11px;
		padding:0px 0px 5px 0px;
		margin:0px;
	}
/*shopping cart*/
.orderNumberDate{
	width:100%;
	font-size:12px;
	float:left;
	font-weight:bold;
}
.orderNumberDateText{
	width:70px;
	float:left;
}
.orderInfo {
	width:100%;
	float:left;
}
.orderInfo a, .orderInfo a:visited{
	color:#000000;
	font-weight:normal;
}
.orderInfo a:hover{
	color:#000000;
	font-weight:bold;
}
#shippingTimeandCost{
	float:left;
	width:100%;
	font-size:12px;
	padding-top:5px;
	text-align:justify;
}



.RecieptTitles{
	width:100%;
	font-size:16px;
	font-weight:bold;
}
#shippingInfo {
	width:400px;
	float:right;
	margin:5px;
	border:1px solid #000000;
	padding:5px;
}
#shippingInfo ul{
	font-size:12px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.reciepthr{
	margin:0px;
	float:left;
}



#recieptHeader {
	width:98%;
	padding:5px;
	float:left;
	font-size:16px;
	text-align:right;
}
	#recieptHeader a{
		text-decoration: none;
		color: #000000;
		font-size:10px;
	}
	#recieptHeader A:visited {
		color: #000000;
		font-size:10px;
	}
	#recieptHeader A:active {
		color: #ff0000;
		font-size:10px;
	}
	#recieptHeader A:hover {
		color: #ff0000;
		font-size:10px;
	}
#billingInfo {
	float:left;
	width:300px;
	margin:5px;
}
#billingInfo ul{
	font-size:12px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#recieptContainer {
	width:100%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



#cartWrapper{
	width:96%;
	margin:1%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul#checkoutNav{
	list-style-type:none;
	width:850px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:-10px;
	float:left;
}
ul#checkoutNav li{
	height:20px;
	text-align:center;
	float:left;
}
.checkoutGrey{
	width:22%;
	margin-left:1%;
	margin-right:1%;
	padding-top:5px;
	padding-bottom:5px;
	color:#555555;
	text-align:center;
	font-size:18px;
	background-image:url(/images/checkoutnavbg3.gif);
	background-repeat:repeat-x;
}
.checkoutSelected{
	width:22%;
	margin-left:1%;
	margin-right:1%;
	padding-top:5px;
	color:#ffffff;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	background-image:url(/images/checkoutnavbg1.gif);
	background-repeat:repeat-x;
}
.checkoutOption{
	width:22%;
	margin-left:1%;
	color:#ffffff;
	margin-right:1%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	background-image:url(/images/checkoutnavbg2.gif);
	background-repeat:repeat-x;
}
.checkoutOption a:link{
	color:#d0d0d0;
	text-decoration:none;
}
.checkoutOption a:visited{
	color:#d0d0d0;
	text-decoration:none;
}
.checkoutOption a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#cartHeader {
	font-size:12px;
	border:1px solid #000000;
	text-align:center;
	margin-right:5px;
	background-color:#dddddd;
	float:left;
	width:100%;
}
#cartInfo {
	font-size:12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
	margin-right:5px;
	float:left;
	width:100%;
}
.tableContainer1 {
	width:100%;
	background-color:#ffffff;
	float:left;
	margin:0px;
	padding:0px;
	font-size:11px;
	}
	.tableContainer1 input {
		border:1px solid #666666;
	}
.tableContainer2 {
	width:100%;
	background-color:#e3e3e3;
	float:left;
	font-size:11px;
	}
	.tableContainer2 input {
		border:1px solid #666666;
	}
.cartTable1 {
	width:15%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	float:left;
}
.cartTable2 {
	width:25%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	float:left;
}
.cartTable3 {
	width:40%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	float:left;
}
.cartButtons {
	width:24%;
	float:left;
}

#cartContainer {
	width:96%;
	float:left;	
}
#cartWrapper{
	width:96%;
	margin:1%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html>body #cartWrapper{
	width:96%;
	margin:2%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* customer info page */
#customerInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:100%;
}
	#customerInfo a{
		text-decoration: none;
		color: #000000;
		font-size:10px;
	}
	#customerInfo A:visited {
		color: #000000;
		font-size:10px;
	}
	#customerInfo A:active {
		color: #ff0000;
		font-size:10px;
	}
	#customerInfo A:hover {
		color: #ff0000;
		font-size:10px;
	}
	
/* misc classes & id's */
.clearancePrice{
	margin:0px 0px -10px 0px;
	padding:0px;
}