/* Global reset */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }*/
a{
	border: 0px;
}
img{
	border: none;
}
/* HTML Defs */
body {
	background-color: #3C3529;
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
		
p a,  a:link, a:visited, a:active {
  color: #4d4436;
  font-weight: bold;
  text-decoration: none;
}
p a:hover {
  color: #4d4436;
  font-weight: bold;
  text-decoration: underline;
}
h1 {
  color: #4d4436;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}

* html img,
* html .png {
  azimuth: expression(
    this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
  );
}

/* Page STRUCTURE */
div.outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 904px;
  height: 600px;
}
/* Header */
div.header {
	height: 172px;
}
.logo{
	width:291px;
	height:146px;
	margin:19px 0 0 8px;
	display: inline;
	float: left;
	background:url(../images/tortilla_logo.png) no-repeat;
	overflow:hidden;
}

/* Top Nav */
div.topnav {
	margin:80px 0 69px 0;
	float:right;
	display: inline;
}
td.topNav {vertical-align: top;}

/* Content */
div.contentWrapper {
	background-color: #FFFFFF;
	width: 885px;
	margin: 0;
	padding: 10px;
    height: 600px;
	position: absolute;
}
div.contentBorder {
	background-color: #FFFFFF;
	border: solid #4d4436 1px;
	width: 883px;
	margin: 0px;
	padding: 0;
	overflow: auto;
  height: 600px;
}

div.clearFloat {
  clear: left;
  display: block;
}

/* Footer */
div.footer {
  margin: 0 auto 0 auto;
	border-top:solid 1px #FFFFFF;
	width: 100%;
	position: absolute;
}
ul.footer {
	float:left;
	display:inline;
	margin:2px 0 0 2px;
	padding: 0;
	color: #ffffff;
	height: 20px;
	text-align: left;
	width: 650px;
}
li.footer {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	color:#ffffff;
	text-decoration:none;
}
a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color:#ffffff;
	text-decoration:none;
}
a.footer:hover {
	color: #8eded9;
	text-decoration: none;
}
/*	footer search styles	*/
div.search {
	float: right;
	margin-right: 0px;
	display: inline;
}
form.search{
	width:225px;
	overflow:hidden;
	margin:0 2px 0 0;
	padding:0;
}
fieldset.search{
	margin:0;
	padding:0;
	border:none;
}
label.search{
	float:left;
	margin:4px 0 0 0;
	padding:0 5px 0 0;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
}
input.searchTxt{
	float:left;
	width:122px;
	height:12px;
	margin:3px 0 0 0;
	border:1px #4d4436 solid;
	background:#ffffff;
	font-size:11px;
	color:#4d4436;
}

span.note{
	height:12px;
	background:#ffffff;
	font-size:11px;
	color:#4d4436;
}
span.note_title{
	height:12px;
	background:#ffffff;
	font-size:11px;
	color:red;
}
div.hintDiv{
	position: absolute;
	width: 400px;
	height: 200px;
	border: 1px yellow groove;
	color: black;
	background: lightyellow;
	z-Index: 999999;
	display: none;
}