@charset "utf-8";
/* CSS Document */


/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* http://creativecommons.org/licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable,
 because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with
 normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }
/* more varnish stripping as necessary... */
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/**
 * 100% height layout with header and footer
 */

html, body 
{
	height: 100%; /* needed for cover min-height */
}

body {
	background:url(../images/middle.jpg) repeat-y center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#542506;
}

a:hover{
	color:#ff0000;
}

#full
{
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background: transparent url(../images/bottom.jpg) no-repeat center bottom;
	position: relative;
}

#full_in{
}
/**
 * END 100% height layout with header and footer
 */
 
#header{
	background:url(../images/header.jpg) no-repeat center;
	height:299px;
	width:100%;
}

#middle{
	text-align:center;
	padding-bottom: 55px;
}

#middle_in{
	margin: 0 auto;
	width: 964px;
	height: auto !important; /* real browsers */
	height: 484px; /* IE6: treaded as min-height*/ /* 390(middle left top bg height) + 149(bottom bg height) - 55(footer height) = 484px */
	min-height: 484px; /* real browsers */
	text-align: left;
	background:transparent url(../images/menu_box_bg.jpg) no-repeat top left;
}

#footer{
	width:100%;
	position: absolute;
	bottom: 0; /* stick to bottom */
	text-align:center;
	padding:0 0 28px 0;
	color:#94825e;
	font-size:11px;
}

#footer a{
	color:#94825e;
	font-size:11px;	
}

#breadcumb  {
    padding-left: 5px;
    padding-bottom: 20px;
        font-weight: bold;
    font-size: 11px;
    color: #A70404;

}

#breadcumb a:link, #breadcumb a:visited {

    font-weight: bold;
    font-size: 11px;
    color: #A70404;
}

#breadcumb a:hover, #breadcumb a:active {

    font-weight: bold;
    font-size: 11px;
    color: #A70404;
    text-decoration: underline;
}
