@import url("/css-template/global.css?SID=3aadd937e93d1b92e8cca73eb4baae6c");

/*
@font-face {
font-family:"Dax Condensed";
src:url(/fonts/DaxCondensed.ttf);
}
*/

.pageAdmin .pageCell {
    vertical-align: top;	
    border: #999999 2px solid;
}

.pageAdmin .pageCell:hover {
    vertical-align: top;	
    border: #0000ff 2px solid;
    background-color: #ccccff;
}
.pageCell table.cellAdminTable {
	z-index: 999999999;
    position: relative;
}
.pageCell table.cellAdminTable {
	border-collapse: collapse; /*IE7 and under*/
    border: #999999 2px solid;
    width: 100%;
}

.pageCell:hover table.cellAdminTable {
	border-collapse: collapse; /*IE7 and under*/
    border: #0000ff 2px solid;
    background-color: #ccccff;
    width: 100%;
}

.pageCell table.cellAdminTable tr {
    background-color: #cccccc;
    color: #000000;
}

.pageCell:hover table.cellAdminTable tr {
    background-color: #0000ff;
    color: #999999;
}

.pageCell table.cellAdminTable tr td {
    vertical-align: top;	
    padding: 2px;
}	

.pageCell table.contentAdminTable {
	border-collapse: collapse; /*IE7 and under*/
    border: #999999 2px solid;
    width: 100%;
}

.pageCell table.contentAdminTable:hover {
	border-collapse: collapse; /*IE7 and under*/
    border: #ff0000 2px solid;
    background-color: #ffcccc;
    width: 100%;
}

.pageCell .contentAdmin:hover {
	border: 1px #ff0000 solid;
}

.pageCell .contentAdmin .contentAdminTop {
	z-index: 999999999;
    position: relative;
	background-color: #cccccc;
	color: #000000;
    padding: 2px;
    height: 16px;
}

.pageCell .contentAdmin:hover .contentAdminTop {
	background-color: #ff0000;
	color: #ffffff;
    padding: 2px;
}

.pageCell .contentAdmin .contentAdminBottom {
	z-index: 999999999;
    position: relative;
    padding: 2px;
    height: 16px;
}

table.contentTable {
	border-collapse: collapse; /*IE7 and under*/
    border: 0px;
	width: 100%;
}

table.contentTable td {
	vertical-align: top;
	padding: 0px;
}

img.right {
	float: right;
	margin-left: 1px;
}

img.rightSpaced {
	float: right;
	margin-left: 10px;
}

img.topRight {
	float: right;
	margin-left: 1px;
	margin-bottom: 1px;
}

img.topRightSpaced {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 1px;
}

img.leftSpaced {
	float: left;
	margin-right: 10px;
}

img.topLeft {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}

img.topLeftSpaced {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.border {
	padding: 2px;
	border: #000000 1px solid;
}

img.adminIcon { 
    background-color: #000000; 
    /*background-image: url(/images/icons/bg_rounded.gif); */
    /*background-repeat: no-repeat; */
    cursor: pointer; 
    cursor: hand;/*quirk for IE5,IE55*/
} 

img.disabledAdminIcon { 
    background-color: #999999; 
    /*background-image: url(/images/icons/bg_rounded.gif); */
    /*background-repeat: no-repeat; */
    cursor: pointer; 
    cursor: hand;/*quirk for IE5,IE55*/
} 

.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; font: 11px Arial, Helvetica, sans-serif; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.open-tooltip {
	color: #ff00ff;
	background-color: #ffffff;
	border: #ff00ff 1px solid;
	padding-left: 2px;
	padding-right: 2px;
    cursor: pointer; 
    cursor: hand;/*quirk for IE5,IE55*/
}

h1 {
    font-size: 180%;
    font-weight: bold;
    color: #000000; 
}

h2 {
    font-size: 140%;
    font-weight: bold;
    color: #0a0a0a; 
}    

.searchResult {
    font-weight: bold;
}


body #page, #page td, #page p {
  font-family: Century Gothic, Verdana, Sans-Serif;
}
#page h1, #page h2, #page h3, #page h4{
  font-family: Century Gothic, Verdana, Arial, Sans-Serif;
  text-transform: lowercase;
}

#page a{
	color:#AA873C;
	font-weight: normal;
	text-decoration: none;
}

#page h1{
	color:#AA873C;
	font-weight: normal;
	font-size: 13pt;
}

#page h2 {
	color:#AA873C;
	font-weight: normal;
	font-size: 11pt;
}

#cell_1_0 {
	background: #000000;
	height: 140px;
	padding-left: 0px;
}

#cell_1_0 a {
	color: #AAAAAA;
	text-decoration: none;
}

#cell_1_0 a:hover {
	color: #888888;
	text-decoration: none;
}

#cell_1_0 img {
	padding: 0px;
	border: 0px;
}

#cell_1_2 {
	margin-top: 5px;
	min-height: 500px;
}

#cell_1_1 {
	margin-top: 0px;
	margin-left: 15px;
	color: #FFFFFF;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 9pt;
}

#cell_1_6 {
	background-color: transparent;
	padding: 0px;
}

#cell_2_0 {
	background-color: #0a0a0a;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	font-size: 8pt;
	color: #FFFFFF;
}

#cell_2_0 a {
	color: #AA873C;
	text-decoration: none;
}

#cell_2_0 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.gold {
	color: #AA873C;
}

.white {
	color:#ffffff;
}

#page ul, #page li {
    list-style-image: url('/images/bullet.gif');
}

div#banner-rotation {
    position: absolute;
    margin-top:0px;
    margin-left:192px;
    width:769px;
    height:92px;
}

div#slogan {
    position: absolute;
    margin-top: 15px;
    margin-left: 500px;
    width: 450px;
    height: 70px;
}

div#slogan img {
    margin-right: 0px;
}

div#logo {
    position:absolute;
    width: 961px;
    height: 115px;
    background: transparent url('/images/banner-overlay.png') no-repeat top right;
}

div#left-overflow {
    position:absolute;
    margin-left:-63px;
    margin-top:42px;
    width:63px;
    height:541px;
    background:transparent url('/images/left-overflow.png') no-repeat;
    z-index: 40;
}

div#right-overflow {
    position:absolute;
    margin-left:961px;
    margin-top:82px;
    width: 63px;
    height:1px;
    background:transparent url('/images/right-overflow.png') no-repeat;
}

div#wedge {
    position:absolute;
    margin-top:113px;
    margin-left:926px;
    width: 35px;
    height:368px;
    background:transparent url('/images/wedge.png') no-repeat;
    z-index:40;
}

#image1 {
    position:relative;
    top:0px;
    left:0px;
    height:317px;
    width:474px;
    z-index:30;
}

#image2 {
    position:absolute;
    top:0px;
    left:0px;
    height:317px;
    width:474px;
    background-color: transparent;
    z-index:35;
}

#slideshow-nav{
    position:absolute;
    top: 330px;
    height: 55px;
}

div#slideshow-nav img{
    border: 0px;
}

div#slideshow-nav td a {
    text-decoration: none;
}

#slidethumbs { 
    position: absolute;
    margin: auto; 
    border: 0px; 
    overflow: hidden; 
    top: 0px;
    left: 32px;
    height: 55px;
}

#slidethumbs a, #left-arrow a, #right-arrow a {
    outline: none;
}

#left-arrow, #right-arrow {
    position:absolute;
    padding-top:4px;
    height:55px;
    background-color:#000000;
}

#left-arrow {
    left:0px;
    width:26px;
}

#slidethumbsinside{ 
    white-space: nowrap;
    overflow: visible;
}

#slidethumbsinside img {
    margin-right: 3px;
}

#right-arrow {
    left:427px;
    width:32px;
    padding-left:8px;
} 


.thumbnail-gallery {
  width: 100%;
  text-align: center;
}

.thumbnail-gallery td {
  color: #FFFFFF;
  text-align: center;
  padding: 4px;
}

.thumbnail-gallery img {
  border: 1px solid #806040;
  text-decoration: none;
  padding: 2px;
  margin-top: 7px;
}

/*******************************
 * Top Drop Down Menu
 *******************************/
#dd-menu {
/*    width: 100%; */
/*    background: #00A5A5; */
/*    padding-left: 10px; */
/*    border-bottom: 0px #D0DADB solid;*/
/*    height: 33px; */
}

#dd-menu  ul {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em;
    list-style: none;
    z-index: 90;
}

#dd-menu  ul li {
    float: left;
    margin: -2px 3px 0 0;
    padding: 0;
    list-style: none;
    background: transparent;
    height: 22px;
}

#dd-menu ul li a {
	/* if 7, these are 104px wide */
	/* if 6, these are 121.5px wide */
	/* add one for the seperator on the left */
	float: left;
	display: block;
	height: 15px;
	width: auto;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-size: 15px;
	text-transform: lowercase;
	text-decoration: none;
	color: #AA873C;
	margin: 0px;
	margin-top: 1px;
	text-align: right;
	outline: none;

}

#dd-menu  ul li.sep {
    padding: 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#dd-menu  ul li a {
    float: none;
}

#dd-menu  ul li a:hover {
	color: #FFFFFF;
	text-shadow: 0 0 0.5em #AAAAAA;
	text-decoration: none;
}

#dd-menu  ul.level1 li {
	margin-left: 7px;
}

/* End IE5-Mac hack */
#dd-menu  ul.level2, #dd-menu ul.level3 {
    position: absolute;
    top: 5px;
    left: 0px;
    visibility: hidden;
    border: #AA873C 1px solid;
    background-color: #060606;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#dd-menu  ul.level2 li, #dd-menu ul.level3 li {
    float: none;
    margin: 0;
    padding: 0;
    width: 260px;
}

#dd-menu  ul.level2 li a, #dd-menu ul.level3 li a {
    padding: 2px;
    color: #AA873C;
    text-align: left;
}

#dd-menu  ul.level2 li a:hover,#dd-menu  ul.level3 li a:hover {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}











