/* ! *** sticky */

* { margin:0; padding:0; }

html, body { height: 100%; }

#jgnt_wrapper { min-height: 100%; }

#jgnt_mainarea { overflow:auto; padding-bottom: 110px; }

#jgnt_bottom {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
} 

#jgnt_bottom_content {
	height: 110px;
} 

/* !IE 6 Fix */
body {
	behavior: url("/js/lib/csshover3.htc");
}

/* !Opera Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* ! *** general */

body {
	background: #fff;
	font-size: 10px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	line-height: 1.28;
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	text-decoration: none;
	color: #323232;
}

a:hover, a:active {
	text-decoration: underline;
}

input {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

#jgnt_mainarea {
	width: 1024px;
	margin: auto;
}

div.clearboth, .clearboth { clear: both; width: 100%; height: 1px; line-height: 1%; font-size:1%; float: none; }

/* ! *** common */

a.slink {
	color: #4E9D30;
	text-decoration: none;
}

a.slink:hover, a.slink:active {
	text-decoration: underline;
}


.special {
	background: url(/images/bg_link.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	text-decoration: none;
	cursor: pointer;
}

.special.jgnt_hover {
	background: url(/images/bg_link_hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a.special:hover, a.special:active {
	text-decoration: none;
}

.jgnt_linkbox, .jgnt_linkbox_up, .jgnt_linkbox_nh {
	cursor: pointer;
}

.jgnt_hidden {
	display: none;
}

.jgnt_undrln {
	text-decoration: underline;
}

/* ! *** content general */

#jgnt_header{
	position: relative;
	background-color: #000;
	height: 26px;
	color: #666;
}

#jgnt_bottom_content {
	width: 1024px;
	margin: auto;
	background-color: #000;
}

#jgnt_top {
	height: 110px;
	position: relative;
}

#jgnt_header_logo {
	position: absolute;
	top: 30px;
}

#jgnt_timeline {
	position: absolute;
	right: 0;
}

/* ! *** menu */

div.jgnt_menu {
	height: 26px;
	position: relative;
	z-index: 500;
}

div.jgnt_menu ul.top {
	position: absolute;
	list-style:none;
	font-weight:bold;
	float:left;
}

div.jgnt_menu ul.top li {
	float: left;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

div.jgnt_menu ul.top a {
	display: block;
	padding: 7px 10px 7px 10px;
	font-size: 10px;
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
}

div.jgnt_menu ul.top ul a {
	padding: 7px 10px 7px 10px;
}

div.jgnt_menu ul.top a:hover, div.jgnt_menu ul.top li.jgnt_hover a {
	color: #fff;
	background: #444;
	text-decoration: none;
}


div.jgnt_menu ul.top ul {
	background: #C6CDC7;
	list-style: none;
	position: absolute;
	left:-9999px;
}

div.jgnt_menu ul.top ul li {
	padding-top: 1px;
	float: none;
}

div.jgnt_menu ul.top ul a {
	white-space: nowrap;
}

div.jgnt_menu ul.top li:hover ul {
	left:0; 
}

div.jgnt_menu ul.top li.current a {
	background-position: 0 -33px;
	color: #FEFEFE;
}

div.jgnt_menu ul.top li:hover a {
	background: #444;
}

div.jgnt_menu ul.top li:hover ul a { 
	background: #000;
}

div.jgnt_menu ul.top li:hover ul li a:hover { 
	background: #444;
}

/* ! *** promo */

div.jgnt_promo_pictures {
	position: relative;
	background-color: #ddd;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}

div.jgnt_promo_pic_big {
	height: 240px;
}

div.jgnt_promo_pic_small {
	height: 120px;
}

div.jgnt_promo_pictures div.row {
	position: absolute;
	left: -9999px;
}

div.jgnt_promo_pictures div.container {
	width: 1024px;
	position: relative;
	margin-right: 0;
	overflow: hidden;
	background-position: center left;
	background-repeat: repeat-x;
}

div.jgnt_promo_pic_big div.container {
	height: 240px;
}

div.jgnt_promo_pic_small div.container {
	height: 120px;
}

div.jgnt_promo_pictures div.text {
	position: absolute;
	color: #070707;
	font-size: 22px;
	line-height: 120%;
	font-style: italic;
	padding: 0 10px 10px 20px;
	text-align: left;
	bottom: 0;
	right: 0;
	text-shadow: 1px 1px 5px #fff;
	background: none;
	z-index: 601;
}

div.jgnt_promo_pictures div.container div.text span.hover {
	font-size: 18px;
	position: relative;
	bottom: 400px;	
}

div.jgnt_promo_pictures div.jgnt_hover div.text span.hover {
	bottom: 0;
}

/* ! *** blog */

#jgnt_blog_masonry {
	min-height: 240px;
	margin-bottom: 10px;
}

#jgnt_blog_masonry div.row {
	float: left;
	margin: 5px;
	padding: 5px;
	background-color: #efefef;
}

#jgnt_blog_masonry div.col1 {
	width: 108px;
}

#jgnt_blog_masonry div.col2 {
	width: 236px;
}

#jgnt_blog_masonry div.col3 {
	width: 364px;
}

#jgnt_blog_masonry div.col4 {
	width: 492px;
}

#jgnt_blog_masonry div.col5 {
	width: 620px;
}

#jgnt_blog_masonry div.title {
	font-size: 120%;
	color: #fff;
	margin-bottom: 5px;
	padding: 2px;
}

#jgnt_blog_masonry div.title span {
	background-color: #000;
	padding: 2px;
}

#jgnt_blog_masonry div.pic {
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 5px 5px 0;
}

#jgnt_blog_masonry div.date {
	color: #fff;
	margin-bottom: 5px;
}

#jgnt_blog_masonry div.date span {
	background-color: #444;
	padding: 2px;
}

#jgnt_blog_masonry div.descr {
	clear: both;
	font-size: 80%;
	margin-bottom: 5px;
}

div.jgnt_blog_pager {
	clear: both;
	background-color: #444;
	padding: 5px;
	text-align: center;
}

div.jgnt_blog_pager a {
	color: #fff;
}

/* ! *** bottom */

#jgnt_bottom_container {
	position: relative;
}

#jgnt_bottom_container div.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#jgnt_bottom_container div.copy {
	position: absolute;
	top: 15px;
	left: 60px;
	color: #ddd;
	font-size: 9px;
}

#jgnt_bottom_container div.contact {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ddd;
}