/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
	font-family: Arial, Verdana, Lucida, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}

html {
	background: #fff;
}
.clear{
	clear:both;
}
img {
	/*border: 4px solid #E9E9E9;*/
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 960px;  
	margin: 0 auto;
	border: 1px solid #000; 
}
#Container { 
	width: 960px;
	padding-bottom: 15px;
	/*background: #fff url(../images/containerbg.gif) repeat-y;*/
	}
#Layout {
	width: 800px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}

#Layout .typography .contentTable .right { margin-left: 200px; width: 150px; }
.gold { color: #d2ab67; font-weight: bold;}

#Layout .typography div table tbody tr td p {padding: 0; margin: 0; }
#Layout .typography div table tbody tr td {padding: 0; margin: 0; width: 340px; vertical-align: top;}
#Layout .typography .contentTable table tbody tr td p{ text-align: left; width :400px; padding: 10px; font-size: 10pt; line-height: 1.5em; }
#Layout .typography .flowTable table tbody tr td { text-align: left; width :400px; font-size: 8pt; line-height: 1.5em; }

#Layout .typography .products table tbody tr td p { text-align: center; padding: 0; margin: 0; font-size: 9pt; line-height: 1.5em; }
#Layout .typography .products table tbody tr td { padding: 0; margin: 0; width: 300px; vertical-align: top; }

#Layout .typography .contentTable table tbody tr td p {text-align: left; width:380px; line-height: 1.1em; }
#Layout .typography .contentTable strong {font-weight: 520; }
#Layout .typography .contentTable .priceTable #priceTable tbody tr td { padding: 0; font-size: 8pt; line-height: 1.5em; }
#Layout .typography .contentTable .priceTable #priceTable tbody tr td p {  width: 300px; font-size: 9pt; line-height: 1.5em; padding:0; margin:0; }
#Layout .typography .contentTable .priceTable #priceTable { margin-left: 10px; width 250px; }

#Layout .typography .bigText {font-size: 12pt; width: 800px; margin: 0;}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}

.hide {
 display:none;
}

.hidden { 
	visibility: hidden;
	height: 0px;
	}
.unhidden { 
	visibility: visible;
	
	}


/** Header **/
#Header2 { 
 	width: 960px; 
 	margin: 0 auto;
	overflow: hidden;
	height: 180px;
	background: #404042 url(../images/mesalillsheader.jpg) no-repeat left;
	display:none;
	}
#Header { 
 	width: 960px; 
 	margin: 0 auto;
	overflow: hidden;
	height: 180px;
	background: #404042 url(../images/mesalillsheader.jpg) no-repeat left;
	display:none;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
#HeaderPics {
	float: right;
	margin-top: 20px;
}

/*** Main Nav ***/
#Navigation {
	width: 960px;
	background: #6d6e71;
	height:32px;
	position:relative;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html #Navigation {width:960px; w\idth:960px;}
/* remove all the bullets, borders and padding from the default list styling */
#Navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
/*#Navigation ul ul {width:149px;}*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#Navigation li {
	float: left;
	width: 136px;
	position: relative;
}

/* style the links for the top level */
#Navigation a, #Navigation a:visited {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	height: 31px;
	line-height: 29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #Navigation a, * html #Navigation a:visited {width:149px; w\idth:136px;}

/* style the second level background */
#Navigation ul ul a.drop, #Navigation ul ul a.drop:visited {
	background: #6d6e71;
}
/* style the second level hover */
#Navigation ul ul a.drop:hover{
	background: #6d6e71;
}
#Navigation ul ul :hover > a.drop {
	background: #6d6e71;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#Navigation ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 137px;
}

/* another hack for IE5.5 */
* html #Navigation ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#Navigation table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#Navigation ul ul a, #Navigation ul ul a:visited {
	background: #4c4d4f;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
}
/* yet another hack for IE5.5 */
* html #Navigation ul ul a, * html #Navigation ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#Navigation a:hover, #Navigation ul ul a:hover{
	color: #d2ac67;
	background: #4c4d4f;
}
#Navigation :hover > a, #Navigation ul ul :hover > a {
	color:#d2ac67;
	background:#4c4d4f;
}

/* make the second level visible when hover on first level list OR link */
#Navigation ul li:hover ul,
#Navigation ul a:hover ul{visibility: visible; }



/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxes ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
            color: #666;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            width: 193px;
            padding: 4px 0 10px 0;
            background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      }
      ul#Menu2 li ul li ul {
            background: #DCDCDC;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #DCDCDC;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


#Contact {
	text-align: left;
	}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 960px; 
	height: 7em; 
	background: #404042; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		/*background: transparent url(../images/footerTop.gif) no-repeat top left;*/
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #d2ac67;
		font-size: 1.2em;
		text-align: center;
		margin-top: -0.6em;
		letter-spacing: 0.2em;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
#mail {
	display: none !important;
}
  