/* CSS Document */
/*-------------------------------------------------- MAIN ---------------------------------------------------*/

BODY {
	background-color:#ffffff;
	font-family: verdana, "lucida sans", Arial;
	font-size: 11px;
	padding:0;
	margin:0;
	line-height:18px;
	}


/*------------------------------------------------- TEXT ----------------------------------------------*/	

.text {color:#000000; font-size:11px; text-decoration: none;}

A{color:#0033FF; text-decoration: none;}
A:hover{color:#FF0033; text-decoration: none;}

.breadcrumbfont {color:#666666; font-size: 10px;}
.breadcrumbfont A{color:#666666; font-size: 10px; text-decoration: underline;}
.breadcrumbfont A:hover{color:#ff0033; font-size: 10px; text-decoration: underline;}

.menufont{font-size: 12px;}
.menufont A{color:#0033FF; font-size:12px; text-decoration: none; font-weight:bold;}
.menufont A:hover{color:#FF0033; text-decoration:none;}

.header{font-size:16px; font-weight:bold; color:#660000; font-family:Arial, Helvetica, sans-serif;}

.small{color:#000000; font-size:9px; text-decoration: none;}

/*------------------------------------------------- POSITIONING ----------------------------------------------*/
	
#box{
	position:relative;
	top:2px;
	left:0px;
	background-image:  url("graphics/back3.jpg");
	width:790px;
	height:550px;
	text-align:left;
	}

#phones{
	position:absolute;
	top:544px;
	left:33px;
	height:13px;
	width:743px;
	z-index:1;
	}

#menu{
	position:absolute;
	top:51px;
	left:288px;
	height:22px;
	width:483px;
	z-index:1;
	}
	
#breadcrumb{
	position:absolute;
	top:74px;
	left:34px;
	height:16px;
	width:738px;
	}
	
#content{
	position:absolute;
	top:91px;
	left:36px;
	height:443px;
	width:736px;
	}
	
#contentmap{
	position:absolute;
	top:91px;
	left:36px;
	height:443px;
	width:731px;
	background-image: url("graphics/largemap.jpg");
	background-repeat:no-repeat;
	background-position:center;
	}

#delivery{
	position:absolute;
	top:187px;
	left:493px;
	height:242px;
	width:255px;
	z-index:1;
}

#saltlake{
	position:absolute;
	top:201px;
	left:61px;
	height:102px;
	width:195px;
	z-index:1;
}

#phoenix{
	position:absolute;
	top:381px;
	left:512px;
	height:102px;
	width:195px;
	z-index:1;
}

#vegas{
	position:absolute;
	top:379px;
	left:90px;
	height:102px;
	width:195px;
	z-index:1;
}

#henderson{
	position:absolute;
	top:134px;
	left:529px;
	height:102px;
	width:195px;
	z-index:1;
}
/*-------------------------------------------------------- END ----------------------------------------------*/
