@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		X 4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
.header {
	background-color: #DDDDDD;
	margin-top: 7px;
}
.header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#FaqMainSection {
	padding-left: 7px;
	padding-right: 7px;
	background-color: #D9C7C7;
	-webkit-box-shadow: 8px 6px;
	box-shadow: 8px 6px;
	margin-top: 3px;
}
#footer {
	margin-top: 10px;
	padding: 9px 7px;
	background-color: #DDDDDD;
	margin-bottom: 10px;
}
#FTRaddress {
	float: right;
}
.GalleryMainSection {
	margin-top: 7px;
	background-color: #FFFCFC;
}
.HomeMainSection {
	margin: 8px 2px;
	padding: 6px 11px;
	background-color: #FFFFFF;
	width: 95%;
}
#fblogo {
	width: 12%;
}
#twtlogo {
	width: 12%;
}
#inlogo {
	width: 12%;
}
#imagepreloadmain {
width: 100%;
margin-left: 0;
}
.gridContainer.clearfix #footer #imagepreloadmain {
	display: none;
}
#container {


}
#thumbnails {
	margin-bottom: 11px;

}
.GalleryMainSection #container   {
	width: 80%;
	margin: auto auto;
}
#thumbnails {
	margin-top: 20px;
}
#thumbnails  img  {
	border: 5px solid #740406;
}
.cycle-slideshow {
	width: 75%;
	margin-left: 26%;
	margin-top: 14px;
}
.cycle-slideshow img {
	width:100%;
}
#MainNav {
	width: 100%;
	padding-left: 1px;
	margin-left: -1px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.MenuItem {
	width: 100%;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background-color: #4C4C4C;
	border-radius: 5px;
    color: #FFFFFF;
	clear: both;
}
#MenuSystem .fluid.MenuItem.zeroMargin_desktop a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 5px;
}
#MenuSystem .fluid.MenuItem.zeroMargin_desktop a:hover , a:active{
	background-color: #D90909;
	border-radius: 10px;
	color: #000000;
	border-radius: 5px;
}
#MenuSystem .fluid.MenuItem a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 5px;
}
#MenuSystem .fluid.MenuItem a:hover , a:active{
	background-color: #D90909;
	border-radius: 10px;
	color: #000000;
	border-radius: 5px;
}
body {
	background-color: #7D7D7F;
}
#FaqMainSection #FAQs .faq {
	background-color: #B14143;
}
#FaqMainSection #FAQs .FAQtip {
	width: 62%;
	background-color: #FFFD00;
	-webkit-box-shadow: 0px 10px 0px -3px;
	box-shadow: 0px 10px 0px -3px;
}

#LocationMainSection {
}
#LocationInfo {
}
#GMap {
}
#LocationMainSection #GMap iframe {
	width: 100%;
}
.gridContainer.clearfix #LocationMainSection #LocationInfo {
	background-color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 5px;
	width: 98%;
}
.gridContainer.clearfix .fluid.HomeMainSection #CustomerSatisfaction {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px 17px 5px;
	width: 92%;
	margin: 11px 11px 5px 5px;
}
.fluid.HomeMainSection #CustomerSatisfaction .CutomersFirstAside {
	font-size: xx-large;
	font-weight: 600;
	text-align: center;
}
#MainSectionAbout {
}
#MainAboutArticle {
}
.gridContainer.clearfix #MainSectionAbout #MainAboutArticle {
	background-color: #FFFFFF;
	padding: 6px;
	margin-top: 12px;
	margin-bottom: 0px;
}
#MainSectionRepair {
}
#taglineRepair {
}
#tabsRepair {
}
.gridContainer.clearfix #MainSectionRepair #taglineRepair {
	text-align: center;
	font-weight: 900;
	font-size: x-large;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-image: -webkit-linear-gradient(356deg,rgba(255,255,255,1.00) 0%,rgba(181,103,103,1.00) 100%);
	background-image: -moz-linear-gradient(356deg,rgba(255,255,255,1.00) 0%,rgba(181,103,103,1.00) 100%);
	background-image: -o-linear-gradient(356deg,rgba(255,255,255,1.00) 0%,rgba(181,103,103,1.00) 100%);
	background-image: linear-gradient(94deg,rgba(255,255,255,1.00) 0%,rgba(181,103,103,1.00) 100%);
	margin-top: 5px;
	margin-bottom: 5px;
}
#Introduction {
}
#guarantee {
	color: #FFFFFF;
	background-color: #8C8C8C;
	padding-left: 7px;
	padding-bottom: 12px;
}
.fluid.HomeMainSection #guarantee .guaranteeTag {
	color: #010000;
	background-color: #B5A9A9;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: 600;
	font-size: x-large;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	width: 95%;
}
.gridContainer.clearfix .fluid.HomeMainSection .drag {
	margin-top: 7px;
	margin-bottom: 7px;
	clear: both;
	float: left;
}
#copyright {
	float: left;
	clear: left;
	margin-bottom: 6px;
	margin-top: 6px;
	width: 100%;
	margin-left: 0;
}
#socialmedia {
	width: 100%;
	padding-left: 29%;
}
.gridContainer.clearfix #MainSectionRepair #RequestForm {
	background-color: #BCBCBC;
	padding-left: 7px;
}
table tr .textarea {
	width: 57%;
}
tr .textarea #word_count {
	width: 96%;
}
label.error {
	color:#F50000;
	
}
.MainSectionContact {
}
.gridContainer.clearfix .fluid.MainSectionContact .contact {
	text-align: center;
}
.gridContainer.clearfix .fluid.MainSectionContact {
	background-color: #ACAAAA;
	padding: 11px;
}
.reviews {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.fluid.reviews a .yelplogo {
	width: 25%;
}
#MainAboutArticle .fluid.reviews .angieslist {
	background-color: #039C15;
	width: 42%;
}








/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {

}
#footer {
}
#FTRaddress {
	width: 26.897%;
	float: right;
	clear: right;
	margin-top: 8px;
	margin-right: 19px;
}
.GalleryMainSection {
}
.HomeMainSection {
	width: 96.5%;
}
#imagepreloadmain {
width: 64.2857%;
margin-left: 0;
}
#fblogo {
	width: 30%;
}
#twtlogo {
	width: 30%;
}
#inlogo {
	width: 30%;
}
#container {
}
#thumbnails {
	margin-left: 25%;
}
#MainNav {
}
#MenuSystem {
}
.MenuItem {
width: 100%;
clear: both;
margin-left: 0;
}
#thumbnails a img {
	margin-left: 22%;
}
#thumbnails a .middlethumb {
	margin-left: 0%;

}
#thumbnails a .thirdthumb {
	margin-left: 13%;
}
#LocationMainSection {
}
#LocationInfo {
}
#GMap {
}
#CustomerSatisfaction {
}
#MainSectionAbout {
}
#MainAboutArticle {
}
#MainSectionRepair {
}
#taglineRepair {
}
#tabsRepair {
}
#Introduction {
}
.gridContainer.clearfix .fluid.HomeMainSection #CustomerSatisfaction {
}
#guarantee {
}
#copyright {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#socialmedia {
	margin-left: 0px;
	padding-left: 0px;
	width: 28%;
}
.MainSectionContact {
	width: 98.25%;
}
.reviews {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 68%;
	max-width: 1232px;
	padding-left: 0.8166%;
	padding-right: 0.8166%;
	margin: 7px auto;
	clear: both;
	float: left;
	margin-left: 178px;
}
.header {

}
.gridContainer.clearfix .fluid.HomeMainSection .drag {
	width: 82%;
	margin-left: 8%;
}

#footer {
	width: 98.75%;
}
#FTRaddress {
	width: 31.729%;
}
.GalleryMainSection {
}
.HomeMainSection {
	width: 97.5%;
}
#imagepreloadmain {
width: 64.2857%;
margin-left: 0;
}
#fblogo {
	width: 30%;
}
#twtlogo {
	width: 30%;
}
#inlogo {
	width: 30%;
}
#container {
}
#thumbnails {
}
#MainNav {
	margin-left: 2%;
}
#MenuSystem {
}
.MenuItem {
	width: 12.78%;
	clear: none;
	margin-left: 1%;
}
.fluid.GalleryMainSection #container #thumbnails {
	margin-left: 0%;
	width: 125%;
}
#thumbnails a .thumbone {
	margin-left: 4%;
}
#thumbnails a .middlethumb {
	margin-left: 2%;
}
#thumbnails a .thirdthumb {
	margin-left: 3%;
}
#LocationMainSection {
}
#LocationInfo {
}
#GMap {
}
#MainSectionAbout {
}
#MainAboutArticle {
	width: 98.5%;
}
#MainSectionRepair {
}
#taglineRepair {
}
#tabsRepair {
}

.gridContainer.clearfix .fluid.HomeMainSection #CustomerSatisfaction {
	width: 18%;
}
.gridContainer.clearfix .fluid.HomeMainSection #Introduction {
	width: 71%;
	float: left;
	clear: right;
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 5px;
}
.fluid.HomeMainSection #guarantee .guaranteeTag {
	margin-left: 5px;
	margin-right: 5px;

}
.gridContainer.clearfix .fluid.HomeMainSection #guarantee {
	float: right;
	clear: right;
	width: 73%;
	background-color: #545A5F;
	margin-top: 11px;
	margin-bottom: 2px;
}
#copyright {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#socialmedia {
width: 23.7288%;
}
.MainSectionContact {
	width: 98%;
	margin-top: 9px;
}
.fluid.MainSectionContact #register #comments {
	width: 98%;
}
.gridContainer.clearfix .fluid.MainSectionContact {
}
.reviews {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.angieslist {

}
.fluid.reviews a .yelplogo {
	width: 10%;
	margin-left: 52px;
}
#MainAboutArticle .fluid.reviews .fluid.angieslist {
	margin-top: 34px;
	margin-left: 29px;
}

.fluid.reviews a .BBB {
	width: 14%;
	margin-left: 72px;
}
.gridContainer.clearfix .fluid.HomeMainSection #guarantee {
}












}

@media (min-width: 1201px){
#thumbnails a .thumbone {
	margin-left: 21%;
}
.gridContainer.clearfix .fluid.HomeMainSection {
	width: 97.5%;
	margin-top: 7px;
	margin-bottom: 7px;
	clear: both;
	float: left;
}
.gridContainer.clearfix #footer {
	padding: 3px;
	width: 99.5%;
}
.gridContainer.clearfix #FaqMainSection {
	width: 98.75%;
}
.gridContainer.clearfix #LocationMainSection #LocationInfo {
	width: 99.25%;
}
.gridContainer.clearfix #MainSectionRepair #tabs {
	width: 99.25%;
}
.gridContainer.clearfix #footer #copyright {
	margin-top: 21px;
	margin-left: 48px;
}
.gridContainer.clearfix #footer #FTRaddress {
	margin-top: 19px;
}
#socialmedia a #fblogo {
	width: 22%;
}
#socialmedia a #twtlogo {
	width: 22%;
}
#socialmedia a #inlogo {
	width: 22%;
}
.gridContainer.clearfix #MainSectionRepair #RequestForm {
	width: 99.25%;
	margin-top: 6px;
}
.gridContainer.clearfix .fluid.MainSectionContact {
	width: 98.25%;
	margin-top: 6px;
}
.fluid.MainSectionContact #register #comments {
	width: 98%;
}




}
