/* ************** TEXT GLOBALS ************** */

body {
	font-size:11px;
	color:#3d3938;
	line-height:14px;
	font-family: Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
}

a {
	color:#7c7972;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top: 20px;
	color: #3d3938;
	line-height: 16px;
	font-size:11px;
	font-family: Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
}

p.top {
	margin-top:10px;
}

#cms p {
	color: #7c7972;
	margin-top: 10px;
}


/* ************** TEXT ************** */


.large_bold {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.subhead {
	font-size: 14px;
}

.large {
	font-size: 12px;
}

.medium {
	font-size: 11px;
}

.small {
	font-size: 9px;
}

.txt_right {
	text-align: right;
}

.txt_left {
	text-align: left;
}

.dark {
	color: #3d3938;
}





/* ************** HEADERS ************** */

/* 
main header - used at the top of the page;
aligns top, bold.
*/
h1 {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	padding:0px;
	margin-bottom:20px;
}

/*
secondary header - used inline to start
new section; padding underneith.
*/
h2 {
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	padding:0px;
	margin-top:20px;
}

.left_list1_head {
	width: 260px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

.left_list2_head {
	width: 260px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e8e6e2; 
	text-indent: -9000px;
}

.right_head {
	width: 480px;
	background-position: left top;
	background-repeat: no-repeat; 
	border-bottom: 1px solid #e8e6e2; 
	text-indent: -9000px;
}

.featured_head {
	margin-bottom: 20px;
	margin-top:16px;
	background-image: url('../img/featured_head.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 100%;
	border-bottom: 1px solid #e8e6e2; 
	text-indent: -9000px;
}

.byline {
	font-size: 9px;
	color:#cdc6bd;
}


/* subheaders */

.subhead.followUs {
	width:211px;
	height:18px;
	text-indent:-999%;
	background-image: url('../img/subheader_followUs.gif');
	background-repeat:no-repeat;
	overflow:hidden;
}

.subhead.mapDirections {
	width:211px;
	height:18px;
	text-indent:-999%;
	background-image: url('../img/subheader_mapDirections.gif');
	background-repeat:no-repeat;
	overflow:hidden;
}

.subhead.storeHours {
	width:211px;
	height:18px;
	text-indent:-999%;
	background-image: url('../img/subheader_storeHours.gif');
	background-repeat:no-repeat;
	overflow:hidden;
}
		


