/* ------------------------ /SITE/GLOBAL.CSS ------------------------ */
html,body {padding:0;margin:0;min-width:828px;}
body {color:#C7C7C9; background-color:#000; font:11px Verdana,Tahoma,Arial,Helvetica,sans-serif;}
td {color:#C7C7C9; font-size:11px !important; font /**/:11px Verdana,Tahoma,Arial,Helvetica,sans-serif}
input,textarea,option,select {color:#000; font:11px Verdana,Tahoma,Arial,Helvetica,sans-serif; }

h1,h2,h3,h4,h5,p {margin:0; padding:0}

img {border:0}
a {color:#EB3D00; text-decoration:none}
a:hover {text-decoration:underline}

label {cursor:hand; cursor:pointer}

#top { width: 980px; margin:50px auto}
#top .ltop {float:left; }
#top .rtop {float:right; padding:25px 0 0 0 }
#top .rtop .ico{margin: 3px 0px 0px 7px}
#top .rtop .lan{color: #FFFFFF; margin: 13px 0px 0px 2px}
#top .rtop .lan a{color: #FFFFFF}
#top .ltop div {float:left;}

.logo, .companyName, .companySlog { height:93px; background: url(../../../images/site/top_vert_line.gif) 0 0 no-repeat; font-size:0.94em; color:#dededd; font: Verdana, Arial, Helvetica, sans-serif }
.logo img{ padding:17px 26px 0 27px}
.companyName p { padding:19px 26px 0 32px; }
.companySlog p { padding:20px 26px 0 39px; }


#mainMenu { height:72px; background-color:#191a1e; border-bottom: 1px solid #141419; margin-bottom:5px; background: url(../../../images/site/menu_bg.gif) 0 0 repeat-x; }
#mainMenu table { width:980px; margin:0 auto; border:0; border-collapse:collapse; background: url(../../../images/site/line_1.gif) 0 0 repeat-x;}
#mainMenu table td { vertical-align:top}
#mainMenu table td.m1 { width:210px; padding-right:15px }
#mainMenu table td.m2 { width:230px; padding-right:15px }
#mainMenu table td.m3 { width:200px; padding-right:35px }
#mainMenu table td.m4 { width:140px; padding-right:15px }
#mainMenu table td.m5 { text-align:right;}
#mainMenu table td a { font-size:11px; color:#949393;  padding-top:22px; display:block }
#mainMenu table td a:hover { color:#FFFFFF; text-decoration: none }
#mainMenu table td a.here { color:#EB3D00; } 
#mainMenu table td a.here:hover { text-decoration: none;}

#flashGallery { height:99px; width:100%; min-width:980px; margin:0 auto; }

#hl {margin:0 auto;  margin-top:-4px; padding: 0px }
#hl img {margin:0 auto; width: 100%;  padding: 0px }

#ruller { height:58px; margin-top:-1px;  background-color:#191a1e; background: url(../../../images/site/bottom_bg2.gif) 0 0px repeat-x; }
#ruller #innerRuller { height:58px; width:980px; margin:0 auto; padding: 0px; border:0; border-collapse:collapse; background: url(../../../images/site/line_2.gif) 0 45px repeat-x;}
#ruller #innerRuller .cdgLabel { border:0; margin-top: 27px; margin-left: 35%; padding: 0px}
html>body #ruller #innerRuller .cdgLabel {margin-left: 45%;}

#content { margin:0 auto; width:900px; margin-top:18px; text-align:center; font-size: 12px; line-height: 14px  }
#content p { margin-bottom: 10px; }
#content table tr { vertical-align: top; }
.left { text-align:left!important;}
.twocols, .contacts { text-align:left; margin-top:40px; font-size:12px}
.twocols h2 { font-size:13px; }
.twocols h4 { font-size:12px; color:#949393; margin: 0px 0px 8px 0px; text-align:left; font-weight: normal }

.fieldset tr td {text-align: center}
.twocols .item { margin:0px 45px 35px 0px; padding-bottom: 1px !important}
.twocols .item a { display:block; }
/* .twocols .item a:hover { border:2px solid #dededd } */
.twocols .item a img{ margin-bottom: -2px;  border:2px solid #605d5c }
.twocols .item a:hover img{ border:2px solid #dededd }

.contacts p { margin-bottom:20px }
.contacts table {border:0}
.contacts table td {vertical-align:top; padding-right:10px}
.contacts input, .contacts textarea { border:1px solid #1f1a17; padding: 1px; width:360px }
.contacts input.btn {border:0; padding:3px 5px; width:auto; color: #c2c1c1; background-color:#969594; cursor: pointer; }

.copyrights { margin:0 auto; width:980px; text-align:center; font-size:12px; padding-top:65px; font-size: 9px }
.counters { margin:25px auto 5px auto; width:980px; text-align:center; height:31px }

form {margin:0; padding:0}
.clear {width:100%; clear:both; float:none !important; height:1px !important; font-size:1px !important; border:none; margin:0 !important; padding:0 !important; background:transparent !important; visibility:hidden !important}





/* ------------------------ /UI.DATEPICKER.CSS ------------------------ */
/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}




/* ------------------------ /JQUERY.LIGHTBOX-0.5.CSS ------------------------ */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



