@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(web/background.png);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	margin: 0px;
}
.container {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.headercontain {
	float: left;
	height: 395px;
	width: 1024px;
	background-image: url(web/plumbing_guy.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#logo {
	background-image: url(web/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 55px;
	width: 270px;
	margin-top: 10px;
	margin-left: 15px;
}
#callarea {
	float: left;
	height: 30px;
	width: 400px;
	margin-left: 325px;
}
#callarea p {
	font-family: 'Cabin';
	font-size: 22px;
	color: #61b1da;
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#callarea h1 {
	float: left;
	font-family: 'Cabin';
	color: #61B1DA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.menucontainer {
	float: left;
	height: 45px;
	width: 615px;
	clear: left;
	margin-top: 35px;
	margin-bottom: 0px;
}
ul.dropdown {
	float: left;
	height: 45px;
	width: 615px;
	margin: 0px;
	z-index: 30;
	position: relative;
}

ul.dropdown li
	{
	float: left;
	height: 45px;
	width: 100px;
	display: inline;
	margin-right: 15px;
	margin-top: 7px;
	}

ul.dropdown li a
	{
	text-decoration: none;
	float: left;
	height: 20px;
	width: auto;
	background-repeat: repeat-x;
	font-family: Cabin;
	font-size: 17px;
	color: #FFF;
	list-style-type: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 6px;
}

ul.dropdown li a:hover
	{
	text-decoration: none;
	float: left;
	height: 20px;
	width: auto;
	font-family: Cabin;
	font-size: 17px;
	list-style-type: none;
	display: block;
	padding: 6px;
	background-color: #3a85ab;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
ul.dropdown ul {
	width: 220px;
	height: auto;
	float: left;
	visibility: hidden;
	padding: 0px;
	z-index: 30;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	margin-top: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #54A1CF;
	border-bottom-color: #54A1CF;
	border-left-color: #54A1CF;
}
ul.dropdown ul li {
	float: left;
	height: 25px;
	width: 220px;
	background-color: #FFF;
	border-bottom-width: 1px;
	margin: 0px;
}
									  
                                    
ul.dropdown ul li a	{
	text-decoration: none;
	float: left;
	height: 15px;
	width: 220px;
	font-family: 'Cabin';
	font-size: 14px;
	color: #54A1CF;
	list-style-type: none;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
ul.dropdown ul li a:hover{
	text-decoration: none;
	float: left;
	height: 15px;
	width: 220px;
	font-family: Cabin;
	font-size: 14px;
	color: #222222;
	list-style-type: none;
	background-color: #54A1CF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#centerheader {
	float: left;
	height: 90px;
	width: 685px;
	margin-left: 35px;
	font-family: Cabin;
	font-size: 18pt;
	color: #54A1CF;
	clear: left;
	text-align: center;
	margin-top: 35px;
}
#centerheader h1 {
	font-size: 44px;
	margin: 0px;
}
#centerheader p {
	margin: 0px;
}
#viewservices {
	background-image: url(web/viewservices_header_btn.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 115px;
	margin-top: 10px;
	margin-left: 570px;
	font-family: Cabin;
	color: #54A1CF;
	font-size: 19px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#viewservices a {
	color: #54A1CF;
	text-decoration: none;
}
#viewservices a:hover {
	color: #858585;
}
.leftcontent {
	float: left;
	height: auto;
	width: 685px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.leftcontent p {
	font-family: 'Cabin';
	font-size: 16px;
	color: #222222;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftcontent h1 {
	font-size: 30px;
	color: #54A1CF;
	font-family: 'Cabin';
}
.leftcontent h2 {
	font-size: 20px;
	color: #54A1CF;
	font-family: 'Cabin';
}
.leftcontent h4 {
	font-size: 14px;
	color: #54A1CF;
	font-weight: normal;
	font-family: 'Cabin';
}
.leftcontent a {
	font-family: Cabin;
	font-size: 16px;
	color: #54A1CF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
.leftcontent a:hover {
	font-family: 'Cabin';
	font-size: 16px;
	color: #858585;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#serviceareacontainer {
	float: left;
	height: 20px;
	width: 685px;
	margin-top: 20px;
	font-family: Cabin;
	font-size: 12px;
	color: #54A1CF;
}
#serviceareacontainer strong {
	font-size: 16px;
}
.rightcontent {
	font-family: 'Cabin';
	font-size: 17px;
	color: #54A1CF;
	text-align: center;
	float: right;
	height: 680px;
	width: 245px;
	margin-bottom: 25px;
}
#scheduleappointment {
	background-image: url(web/scheduleappointment.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 185px;
	padding-top: 20px;
	padding-left: 45px;
	font-family: 'Cabin';
	font-size: 16px;
	color: #54A1CF;
	margin-top: 35px;
	margin-left: 7.5px;
}
#scheduleappointment a {
	color: #54A1CF;
	text-decoration: none;
}
#scheduleappointment a:hover {
	color: #858585;
}
#couponarea {
	font-family: 'Cabin';
	color: #cb7034;
	font-size: 20px;
	background-image: url(web/coupongbg_needsborder.png);
	background-repeat: repeat-x;
	float: left;
	height: 125px;
	width: 225px;
	margin-top: 40px;
	border: 1px solid #dbdada;
	margin-left: 9px;
}
#couponarea h1 {
	font-family: Cabin;
	font-size: 48px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #f58a43;
}
#couponarea p {
	margin: 0px;
}
#youtubevideo {
	float: left;
	height: 195px;
	width: 225px;
	margin-top: 40px;
	margin-left: 9px;
	background-color: #000;
}
.referalcontain {
	font-family: 'Cabin';
	font-size: 14px;
	color: #54A1CF;
	float: left;
	height: 120px;
	width: 225px;
	margin-top: 40px;
	margin-left: 9px;
	text-align: left;
}

.referal_viewmore {
	background-image: url(web/viewmore_reviewsbtn.png);
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	width: 107px;
	text-align: center;
	padding-top: 8px;
	margin-top: 10px;
}
.referal_viewmore a {
	color: #54A1CF;
	text-decoration: none;
	}
.referal_viewmore a:hover {
	color: #006;
	}
.footer {
	background-color: #54A1CF;
	clear: both;
	height: 55px;
	width: auto;
}
#footercontain {
	height: 55px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#menuarea {
	float: left;
	height: 30px;
	width: 335px;
	margin-top: 12px;
}
#menuarea a {
	font-family: 'Cabin';
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
}
#menuarea a:hover {
	color: #19445a;
}
.socialnetworkcontain {
	float: right;
	height: 35px;
	width: 200px;
	margin-top: 12px;
}
#twitter {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(web/socialnetworksprite.png);
	margin-right: 10px;
}
#youtube {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(web/socialnetworksprite.png);
	background-position: -65px;
	margin-right: 10px;
	}
#facebook {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(web/socialnetworksprite.png);
	background-position: -32px;
	margin-right: 10px;
	}
#googleone {
	float: left;
	height: 32px;
	width: 70px;
	}
#formareacontainer {
	float: left;
	height: 670px;
	width: 630px;
	margin-top: 10px;
	margin-left: 20px;
}
.linecontainer {
	float: left;
	width: 630px;
	height: 35px;
	margin-bottom: 20px;
	}
.problemlinecontainer {
	float: left;
	width: 630px;
	height: 140px;
	margin-bottom: 20px;
	}
.formname {
	float: left;
	height: 20px;
	width: 130px;
	text-align: right;
	color: #54A1CF;
	margin-top: 7.5px;
	font-family: Cabin;
}
.forminputcontain {
	float: left;
	height: 35px;
	width: 360px;
	margin-left: 25px;
}
.input {
	background-color: #FFF;
	border: 1px solid #000000;
	float: left;
	height: 33px;
	width: 355px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
#dates {
	float: left;
	height: 33px;
	width: 260px;
	margin-left: 25px;
	background-color: #FFF;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
.time {
	float: left;
	height: 33px;
	width: 170px;
	margin-left: 25px;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
#timetext {
	float: left;
	height: 25px;
	width: 35px;
	font-family: 'Cabin';
	color: #54A1CF;
	font-size: 18pt;
	text-align: center;
	margin-top: 5px;
	margin-left: 25px;
}
.problem {
	float: left;
	height: 110px;
	width: 330px;
	margin-left: 25px;
	border: 1px solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}
#chooseonecontainer {
	float: left;
	height: 125px;
	width: 125px;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 15px;
	color: #54A1CF;
}
.cbandlabelcontainer {
	height: 20px;
	width: 110px;
	float: left;
	font-size: 10px;
	margin-top: 5px;
}
.checkboxes {
	float: left;
	height: 15px;
	width: 12px;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px;
}
.resetbutton {
	float: left;
	margin-left: 225px;
	cursor: pointer;
}
.submitbutton {
	float: left;
	margin-left: 30px;
	cursor: pointer;
}

