/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #97A34E;
	text-align: center;
	background-image: url(/Common/Img/gilbert-gateway-bkground.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
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: #951A0A;
	font-weight: normal;}
h1 {
	font-size: 18px;
	color: #411D6B;
	padding-bottom: 20px;}
h2 {
	font-size: 14px;
	color: #000000;}
h3, h4, h5, h6, h7 {
	font-size: 12px;
	font-weight: bold;}

ul {
	list-style-type: none;}
li {
	padding: 3px 30px 3px 20px;
	background: url(/Common/Img/bulletGray.gif) no-repeat 10px 6px;}
li a {
	text-decoration: none;
	padding: 3px 0px 3px 0px;}
li a:hover {text-decoration: underline;}

p {padding-bottom: 15px;}
.link {
	cursor: hand;
	cursor: pointer;}

/* ====================== layout & columns ========================*/
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/Common/Img/gilbert-gateway-mainBG.jpg);
	background-repeat: repeat-y;
}
#left {
	width: 246px;
	float: left;
	padding-bottom: 10px;
}
#right {
	width: 554px;
	padding-bottom: 15px;
	float: left;
}
#leftMaster {
	/*there is no width set on this div, instead a margin-right subtracts from the "main" to determine the width */
	/*LM must come after RM in the structure of the HTML*/	
	padding: 10px;
	float: left;
	margin-bottom: 10px;}
#rightMaster {
	/*width cannot exceed the value of margin-right in "leftmaster", but it can be smaller if a blank margin is desired between LM & RM*/
	padding: 7px 12px 0px 0px;
	width: 206px;
	margin-bottom: 10px;
	float: right;}

#rightMasterCol1 {
	float: left;
	width: 250px;
	border: 1px solid #A4A4A4;}
#rightMasterCol2 {
	margin-left: 260px;
	border: 1px solid #A4A4A4;}

.storelist table {
	width: 98%;
	margin-left: 10px;}
	

/* ====================== Header & Footer ====================== */
#headerContainer {background-color: #CCCCCC;}

#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-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: right;}
#footer ul {
	list-style: none;}
#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;}
	

/* ====================== Menu ====================== */
#navMenu, #navMenu a {text-decoration: none;}
#navMenu {
	list-style-type: none;
	height: 316px;
	padding-left: 39px;
	background-image: url(/Common/Img/gilbert-gateway-navMenu.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
*html #navMenu {
	margin-top: -3px;
	height: 336px;
	padding-top: 7px;
}
#navMenu.home {
	background-image: url(/Common/Img/gilbert-gateway-homeMenu.jpg);
}
#navMenu li {
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
#navMenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navMenu li ul {
	padding-top: 2px;
}
#navMenu li li {
	padding: 0px 0px 5px 18px;
	margin-left: -6px;
	font-size: 11px;
	background-image: url(/Common/Img/mainNav-bullet.gif);
	background-repeat: no-repeat;
}
#navMenu ul ul li.hidden {
	display: none;
}
/* ================== Old Nav Styles ========================== */
/*#navMenu ul, #navMenu ul ul {
	width: 780px;
	list-style: none;}

#navMenu li ul {
	top: 22px;
	left: 0px;
	position: absolute;}
#navMenu li {
	float: left;
	background-image: none;
	padding: 4px 0px 4px 0px;
	border-right: 1px solid green;}
#navMenu li a, #navMenu li li a, #navMenu li li li a {padding: 4px 10px 4px 10px;}
#navMenu li a {}
#navMenu li li a {text-transform: none;} 
#navMenu li a:hover {}
#navMenu li li a:hover {color: #474747;}
*/

/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, #navMenu .menuHome, .hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

.home #navMenu li.CurrentPage {display:none;}
#navMenu li.CurrentPage {font-size: 14px;}
#navMenu li.CurrentCategory1 {font-size: 18px;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ==========================Callout Styles ========================== */
.callout {
	background-color: #EBEBEB;
	border: 1px solid #3B1E5D;
}
.callout h1 {
	padding: 5px 10px 5px 10px;
	background-color: #3B1E5D;
	color: #E7CA2E;
	font-size: 16px;
}
.callout p {
	padding: 5px 10px 8px 10px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B1E5D;
}
.calloutContainer {
	float: right;
	width: 206px;
	padding: 0px 0px 10px 10px;
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 5px 0px 5px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #2F4363;
	border-right: 8px solid #3B1E5D;}
	
/* =========== */
#pagePhoto {
	background-image: url(/Common/Img/gilbert-homePhoto.jpg);
}