#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.VicsCanFix.com" attr(href) ") ";
   }

body {
   font-family: verdana, helvetica, sans-serif;;	
   background: white;
   font-size: 9pt;
   background-image: none;
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   }

#printheader {
	display: block;
	}

#supernav, #nav, #logoimg {
	display: none;
	}

h1 {
	font-size: 12pt;
	margin-top: .25in;
	}

h2 {
	font-size: 11pt;
	}


#sidecontent {
   display: none;
   }

#maincontent, #contactus, #requestform, #sitemapsearch {
   margin: 0;
   padding: 0;
   }

.address {
	font-size: 8pt;
}

a:link, a:visited {
   color: black;
   background: transparent;
   text-decoration: none;
   }

#banner, .printbutton, #googlemap a {
	display: none;
	}

#googlemap iframe {
	border: none;
}
			
#requestform {
			text-align: left;
			border-style: none;
			}
			
#requestform fieldset, #requestform select {
			margin-bottom: 0px;
			margin-top: 0px;
			width: auto;
			border-style: none;
			font-size: 8pt;
			}

#requestform fieldset label {
			font-weight: normal;
}

#requestform legend {
			padding: 0 2px;
			font-weight: bold;
			}
			
#requestform label {
			line-height: 20px;
			vertical-align: top;
			width: 225px;
			font-weight: bold;
			font-size: 8pt;
			margin-right: 10px;
			}
			

#requestform ul {
			margin: 0;
			padding: 0;
			}
			
#requestform li {
			list-style: none;
			padding: 5px;
			margin: 0px;
			}
			
			
input, textarea {
			font-size: 9pt;
	   		border-style: none;
	   		background: white;
			}
		
   