/* defaults, globals, and miscellaneous
==============================================================================*/

*
{
	/* removes defaults from all elements */
	margin: 0;
	padding: 0;
}

body
{
	font-family:   "gill sans", "trebuchet ms",arial,verdana, helvetica,sans-serif;
	text-align: left;
	background-color: #FFF;
	color: #363636;
	line-height: 1.7em;
	background-image: url(images/paintpot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body
{
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body { font-size: small; }

h1, h2, h3
{
	color: #3B7AB9;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #FFF;
}

p, h1, h2, h3 { padding: 10px 40px 10px 0; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1em; }


#top
{
	height: 7px;
	background-image: url(images/top.jpg);
	width: 100%;
	background-color: #9D9D9D;
	background-repeat: no-repeat;
}
#bottom
{
	height: 220px;
	background-image: url(images/mid_paint.jpg);
	width: 680px;
	background-color: #979694;
	background-repeat: no-repeat;
	position: absolute;
	top: 250px;

}
#mid
{
	height: 400px;
	background-image: url(images/decorators.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 75px 30px;
}
#bottom p
{
	text-align: right;
	padding: 15px 30px;
	color: #FFF;
}
#mid p
{
	text-align: center;
	width: 220px;
	position: absolute;
	left: 440px;
	font-size: 22px;
	top: 50px;
}
#painters
{
	position: absolute;
	left: 75px;
	top: 10px;
}
.contact
{
	color: #FFF;
	text-align: right;
	display: block;
	background-color: #000;
	margin: 20px 0 0 0;
	padding: 2px 30px 2px 0;
}
.est {
font-size: 12px;
}
.int
{
	font-size: 20px;
	
}


a, a:visited
{
	text-decoration: none;
	font-weight: 600;
	background-color: #A6330F;
	/*	background-color: #8ED545;*/
	color: #FFF;
	padding: 1px 2px;
}

a:hover
{
	color: #AA3713;
	background-color: #000;
}
#footer
{
	position: absolute;
	left: 20px;
	font-size: 9px;
	top: 480px;
	color: #828282;
}
#footer a, #footer a:visited
{
	background-color: transparent;
	color: #8A8A8A;
}
#footer a:hover {
color: #AA3713;

}
