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

* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.3em;
	color: #333;
	background-color:#141414;
	background-image:url(../images/bground.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}

#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{
	margin-left:auto;
	margin-right:auto;
	width:820px;
	border-bottom:2px solid #000;
	background-image: url(../images/loaderbg.png);
	background-position:center;
	background-repeat:repeat-y;
}

#header{
	height:98px;
	width:820px;
	text-align:center;
	margin:0px 0px 0px 0px;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

#language{
	float:right;
	border:0px;
	padding:0px;
	height:20px;
	width:100px;
	color:#777;
	margin-top:0px;
	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;	
}


#imgloader{
	position:relative;
	height:300px;
	width:805px;
	background-image:url(../images/imgloaderbg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:0px;
	padding:10px 0 0 15px;
}

/*----------------------------------- IMG SLIDER ------------------------------------*/
#slider1 {
	width: 790px; /* important to be same as image width */
	height: 283px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 790px; /* important to be same as image width or wider */
	height:283px;
	position:relative;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

1ul { list-style-type: none;}

_______________________________________________________________________________________________________________



#loader{
	height:100%;
	width:820px;
	padding:0px 0px 0px 0px;
	text-align:right;
	margin:0px 0x 0px 0px;
	background-image: url(../images/loaderbg.png);
	background-repeat: repeat-y;
}
.leftcoll{
	position: relative;
	width:379px;
	min-height:250px;
	float:left;
	padding:5px 10px 10px 9px;	
	margin-left:10px;
	text-align:left;
}
.rightcoll{
	position: relative;
	text-align:center;
	width:380px;
	min-height:250px;
	float:right;
	margin-right:9px;
	padding:5px 9px 10px 10px;

}

#footer{
	position:relative;
	clear:both;
	padding:0px 10px 5px 10px;
	height:78px;
	width:800px;
	margin:0px 0px 0px 0px;
	background:url(../images/footer.png) no-repeat top;
	text-align:center;
	
}

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

h1 {
	margin:5px 5px 10px 15px;
	line-height:1.4em;
	font-weight: 200;
	font-size:12px;
	font-family: Verdana, Helvetica, fantasy;
	color: #9AB57D;
	letter-spacing: normal;
}
h1 li{
	margin-left:30px;}

h2 {
	background:#98d027;
	height:20px;
	padding:5px 0 0 25px;
	margin:0 -10px 0 -10px;
	line-height:1em;
	font-style: inherit;
	font-size:14px;
	font-weight:bold;
	font-family: sans-serif;
	color: #FFF;
	text-align: left;
	letter-spacing:0.1ex;
	border-bottom:3px solid #000;
}
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:9px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#98d027;
	font-weight: bold;
	text-align: center;
}
h5 {
	margin:5px 0px 5px 5px;
	font-size:10px;
	line-height:1.3em;
	font-family: Verdana, Helvetica, sans-serif;
	color:#9AB57D;
	font-weight: normal;
	text-align: left;
}

h6 {
	margin:10px 0 10px 20px;
	font-size:12px;
	line-height:0.8;
	font-family: Verdana, Helvetica, sans-serif;
	color: #98d027;
	font-weight: bold;
	text-align:left;
}
a:link {
	font-family:Verdana, Helvetica, sans-serif;
	color: #063;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
a:visited {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color:#663;
}
a:active {
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*----------------------------------- MENU STILE ------------------------------------*/

#c1 {
	position:relative;
	margin:0px;
	width: 749px;
	height: 25px;
	text-align: center;
	border-top: 1px solid #161616;
	padding: 0 0 0 70px;
}

#menu {
	top:0px;
	list-style: none;
	height: 20px;
	width:817px;
	margin:0px;
	text-align: center;
}

#menu li {
	font-weight: normal;
	font-size:14px;
	font: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0 10px 0 0;
	float:left;
	line-height:20px;
	border-left:#333 solid 1px;
	border-left-style:dotted;
}
#menu a {
	color: #9AB57D;
	display: block;
	margin: 0px 0 0px 0;
	padding: 1px 10px;
	text-decoration: none;
	font-weight: 100;
	line-height:20px;
}

#menu a:hover {
	float:left;
	color: #FFF;
	font-weight: 100;
	background:#98d027;
	line-height:20px;
	margin: 0px 0 0px 0;
}


.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;
	text-align: right;
}

.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-or: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	or: #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;	
}

#gallery{
	height:100%;
	width:345px;
	text-align:center;
	position:relative;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

.postitem{
	margin-top:10px;
	border: 1px solid #333;
	background-color:#181818;
	overflow:hidden;
	padding-right:10px;
	padding-bottom:10px;
	height:110px;
	text-align:left;
}
.postitem h1{
	line-height:1.3em;
}
.postitem img{
	width:80px;
	height:60px;
	float:left;
	padding:10px 10px 5px 15px;
}

.postitem p.meta{
	background:#98d027;
	color:#333;
	display:inline;
	font-size:8px;
	font-weight:600;
	padding:2px;
	text-align:left;
	text-decoration:none;
}

.postitemfull{
	margin-top:15px;
	margin-bottom:5px;
	overflow: visible;
	padding-right:15px;
	padding-bottom:15px;
	width:360px;
	min-height:640px;

}

.postitemfull img{
	width:340px;
	height:200px;
	padding:15px 10px 20px 15px;
}

.postitemfull p.meta{
	background:#98d027;
	color:#333;
	display:inline;
	margin:5px 0 10px 0;
	font-size:9px;
	font-weight:600;
	padding:2px;
	text-align:right;
}

/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{
position:relative;
display:block;
height:32px;
font-size:10px;
font-weight: bolder;
background:transparent repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
margin-left:45px;
}
.blue #slatenav ul{
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}
.blue #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	}
	
.blue #slatenav ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:10px 22px 0 22px;
	height:22px;
	}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color: #98d027;
	background:transparent url(../images/blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ---------------------- END Blueslate nav ---------------------- */

