@charset "utf-8";
/* CSS Document */

/*---------------------------------- DIV STYLES --------------------------------------*/

#page-background { z-index:1; position:fixed; margin-top:0px; top:0; left:0; width:100%; height:100%; }
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */

#master {
 MARGIN-TOP: 0px; BACKGROUND: url(../images/bground.jpg) #141414 repeat-x;width 100%;
}


#contain{
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	position:static;
	height:100%;
	width:820px;
	border-bottom-color:#333;
	border-bottom:2px;
	background-image:url(../img/conshadow.jpg);
}

#head{
	z-index:3;
	position: relative;
	height:127px;
	width:820px;
	background-image:url(../images/head-back.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	margin:0px 0px 0px 0px;
}

#language{
	border:0px;
	padding: 5px 5px 5px 5px;
	right:10px;
	top:0px;
	height:12px;
	width:100px;
	color:#777;
	position: absolute;
	background:#141414;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
}
#language li {
	font-weight: normal;
	font-size:10px;
	font: Verdana, Helvetica, sans-serif;
	margin: 3px;
	padding: 0;
}
#language a {
	color: #777;
	display: block;
	margin: 3px;
	padding: 1px 5px;
	text-decoration: none;
	font-weight: 100;
}

#language a:hover {
	color: #98d027;
	font-weight: 600;	
	border-left: 1px solid #d1f1cb;
	border-right: 1px solid #d1f1cb;	
}


#imgloader{
	z-index:3;
	position: relative;
	height:310px;
	width:820px;
	background-image:url(../images/imgloaderbg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:0px;
}

#loader{
	z-index:3;
	position: relative;
	height:100%;
	width:820px;
	padding:0px 0px 0px 0px;
	text-align:right;
	margin:0px 0x 0px 0px;
	background-image:url(../images/loaderbg.png);
	background-position:top;
	background-repeat: repeat-y;
}

#footer{
	z-index:3;
	position: relative;
	height:87px;
	width:820px;
	margin:0px 0px 0px 0px;
	background:url(../images/footer.png) no-repeat top;
	text-align:center;
}

/*---------------------------------- Fonts STYLES --------------------------------------*/

h1 {
	margin:20px 20px 10px 20px;
	line-height:1.3em;
	font-style: normal;
	font-weight: 200;
	font-size:0.8em;
	font-family: Verdana, Helvetica, fantasy;
	color: #9AB57D;
	font-variant:normal;
	letter-spacing: normal;
}

h2 {
	margin:6px 20px 6px 20px;
	line-height:1em;
	font-style: inherit;
	font-size:0.8em;
	font-weight:bold;
	font-family: sans-serif;
	color: #141414;
	text-align: left;
	letter-spacing:0.1ex;
}
h3 {
	margin:0px 20px 10px 20px;
	font-size:0.7em;
	line-height:1em;
	font-family: Verdana, Helvetica, sans-serif;
	color:#666;
	font-weight: normal;
	text-align: left;
}
h4 {
	margin:5px 10px 0px 20px;
	font-size:0.6em;
	line-height:1.3em;
	font-family:Verdana, Helvetica, sans-serif;
	color:#98d027;
	font-weight: bold;
	text-align: left;
}
h5 {
	margin:5px 0px 5px 5px;
	font-size:0.7em;
	line-height:1.3em;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#9AB57D;
	font-weight: normal;
	text-align: left;
}

h6 {
	margin:30px 210px 30px 0px;
	font-size:2em;
	line-height:0.5;
	font-family: Verdana, Helvetica, sans-serif;
	color: #830122;
	font-weight: bold;
	text-align:right;
}
a:link {
	font-family:Verdana, Helvetica, sans-serif;
	color: #063;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
a:visited {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*----------------------------------- MENU STILE ------------------------------------*/

#c1 {
	position:absolute;
	top:6px;
	width: 200px;
	height: 94px;
	left: 28px;
}

#menu {
	top:0px;
	font-weight: 600;
	list-style: none;
	padding: 0px;
	width: 200px;
	height: 25px;
	margin:0px;
	text-align: left;
}

#menu li {
	font-weight: normal;
	font-size:12px;
	font: Verdana, Helvetica, sans-serif;
	margin: 3px;
	padding: 0;
}
#menu a {
	color: #d1f1cb;
	display: block;
	margin: 3px;
	padding: 1px 5px;
	text-decoration: none;
	font-weight: 100;
}

#menu a:hover {
	color: #98d027;
	font-weight: 600;	
	border-left: 1px solid #d1f1cb;	
}

/*----------------------------------- IMG SLIDER ------------------------------------*/
#slider1 {
    width: 800px; /* important to be same as image width */
    height: 283px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
	top:0px;
	left:0px;
}

#slider1Content {
	width: 800px; /* important to be same as image width or wider */
	position:absolute;
	top: 0px;
	left:-20px;
}
.slider1Image {
    float: left;
    position: absolute;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 5px;
    width: 800px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	text-align:center;
	top: 0px;
    left: 0px;
	width: 110px !important;
	height: 283px;
}
.right {
	text-align:center;
	bottom: 0px;
	right: 20px;
	width: 110px !important;
	height: 268px;
}
1ul { list-style-type: none;}

_______________________________________________________________________________________________________________

.tbmain{ 
 /* Changes on the form */
 margin-left:30px;

}
.left1{
  /* Changes on the form */
  color: #cccccc !important; 
  font-family: Trebuchet MS !important;
  font-size: 12px !important;
}
td.left1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	color:#9AB57D;
	vertical-align: top;
	text-align: left;
}
.pagebreak{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color:black;
	text-align: center;
}
td.right1 {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#cccccc;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight:bold;
   color:#ffffff;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   border:1px #98d027 solid;
   background:url(http://www.jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#ffffff;
   border:1px #000000 solid;
   background:url(http://www.jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
.btn{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#98d027;
   border:1px #98d027 solid;
   background:#333333;
}
span.required{
  font-size: 15px !important;
  color: #98d027 !important;
}

div.backButton{
    background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://www.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://www.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://www.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}

#contact{
	margin-top:0px;
	background-image:url(images/back-contact.png);
	background-repeat:no-repeat;
	background-position:center;
}


__________________________________________________________________________________________________________

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 60px;
	height: 45px;
}

.hoverbox li
{
	background: #141414;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	padding: 8px;
	border:solid 3px #222;
	width: 140px;
	height: 105px;
	background:#141414;
}

/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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;	
}