﻿*
{
 padding: 0;
 margin: 0;
 font-family: Arial;
 -boz-box-sizing: border-box;
 border:0;
}
body
{
 background: #E7F1F8 url(i/bgBody.jpg) no-repeat;
 background-position: center bottom;
 text-align: center;
}

td, div, span
{
 font-size: 11px;
 line-height: 135%;
}
#MainContainer
{
 background: transparent url(i/bgHolder.png) repeat-y center center;
 text-align: center;
 padding-bottom: 7px;
}
#UpperContainer
{
 display: inline-block;
 background: transparent url(i/bgUpperContainer.png) no-repeat;
 width: 973px;
 height: 175px;
}
#Logos
{
 float: left;
 width: 320px;
 text-align: center;
}
#UpperContent
{
 float: left;
 margin: 7px 0 0 0;
}
#UpperMenu
{
 width: 754px;
 display: inline-block;
 height: 37px;
 text-align: center;
}
#UpperMenu a
{
 display: inline-block;
 float: left;
 height: 37px;
 overflow: hidden;
 background-repeat: no-repeat;
}
#UpperMenu a:Hover
{
 background-position: 0 -38px;
}
#ContentBox
{
 width: 960px;
 display: inline-block;
 background: transparent url(i/bgContent.png) no-repeat;
 height: 560px;
 margin-bottom: 13px;
}
#DetailBox
{
 width: 967px;
 display: inline-block;
 margin-bottom: 13px;
}
#LeftMenu
{
float:left;
 width: 290px;
 display: inline-block;
}
#LeftMenu #Header {
display:block;
background:transparent url(i/leftMenuHeader.png) no-repeat;
width:290px;
height:15px;
}
#LeftMenu #Footer{
display:block;
background:transparent url(i/leftMenuFooter.png) no-repeat;
width:290px;
height:15px;
}
#LeftMenu #Sus{
display:block;
background:transparent url(i/leftMenuSus.png) no-repeat;
width:290px;
height:50px;
}
#LeftMenu #Content{
display:block;
background:transparent url(i/leftMenuBG.png) repeat-y;
/*min-height:350px;*/
}
#DetailContent
{
float:left;
width:673px;
}
#DetailContent #Header {
display:block;
background:transparent url(i/DetailContentHeader.png) no-repeat;
width:673px;
height:17px;
}
#DetailContent #Content
{
display:block;
background:#fff url(i/DetailContentBG.png) repeat-y;
min-height:550px;
}
#DetailContent #Footer
{
display:block;
background:transparent url(i/DetailContentFooter.png) no-repeat;
width:673px;
height:17px;
}
.menuSeperator
{
 float: left;
 width: 2px;
 margin-top: 5px;
 height: 23px;
 background: transparent url(i/mSeperator.gif) no-repeat center center;
}
.DivClear
{
 clear: both;
}
.invContent
{
 display: none;
}
ul.ulProperties {
display:inline-block;
width:230px;
text-align:center;
margin:13px 0 13px 0;
}
ul.ulProperties li {
margin-top:5px;
text-align:left;
padding-left:13px;
list-style:none;
background:transparent url(i/bullet.gif) no-repeat;
}