@charset "utf-8";
/* CSS Document */

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

a{ outline:0px;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #753D1F;
	margin: 0px;
	padding: 0px;
	background-color:#120703;
}
 
.wel {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #282828; text-align:justify; line-height:14px;}
.contact{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:600; color:#BB8878; line-height:18px;}
.services{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:600; color:#BB8878; line-height:25px;}	
.arrow{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:600; color:#D8C739; line-height:25px;}	
	
/*-----------menu--------------*/
#home{
	display:block;
	height:29px;
	width:293px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	}
	

#home:hover{
	background-image:url(../images/home-hover.jpg);
	background-repeat:no-repeat;
	}
	
#about{
	display:block;
	height:29px;
	width:293px;
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
	}
	

#about:hover{
	background-image:url(../images/about-hover.jpg);
	background-repeat:no-repeat;
	}

#gallery{
	display:block;
	height:29px;
	width:293px;
	background-image:url(../images/gallery.jpg);
	background-repeat:no-repeat;
	}
	

#gallery:hover{
	background-image:url(../images/gallery-hover.jpg);
	background-repeat:no-repeat;
	}
	
#clear{
	display:block;
	height:29px;
	width:293px;
	background-image:url(../images/clear.jpg);
	background-repeat:no-repeat;
	}

#clear:hover{
	background-image:url(../images/clear-hover.jpg);
	background-repeat:no-repeat;
	}
			
#testimonials{
	display:block;
	height:29px;
	width:293px;
	background-image:url(../images/testimonials.jpg);
	background-repeat:no-repeat;
	}
	

#testimonials:hover{
	background-image:url(../images/testimonials-hover.jpg);
	background-repeat:no-repeat;
	}
	
#contact{
	display:block;
	height:29px;
	width:293px;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	}
	

#contact:hover{
	background-image:url(../images/contact-hover.jpg);
	background-repeat:no-repeat;
	}
/*-----------footer-----------*/
#footer{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 900; color: #966A27; }
#footer a{ color:#966A27; text-decoration:none;}
#footer a:hover{ color:#FFFFFF; text-decoration:blink;}
		
		
