﻿* {
	margin: 0;
}
html,body {
    font-family:'Trebuchet MS',Tahoma;
    background-image:url('/assets/images/bg-page-top.png'),url('/assets/images/bg_pattern.png');
    background-position:top;
    background-repeat:no-repeat,repeat-x;
    height:100%;
    font-size:11pt;
}
.content 
{
    margin:30px auto;
    width:960px;
    min-height:270px;
    background-color:#fff;
}
.site-header {
    height:134px;
    width:960px;
    margin:auto;
    top:0px;
}
#slider1_container {
    width:960px;
    height:290px;
    background-color:#fff;
    border:solid 1px #d5d2d2;
    margin:auto;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -60px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 60px; 
  width:100%;
}
.site-footer {
    font-family:'Trebuchet MS',Tahoma;
    font-size:8pt;
    color:#3c3b3b;
    background-image:url('/assets/images/bg_footer.png');
    background-repeat:repeat-x;
    text-align:center;
}


.list-item
{
    width:20px; 
    height:20px;
    vertical-align:top;
}

.ref-table-text
{
        vertical-align:top;
    text-align:left;
}



/* MENU */
#nav-menu {
 background:#5d1b1b;
 background-image:url('/assets/images/menu_bg_texture.png');
 float: right;
 margin-left:auto;
 margin-right:0px;
 margin-top: 50px; 
 margin-bottom: 0px; 
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 0px;
 padding-bottom: 0px;
 border: 1px solid #850f0f;
 border-radius:5px;
} 

#nav {
 float: right;
 margin-left:auto;
 margin:5px;
 padding: 0;
}
 
#nav li a, #nav li {
 float: left;
}
 
#nav li {
 list-style: none;
 position: relative;
}
 
#nav li a {
 background: #5d1b1b;
 background-image:url('/assets/images/menu_inner-bg_texture.png');
 padding: 0.5em 1em;
 text-decoration: none;
 color: white;
 margin-top:0px;
 margin-bottom:0px;
 /*background: -moz-linear-gradient(top, black, #919191 1px, #292929 25px);
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #919191), to(#6F6C75));
 border-right: 1px solid #919191;
 border-left: 1px solid #6F6C75;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;*/
}
 
#nav li a:hover {
 background: #850f0f;
 margin-top:0px;
 margin-bottom:0px;
 background: -moz-linear-gradient(top, #78A7DF, #88A2EA);
 background: -webkit-gradient(linear, left top, left bottom, from(#78A7DF), to(#88A2EA));
}
/* Submenu */
 
.hasChildren {
 position: absolute;
 width: 5px; height: 5px;
 background: black;
 right : 0;
 bottom: 0;
}
 
#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}
 
#nav li:hover > ul {
 display: block;
}
 
#nav li ul li, #nav li ul li a {
 float: none;
}
 
#nav li ul li {
 _display: inline; /* for IE6 */
}
 
#nav li ul li a {
 width: 150px;
 display: block;
}
 
/* SUBSUB Menu */
 
#nav li ul li ul {
 display: none;
}
 
#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}
#nav li ul
<pre>