html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background: #12173F url('../media/template/bgrd3.jpg') repeat;
    background-attachment: fixed;
    margin: 0;
    height: 100%;
}

img {padding: 2px;}

a {
    color: #F5EB7A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#top {
    position: fixed;
    top: 0;
    background: #C8AA5F url('../media/template/bgrdtop1.jpg') repeat-x top left;
    width: 100%;
    height: 150px;
    clear: both;
    z-index: 999;
}
#logo {
    position: relative;
    width: 420px;
    margin-left:auto;
    margin-right:auto;
    clear: both;
}
#container {
    position: relative;
    top: 130px;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 255px;
    margin-top: 20px;
    padding: 10px 0 0 0;
    clear: both;
    border: 0px solid red;
}

.tabel td {
    border-top: 1px solid #555555;
    padding: 15px 3px 15px 3px;
}

.tabel img {border: 2px solid #888888;}

.tblinfo {
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
}
.tblinfo td {
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
}

#content {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.9em;
    color: #E1F0DC;
}
#xcontent p:first-letter {
    margin-left: 20px;
}

#bottom {
    position: fixed;
    bottom: 0;
    background: #C8AA5F;
    width: 100%;
    clear: both;
    z-index: 5;
}
.bottom2 {
    position: relative;
    width: 970px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #111842;
    padding-top: 5px;
    border: 0px solid red;
}

.bottom2 a {color: #DEDEDE;text-decoration: none}
.bottom2 a:visited {color: #DEDEDE;}
.bottom2 a:hover {color: #FFFFFF;}

hr {
    color: #C8AA5F;
    border: 0;
    background-color: #C8AA5F;
    height: 1px;
    width: 100%:
}

.hr1 {
    color: #111842;
    border: 0;
    background-color: #111842;
    height: 2px;
    width: 100%:
}

.hr2 {
    color: #cfb757;
    border: 0;
    background-color: #cfb757;
    height: 2px;
    width: 100%:
}

/* CSS MENU UPPER MOST for Avocat Tudor */

                
/* TOP MENU FORMATING
~~~~~~~~~~~~~~~~~~~~  */
ul.menu, li.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Header menu */	 
#header_menu {
	position: relative;
	margin-left: 2px;
	bbackground-color: #000000;
}
#header_menu li {
	line-height: normal;
}
#header_menu a {
    text-decoration:none;
}

ul#header_menu {
	z-index: 5;
}

#nav {
    position: relative;
    width: 100%;
    overflow:hidden;
    margin:auto;
    height: 54px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
#nav ul {
    margin: auto;
    float: left;
    left: 50%;
    list-style: none;
    text-align: center;
    padding: 10px 0;
    border: 0px solid red;
}
#nav ul li {
    float: left;
    display: block;
    right: 50%;
    margin: 10px 15px 0 15px;
    list-style: none;
    border: 0px solid red;
}
#nav ul li a {
        display: block;
        padding: 2px 0 5px 0;
        color: #FFFFFF;
        font-weight: bold;
        text-transform: uppercase;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	color: #501600;
	text-decoration: none;
	bborder-bottom: 2px solid #CC0000;
}
#nav li a:active, #nav ul li a.active {
	color: #111842;
}

/* Current page Customisations*/
#nav li.menu-current a {
	color: #501600;
	bborder-bottom: 2px solid #CC0000;
}

#nav li.menu-current a {
	font-weight: bold;
}

#nav ul li.menu-parent a {
    bborder-bottom: 2px solid #CC0000;
}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	bborder: 1px solid #cccc99;
	bborder-top: 0;
	font-size: 100%;
}
#nav .menu li ul li {
	width: 12em;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	color: #222222;
	border: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #111842;
	bbackground: #AA0000;
	border: 0;
}

#nav li.menu-parent a {
    color: #501600;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}
/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #AA0000;
	color: #666622;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */

