table td, table td p {
    margin: 0px;
}

* { outline: none; }

body {
    font: normal 11px Arial, Helvetica, sans-serif;
    text-align: center;
    background: url('/web/gfx/body.jpg') center repeat-y;
    color: #545454;
    behavior:url("/web/js/csshover.htc");
}

h1 {
    font-size: 20px;
}

a { color: #003f6d; }
a:hover { text-decoration: none; }

a img {
    border: none;
}

div#wrapper {
    position: relative;
    margin: auto;
    padding: 3px;
    width: 780px;
    text-align: left;
    background: #f6f6f6 url('/web/gfx/wrapperBg.gif') center repeat-y;
    overflow: auto;
}

div#wrapper img#banner {
    position: relative;
    z-index: 20;
}

div#wrapper img.bottomTop {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

div#wrapper img.bottomBg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

div#sidebar {
    display: inline;
    float: left;
    margin: 20px;
    width: 150px;
}

div#sidebar h2 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 5px;
    border-bottom: #c8c8c8 solid 2px;
    font-size: 16px;
    text-transform: uppercase;
}

div#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#sidebar li {
    position: relative;
    padding: 0px 0px 0px 10px;
}

div#sidebar li:hover {
    background: #f7b636;
}

div#sidebar a {
    display: inline;
    margin: 0px 20px 0px 0px;
    text-decoration: none;
    color: #545454;
}

#sidebar a.toogle {
    position: absolute;
    float: right;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
}

div#sidebar li.root, div#sidebar a.root {
    display: block;
    padding-left: 5px;
    font-weight: bold;
}

div#sidebar a.root:hover {
    padding-left: 5px;
    background: #f7b636;
}

div#content {
    position: relative;
    z-index: 100;
    display: inline;
    float: right;
    margin: 20px;
    width: 550px;
}

div#content ul#breadcrumb {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    border-bottom: #c8c8c8 solid 2px;
    width: 550px;
}

div#content ul#breadcrumb li {
    display: inline;
    padding-right: 14px;
    margin-right: 2px;
    background: url('/web/gfx/breadcrumbArrow.gif') center right no-repeat;
}

div#content ul#breadcrumb li.last { font-weight: bold; }

div#content ul#breadcrumb a {
    text-decoration: none;
    color: #545454;
}

div#content ul#breadcrumb a:hover { text-decoration: underline; }

ul.messages {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.error {
    font-weight: bold;
    color: #f00;
}

form {
    margin: 10px 0 0 0;
    border: #545454 solid 1px;
    padding: 10px;
}

form fieldset { border: none; 
    margin:5px;
}

form input, form textarea, input {
    border: #545454 solid 1px;
}

form textarea {
    width: 225px;
    height: 50px;
}

form textarea.big {
    width: 100%;
    height: 150px;
}

div#loginBox {
    margin: 10px 0 1px 0;
    padding: 5px 0 0 0px;
    border-top: #c8c8c8 solid 2px;
    text-transform: none;
}

#content div#loginBox {
    position: absolute;
    top: -73px;
    right: -15px;
    margin: 0px;
    padding: 0px;
    border-top: none;
    width: 153px;
}

div#loginBox a, div#loginBox a:hover {
    display: inline;
    padding: 0px;
    background: none;
    text-decoration: underline;
}

div#loginBox a:hover {
    text-decoration: none;
}

div#sidebar form.login, div#sidebar form.login fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}

div#sidebar form.login input {
    width: 90px;
    height: 12px;
    border: #545454 solid 1px;
    background: #f6f6f6;
    font-size: 10px;
    margin-bottom: 2px;
}

div#sidebar form.login input.submit {
    padding: 0px;
    border: none;
    background: #f6f6f6;
    height: 20px;
    font-weight: bold;
    text-align: right;
}

div.buttons {
    margin-right: 0px;
    text-align: right;
}

input.button {
    width: 100px;
}

#footer {
    position: relative;
    margin: 10px auto;
    padding: 3px;
    width: 740px;
    border-top: #67666b solid 1px;
    text-align: left;
}

#footer ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer ul li {
    display: inline;
    margin-right: 15px;
}

#footer ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #606163;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer a.banner {
    float: right;
}

#top {
    position: relative;
    margin: 10px auto;
    padding: 3px 0px;
    width: 100%;
    height: 80px;
    background: url('/web/gfx/tinyTopBg.gif') bottom repeat-x;
    text-align: left;
}

#inTop {
    position: relative;
    margin: 0px auto;
    width: 820px;
    height: 80px;
    text-align: left;
}

#top .tri {
    position: absolute;
    left: 3px;
    bottom: -3px;
}

#top .title {
    position: absolute;
    top: 10px;
    left: 150px;
}

#top .contact {
    position: absolute;
    bottom: 5px;
    right: 30px;
    font-size: 12px;
    font-weight: bold;
}

#top ul {
    position: absolute;
    bottom: 5px;
    left: 150px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#top ul li {
    display: inline;
    margin-right: 25px;
    font-size: 12px;
}

#top ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #606163;
}

#leftRoot { float: left; }

#rightCategory { float: right; clear: right; }

#leftRoot, #rightCategory {
    margin-top: 10px;
    width: 45%;
    text-align: center;
    border: #cdcdcd solid 1px;
}

#leftRoot input, #rightCategory input{ width: 80%; }

LI.root	{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}

#loginBox	{
	font-size:10px;
	width:140px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
