body
{
	/*background: #fdffd5;*/
	background: #454545;
	font-size: 12px;
	/*font-size:0.75em;*/
	font-family: Georgia,Palatino Linotype,Trebuchet MS,Arial;
	color: #ffffff;
}

a:active, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #C8993D;
	text-decoration: underline;
}

span.menu-item {
	margin-right: 20px;
}

.input-button {
	padding:2px 10px 2px 10px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#EAEAEA;
	border-left-color:#EAEAEA;
	border-bottom-color:#000000;
	border-right-color:#000000;
	background-color:#c8993d;
	color:#000000;
	font-size:11px;
	font-family: Georgia,Palatino Linotype,Trebuchet MS,Arial;
	text-align:center;
}

input, select, button, textarea {
	font-family: Georgia,Palatino Linotype,Trebuchet MS,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
input {
	padding-left:3px;
}
.input-error {
	background-color: #ffdbd9;
}
.input-required {
	/*background-attachment: scroll;*/
	background-image: url(../images/form_field_required_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#header {
	background: #000000;
	height: 75px;
	text-align: center;
	padding-top: 5px;
}
div#carrousel {
	background: #695d54;
	/*background-image:url(../images/logo_ab.png);
	background-repeat:no-repeat;
	background-position:center;*/
	height: 320px;
}
div#gold_bar {
	background: #C8993D;
	height: 25px;
}
div#slide_wrapper {
	background: #C8993D;
	color: #000000;
}
div#slide_wrapper a{
	color: #000000;
}
div#slider_menu {
	/*background: #;*/
	height: 25px;
	text-align: right;
}
div#slider {
	/*background: #695d54;*/
	overflow: hidden;
	padding-top: 5px;

}

div#slide_wrapper ul, li {margin-left: 0; padding-left: 0;}

div#menu {
	/*background: #fdffd5;*/
	height: 25px;
	font-family: Georgia,Palatino Linotype,Trebuchet MS,Arial;
	font-size: 14px;
}
div#content {
	/*background: #E0E0E0;*/
	/*min-height: 300px;*/
	margin-top: 25px;
}
div#content_text {
	/*background: #FFFFFF;*/
	/*min-height: 300px;*/
}
div#footer {
	background: #C8993D;
	height: 50px;
	line-height: 20px;
	padding-top:10px;
	padding-bottom:10px;
	color: #000000;
}
div#footer a {
    color: #000000;
}

.img-desc {
	position: relative;
	display: block;
	height: 155px;
	width: 940px;
}
.img-desc cite {
	background: #111;
	font-size: 12px;
	font-style: normal;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 350px;
	height: 75px;
	padding: 10px;
	/*border-top: 1px solid #999;*/
}

.tile-detail {
	position: relative;
	display: block;
	margin-top:5px;
	height: 303px;
	width: 450px;
}
.jqzoom span.logo {
	position: absolute;
	left: 0;
	width: 50px;
	height: 30px;
	padding: 5px;
	text-align:left;
	vertical-align:top;
}
.jqzoom span.info {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 50px;
	height: 30px;
	padding: 5px;
	text-align:left;
	vertical-align:bottom;
}
.tile-detail-text {
	/*height: 288px;*/
	margin: 10px;
}

.tile-detail-pos {
	width: 200px;
	margin: 10px;
    bottom: 0px;
    /*right: 0px;*/
    position: absolute;
    border: 1px solid #999;
}

.img-desc-tile {
	position: relative;
	display: block;
	height: 165px;
	width: 220px;
	padding-top:5px;
}
.img-desc-tile a {
	color: #fff;
	text-decoration: none;
}
.img-desc-tile cite {
	background: #000000;
	font-size: 12px;
	font-style: normal;
	line-height:15px;
	/*filter:alpha(opacity=55);
	opacity:.55;*/
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 5px;
	width: 205px;
	height: 15px;
	padding: 5px 5px 5px 0px;
	text-align:left;
	/*border-top: 1px solid #999;*/
}
.img-desc-tile span.logo {
	position: absolute;
	left: 0;
	width: 55px;
	height: 30px;
	padding: 5px;
	text-align:right;
	vertical-align:top;
}
.img-desc-tile span.info {
	position: absolute;
	right: 5px;
	bottom: 15px;
	width: 55px;
	height: 30px;
	padding: 5px;
	text-align:right;
	vertical-align:bottom;
}
.img-desc-tile-small {
	position: relative;
	display: block;
	height: 91px;
	width: 140px;
	padding-top:5px;
}
.img-desc-tile-small a {
	color: #fff;
	text-decoration: none;
}
.img-desc-tile-small span {
	position: absolute;
	left: 0;
	width: 55px;
	height: 30px;
	padding-left: 2px;
	padding-top: -2px;
	text-align:right;
	vertical-align:top;
}
.highlight-tile {
   width: 200px;
   height:160px;
   background: #111;
   filter: alpha(opacity=55); /* here you can set the opacity of box with text */
   -moz-opacity: 0.55; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.55; /* here you can set the opacity of box with text */
   opacity: 0.55; /* here you can set the opacity of box with text */
}
/* s3Slider */
 #s3slider {
   width: 960px; /* important to be same as image width */
   height: 310px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 960px; /* important to be same as image width or wider */
   position: absolute; /* important */
   /*top: 0; /* important */
   /*margin-left: 10; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin-top: 10px;
   margin-left: 10px;
}

.s3sliderImage span#sliderCaptionShow {
   position: absolute; /* important */
   left: 0;
   /*font: 10px/15px Arial, Helvetica, sans-serif;*/
   padding: 10px 13px;
   width: 434px;
   background: #111;
   filter: alpha(opacity=55); /* here you can set the opacity of box with text */
   -moz-opacity: 0.55; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.55; /* here you can set the opacity of box with text */
   opacity: 0.55; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.s3sliderImage span#sliderCaptionHide {
   position: absolute; /* important */
   left: 0;
   /*font: 10px/15px Arial, Helvetica, sans-serif;*/
   padding: 10px 13px;
   width: 434px;
   background: #111;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0.00; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.00; /* here you can set the opacity of box with text */
   opacity: 0.00; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

.sliderCaptionHeader {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* s3Slider */
h1 {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* modal */
#modalPageSmall
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px; left: 0px;
}
#modalPageLarge
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px; left: 0px;
}
#modalPageHuge
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px; left: 0px;
}
#modalPageCustom
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px; left: 0px;
}
.modalBackground
{
   filter: Alpha(Opacity=30); -moz-opacity:0.3; opacity: 0.3;
   width: 100%; height: 100%; background-color: #000000;
   position: fixed;
   z-index: 500;
   top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modalSmall
{
    background-color: #f5f6f9;
    border: solid 5px #FFFFFF; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 150px;
    padding: 0px;
}
.modalTopSmall
{
    width: 290px;
    background-color: #d7dce7;
    padding: 5px;
    color: #000000;
	font-weight:bold;
}
.modalTopSmall a, .modalTopSmall a:visited
{
    color: #000000;
}
.modalCustom
{
    background-color: #FFFFFF;
    border: solid 5px #000000; position: absolute;
    top: -150px;
    left: -185px;
    z-index: 1000;
    width: 370px;
    height: 200px;
    padding: 0px;
}
.modalLarge
{
    background-color: #f5f6f9;
    border: solid 5px #FFFFFF; position: absolute;
    top: -200px;
    left: -250px;
    z-index: 1000;
    width: 500px;
    height: 300px;
    padding: 0px;
}
.modalTopLarge
{
    width: 490px;
    background-color: #d7dce7;
    padding: 5px;
    color: #000000;
	font-weight:bold;
}
.modalTopLarge a, .modalTopLarge a:visited
{
    color: #000000;
}
.modalHuge
{
    background-color: #f5f6f9;
    border: solid 5px #FFFFFF; position: absolute;
    top: -200px;
    left: -250px;
    z-index: 1000;
    width: 500px;
    height: 400px;
    padding: 0px;
}
.modalTopHuge
{
    width: 490px;
    background-color: #d7dce7;
    padding: 5px;
    color: #000000;
	font-weight:bold;
}
.modalTopHuge a, .modalTopHuge a:visited
{
    color: #000000;
}
.modalContentHuge
{
    width: 490px;
    height: 338px;
    overflow: auto;
}
.modalBody
{
    padding: 5px;
	position:fixed;
}
.modalFooter{
	padding: 5px;
	position: absolute;
	bottom: 0;
}
/* modal */
/* standard message */
.error {
width:500px;
background:#FFEBE8;
color:#000000;
border: 1px solid #DD3C10;
padding:5px;
margin: 10px 0 10px 5px;
}
.notice {
width:500px;
background:#E8EEFF;
color:#000000;
border: 1px solid #3657AF;
padding:5px;
margin: 10px 0 10px 5px;
}
.success {
width:500px;
background:#E9FFE8;
color:#000000;
border: 1px solid #22AF0A;
padding:5px;
margin: 10px 0 10px 5px;
}
.error_perc {
width:100%;
background:#FFEBE8;
color:#000000;
border: 1px solid #DD3C10;
padding:5px;
margin: 10px 0 10px 5px;
}
.notice_perc {
width:100%;
background:#E8EEFF;
color:#000000;
border: 1px solid #3657AF;
padding:5px;
margin: 10px 0 10px 5px;
}
.success_perc {
width:100%;
background:#E9FFE8;
color:#000000;
border: 1px solid #22AF0A;
padding:5px;
margin: 10px 0 10px 5px;
}
.error-modal {
width:250px;
background:#FFEBE8;
color:#000000;
border: 1px solid #DD3C10;
padding:5px;
margin-left:5px;
}
/* standard message */
/* CMS */
.dscms_ef {
/*border: 2px dotted #ee4202;*/
border: 2px dotted red;
cursor: pointer;
}
.dscms_ecf {
/*border: 2px dotted #ee4202;*/
border: 2px dotted green;
cursor: pointer;
}
/* CMS */

