/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Tahoma;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
    }
a {
	color:#CC0000;
	text-decoration:none;
	}
a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Tahoma;
    font-size: 11px;
    color:#000000;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
    }
hr {
	height:1px;
	color:#565656;
	background-color: #565656;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:745px;
	width:100%;
	margin:0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position:relative;
}
* html #wrapper {
	height:100%;
}
#header {
	height:240px;
	margin:auto;
	width:745px;
	border-bottom:#990000 solid 5px;
}
#header img.logo_small{
	margin-top:45px;
	float:left;
}
div.lang{
	text-align:center;
	width:200px;
	margin:auto;
}
#header table{
	width:590px;
	float:right;
	margin-top:164px;
}
#header table td, #menu table td{
	text-transform:uppercase;
	border-right:#818181 solid 1px;
	text-align:center;
	cursor:pointer;
}
#header table a, #menu table a{
	color:#FFFFFF;
	display:block;
	padding:1px 0px;
}
#header table a:hover, #menu table a:hover{
	color:#FFFFFF;
	background-color:#990000;
	text-decoration:none;
}
#header table td.first, #menu table td.first{
	border-left:#818181 solid 1px;
}
#header_main {
	height:450px;
	margin:auto;
	width:745px;
	text-align:center;
}
#header_main img{
	margin-top:150px;
}
#menu {
	height:23px;
	margin:auto;
	width:100%;
	background-color:#0D0D0D;
	padding-top:8px;
}
#menu div.menu_cont{
	margin:auto;
	width:745px;
}
#menu table{
	width:590px;
	margin:auto;
}
#content {
	margin:auto;
	width:100%;
	background-color:#0D0D0D;
	min-height:300px;
}
* html #content {
	height:300px;
}
#content div.cont_cont{
	margin:auto;
	width:745px;
	border-top:#990000 solid 5px;
	padding-top:5px;
}
#content div.cont_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:135px;
	padding-top:10px;
	}
#text {
	padding-left:155px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow:auto;
	line-height:130%;
	padding-bottom:15px;
	text-align:justify;}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}

#footer {
	margin:auto;
	width:745px;
	text-align:center;
	color:#4D4D4D;
	line-height:130%;
	padding-top:15px;
	padding-bottom:15px;
}
#footer a{
	color:#4D4D4D;}
	
div.title {
	text-transform:uppercase;
	padding-bottom:15px;
	padding-top:10px;
	font-size:20px;}
ul.menu_l1 {
	margin:0px;
	padding:0px;
	list-style:none;}
ul.menu_l1 li.l1{
	text-transform:uppercase;
	margin-top:7px;
	margin-bottom:5px;
	cursor:pointer;}
ul.menu_l1 li.first{
	margin-top:0px;}
ul.menu_l1 li.l2{
	margin-left:13px;
	margin-bottom:4px;
	cursor:pointer;
	}
ul.menu_l1 li.l1 a{
	display:inline-block;
	padding:1px 2px;
	color:#FFFFFF;
}
ul.menu_l1 li.l1 a:hover{
	background-color:#990000;
	color:#FFFFFF;
	text-decoration:none;
}
ul.menu_l1 li.l2 a{
	color:#FFFFFF;
}
td.active, li.active, a.active{
	background-color:#990000;
}
ul.menu_l1 li.l2 a:hover, ul.menu_l1 li.l2 a.active{
	color:#CC0000;
	text-decoration:none;
	background-color:#0D0D0D;

}
/*--gallery--*/

table.gallery {
	width:100%;
}
table.gallery td{
	width:25%;
	text-align:center;
	padding-bottom:15px;
}
table.gallery td img{
	padding:1px;
	border:#3D3D3D solid 1px;
}

#floatText {
	color:#FFFFFF;
	background-image:url(images/float_bg.png);
	padding:10px;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	}
* html #floatText {
	background-image:none;
	background-color:#222222;
	}


/*--gallery lightbox--*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;}
#imageContainer{
	padding: 10px;}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%}
#imageData{padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;}

/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 202px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:170px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#990000;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	padding: 1px 7px;
	border:none;
	margin-top:5px;
}

/*--gallery--*/

div.gallery_content {
	margin-bottom:15px;}

/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}
