﻿/* mozilla tweak */
* { -moz-box-sizing: border-box; } 

/* common tags */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 5px 0px 0px 0px;
	background: #544230;
	font: 12px Verdana, Arial;
	color: #333333;
	background-image: url(/img/bg.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
ol {
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding-left: 2px;
}
ol li {
	font: 12px Verdana, Arial;
	padding: 2px;
}
p {
    font-size: 12px;
    margin: 0px;
	padding-bottom: 10px;
	line-height: 16px;
	padding-right: 5px;
}
a 
{
    font-size: 12px;
    color: #1090da;
    padding: 2px 6px 2px 6px;
}
a:hover {
    background: #e0e0e0;
    border: dashed 1px #1090da;
    padding: 1px 5px 1px 5px;
}

/* header */
#header {
	width: 600px;
	height: 80px;
	background-image: url(/img/logo.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #000000;
}
#header h1 {
	text-align: right;
	margin: 0px;
	padding: 12px;
	font-size: 15px;
	color: #ffffff;
}
#separator {
	width: 600px;
	height: 60px;
	background-image: url(/img/leaves.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	border-top: 0px;
}

/* content container box */
#container {
	width: 600px;
    height: 420px;
    min-height: 400px;
    overflow: visible;
	border: 1px solid #000000;
	border-top: 0px;
	background: #ffffff;
}

/* NAVIGATION */
#navigation {
    float: left;
    margin: 0px;
    width: 150px;
    height: 100%;
	background: #ffffff;
}
#navigation ul {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#navigation ul li {
    margin: 0px;
	padding: 7px;
	display: block; 
	cursor: pointer;
	margin-top: 7px;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
}
#navigation ul li.sub {
    margin: 0px;
    visibility: hidden;
    display: none;
    background: #ede3d7;
    padding-left: 14px;
}
#navigation ul li.selected {
	cursor: default;
	font-weight: bold;
	background: #cdc3b7;
	border: solid 1px #999999;
	padding: 6px;
	border-left: 0px;
}
#navigation ul li.open {
	background: #cdc3b7;
	padding: 6px;
	padding-left: 7px;
	border: solid 1px #999999;
	border-left: 0px;
}
#navigation ul li.subselected {
	cursor: default;
	font-weight: bold;
	background: #ede3d7;
	text-align: right;
	padding-right: 14px;
	margin: 0px;
}
#navigation ul li.hover, #navigation ul li.openhover, #navigation ul li.subhover {
    margin: 0px;
	padding: 6px;
	padding-left: 7px;
    background: #ffffff;
	border: dashed 1px #999999;
	border-left: 0px;
}
#navigation ul li.hover, #navigation ul li.openhover { margin-top: 7px; }
#navigation ul li.subhover { padding-left: 14px; }

/* CONTENT */
.content {
    float: left;
    height: 100%;
	width: 425px;
	padding: 0px 0px 20px 10px;
	visibility: hidden;
	display: none;
	background-image: url(/img/bgbranch.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content h2 {
	margin: 0; padding: 0;
	margin-top: 10px;
	font-size: 20px;
	position: relative;
	width: 420px; height: 50px;
	overflow: hidden;
	color: #ffffff;
}
.content h2 span {
	display: block;
	position: absolute;
	left: 0px; top: 0px; z-index: 1;
	width: 420px; height: 50px;
	margin: 0px; padding: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}
.content h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
.content img {
    vertical-align: middle;
}

.pricecol { padding-left: 15px; }

/* hide yui history iframe */

#yui-history-iframe { 
    position:absolute; 
    top:0; left:0; 
    width:1px; height:1px; 
    visibility:hidden; 
} 


