*{
	margin:0px;
	padding:0px;
}
html {
	overflow-y:scroll; /* Fixes Firefoxes scroll bar hack */
}
body {
	text-align:center;
	background-image:url(../images/body-bk2.png);
	background-repeat:repeat;
	margin:0px;
	padding:0px;	
}
img{
	border:none;
}
img a:visited{
	text-decoration:none;
}
/* Textual Changes start*/
.contentArea p {
	text-align:justify;
}
p, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#333333;
	margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6 {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8em;
	margin-bottom:8px;
}
h4{
	font-size:11px;
}
h6{
	text-align:right;
	font-size:0.90em;
	font-weight:100;
	font-style:italic;	
}
table, tr, td {
	vertical-align:text-top;
}
li {
	margin-left:5px;
	line-height:0.75em;
	list-style:none;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#666666;
}
.subFooter p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.5em;
	text-decoration:none;
	color: #666;
}
.subFooter a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.5em;
	text-decoration:none;
	color:#666;
}
.subFooter  a:hover {
	text-decoration:underline;
}
.bio-content li{
	list-style:square;
	margin-left:15px;
	padding-left:15px;
}
.bio-content li ol li{
	list-style:none;
	}
.bio-content li ol{
	list-style:circle;

}
/* Textual Changes end*/

/* CSS to align DIV center */

.centerAlign {
	width:1025px;
	margin:0 auto;
	padding:0px;
	text-align:center; /*-- IE6 Fix --*/
}

/* CSS Align end */

/*Structure Classes Start */
.flashIntro{
	width:900px;
	margin:0 auto;
	padding-top:40px;
	text-align:center;
}
.container{
	background-color:#fff;
	background-image:url(../images/footer-bk.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.header{ /* Height 165px */
	height:140px;
	padding-top:25px;	
}
.subNav{ /* Height 38 */
	width:1025px;
	height:33px;
	padding-top:5px;
	margin:0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#E9E9E9;
}
.subNavItem {
	padding-left:790px;
}
.subNavItem2 {
	padding-left:630px;
}
.subNavItem3 {
	padding-left:745px;
}
.subNavItem4{
	padding-left:515px;
}
.contentArea{  /* Height 395PX */
	width:590px;
	height:355px;
	padding-top:10px;
	margin:0 auto;
	text-align:left;
}

.contentArea2{
	width:1000px;
	height:365px;
	margin:0 auto;	
	text-align:left;
}
.contentArea3{
	width:1000px;
	height:365px;
	margin:0 auto;
	text-align:left;
}
.contentArea4{
	width:400px;
	height:265px;
	text-align:left;
	margin:0 auto;
	padding-top:100px;
}
.contentArea5{
	width:700px;
	margin:0 auto;
	padding-top:10px;
	text-align:left;
}
.privacy{
	background-color:#FFFFFF;
	background-image:url(../images/footer-bk.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:50px;
	padding-bottom:125px;
	text-align:left;
	margin:0 auto;	
}
.shoeFit {
	width:400px;
	margin:0 auto;
}
	
.footer{  /* Height 225PX */
	height:225px;	
}
.linkBack a{
	display: block;
    width:563px;
    height:50px;
	background: url("../images/footer-banner.png") 0 0 no-repeat;
    text-decoration: none;
	margin:0 auto;
	margin-top:25px;	
}
.subFooter {
	height:130px;
	width:575px;
	margin:0 auto;
	padding-top:10px;
}
.subFooter p{
	text-align:center;
}
/*Structure Classes End */




/* Form styling start */

form p{
	font-size:13px;
	color:#990000;
	font-weight:bold;
	margin-bottom:0px;
}
textarea{
	padding:5px;
	background-color:#FFFFFF;
	color:#666666;
	overflow:auto;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
input{
	padding:2px;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color:#666666;
}

.button{
	width:43px;
	height:26px;
	border:none;
	}
.button2{
	width:53px;
	height:26px;
	border:none;
	}

/* Form styling end */


