/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td {vertical-align: top;}

input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h3, h4, h5, h6, h7 {
	color: #0965AE;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #000000;
}
a {color: #000000;}
a:hover {text-decoration: none;}

p {padding-bottom: 15px;}


/* ====================== layout & columns ========================*/
#container {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/Common/Img/mesa-grand-bodyBG.gif);
	background-repeat: repeat-y;
	padding: 0px 44px 20px 44px;
}
#left {
	width: 215px;
	float: left;
	padding-left: 53px;
}
#right {
	float: left;
	width: 554px;
}
#leftMaster {
	float: left;
	margin-bottom: 10px;
	padding: 20px 10px 10px 17px;
}	
.flash {
	background-image: url(/Common/Img/homePhoto.jpg);
}

.storelist table {
	width: 98%;
	margin-left: 10px;}


/* ====================== Header & Footer ====================== */
#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 10px 15px 0px 15px;
	text-align: right;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;
}	

/* ====================== Menu ====================== */
#navMenu {
	margin-bottom: 100px;
}
#navMenu ul {
	list-style-type: none;
}
#navMenu li {
	font-size: 16px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 23px;
}
#navMenu li a {
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navMenu li li {
	padding: 2px 0px 0px 35px;
	font-size: 11px;
	margin: 0px 0px 0px -15px;
}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul li.hidden {
	display: none;
}
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}
#navMenu li.CurrentCategory1 {
	background-color: #003366;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
#navMenu li.CurrentCategory1 a {color: #FFFFFF;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ======================= Callout Styles ======================== */
.calloutContainer {
	float: right;
	width: 213px;
	padding: 0px 0px 10px 10px;
}
.callout {
	margin-bottom: 13px;
	background-image: url(/Common/Img/calloutBG.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}
.callout h1 {
	color: #FF9900;
	background-image: url(/Common/Img/mesa-grand-calloutH1.gif);
	width: 187px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 26px;
	height: 24px;
	background-repeat: no-repeat;
	font-size: 14px;
}
.callout p {
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
}
	
