@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #F4E7CA url(../img/bg.jpg) repeat-y top center;
	font-family: arial;
	font-size: 80%;
}

a {
	color: #847040;
	text-decoration: none;
	border-bottom: 1px dotted #847040;
}

a:hover {
	color: #383838;
}

#global {
	width: 805px;
	background: url(../img/shadow.jpg) no-repeat top center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 760px;
	background: #FFFFFF;
	height: auto;
	margin-left: 23px;
}

#logo {
	text-align: center;
	margin-top: 20px;
}

#banner {
	float: left;
	margin-top: 13px;
}

#navigation {
	float: left;
	width: 100%;
	background: #847040;
	height: auto;
	word-spacing: 15px;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 0px;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .active {
	text-decoration: underline;
}

#content {
	float: left;
	padding: 20px;
	width: 510px;
}


#right {
	float: right;
	width: 200px;
	margin-right: 10px;
	height: auto;
}

#box {
	float: right;
	width: 200px;
	margin-top: 20px;
}

#box a {
	color: #FFFFFF;
}

#box a:hover {
	text-decoration: underline;
}

#box .pic {
	width: 100%;
	height: auto;
}

#box .title {
	height: auto;
	background: #847040;
	width: 192px;
	padding: 8px 0px 8px 8px;
	color: #FFFFFF;
}

#xmasmenu {
	float: left;
	display: none;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	border-top: 2px solid #C8B68C;
	color: #847040;
	font-size: 0.90em;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer .left {
	padding-top: 5px;
	float: left;
	width: auto;
	display: inline;	
}

#footer .right {
	padding-top: 5px;
	float: right;
	width: auto;
	display: inline;
}


#footer a {
	color: #847040;
}

a.button {
    background: transparent url(../img/bg_button_a_silver.jpg) no-repeat scroll top right;
    color: #000;
	border: 0px;
    display: block;
    float: left;
    font: 13px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 48px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../img/bg_button_span_silver.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 48px;
} 

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 48px; /* push text down 1px */
	
} 