@charset "utf-8";
/* CSS Document */

html 
	{
		overflow-y:scroll;
	}

body
	{
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;

		font-size:14px;
		color:#333333;
		background-image:url(images/background.jpg);
		background-repeat:repeat-x;
		background-color:#dab7c2;
 
		margin-top:20px;
		margin-bottom:20PX;
	}
.footer
	{
		color:black;
		font-size:11px;
	}
.tabbor
	{
		border:1px solid #C8648C;
		background-color:#FFFFFF;
	}
.tabbor a
	{
		text-decoration:none;
		color:#000;
	}
.tabbor a:hover
	{
		text-decoration:underline;
		color:#000;
	}
.tabHead
	{
		font-weight:bold;
		color:#FFF;
		font-size:16px;
	}
.services
	{
		padding-left:15px;
		padding-top:10px;
		padding-bottom:10px;		
		line-height:2;
	}
.textHead
	{
		font-size:18px;
		color:#783a4f;
		font-weight:bold;
		font-family: Arial,Verdana, Helvetica, sans-serif;
	}
.lineh
	{
		line-height:2;
	}
.conpad
	{
		padding:20px;
		padding-top:0px;
	}

.contact
{
	
	font-size:12px;
}


a 
{
		color:#A2526D;
		text-decoration:none;
}

a:hover
{
		color:#753A4E;
		text-decoration:underline;
}
 
a.toplink
{
		color:#FFF;
		text-decoration:none;
}

a.toplink:hover
{
		color:#FFF;
		text-decoration:underline;
}
	
.img
{
	padding-right:10px;
}

.img-right
{
	padding-left:10px;
}

#testimonials td
{	
	border:1px dashed #C8648C;
	padding:5px;
}


.img
{
	border:none;
}

div#botbut{
	padding:5px;
	float:left;
	color:#914961;
}
div#botbut a{
	color:#914961;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/* background-color: #ffffff;*/
/* padding: 5px; */
padding: 1px; 
left: -1000px;
/* border: 1px dashed gray; */
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
padding: 1px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.style1 {color: #FFFFFF}