/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remove the silly firefox outline on links */
a:focus {	outline: none; border: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse;	border-spacing: 0; }

/* P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after { content: "."; font-size: 0; clear: both; height: 0; visibility: hidden; display: block; }

.clearfix { display: inline-block; /* Fixes IE/Mac */ }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Fixes IE's default image-scaling to a smoother, bicubic resizing */
* img { -ms-interpolation-mode:bicubic; }


body {
	background: #dfd5bc url(images/bg.jpg) left top repeat-x;
	font-family: Helvetica, Arial, Geneva, "Liberation Sans", sans-serif;
	font-size: 12px;
}

td, input, textarea{
	font-size:11px;
	line-height:14px;  
	color:#1B1212;	
	vertical-align:top;
}

a { color:#9E3705;}
a:hover { text-decoration: none;}
a img { border:0;}

#containerMain {
	margin: 0 auto; 
	width:766px;
}
	
.titles {
	font-size:14px;
	line-height:14px;  
	color:#451313;	
	vertical-align:top;
	font-weight:bold;
}

.indentType {
margin-left: 12px;
margin-bottom: 6px;
}

.form { height:22px; margin-bottom:15px;}
.form input {width:150px; height:19px; border: 1px solid #34030C; color:#1B1212; background:#E9E7D8; padding:2px 0 0 6px;}
textarea { width:150px; height:233px; border: 1px solid #34030C; color:#1B1212; background:#E9E7D8; overflow:auto; padding:2px 0 0 8px; }


/* ========== */
/* ! Header   */
/* ========== */

#header {
	height: 278px;
	padding: 37px 0 0 0;
	position: relative;
	width: 720px;
}

#navContainer {
	height: 48px;
}

#navContainer ul li {
	display: inline;
	float: left;
}

#navContainer ul li a {
	background: url(images/headerNav.png) 0 0 repeat-x;
	color: #e9e7dc;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #591719;
	width: 93px;
}

#navContainer ul li a:hover,
#navContainer ul li a.active {
	background-position: 0 -49px;
	color: #fff;
}

#navContainer ul li a span.endcap {
	background: url(images/headerNav.png) 0 -98px no-repeat;
	display: block;
	height: 48px;
	position: absolute;
	right: -18px;
	top: 0;
	width: 26px;
}

#navContainer ul li a:hover span.endcap {
	background-position: 0 -147px;
}

h1#logoHead {
	background: url(images/bg_header.jpg) left top no-repeat;
	display: block;
	height: 232px;
}

h1#logoHead a {
	display: block;
	height: 232px;
	text-indent: -999em;
}