.float-left { float: left; }
.float-right { float: right; }
.nnlink	{ display: none;}

html,
body	{
	margin: 0 auto;
	padding: 0;
	height: 100%;
    background-color: rgb(228,228,228);
    text-align: center;
    font: 15px/1 "Trebuchet MS", Verdana, Arial, sans-serif;
}
body    {
    width: 970px;
}

body,
a   {
    color: rgb(100,80,30);
}

h1  {
    color: rgb(240,160,30);
    font-size: 24px;
    margin-top: 0px;
    padding-top: 0px;
}

#wrapper,
#maincontent,
#footer {
    background: rgb(228,228,228) url(../img/content-background.png) top center repeat-y;
}

#wrapper	{
	width: 970px;
	margin: 0 auto;
	text-align: left;
    height: 100%;
}

#header {
    background: rgb(255,255,254) url(../img/header-background.jpg) top right no-repeat;
    border-bottom: 1px solid #777;
}

#headerlink {
    position: absolute;
    top: 0;
    margin-left:160px;
    display: block;
    height: 105px;
    width: 810px;
}

ul.white li,
ul.white li a   {
    color: #fff;
}

ul.vertical,
ul.vertical li,
ul.horizontal,
ul.horizontal li {
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
ul.vertical {
    width: 150px;
    height: 160px;
    background: rgb(240,160,31) url(../img/menuitem-background.png) top center repeat-y;
    border-left: 1px solid #777;
    border-right: 1px solid #fff;
}
ul.vertical li  {
    border-bottom: 1px solid #fff;
}
ul.vertical li:first-child  {
    display: none;
}
ul.vertical li,
ul.vertical li a    {
    width: 150px;
    height: 26px;
    line-height: 26px;
    display: block;
}
ul.vertical li a    {
    width: 140px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
ul.vertical li a:hover  {
    background: rgb(240,160,32) url(../img/menuitem-background-active.png) top center repeat-y;
}
ul.horizontal  {
    position: absolute;
    top: 113px;
    margin-left: 151px;
}
ul.horizontal li {
	display: inline;
    margin-left: 7px;
}
ul.horizontal li a,
ul.horizontal li span   {
    margin-right: 7px;
}
ul.breadcrumbs,
ul.breadcrumbs li,
ul.breadcrumbs li a {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
ul.breadcrumbs  {
    margin-left: 158px;
}
ul.breadcrumbs li,
ul.breadcrumbs li a {
    margin: 0;
}
ul.horizontal li a:hover   {
   color: rgb(240,160,33);
   text-decoration: none;
}

ul.address,
ul.address li,
ul.address li a {
    height: 24px;
    line-height: 24px;
}
ul.address  {
    top: 135px;
    padding-left: 2px;
}

#maincontent    {
    padding: 20px;
}
#maincontent img    {
    border: 0;
}
#maincontent #categories    {
    position: relative;
    overflow: hidden;
    width: 968px;
    height: 270px;
    display: block;
    margin-left: -19px;
    white-space: nowrap;
}

#offerteform    {
    margin: -20px;
    height: 1320px;
    width: 970px;
    border: none;
}

#footer {
    text-align: center;
    height: 30px;
}
