<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	



		  <base href="http://www.garagedoorrepairtechs.com/" />
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="" />
  <meta name="title" content="Garage Door Repair, Opener Service Company, Overhead Doors - Madison, Milwaukee WI" />
  <meta name="author" content="Administrator" />
  <meta name="description" content="Garage Door Repair Techs specializes in residential and commercial overhead garage door and garage door opener repairs." />
  <meta name="generator" content=" " />
  <title>Garage Door Repair, Opener Service Company, Overhead Doors - Madison, Milwaukee WI</title>
  <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  <link rel="stylesheet" href="/components/com_rsform/assets/calendar/calendar.css" type="text/css" />
  <link rel="stylesheet" href="/components/com_rsform/assets/css/front.css" type="text/css" />
  <link rel="stylesheet" href="http://www.garagedoorrepairtechs.com/components/com_simplylinks/templates/default/simply_links_without.css" type="text/css" />

		
<link rel="shortcut icon" href="/images/favicon.ico" />
<link href="/templates/Home_Page/css/rokmoomenu.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link href="/templates/Home_Page/css/template.css" rel="stylesheet" type="text/css" />
<link href="/templates/Home_Page/css/rokslidestrip.css" rel="stylesheet" type="text/css" />
<link href="/templates/Home_Page/css/style1.css" rel="stylesheet" type="text/css" />
<link href="/templates/Home_Page/rokzoom/rokzoom.css" rel="stylesheet" type="text/css" />
<style type="text/css">
	div.wrapper { margin: 0 auto; width: 962px;padding:0;}
	td.leftcol { width:280px;padding:0;}
	td.rightcol { width:0px;padding:0;}
</style>	
<script type="text/javascript" src="/templates/Home_Page/js/mootools-release-1.11.js"></script>
<script type="text/javascript" src="/templates/Home_Page/js/rokslidestrip.js"></script>
<script type="text/javascript" src="/templates/Home_Page/rokzoom/rokzoom.js"></script>
<script type="text/javascript" src="/templates/Home_Page/js/rokfonts.js"></script>   
<script type="text/javascript">
	window.addEvent('domready', function() {
		var modules = ['module','module-featured','moduletable','moduletable-hilite1','moduletable-hilite2','module-hilite3','module-hilite4','module-hilite5','module-hilite6'];
		var header = "h3";
		RokBuildSpans(modules, header);
	});
</script>
<script type="text/javascript" src="/templates/Home_Page/js/rokmoomenu.js"></script>
<script type="text/javascript" src="/templates/Home_Page/js/mootools.bgiframe.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
	new Rokmoomenu($E('ul.menutop '), {
		bgiframe: false,
		delay: 500,
		animate: {
			props: ['height'],
			opts: {
				duration:700,
				fps: 300,
				transition: Fx.Transitions.Back.easeOut
			}
		}
	});
});
</script>
	
	
	<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" type="text/JavaScript">
/* wsx: JS to change the search module. */
function validate_search(search_form) {
   var strTemp = document.search_form.searchword.value;
   strTemp = trimAll(strTemp);
   if(strTemp == 'Search...')
	{
	   alert("Please enter a valid search keyword.");
	   return false;
	}
	else
	{
   if(strTemp.length > 0){
   /* Check for valid keyword */
 //  var objRegExp= /^[a-z][-a-z0-9_ ]{0,49}$/i;
   var objRegExp= /^[a-zA-Z0-9][-a-z0-9_ ]{0,49}$/i;

   if(objRegExp.test(strTemp)==false)
   {
    alert("Keyword can contain alphabets, hyphen, underscore and space.");
    return false;
   }
   /* End of Check */
   }
   else
   {
   alert("Please enter a valid search keyword.");
   document.search_form.searchword.focus();
   return false;
   }
	}
}
function trimAll( strValue ) {
 var objRegExp = /^(\s*)$/;

    //check for all spaces
    if(objRegExp.test(strValue)) {
       strValue = strValue.replace(objRegExp, '');
       if( strValue.length == 0)
          return strValue;
    }


   objRegExp = /^(\s*)([\W\w]*)(\b\s*$)/;
   if(objRegExp.test(strValue)) {
       //remove leading and trailing whitespace characters
       strValue = strValue.replace(objRegExp, '$2');
    }
  return strValue;
}
       /* WSX Block 5 end */

</script>

<!-- Google Client Verification code -->
<meta name="google-site-verification" content="Q0pMj2pCcZU7y_EuU82mQR0da2dHv2sfED6ZmJANx5g" />

<!-- Google WSX Verification code -->
<meta name="google-site-verification" content="JYoMLgcyDuYBEsJr9zdCosXjGc8AhaRl1V4W1pDvZDU" />

	</head>
	<!--Body starts. -->
	<body onload="MM_preloadImages('/templates/Home_Page/images/btn_emergency_on.png','/templates/Home_Page/images/btn_schedule_on.png','/templates/Home_Page/images/nav_whyuseus_on.png','/templates/Home_Page/images/nav_res_on.png','/templates/Home_Page/images/nav_open_on.png','/templates/Home_Page/images/nav_door_on.png','/templates/Home_Page/images/nav_abtus_on.png','/templates/Home_Page/images/nav_contactus_on.png','/templates/Home_Page/images/find_on.png')">

<!-- Container Start -->
<div id="wsx-container">
	<!-- Wrapper Start -->
	<div id="wsx-wrapper">
		<!-- Header Start -->
		<div id="wsx-header">
			<div id="logo">
				<!-- Logo module starts -->
				<img src="/images/stories/site_images/gdrt_mast.png" alt="Milwaukee Garage Door Repair | Madison, WI Garage Door Opener &amp; Repairs Services" width="387" border="0" height="125" />	
				<!-- Logo module Ends -->
			</div>
			<div id="header-rte">
			<form action="index.php?option=com_search" method="post"  name="search_form" onsubmit="return validate_search(search_form);">
				<table width="68%" border="0" align="right" cellpadding="0" cellspacing="0">
					<tr>
						<td width="24%">
						<!-- Logo module starts -->
						<div style="height:42px;">&nbsp;</div>
							
						<!-- Logo module starts -->
						</td>
						<td width="54%">
						<!-- Search starts.-->
						<!-- Search Input starts.-->
							<div id="search">
							
							<input id="mod_search_searchword" name="searchword" type="text" class="input" size="20" value="Search..." onblur="if(this.value=='') this.value='Search...';" onfocus="if(this.value=='Search...') this.value='';" />
							<input name="task" value="search" type="hidden" />
							<input name="option" value="com_search" type="hidden" />
							<input name="Itemid" value="1" type="hidden" />
							<!-- Search Input starts.-->
							</div>
						</td>
						<td width="22%">
						<!-- Search Button starts.-->
						<input type="image" src="/templates/Home_Page/images/find.png" alt="Find"  id="Image1" onmouseover="MM_swapImage('Image1','','/templates/Home_Page/images/find_on.png',1)" onmouseout="MM_swapImgRestore()" onclick="this.form.searchword.focus();" style="padding:0 0 0 4px;"  />
						
						<!-- Search Button ends.-->
						</td>
					</tr>
					<tr>
						<td colspan="3">
							<div class="emergency">
							<!-- Emergency  module starts -->
								<table class="moduletable">
	<tr>
			<td>
			<table class="contentpaneopen">
	<tr>
		<td valign="top" >
		<a href="/emergency-garage-door-repair.html"> <img src="/images/stories/site_images/btn_emergency.png" alt="Emergency" name="Image2" id="Image2" onmouseover="MM_swapImage('Image2','','https://www.garagedoorrepairtechs.com/images/stories/site_images/btn_emergency_on.png',1)" onmouseout="MM_swapImgRestore()" width="118" border="0" height="39" /></a></td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>
		</td>
		</tr>
</table>	

								<!-- Emergency module Ends -->
							</div>
						</td>
					</tr>
				</table>
				</form>

</div>
	<div class="padd">
		<!-- Phone number module starts -->
			
		<!-- Phone number module starts -->
	</div>
<div id="nav">

		<div id="horiz-menu" class="moomenu">
           <ul class="menutop"><li class="item100011"><a href="/why-use-garage-door-repair-techs.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/nav_whyuseus.png" id="home_top100011" alt="Why Use Us?" border="0" vspace="0" name="home_top100011" onmouseover="MM_swapImage('home_top100011','','https://www.garagedoorrepairtechs.com/images/stories/nav_whyuseus_on.png',home_top100011)" onmouseout="MM_swapImgRestore()" /></a></li><li class="item100012"><a href="/garage-door-repair-residential.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/nav_res.png" id="home_top100012" alt="Residential Repair" border="0" vspace="0" name="home_top100012" onmouseover="MM_swapImage('home_top100012','','https://www.garagedoorrepairtechs.com/images/stories/nav_res_on.png',home_top100012)" onmouseout="MM_swapImgRestore()" /></a></li><li class="item100013"><a href="/garage-door-openers.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/nav_open.png" id="home_top100013" alt="Openers" border="0" vspace="0" name="home_top100013" onmouseover="MM_swapImage('home_top100013','','https://www.garagedoorrepairtechs.com/images/stories/nav_open_on.png',home_top100013)" onmouseout="MM_swapImgRestore()" /></a></li><li class="item100014"><a href="/garage-door-spring-repair.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/nav_spring.png" id="home_top100014" alt="Spring Repair" border="0" vspace="0" name="home_top100014" onmouseover="MM_swapImage('home_top100014','','https://www.garagedoorrepairtechs.com/images/stories/nav_spring_on.png',home_top100014)" onmouseout="MM_swapImgRestore()" /></a></li><li class="item100015"><a href="/about-garage-door-repair-techs.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/nav_abtus.png" id="home_top100015" alt="About Us" border="0" vspace="0" name="home_top100015" onmouseover="MM_swapImage('home_top100015','','https://www.garagedoorrepairtechs.com/images/stories/nav_abtus_on.png',home_top100015)" onmouseout="MM_swapImgRestore()" /></a></li><li class="item100016"><a href="/contact-garage-door-repair-techs.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/nav_contactus.png" id="home_top100016" alt="Contact Us" border="0" vspace="0" name="home_top100016" onmouseover="MM_swapImage('home_top100016','','https://www.garagedoorrepairtechs.com/images/stories/nav_contactus_on.png',home_top100016)" onmouseout="MM_swapImgRestore()" /></a></li></ul>     	 </div>



</div>
		</div>
		<!-- Header End -->
		       <!-- MainBody Start -->
			   <div id="wsx-mainbody">
			   		<div id="content-body">
						<div id="header-slide">
							<div id="slideshow">
								<!-- Home Page Random image module starts -->
									
<!-- JoomlaWorks "Simple Image Rotator" Module (v1.2) starts here -->
<noscript>
	<div class="message">Sorry, but Javascript is not enabled in your browser!</div>
</noscript>
<script language="javascript" type="text/javascript">
<!--
var embedSIRCSS = '<' + 'style type="text/css" media="all">'
+ '@import "modules/mod_jw_sir/mod_jw_sir/mod_jw_sir.css";'
+ 'ul#jw-sir,ul#jw-sir li#jw-sir-loading {width:598px;height:316px;}'
+ '</' + 'style>';
document.write(embedSIRCSS);
-->
</script>
<script type="text/javascript" src="/modules/mod_jw_sir/mod_jw_sir/mod_jw_sir.js"></script>
<script type="text/javascript">var delay=2000;var transition=40;var preLoader='jw-sir-loading';</script>
<ul id="jw-sir" class="">
  <li id="jw-sir-loading"></li><li><a href="/appointment-scheduler.html"><img src="/images/stories/random_images/home_page/slide3.jpg" title="Appointment Scheduler" alt="Appointment Scheduler" /></a></li><li><a href="/appointment-scheduler.html"><img src="/images/stories/random_images/home_page/slide2.jpg" title="Appointment Scheduler" alt="Appointment Scheduler" /></a></li><li><a href="/appointment-scheduler.html"><img src="/images/stories/random_images/home_page/slide1.jpg" title="Appointment Scheduler" alt="Appointment Scheduler" /></a></li></ul>
<!-- JoomlaWorks "Simple Image Rotator" Module (v1.2) ends here -->	
								<!-- Home Page Random image starts -->
						
							</div>
								<div id="slide-rte">
								<!-- Home right Module starts -->
								<table class="moduletable_wsx">
	<tr>
			<td>
			<table class="contentpaneopen_wsx">
	<tr>
		<td valign="top" >
		<div id="chk-box">
<div class="chk-box-btm chkbox-txt bld">
<div>
<ul class="ul-chkbox">
<li class="li-chkbox">Affordable Flat-Rate Pricing</li>
<li class="li-chkbox">Same Day Service with 2-Hour Service Windows</li>
<li class="li-chkbox">Professional, Trained &amp; Uniformed Technicians</li>
</ul>
</div>
</div>
</div></td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>
		</td>
		</tr>
</table>
								<!-- Home right Module starts -->
										<div class="online">
										<!--Home Right appointment module start  -->
		<div id="img-txt" class="white-txt">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tbody>
		<tr>
		<td class="bold-txt" valign="top" height="35">Madison, WI</td>
		</tr>
		<tr>
		<td>
		<div>
		<ul class="ul-places">
		<li class="li-places">Janesville</li><li class="li-places">Stoughton</li><li class="li-places">Dodgeville</li><li class="li-places">Cross Plains</li><li class="li-places">Baraboo</li><li class="li-places">Lake Mills</li>		</ul>
		</div>
		</td>
		</tr>
		</tbody>
		</table>
		</div>
	
										
										
										
										
										<!--Home Right appointment module start  -->
										</div>
								    
								</div>
						</div>
						       <!-- Row 1 Start -->
							   <div id="row1">
							   		<div id="clm1">
									<div id="coupon">
<img alt="10_discount_coupon" src="/images/stories/10_discount_coupon.jpg" height="171" width="244" /></div>
<br />							
									<div id="video">
							               <div id="video-bg">
								             <div class="video-btm">
								            	<div class="video-top">
												<!--Home Right appointment module start  -->
												
												<table class="moduletable_tab">
	<tr>
			<td>
			<table class="contentpaneopen_tab">
	<tr>
		<td valign="top" >
		<table width="100%" align="center" border="0" cellpadding="3" cellspacing="3">
<tbody>
<tr>
<td><span class="blue-txt">Garage Door Repair</span> <span class="orange-txt">Video</span></td>
</tr>
<tr>
<td>
<object height="143" width="221" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="src" value="http://www.youtube.com/v/wS9ja-6DIE4?fs=1&amp;hl=en_US" /><embed height="143" width="221" src="http://www.youtube.com/v/wS9ja-6DIE4?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"></embed>
</object>
</td>
</tr>
<tr>
<td>
<div class="more-txt"><a href="/garage-door-repair-videos.html">more</a></div>
</td>
</tr>
</tbody>
</table></td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>
		</td>
		</tr>
</table>

												
										<!--Home Right appointment module start  -->
												
									</div>
								</div>
								   
							</div>
								</div>



									</div>
									<div id="clm2">
									<div  class="cont-txt">
									<h1>Get Help Fixing Your Garage Door</h1>

<table class="contentpaneopen">



<tr>
<td valign="top">

<p>If you need help today with a garage door that is stuck and cannot be opened because of broken springs or faulty cables call <a class="simply_extern" href="http://www.garagedoorrepairtechs.com" title="" rel="index.php?view=simplylink&catid=5&id=1&option=com_simplylinks" >Garage Door Repair</a> Techs, here's what you get....</p>
<ul>
<li>Do you need help today? We guarantee it!</li>
<li>Pick the 2-hour service window that works for you</li>
<li>Schedule your appointment online</li>
<li>No surprises with our FLAT RATE pricing</li>
<li>Our Technicians are trained and experienced</li>
<li>Our trucks are stocked with all the parts we need</li>
<li>Most repair completed in less than one hour</li>
</ul>
Whether you live in Milwaukee, Waukesha, Madison or anywhere in between we can assist you with affordable <a class="simply_extern" href="http://www.garagedoorrepairtechs.com" title="" rel="index.php?view=simplylink&catid=5&id=4&option=com_simplylinks" >garage door repairs</a>. We have made it our business to specialize in residential and commercial overhead <a class="simply_extern" href="http://www.garagedoorrepairtechs.com" title="" rel="index.php?view=simplylink&catid=5&id=3&option=com_simplylinks" >garage door repair</a>. We are committed to offering the highest quality garage door repair service at FLAT RATE prices.
<p style="font-size: 14px; font-weight: bold;">Call or <a href="/appointment-scheduler.html"><span style="font-size: 14px;">Schedule Your Appointment Online Today!</span></a></p>
<!--
<p style="font-size: 14px; font-weight: bold;" mce_style="font-size: 14px; font-weight: bold;">Madison, WI: (08) 770-0913<br />Milwaukee, WI: (414) 750-0913</p>
--></td>
</tr>

</table>
<span class="article_separator">&nbsp;</span>

</div>
<!-- <div class="more-txt">
 <a href="/gethelp-fixing-your-garage-door.html">read more</a>
 </div> --></div>
									<div id="clm3">
									<div><p align="center"><a href="/new-garage-doors.html"><img src="/images/stories/site_images/new_garage_door.gif" alt="Garage Door Sales &amp; Installation" title="Garage Door Sales &amp; Installation" border="0" height="69" width="210" /></a></p></div>
									<div class="customer">
						<div class="customer-top">
							<table width="233" cellpadding="0" cellspacing="0" border="0">
								<tr>
								<td width="226">
								<h2>What Our Customers Say</h2>
								</td>
								</tr>
						  </table>					   
						</div>
					<div id="customer-bg">
						<div class="customer-btm">
							<div id="customer-txt">
								<div class="q-top">
									<div class="q-btm testimonial-txt">
									<table class="contentpaneopen_wsx">
	<tr>
		<td valign="top" >
		Josh was very polite, on time and very helpful. Our garage door works very smoothly after he replaced the springs. It's hard to believe it's the same garage door, it's so quiet now! I can recommend them if you need garage door repair.<br /> <strong><br />Susan - Sun Prairie, WI</strong></td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>

									</div>
									<div class="more-txt" style="margin:0 0 0 12px;"><a href="/garage-door-repair-testimonials.html">more</a></div>
								</div>																	
						</div>
					  </div>  
								</div>
									 </div>
									</div>
							   </div>
						       <!-- Row 1 End -->
							   
							       <!-- Row 2 Start -->
								   <div id="row2">
								   	<div class="did-u-know">
						<div class="did-u-know-top">
							<table width="233" cellpadding="0" cellspacing="0" border="0">
								<tr>
								<td width="226">
								<span class="blue-txt-big">Did You</span> <span class="orange-txt-big">Know?</span></td>
								</tr>
						  </table>					   
						</div>
					<div id="did-u-know-bg">
						<div class="did-u-know-btm">
							<div id="did-u-know-txt" class="cont-txt">
							<table class="contentpaneopen_wsx">
	<tr>
		<td valign="top" >
		If your garage door is stopped and hanging crooked, then you most likely have a broken cable.</td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>

							</div> <div class="more-txt" style="margin:0 0 0 28px;"><a href="/did-you-know.html">more</a></div>
                       </div>  
								</div>
									 </div>
									 
									    <!-- Special Offer Start -->
										<div class="special-offer">
						<div class="special-offer-top">
							<table width="233" cellpadding="0" cellspacing="0" border="0">
								<tr>
								<td width="226"><span class="blue-txt-big">Special</span> <span class="orange-txt-big">Offer</span></td>
								</tr>
						  </table>					   
						</div>
					<div id="special-offer-bg">
						<div class="special-offer-btm">
							<div id="special-offer-txt">
							<img src="/images/stories/site_images/fall-img.png" alt="Special Offer" height="128" width="330" />
							</div> 
                  		
					  </div>  
								</div>
									 </div>
										<!-- Special Offer End -->
										       <!-- Blog Start -->
											   <div class="blog">
						<div class="blog-top">
							<table width="233" cellpadding="0" cellspacing="0" border="0">
								<tr>
								<td width="226"><span class="blue-txt-big">Blog</span></td>
								</tr>
						  </table>					   
						</div>
					<div id="blog-bg">
						<div class="blog-btm">
							<div id="blog-txt" class="blog-txt">
							
<table class="contentpaneopen_blog">
<tr>
	<td class="contentheading_blog" width="100%">
			<a href="/hot-enough-for-ya.html" class="contentpagetitle_blog">
			Hot Enough For Ya?</a>
		</td>
</tr>
</table>
<table class="contentpaneopen_blog">
	<tr>
		<td valign="top" >
		When the weather gets hot, expect more problems with your garage door.</td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>
		<div class="article_separator">&nbsp;</div>
 	<table class="contentpaneopen_blog">
<tr>
	<td class="contentheading_blog" width="100%">
			<a href="/cold-weather-garage-door-problems.html" class="contentpagetitle_blog">
			Cold Weather Garage Door Problems</a>
		</td>
</tr>
</table>
<table class="contentpaneopen_blog">
	<tr>
		<td valign="top" >
		It's winter and it's cold!
If there's any time that your garage door </td>
	</tr>
	<tr>
        <td valign="top" >

       		</td>
     </tr>
</table>
		<div class="article_separator">&nbsp;</div>
 	
						  </div> 
                                   									
									<div class="more-txt" style="margin:0 0 0 25px;"><a href="/blog.html">more</a></div>
																								
						
					  </div>  
								</div>
									 </div>
											   <!-- Blog End -->
								   </div>
								   <!-- Row 2 End -->
					</div>
					
			   </div>
		       <!-- MainBody End -->
			   <!-- Bottom Body Start -->
					<div id="btm-body">
						<div id="bottom-left">
						<link href="/modules/mod_list_contents/mod_list_contents_css.css" rel="stylesheet" type="text/css" />
<table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>Why Use Us?</strong></a></li></div><a href="/why-use-garage-door-repair-techs.html"><span class="clr">Why Use Us?</span></a><br/> </ul></td><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>Residential Repair</strong></a></li></div><a href="/garage-door-repair-residential.html"><span class="clr">Residential Garage Door Repairs</span></a><br/> </ul></td><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>Openers</strong></a></li></div><a href="/garage-door-openers.html"><span class="clr">Garage Door Openers</span></a><br/> </ul></td><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>Spring Repair </strong></a></li></div><a href="/garage-door-spring-repair.html"><span class="clr">Garage Door Spring Repair</span></a><br/> </ul></td></tr><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>About Us</strong></a></li></div><a href="/about-garage-door-repair-techs.html"><span class="clr">About Us</span></a><br/> </ul></td><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>Contact Us</strong></a></li></div><a href="/contact-garage-door-repair-techs.html"><span class="clr">Contact Us</span></a><br/> </ul></td><td valign="top" class="blue-sml-txt" width="140"><div><ul class="ul-places1">
<li class="li"><strong>Blog</strong></a></li></div><a href="/hot-enough-for-ya.html"><span class="clr">Hot Enough For Ya?</span></a><br/> <a href="/cold-weather-garage-door-problems.html"><span class="clr">Cold Weather Garage Door Problems</span></a><br/> <a href="/garage-door-fixed-while-youre-at-work.html"><span class="clr">Garage Door Fixed While You're at Work</span></a><br/> <a href="/garage-door-safety.html"><span class="clr">Garage Door Safety</span></a><br/> <a href="/gethelp-fixing-your-garage-door.html"><span class="clr">Get Help Fixing Your Garage Door</span></a><br/> </ul></td> <td valign="top"  class="blue-sml-txt" >
 <div><ul class="ul-places1">
<li class="li"><strong>Garage Door Repair</strong></li></ul></div>
<a href="http://www.garagedoorrepairtechs.com"><span class="clr">Garage Door Repair</span></a><br/> 
</td> 
<td colspan="1"></td></tr></table>

						
						
						


</div>
		<div id="bottom-right">

<table align="right" border="0" cellpadding="1" cellspacing="1" width="100%">
<tbody>
<tr>
<td><img src="/images/stories/site_images/genie_mast.jpg" alt="Genie" width="121" height="44" /><img src="/images/stories/site_images/linear_mast.jpg" alt="Linear" width="127" height="45" /></td>
<td rowspan="2"><br /></td>
</tr>
<tr>
<td><img src="/images/stories/site_images/chamberlain_mast.jpg" alt="Chamberlain" width="247" height="34" /></td>
</tr>
</tbody>
</table>
</div>
					</div>
					<!-- Bottom Body End -->
<div style="border-top: #EAEAEA solid 1px; padding-top: 10px; padding-bottom: 10px; text-align: center; width: 969px; background-color: #FFFFFF;float: left; align="center" class="blog-txt">120 South Main Street | Lake Mills, WI 53551<!-- | Corporate Office Phone: (262) 347-3636--></div>
							<!-- Footer Start -->
								<div id="footer" class="white-txt">
	
									<div class="footer-lft">
										<div class="footer-rte">
										   <div id="copy">&copy; 2012 Garage Door Repair Techs LLC. All Rights Reserved. | <a href="/site-map.html" class="mainlevel_wsx" >Site Map</a><span class="mainlevel_wsx"> | </span><a href="/privacy-policy.html" class="mainlevel_wsx" >Privacy Policy</a></div>
<div class="schedule">								   
<a href="/appointment-scheduler.html"><img src="https://www.garagedoorrepairtechs.com/images/stories/site_images/btn_schedule.png" alt="Schedule Online" id="Image3" onmouseover="MM_swapImage('Image3','','https://www.garagedoorrepairtechs.com/images/stories/site_images/btn_schedule_on.png',1)" onmouseout="MM_swapImgRestore()" width="127" border="0" height="24" /></a>
<!-- <a href="#"><img src="/templates/Home_Page/images/btn_schedule.png" alt="Schedule Online" width="127" height="24" border="0" id="Image3" onmouseover="MM_swapImage('Image3','','/templates/Home_Page/images/btn_schedule_on.png',1)" onmouseout="MM_swapImgRestore()" />
</a> -->
</div>
<div id="web">
<table width="100%" border="0" align="right" cellpadding="0" cellspacing="0">
  <tr>
<td valign="top"><a href="https://www.garagedoorrepairtechs.com/index.php?option=com_onlinepayment"><img src="/images/stories/site_images/payment_option-new.png" alt="Credit Card" align="absmiddle" hspace="0" vspace="0" border="0" width="159" height="29"></a></td>
<td width="30%"align="right"><a href="http://www.webstix.com" target="_blank">Website Design by</a></td>
<td width="14%" align="right"><a href="http://www.webstix.com" target="_blank"><img src="https://www.webstix.com/images/icon_webstix.gif" alt="Webstix, Inc. Madison, WI Website Design" width="75" height="20" hspace="3" border="0" /></a></td>
  </tr>
</table>
</div>
										</div>
									</div>
								</div>
							<!-- Footer End -->
					
	</div>
	<!-- Container End -->

</div>
<!--[if IE 8]>
<link href="/templates/Home_Page/css/template_ie8.css" rel="stylesheet" type="text/css" />	
<![endif]-->
<!-- Container End -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19346200-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</body>
</html>
