﻿#titleDiv
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 75px;
	bottom: 30px;
	right: 25px;
	background: url(../images/contact/contactTitle.gif) 0 0 no-repeat;
	/*border: solid 1px red;*/
}

#mainContentDiv
{
	position: relative;
	width: inherit;
	padding: 0;
	margin: 0;
	height: 378px;
	/*border: solid 1px blue;*/
}

#mainContentDiv img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#pleasuresDiv
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 25px;
	top: 0;
	width: 265px;
	height: 51px;
	background: #FFFFFF url(../images/contact/pleasures.gif) 0 0 no-repeat;
	/*border: solid 1px black;*/
}
#byPhoneDiv, #byEmailDiv, #inPersonDiv, #storeFrontDiv
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 51px;
	text-align: center;
	font-size: 70%;
	/*border: solid 1px black;*/
}


#byPhoneDiv
{
	left: 25px;
	width: 150px;
	height: 117px;
}

#byEmailDiv
{
	left: 175px;
	width: 175px;
	height: 117px;
}

#inPersonDiv
{
	left: 350px;
	width: 150px;
	height: 150px;
	z-index: 1; /*Only for Firefox*/
}

#storeFrontDiv
{
	right: 30px;
	width: 216px;
	height: 219px;
	background: #FFFFFF url(../images/contact/storeFront.gif) 0 0 no-repeat;
}

#mapDiv
{
	position: absolute;
	left: 25px;
	width: 273px;
	height: 205px;
	bottom: 0;
	z-index: 10;
	background: #FFFFFF url(../images/contact/map.gif) 0 0 no-repeat;
}

#directionsDiv
{
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 30px;
	width: 435px;
	height: 125px;
	font-size: 70%;
	/*border: solid 1px black;*/
}

