@charset "utf-8";
 


body {
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #000;
    background-attachment: fixed;
    background-color: #42413C;
	background-image:url(../images/main-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
 
 
 
@media only all and (max-width: 640px) and (max-height: 426px) {
body {
    background-size: 640px 426px;
    -moz-background-size: 640px 426px;
    -webkit-background-size: 640px 426px;
}
}
 
 
 
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
body {
    -webkit-background-size: auto 100%;
}
}
 
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
body {
    -webkit-background-size: 100% auto;
}
}    


 
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
 h2, h3, h4, h5, h6,  {
	margin-top: 0;	  
	padding-right: 15px;
	padding-left: 15px;  
}
a img {  
	border: none;
} 
a:link {
	color: #42413C;
	text-decoration: underline;  
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
 
.container {
	width: 1000px;
	background: #fff;
	margin: 0 auto;  
	padding:10px;
	
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;	
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
color:#FFCC00;
font-weight:lighter;
}


.h1-bgy {
	background-image: url(../images/brush-stroke-green.jpg);
	background-repeat: repeat-x;
}

.h1-bgg {
	background-image: url(../images/brush-stroke-yellow.jpg);
	background-repeat: repeat-x;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;	
padding-right: 15px;
padding-left: 15px;
color:#fff;
}


.header {
	background-image:url(../images/bg.png);
	height:90px;
	padding-top:24px;
	
}


.content {

	padding: 10px 0;
}

.footer {
	padding: 10px 0;
	height:187px;
	background-image:url(../images/footer-bg.jpg);
	color:#fff;
	margin-top: 20px;
}

.footer h1 {
padding:0px;
margin:0px;		
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.navigation {
height:57px;
background-image:url(../images/footer-bg.png);
}

.welcome-section {
height:330px;
margin-bottom:20px;
margin-top: 20px;
}

.content-section {
height:600px;
margin-bottom:10px;
}


.content-section-contact{
height:500px;
margin-bottom:10px;
}


.welcome {
width:451px;
height:322px;
background-image:url(../images/welcome-background.png);
float:left;
padding-top:10px;
}

.brands {
margin-top:5px;	
}

.navigation ul{
display: flex;
justify-content: center;
	
}

.navigation li  {
list-style:none;
display:block;
float:left;
padding-top:10px;
padding-left:10px;
padding-right:10px;
margin-left:20px;
height:47px;
}

.navigation li a{
font-size:18px;
color:#333333;
text-decoration:none;
height:47px;
displ
}

.navigation a:hover {
height:47px;
color:#000;	
background-image:url(../images/hover-bg.png);
}

.welcome-image{
float:left;	
}

.services-box {
margin-top:30px;
margin-bottom:30px;
}

.services-box a{
	text-decoration: none;
}

.services-box h2{
font-size: 26px;
font-weight: 200;
color: #fc0;
text-align: center;
text-decoration: none;
vertical-align: middle;
padding: 0;
margin: 5px 0;
}

.service-container {
	background-color:#fc0;
}

.paint {
	background-image: url(../images/shop-paint.jpg);
	background-position:right;
	background-repeat: no-repeat;
	
}

.shop{
float:left;	
border: 1px solid #ff0;
margin:0px 20px 0px 20px;
background-image:url(../images/footer-bg.jpg);
}

.painting{
float:left;	
border: 1px solid #ff0;
margin:0px 19px 0px 0px;
background-image:url(../images/footer-bg.jpg);
}

.glass{
float:left;	
border: 1px solid #ff0;
margin:0px 0px 0px 19px;	
background-image:url(../images/footer-bg.jpg);
}

.site-map {
width:257px;	
float:left;
border-right:1px solid #fff;
padding-left:10px;
}

.footer a {
color:#fff;
text-decoration:none;
}

.site-map li {
list-style:none;	
}

.site-map li a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
	
}

.site-map li a:hover{
color:#FFCC00;	
}


.contact-us-wrap {
float:left;	
width:320px;
border-right:1px solid #fff;
padding-left:30px;

}


.footer-logo {
padding-left:40px;
margin-bottom:10px;
}

.logo-wrap {
float:left;
width:300px;
margin-left:50px;
padding-top:10px;
background-color:#fff;
height: 175px;
}

.copyright{
font-size:12px;	
text-align:center;
color:#FFCC00;
}

.copyright a{
color:#FFCC00;
text-decoration:none;
	
}

.bottom-txt p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;	
color:#333333;
padding:0px;
margin:0px;
}

.welcome span {
color:#FFCC00;	
}

.footer-content li a{
font-size:14px;		
}

.footer-content li a:hover{
color:#FFCC00;		
}

.copyright li {
color:#fff;
list-style:none;
}

.copyright li a {
color:#FFF;	
}

.copyright li a:hover {
color:#FFCC00;
}

.brands img {
	margin-right:10px;
}

.footer h1 {
font-size:24px;	
}

.content-page {
float:left;
width:729px;
margin-right:10px;	
}

.right-side-content {
float:left;	
width:260px;

}

.right-side-contact {
float:left;	
width:454px;
background-color:#224E22;
padding:10px;
}

.text p {
color:#333333;
font-size:16px;
font
}

.text span {
font-weight:bold;
font-size:18px;
text-decoration:underline;
}

.content-title h1 {
color:#333333;
}

.right-side-content img{
margin-bottom:10px;
margin-left:18px;
}

.content-page-contact {
float:left;
width:516px;
margin-right:10px;	
}

.address-footer {
float:left;	
margin-right:20px;
}

.contact-map {
float:left;	
}

.map-footer {
color:#fff;	
}

.contact-map a {
color:#fff;
text-decoration:none;
}

.contact-map a:hover {
color:#FFCC00;
text-decoration:none;
}

.input-form {
width:478px;
height:27px;
color:#333;	
margin-bottom:10px;
font-style:italic;
font-size:16px;
}

.input-message{
width:478px;
height:251px;
color:#333;	
margin-bottom:10px;
font-style:italic;
}

.picture-title p{
font-size:18px;
text-decoration:none;
}

.brands img {
margin-left:15px;	
}

.painting-txt p{
color:#333;	
font-size:14px;
}

.picture-main-title {
font-size:18px;
}

.carpet-cleaner {
height:200px;
background-image:url(../images/carpet-bg.jpg);
margin-left:20px;
font-style:italic;
font-weight:bold;
padding-top:10px;
margin-right:3px;
margin-bottom:10px;
padding-left:10px;
padding-right:10px;
}

.free-written {
font-size:18px;	
}

.carpet-cleaner p{
font-size:14px;
font-color:#666;
}

.sign-title{
font-weight:bold;
font-size:18px;
}

.glass-title{
font-weight:bold;
font-size:18px;
}
.divider {
border-bottom:1px #CCCCCC solid;
margin-left:50px;
margin-right:50px;
margin-bottom:20px;
}

.bottom-txt {
	width:540px;
	margin:auto;
	height:36px;
	line-height:35px;
}
.bottom-txt img {
	float:left;	
}