/* SERVICES.HTML STYLE SHEET for LAYOUT
and SPECIAL TEXT EFFECTS

https://wovenartcollection.com/services.html
created October 2010

*/

/* .description is a DIV around the entire TEXT */

.description {
					width:			580px;
					position:		absolute;
					background:		#fff;
					margin:			12px 0px 0px 380px;
}

/* .servHeader controls the headers for the text */

.servHeader {
					margin:				12px 0px 10px 0px;
					padding-bottom:		5px;
					font-size:			1.25em;
					background:			#fff;
					border-bottom:		2px double black;
					text-align:			center;
}

/* .servimg is a DIV around each of the images */

.servimg {
					background:		#fff;
					margin-right:	640px;
					padding-top:	10px;
}

/* salesimg and appimg control the first and last images in the image column */

#salesimg {
					margin-top:			12px;
}

#appimg {
					padding-bottom:		7px;
}

#footer {
					margin-top:			96px;
}

#servUL li {
					list-style-type:	decimal;
					margin:				0px 0px 10px 55px;
					font-size:			1.1em;	
					font-family:		Tahoma, Helvetica, Arial, "Century Schoolbook L", sans-serif;
					font-weight:		normal;
}