/* CSS Document */

* {
    margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
    	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }
body {

	font-family:Tahoma, Geneva, sans-serif;
	background:#000000;
	color: #b9b9b9;
}
@font-face {
	font-family: 'Gotham';
	src: url('../files/gothamhtf-light.eot?#iefix') format('embedded-opentype'), 
	     url('../files/gothamhtf-light.woff') format('woff'), 
	     url('../files/gothamhtf-light.ttf')  format('truetype'),
	     url('../files/gothamhtf-light.svg#svgFontName') format('svg');
	}
  /* langmenu */
  #langmenu {
    left: 0px;
    position: absolute;
    top: 0px;
  }
   #langmenu ul {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    float: right;
   }
    #langmenu li {
     float: none;
     list-style-type: none;
     padding: 0 10px;
    }
     #langmenu a {
      font-size: 11px;
      text-decoration: none;
      color: #5a5a5a;
      text-transform: uppercase;
     }
     #langmenu li.active a, #langmenu a:hover  {
      color: #b23030;
     }
     .languages-body {
      margin-top: 0px;
     }
     
.wrapper {
	position: relative;
	width: 920px;
	font-size: 0.9em;
	margin: 0 auto; /* -60px; */
	margin-left:0px;
	float:left;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* -60px;  the bottom margin is the negative value of the footer's height */
	background: url(../images/bg.gif) repeat-y top left #1f1f1f;
    padding-bottom: 60px;
}


.gotham {
    font-family:"Gotham";
}

.half {
    width: 50%;
    float: left;
    }
.contactheading {
    display:block;
    font-family:"Gotham";
    font-size: 24px;
    color: #b23030;
    margin-bottom: 30px;
}

.contactname {
    display:block;
    font-family:"Gotham";
    font-size: 20px;
    color: #b23030;
    margin-bottom: 5px;
}

.contacttitle {
    display: block;
    font-family:"Gotham";
    font-size: 18px;
    color: #b23030;
}
.contactdetail {
    display: block;
    margin-bottom: 20px;
}
.contact_rightcol .contactdetail {
    display: block;
    margin-bottom: 5px;
}
.contact_leftcol {
    text-align: right;
    width: 165px;
    display:block;
    float: left;
    margin-right: 15px;
}
.office_contacts {
    padding-top: 40px;
}
.office_contacts .contact_leftcol {
    text-align: left;
    width: 220px;
    display:block;
    float: none;
    margin-right: 0px;
}
.contact_rightcol {
    width: 165px;
    display:block;
    float: left;
}
.office_contacts .contact_rightcol {
    width: 220px;
    display:block;
    float: none;
}

.leftcol, .refdetails {
    width: 345px;
    display:block;
    float: left;
    margin-right: 60px;
}
.rightcol, .refimages {
    width: 345px;
    display:block;
    float: left;
}
.header {
	display: block;
	background: url(../images/bg.gif) repeat-y top left #1f1f1f;
	height: 160px;
	padding:0px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 920px;
    z-index: 1000;
}
ul.contacts {
    display: block;
    float: none;
    clear: both;
}
ul.contacts li {
    display: block;
    float: left;
    width: 345px;
}
ul.office_contacts li {
    width: 220px;
}
.office_contacts .contactname {
    padding-right: 10px;
}
ul.contacts li img {
    display: block;
    width: 345px;
    margin-bottom: 15px;
}
ul.contacts li:nth-child(odd) {
    margin-right: 60px;
}
ul.contacts li+li+li {
    margin-top: 30px;
}
.mainmenu {
	margin-top: 36px;
	margin-right: 40px;
	display: block;
	float:right;
	font-family:"Gotham";
	font-size: 22px;

}
.mainmenu a{
	color: #fff;
}
.mainmenu li{
	margin-bottom: 6px;
	background-image: url(../images/mainmenu_li.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 34px;
}
.logoimage {
	display:block;
	margin-left: 100px;
	margin-top: 46px;
	float:left;
}
.content {
    clear: both;
	display:block;
	height: 100% auto;
	width: 750px;
	padding: 0px;
	margin-left:100px;
	margin-bottom:30px;
}
.dynamic {
    margin-top: 180px;
    background: url(../images/bg.gif) repeat-y top left #1f1f1f;
	float: none;
	clear:both;
}
.footer {
    background: url(../images/bg.gif) repeat-y top left #1f1f1f;
    display:block;
	clear:both;
	float:left;
	position: relative;
	width: 870px;
	margin: 0 auto;
}
.footer, .push {
    background: url(../images/bg.gif) repeat-y top left #1f1f1f;
	height: 60px; /* .push must be the same height as .footer */
}
.splitter {
	display: block;
	clear:both;
	background: url(../images/splitbg.gif) bottom left no-repeat;
	text-align:right;
	padding:0px;
	height: 48px;
}
.headsplitter {
    display: block;
    overflow: hidden;
	clear:both;
	background: url(../images/splitbg.gif) bottom left no-repeat;
	text-align:right;
	padding:0px;
	height: 27px;

}
.splitter img, .splitter a{
	padding: 0px;
	margin: 0px;
}
.title {
	font-family:"Gotham";
	font-size:32px;
	margin: 20px;
	margin-bottom: 34px;
	display: block;
	text-align:right;
	padding: 0px;
	color:#393634;
}
.slogan {
	font-family:"Gotham";
	font-size:32px;
	line-height: 50px;
	margin-bottom: 34px;
	display: block;
	padding: 0px;
	color:#4c4040;
}
div.cols {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-o-column-count: 2;
	-o-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}
p {
	margin-bottom: 25px;
	font-size:12px;
	line-height:21px;
    text-align:justify;
    text-justify:auto;
}
a, a:visited {
	text-decoration: none;
	color: #484747;
	border:none;
}
.mainmenu a:visited {
	color: #fff;
}
img {
	border:none;
}
a:hover, a:active, a.selected, a.current, .mainmenu a:hover {
	color: #b23030;
}
ul, li {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.teenusedmenu {
	display:block;
	width:345px;
	float:left;
	margin-right: 60px;
}
ul.teenusedmenu img{
	display:block;
	width:345px;
	margin-top: 60px;
	overflow:hidden;
}
div.teenusedwrap {
	display:block;
	width:345px;
	float:left;
	min-height: 560px;
}
div.teenusedcontainer {
	display:block;
}
div.teenusedwrap ul {
	margin-bottom: 25px;
}
div.teenusedwrap ul li{
	margin-bottom: 6px;
	background-image: url(../images/menu_li.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	font-size: 12px;
}
ul.teenusedmenu li {
	font-family:"Gotham";
	text-transform:uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

ul.refmenu {
    display: block; 
    float:none;
    clear:both;
    width: 750px;
}
ul.years {
    display: block; 
    float:none;
    clear:both;
    width: 750px;
    padding-top: 20px;
}
ul.refmenu li {
    display: block; 
    float:left;
    color: #484747;
    font-family:"Gotham";
    text-transform:uppercase;
    font-size: 18px;
    padding: 6px;
}
ul.innerlist, ul.yearlist {
    display: block; 
    float:none;
    clear:both;
}

ul.innerlist li {
    display: block; 
    float:left;
    color: #484747;
    padding: 6px;
    background-image: url(../images/menu_li.gif);
    background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 14px;
    margin-left: 10px;
}
ul.refmenu li a {
    color: #484747;
}
ul.refmenu li a:hover, ul.refmenu li a:active, ul.refmenu li a.selected, ul.refmenu li a.current {
    color: #b23030;
}

.refimages .map img {
    position: absolute; top: -9999px; left: -9999px;
}
.refimages .map a {
    position: absolute; top: 00px; right: 0px;
}
.refimages .map a img {
    position: absolute; top: 0px; left: 0px;
}
.refimages .map img:first-child, .refimages .map img.current  {
    position: static;
    top: 0px;
    left:0px;
}
TABLE.reftable {
    margin-top: 20px;
    width: 750px;
    float:none;
}
.reftable .contactheading {
    display:block;
    font-family:"Gotham";
    font-size: 24px;
    color: #b23030;
    line-height: 22px;
    padding-right: 20px;
}
.reftable .contacttitle {
    display:block;
    padding-bottom: 10px;
    padding-right: 20px;
}
.reftable .contactdetail {
    width: 150px;
    display:block;
    padding: 6px;
    padding-right: 20px;
    border-bottom: 1px solid #262626;
    border-left: 1px solid #262626;
}
.reftable .address {
    width: 354px;
    display:block;
    padding: 6px;
    padding-right: 20px;
    border-bottom: 1px solid #262626;
    border-left: 1px solid #262626;
}

ul.innerlist {
    display: block; 
    float: left;
    clear: none;
    width: 190px;
}

ul.innerlist li {
    display: block;
    color: #484747;
    background-image: url(../images/menu_li.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 9px;
    padding-left: 14px;
    width: 150px;
}



ul.innerlist li:not(:last-child) {
    border-bottom: 1px dotted #484747;
}
TABLE.reftable {
    display: block;
    width: 500px;
}
ul.years > li.hide ul.yearlist {
    float: none;
    clear: both;
}
ul.years > li:not(.hide) ul.yearlist {
    display:block;
    clear: none;
    float: right;
}
ul.years > li:not(.hide) {
    display: block;
}
TABLE.reftable TD.reftd {
    width: 200px;
    /* padding: 40px; */
    padding-top: 0px;
    vertical-align: top;
}
TABLE.reftable TD.reftd * {
    border: none;
}
TABLE.reftable {
    width: 540px;
    margin: 0;
    padding: 0;
}
.reftable .contactheading {
    font-family:"Gotham";
    font-size: 24px;
    color: #b23030;
    line-height: 22px;
}
.reftable .contacttitle {
    font-family:"Tahoma";
    font-size: 12px;
    margin: 0px;
    margin-right: 20px;
    margin-top: 9px;
    padding: 0px;
}
.reftable .contactdetail {
    font-size: 12px;
    display:block;
    margin: 0px;
    padding: 0px;
}
.reftable .address {
    display:block;
    width: 140px;
}
.reftable span {
    width: 140px;
}
.refimages .map {
    display:block;
    position: relative;
    width: 345px;
    height: 259px;
    overflow: hidden;
    padding: 0px;
}
.refimages .map>img{
    width: 345px;
}

