@charset "UTF-8";

* {
	padding:0;
	margin:0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-position:center;
	background-color: #9fb239;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	width: 826px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header {
	background-image:url(images/header.jpg); 
	height: 364px;
	width: 826px;
	position: relative;
}
#header a {
	color:#ffffff;
	text-decoration:none;
	}
#header a:hover {
	color:#9fb239;
	text-decoration:none;
	}
	

#header_links_home  {
	position:absolute;
	left:295px;
	top: 132px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header_links_shoerepair  {
	position:absolute;
	left:409px;
	top: 132px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header_links_tipsfaqs  {
	position:absolute;
	left:557px;
	top: 132px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header_links_shoptour  {
	position:absolute;
	left:704px;
	top: 132px;
	text-align:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}




#mainContent {
	background-image:url(images/main.jpg);
	height:629px;
	width: 826px;
	position: relative;
}
#mainContent h1 {
	position:absolute;
	left: 355px;
	top: 40px;
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	line-height:26px;
	font-weight: bold;
	}
#mainContent a {
	text-decoration:none;
	}


	
	
	
/* links page */
#mainContent2 {
	background-image:url(images/main_noshoe.jpg);
	height: 602px;
	width: 826px;
	
	position: relative;
}
#mainContent2 h1 {
	Position: absolute;
	color:#a62704;
	left: 260px;
	top: 100px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#mainContent2 img {
	position:absolute;
	left: 180px;
	top:100px;
}
#mainContent2 a {
	color:#9fb239;
	text-decoration:none;
	}
#mainContent2 a:hover {
	color:#a62704;
}

/* links page */






/* repair page */
#mainContent3 {
	position: relative;
	background-image:url(images/main_noshoe.jpg);
	height: 602px;
	width: 826px;
}
#mainContent3 h1 {
	position:absolute;
	left: 260px;
	top: 100px;
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#mainContent3 h2 {
	position:absolute;
	left: 260px;
	top: 140px;
	color:#666666;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#mainContent3 ol {
	position:absolute;
	left: 260px;
	top: 180px;
	width:480px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#mainContent3 p {
	position:absolute;
	left: 260px;
	top: 330px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#mainContent3 ul {
	position:absolute;
	left: 260px;
	top: 400px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#mainContent3 a {
	color:#9fb239;
	text-decoration:none;
	}
#mainContent3 a:hover {
	color:#a62704;
}
/* repair page */






/* tips page */
#tipspage {
	position: relative;
	background-image:url(images/main_tipspage.gif);
	height: 1260px;
	width: 826px;
}
#tipspage h1 {
	position:absolute;
	left: 250px;
	top: 100px;
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#tipspage h2 {
	position:absolute;
	left: 250px;
	top: 140px;
	color:#666666;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#tipspage h3 {
	position:absolute;
	left: 250px;
	top: 520px;
	color:#666666;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#tipspage p {
	position:absolute;
	left: 250px;
	top: 165px;
	width:500px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#tipspage ul {
	position:absolute;
	left: 270px;
	top: 700px;
	width:500px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#tipspage a {
	color:#9fb239;
	text-decoration:none;
	}
#tipspage a:hover {
	color:#a62704;
	}
/* tips page */






/* faqs page */
#faqspage {
	position: relative;
	background-image:url(images/main_faqspage.gif);
	height: 1260px;
	width: 826px;
}
#faqspage h1 {
	position:absolute;
	left: 250px;
	top: 100px;
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#faqspage p {
	position:absolute;
	left: 250px;
	top: 145px;
	width:500px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#faqspage ul {
	position:absolute;
	left: 270px;
	top: 960px;
	width:500px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}

#faqspage a {
	color:#9fb239;
	text-decoration:none;
	}
#faqspage a:hover {
	color:#a62704;
	}
/* faqs page */






/* anatomy page */
#anatomy {
	position: relative;
	background-image:url(images/main_anatomy.gif);
	height: 1260px;
	width: 826px;
}
#anatomy h1 {
	position:absolute;
	left: 220px;
	top: 100px;
	width: 550px;
	color:#000000;
	line-height:18px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}
#anatomy p {
	position:absolute;
	left: 220px;
	top: 350px;
	width:500px;
	font-weight:bold;
	color:#666666;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height:18px;
}
#anatomy ul {
	position:absolute;
	left: 270px;
	top: 700px;
	width:500px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
#anatomy a {
	color:#9fb239;
	text-decoration:none;
	}
#anatomy a:hover {
	color:#a62704;
	}
/* anatomy page */






/* form page */
#formpage {
	position: relative;
	background-image:url(images/main_formpage.jpg);
	height: 1260px;
	width: 826px;
}
#formpage h1 {
	position:absolute;
	width: 525px;
	top: 90px;
	left:230px;
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height:21px;
}
#formpage form {
	position:absolute;
	top: 280px;
	left:240px;
	width: 700px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height:20px;
}
#formpage a {
	color:#9fb239;
	text-decoration:none;
	}
#formpage a:hover {
	color:#a62704;
}	
/* form page */

	
	
	
	
/* tour page */
#tourpage {
	position: relative;
	background-image:url(images/main_faqspage.gif);
	height: 1260px;
	width: 826px;
}
#tourpage h1 {
	position:absolute;
	width: 580px;
	top: 90px;
	left:200px;
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
#photo1 {
	position:absolute;
	height: 260px;
	width: 525px;
	top:250px;
	left:200px;
}
#photo1 img {
	left:240px;
	width: 100px;
}
#photo1 p {
	position:absolute;
	left: 160px;
	top: 5px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
}
#tourpage a {
	color:#9fb239;
	text-decoration:none;
	}
#tourpage a:hover {
	color:#a62704;
}	
/* tour page */
	
	
	
	
	
	

/* tour page2 */
#tourpage2 {
	position: relative;
	background-image:url(images/main_faqspage.gif);
	height: 1260px;
	width: 826px;
}
#tourpage2 h1 {
	position:absolute;
	width: 580px;
	top: 90px;
	left:200px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
#photodisplay {
	position:absolute;
	height: 500px;
	width: 630px;
	top:260px;
	left:175px;
}
#photo1 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:760px;
	left:200px;
}
#photo2 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:760px;
	left:320px;
}
#photo3 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:760px;
	left:440px;
}
#photo4 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:760px;
	left:560px;
}
#photo5 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:760px;
	left:680px;
}
#photo6 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:890px;
	left:200px;
}
#photo7 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:890px;
	left:320px;
}
#photo8 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:890px;
	left:440px;
}
#photo9 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:890px;
	left:560px;
}
#photo10 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:890px;
	left:680px;
}
#photo11 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:1020px;
	left:200px;
}
#photo12 {
	position:absolute;
	height: 120px;
	width: 100px;
	top:1020px;
	left:320px;
}
#rubbergirl {
	position:absolute;
	height: 180px;
	width: 100px;
	top:1039px;
	left:520px;
}

#tourpage a {
	color:#9fb239;
	text-decoration:none;
	}
#tourpage a:hover {
	color:#a62704;
}	
/* tour page2 */
	
	
	
	
	
	
	
	
	
#shoe_repair {
	position:absolute;
	top: 100px;
	left:355px;
	width: 300px;
	height: 110px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#shoe_repair #arrow {
	position:absolute;
	top: 0px;
	left:300px;
}
#shoe_repair h2 {
	color:#9fb239;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}
#shoe_repair p {
	position:absolute;
	top: 32px;
	left:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#shoe_repair a {
	color:#9fb239;
	text-decoration:none;
	}


#tips_faqs {
	position:absolute;
	top: 200px;
	left:355px;
	width: 300px;
	height: 110px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#tips_faqs #arrow {
	position:absolute;
	top: 0px;
	left:300px;
}
#tips_faqs h2 {
	color:#a62704;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
#tips_faqs p {
	postion: absolute;
	left:0px;
	top:40px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#tips_faqs a {
	color:#a62704;
	text-decoration:none;
	}

#shop_tour {
	position:absolute;
	top:290px;
	left:355px;
	width: 300px;
	height: 100px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#shop_tour #arrow {
	position:absolute;
	top:0px;
	left:300px;
}
#shop_tour h2 {
	color:#d6c504;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
#shop_tour p {
	postion: absolute;
	top:40px;
	width: 310px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#shop_tour a {
	color:#d6c504;
	text-decoration:none;
	}


#history p {
	Position:absolute;
	top:400px;
	left: 195px;
	width:590px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#footer {
	position:relative;
	height: 80px;
	width:826px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background:#9fb239;
}
#footer img {
	position:absolute;
	left: 200px;
	top: 0px;
	
	}
#footer h1 {
	position:absolute;
	top: 30px;
	left: 340px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	color:#ffffff;

	}
#footer h1 a {
	color:#ffffff;
	text-decoration:none;
	}
#footer h1 a:hover {
	color:#a52704;
	}
	
	
#subfooter {
	position:relative;
	background-color:#9fb239;
	height:100px;
	width:826px;
	padding: 0px 0px 0px 0px;
}
#subfooter h1 {
	position:absolute;
	top: 10px;
	left: 235px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	line-height: 14px;
	text-align:center;
	margin:0px 0px 0px 0px;
}
#subfooter h2 {
	position:absolute;
	top: 10px;
	left: 380px;
	color:#000000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	line-height: 14px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
#subfooter a {
	color:#a62704;
	text-decoration:none;
	}
#subfooter a:hover {
	color:#ffffff;
	}





