/* ------------------------------ main navigation --------------------  */
ul#mainnav
{
height:20px;
padding-right:0;
float:left;
width:100%;


height:10px;
overflow:hidden;

}

ul#mainnav li
{
list-style:none;
float:left;
padding:0;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:13.6px;
width:144px;
height:32px;
background:url(../images/bg-mainnav.png) no-repeat left top;
padding:0 1px;
}

ul#mainnav li a
{
padding:0; margin:0;
color:#4c0e07;
display:block;
line-height:20px;
letter-spacing:normal;
font-weight:bold;
text-align:center;
text-transform:uppercase;
text-decoration:none;
outline:none;
cursor:pointer;
}


ul#mainnav li.active a, ul#mainnav li a:hover {
color:#9f0000;
} 
/* end: main navigation */


/* sections and headings with curves*/
#top { }
.section
{
background:url(../images/bg-section.gif) no-repeat right 32px;
background:url(../images/bg-section.gif) no-repeat 10px 33px;
margin-left:0px;
margin-right:0px;

height:62px;
clear:both;
padding:0;

float:left; margin:0; padding:0;  width:850px; overflow:hidden; 
margin-bottom:15px;
}



.section h1
{
font-size:18px;
font-weight:bold;
text-transform:uppercase;
float:left;
width:200px;
background:url(../images/bg-main-heading.gif) no-repeat left 0;
font-family:"Times New Roman", Times, serif;
letter-spacing:1px;
line-height:56px;
padding-top:5px;
padding-left:64px;
margin-bottom:0;
color:#FFFFFF;
}

.section h1#hmenu {background-image:url(../images/bg-menu-heading.gif);}
.section h1#hblog {background-image:url(../images/bg-menu-heading.gif);}
.section h1#hcompany {background-image:url(../images/bg-company-heading.gif);}
.section h1#hpartners {background-image:url(../images/bg-company-partners.gif);}

/* ----------------------- subnavigation ---------------------- */

ul#subnav
{
padding-right:0;
text-align:right;
float:right;
width:630px;
margin-top:20px;
margin-right:0px;

}

ul#subnav li
{

list-style:none;
text-align:right;
display:inline;
padding:0;
font-family:"Times New Roman", Times, serif;
font-size:13px;
background:url('../images/blt-subnav.gif') no-repeat left 4px;
padding-left:2px;
margin-left:5px;
}

ul#subnav li a
{
color:#9d1200;
font-size:13px;
text-decoration:none;
padding:0 10px;
outline:none;
}

ul#subnav li.active a, ul#subnav li a:hover {
text-decoration:underline;
} 
/* end: sub navigation */
