/*General Page Layout of Basic Site*/ 

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;	
	height: 100%;
	height: auto;
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 29%, #cccccc 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#eeeeee), color-stop(65%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 29%,#cccccc 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 29%,#cccccc 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 29%,#cccccc 65%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 29%,#cccccc 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
}

#wrapper {
	width: 839px;
	background-color: #010080;	
	padding-bottom: 0px;
	margin: 0 auto;
	border: 3px solid #006666;	
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	 -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   behavior: url(http://www.actionappliancerepairs.com/PIE.htc);
   position:relative;

}


#main {
	width: 839px;		
	background-color: #010080;
	position: relative;	
	padding-bottom: 20px;
	margin-bottom: 20px;
	top: 50px;	
	height: 100%;
	height: auto;
	min-height: 950px;	
	}
	
#main a:link, #main a:visited, #main a:active {
	color: #0f5696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#main a:hover {
	color: #000000;
	font-weight: bold;
}

#couponmain {
	width: 799px;
	padding: 20px;
	background-color: #fff;		
	}

.couponbutton {
	width: 180px;
	height: 68px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;	
	}

.tbox {
	width: 171px;
	padding: 5px;
	color: #fff;
	background-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	-moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   behavior: url(http://www.actionappliancerepairs.com/PIE.htc);
   position:relative;
   z-index: 0;
}

.ttbox {
	margin-left: 30px;
}

.ttbox20 {
	margin-left: 20px;
}

#col1 {
	width: 200px;		
	float: right;
	padding: 10px;	
	top: 44px;
	left: 599px;
	text-align: center;
	position: absolute;		
	background-color: #010080;	
	height: 100%;
	height: auto;
	min-height: 950px;		
	}		

#wrapper #col2 {
	width: 574px;
	left: 0;	
	top: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 10px;		
	background-color: #fff;	
	position: relative;	
	height: 100%;
	height: auto;
	min-height: 1050px;			
	}
	
#col2 ul {
    margin-top: -3px;
	}
	
#col2 li {
	list-style-type: square;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-position: outside;
	}
	
#col2 .company {
	position: relative;
	margin-bottom: -3px;
	margin-left: -2px;}		
	
#wrapper #col2 #content {
	width: 574px;
	left: 0;	
	top: 0;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;		
	position: relative;
}
	
#content .company {
	position: relative;
	margin-bottom: -3px;
	margin-left: -2px;}	
	
#couponmain .company {
	position: relative;
	margin-bottom: -3px;
	margin-left: -2px;}		
	

#masthead {
	height: 143px;
	width: 839px;
	padding: 0px;
	margin: 0px;
	top: 0px;	
	border-width: 0px;	
	left: 0px;
	text-align: center;	
	-moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   behavior: url(http://www.actionappliancerepairs.com/PIE.htc);
   position:relative;
   z-index: 0;
}

#footer {
	width: 819px;
	height: 350px;
	border-top: 2px solid #000000;	
	background-color:#fff;
	text-align: center;
	position: relative;	
	padding: 10px;
	margin: 0 auto;
	-moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   behavior: url(http://www.actionappliancerepairs.com/PIE.htc);
   position:relative;
   z-index: 0;
	}
	
#footer p {	
	color: #033371;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -7px;
}		
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#footer ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	margin-left: 0;			
}

#footer li{
	list-style: none;	
	display: inline;		
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #033771;	
	list-style-type: none;	
	display: inline;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	}
	
#footer a:hover {
	color: #F61B22;
	list-style-type: none;
	display: inline;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#footerbottom {
	margin-top: 40px;
	color: #033371;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footerbottom  p {	
	color: #033371;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -7px;
}		



/*Special Layout Styles*/

#ques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #482A34;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%;		
	}
	
#ans {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BE9009;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%		
	}	

.botspa5 {
    padding-bottom: 5px;}
	

.center {
    text-align: center;
	margin: 0 auto;
	width: 750px;
	padding-bottom: 15px;}	
	
#center {
    text-align: center;
	margin: 0 auto;
	width: 586px;
	padding-bottom: 15px;}	

#couponcenter {
	margin-left: 20px;
	margin-bottom: 20px;	
	width: 750px;
}

#indentbox {
     padding-left: 50px;	 
	 width: 480px;
	 }

#warranty {
     padding-left: 20px;	 
	 margin-top: -10px;
	 clear: both;
	 }
	 
	 
#salebox {
     padding-left: 10px;
	 margin-left: 50px;	 
	 width: 380px;
	 background-color: #F1E6C9;
	 }	 	


/*Text Styles*/


p {
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;	
	letter-spacing: 0.4px;	
}

.textb-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;	
	}


.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}

.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.textsm-l:link, a.textsm-l:visited, a.textsm-l:active {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
}
a.textsm-l:hover {
	color: #000000;
	font-weight: bold;	
}

.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}


.text-bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
}

/*Link Styles*/



a.black-l:link, a.black-l:visited, a.black-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.black-l:hover {
	color: #000000;
	font-weight: bold;
}

a.white-l:link, a.white-l:visited, a.white-l:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.white-l:hover {
	color: #000000;
	font-weight: bold;
}

a.eck-l:link, a.eck-l:visited, a.eck-l:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.ecl-l:hover {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}


/*Header Tag Styles*/

h1 {
	color: #482A34;
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
	
#content h1 a:link, #content h1 a:visited, #content h1 a:active {
	color: #482A34;
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;	
}

#content h1 a:hover {
	color: #482A34;
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;	
}	
	
	
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	height: 28px;
}

a.h2:link, a.h2:visited, a.h2:active {
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	height: 28px;
	text-decoration: none;	
}
a.h2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	height: 28px;
	text-decoration: none;
}

.h2clone {
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	height: 28px;
}


h3 {
	font-size: 13px;
	font-weight: bold;
	color: #482A34;
	padding-top: 0px;
	padding-bottom: 5px;	
	margin: 0px;
}

/*Navigation Styles*/

	
#nav {
    width: 135px;	
	padding-bottom: 20px;
	}
	
	
#nav ul{
	font: bold 12px arial;
	padding-left: 0;	
	margin-left: 0;
	height: 15px;	
	list-style: none;	
}

#nav li{
	list-style: none;
	line-height: 30px;
	display: block;	
	border-bottom: 2px solid #ffffff;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #ffffff;
	background-color: #000;
	display: block;
	}
	
#nav a:hover {
    color: #000000;
	background-color: #ffffff;
	display: block;	
	}	

#nav ul ul{
	font: bold 12px arial;
	padding-left: 0;	
	margin-left: 0;
	height: 20px;	
	list-style: none;	
}

#nav li li{
	list-style: none;
	line-height: 40px;
	display: block;	
	border-bottom: 2px solid #000000;
}

#navlist ul ul li a {
    color: #000000;
	background-color: #AD6B15;	
	display: block;
	}
	
#navlist ul ul li a:hover {
    color: #ffffff;
	background-color: #000000;
	display: block;	
	}	


#topnav {	
	text-align: right;
	background-color: #006666;
	position: relative;	
	padding-top: 2px;
	padding-bottom: 2px;
	height: 40px;		
   }

#topnav ul{
	font: bold 11px arial;
	padding-left: 0;	
	margin-left: 0;		
	list-style: none;	
}

#topnav li{
	list-style: none;	
	display: inline;
	padding-right: 20px;	
}

#topnav a:link, #topnav a:visited, #topnav a:active {
    color: #fff;	
	list-style-type: none;	
	display: inline;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
#topnav a:hover {
    color: #010080;
	background-color: #fff;
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   behavior: url(http://www.actionappliancerepairs.com/PIE.htc);
   z-index: 0;
	}	
	

/*Image Styles*/

.imgborder { 
margin-bottom: 10px;
padding: 3px;
border-color: #ccc;
border-style: solid;
border-width: 2px;
box-shadow: 4px 4px 3px 1px #888888;}

img { padding: 0px;
border: 0;}


	
/* Form styling */

#contact-form {
	padding: 0px;
	width: 335px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	color: #333333;
}
#contact-form td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#comments {
	background-color: #FAFCFE;
	border: 1px solid #D0E8E8;
}
input {
	border: 1px solid #D0E8E8;
	color: #333333;
	height: 20px;
}
select {
	background-color: #FAFCFE;
	color: #333333;
	height: 22px;
	border: 1px solid #D0E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	

#indentlist {
    width: 600px;
	margin-left: 20px;
	}
	
#gmap {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin-left: 25px;
   width: 500px;}
   
#gmap a:link, #gmap a:visited, #gmap a:active {
    color: #000000;		
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
	}
	
#gmap a:hover {
    color: #cccccc;		
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;	
	}	
	
#shingle {
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	margin-left: 20px;}

	
#leftbuttons {
    width: 145px;
	height: 200px;
	}
	
.pad10 {
    padding-bottom: 5px;}
	
#testimonial {
    margin: 0 auto;
	margin-bottom: 10px;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 30px;
	text-align: left;
	font-style: italic;
	background-color: #dedcdc;	
	border: thin;
	border-style:solid;
	border-color: #ccc;}
	

#crumbs {
	position: relative;
	text-align: right;
	font-size:9px;
	font-weight:400;
	top: 10px;
	margin-right: 15px;
	color: #000;
}

#crumbs a:link,#crumbs a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:400;
	color:#663366;
	text-decoration:underline;
}

#crumbs a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:400;
	color:#030;
	text-decoration:underline;
}

#crumbs a.brbold-l:link,#crumbs a.brbold-l:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:800;
	color:#663366;
	text-decoration:none;
}

#crumbs a.brbold-l:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:800;
	color:#030;
	text-decoration:none;
}

#crumbs .breadcrumb_last {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#030;
	text-decoration:none;
}
	


/* Following is the style for the mobile form */

#contentForm {
  display: block;
  width: 500px;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.lgft {
  width: 450px;
  font-size: 16px;
  font-weight: bold;
  color: #900;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}



#allbox1 {
	width:400px;
	text-align: left;
	}

#box1 {
   width: 170px;
   float: left;
   margin-left: 5px;
   padding-bottom: 20px;}
   
#box1 .textb-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;	
	}
   
#box2 {
	width: 170px;	
	margin-left: 200px;
	padding-bottom: 20px;}
	
#allbox2 {
	width:400px;
	text-align: left;
}	

#box3 {
   width: 180px;
   float: left;
   margin-left: 5px;
   padding-bottom: 10px;
   position: relative;
   }
   
#box3 .textb-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;	
	}	   
   
#box4 {
	width: 180px;	
	margin-left: 200px;
	padding-bottom: 10px;
	position: relative;
	}
	
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
.checkbox { 
   vertical-align: middle;   
}

#content .servicesimg {
	float: right;
	position: absolute;
	top: 350px;
	left: 470px;
	height: 1052px;
	width: 100px;
}

.hreview {
	width: 500px;
	padding: 10px;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	-moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   behavior: url(http://www.actionappliancerepairs.com/PIE.htc);
}

.hreview  .rating{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;					
}

.hreview  .ratingtext{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;					
}

.hreview  .summary{
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: -1px;					
}
	
.hcard {
	font-size: 13px;	
	}

#gooplus {
    width: 120px;
	height: 40px;
	margin-left: 70px;	
	}

