@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
/* @group Clear Fix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* @end */

/* Additional classes (begin) */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* Additional classes (end) */

/* @group Links */

a, a:link {
	color:#b48419;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* @end */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eee url(images/bg.png) repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #495a61;
}
h1 {
	color:#43a8db;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: normal;
	padding:5px 0;
}
h2 {
	color:#43a8db;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: normal;
	padding:5px 0;
}
p {
	padding:5px 0;
	line-height:120%;
}
#container {
	width: 990px;
	background: #eff0f1 url(images/content-bg.png) repeat-x 0 107px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position:relative;
	height:107px;
	background: #fff url(images/header-bg.jpg) no-repeat right top;
	margin: 0 0 23px 0;
}
#header h1 {
	position:absolute;
	top:40px;
	left:0px;
	width:301px;
	height:33px;
	text-indent:-9999px;
	background: #fff url(images/lasita-aken-logo.gif) no-repeat left top;
	overflow:hidden;
}
#header h1.lat {
	background: #fff url(images/lasita-logi-logo.png) no-repeat left top;
}
#header h1 a {
	display:block;
	width:301px;
	height:33px;
}
#mainContent {
	position:relative;
	width:970px;
	margin: 0 auto;
	background: #fff;
	padding-bottom:10px;
}
#content {
	float:left;
	width:720px;
	min-height:350px;
	height:auto !important;
	height:350px;
	padding-bottom:20px;
}
#content.middle {
	padding:0 20px 20px;
	width:930px;
	float:none;
	margin: 0 auto;
}
#footer {
	position:relative;
	width:930px;
	margin:0 auto;
	border-top: 4px solid #ddd;
}
#footer p {
	padding: 10px 0 0px;
}
#footer .left p, #footer .right p {
	float:left;
	margin: 0;
	padding: 0 20px 0 0;
}
#footer img {
	padding: 0px 10px;
}
#footer .left {
	position: relative;
	top:8px;
	left:0px;
	width:395px;
	padding:0 0 5px;
}
#footer .right {
	position: absolute;
	top:8px;
	right:0px;
	padding:0 0 5px;
}
#navbar {
	width:100%;
	height:60px;
	background: #fff url(images/menu-sprite.png) repeat-x 0 -48px;
}
#navbar .nr {
	position:absolute;
	top:7px;
	right:200px;
	height:30px;
	padding:2px 0 0;
	width:100px;
	height:32px;
	text-align:right;
	color: #a5beca;
	font-size:15px;
	line-height:26px;
	background: transparent url(images/nav-sprite.gif) no-repeat -52px 4px;
}
#navbar .nr strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}
#navbar p strong a {
	color: #a5beca;
	text-decoration:none;
}
#navbar p strong a:hover {
	color: #eb6b08;
	text-decoration:none;
}
/* menu (begin)*/



#menu {
	position:relative;
	list-style:none;
	font: 11px arial, sans-serif;
	background: none;
	height:36px;
	float:left;
	margin-right:15px;
	z-index:10;
}
#menu ul {
	padding-top:10px;
	margin-top:0px;
	list-style:none;
	background: transparent url(images/trans-white.png) repeat left top;
	border:1px solid #d8d8d8;
	border-left:5px solid #eb6b08;
	border-bottom:3px solid #07688b;
}
#menu li {
	float:left;
	margin:0px;
	padding-left:0;
}
#menu li li {
	float:none;
	margin:0;
	padding:0;
	background:none;
}
/* a hack for  IE6 */



* html #menu li li {
	float:left;
	margin:0;
	padding:0;
}
#menu li a {
	display:block;
	float:left;
	color:#045476;
	height:30px;
	padding:7px 12px;
	line-height:36px;
	text-decoration:none;
	white-space:nowrap;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	border-right:1px solid #d8d8d8;
	text-transform:capitalize;
}
#menu li li a.fly {
	background: url(images/arrow.gif) no-repeat right center;
}
#menu li li a {
	display:block;
	height:20px;
	line-height:20px;
	float:none;
	padding:4px 25px 0 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	color:#045476;
	text-transform:none;
	background:none;
	margin:0;
	border:none;
}
#menu li:hover {
	position:relative;
	z-index:300;
	background:transparent;
}
#menu li.m_hover {
	position:relative;
	z-index:300;
}
#menu li.m_hover a {
	color:#045476;
}
#menu li li a {
	color:#045476;
}
#menu li li.m_hover a {
	color:#045476;
	background-color:#003566;
}
#menu li:hover ul {
	left:0;
	top:44px;
	z-index:500;
}
#menu li.m_hover ul {
	left:0;
	top:44px;
	z-index:500;
}
#menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
* html #menu ul {
	width:2px;
}
/*for normal browsers */

/* show next level */
#menu li:hover li:hover > ul {
	left:-5px;
	margin-left:100%;
	top:-1px;
	z-index:500;
}
/* keep further levels hidden */
#menu li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
}
/* show path followed */
#menu li:hover li > a {
	color:#045476;
}
#menu li:hover > a, #menu li a:hover {
	color:#045476;
	background: url(images/menu-sprite.png) repeat-x 0px -2px;
}
#menu li li:hover > a, #menu li li a:hover {
	color:#045476;
	background-color:#e3e9eb;
	background-image:none;
}
#menu li li:hover > a.fly, #menu li li a.fly:hover {
	color:#045476;
	background: #e3e9eb url(images/arrow.gif) no-repeat right center;
}
/* IE5.x and IE6 need this lot to style the flyouts*/

#menu li.m_hover li.m_hover a, #menu li.m_hover li.m_hover li.m_hover a, #menu li.m_hover li.m_hover li.m_hover li.m_hover a, #menu li.m_hover li.m_hover li.m_hover li.m_hover li.m_hover a, #menu li.m_hover li.m_hover li.m_hover li.m_hover li.m_hover li.m_hover a {
	color:#045476;
	background-color:#e3e9eb;
}
#menu li.m_hover li.m_hover li a, #menu li.m_hover li.m_hover li.m_hover li a, #menu li.m_hover li.m_hover li.m_hover li.m_hover li a, #menu li.m_hover li.m_hover li.m_hover li.m_hover li.m_hover li a {
	color:#045476;
	background-color: #fff;
}
/* show next level */
#menu li.m_hover li.m_hover ul, #menu li.m_hover li.m_hover li.m_hover ul, #menu li.m_hover li.m_hover li.m_hover li.m_hover ul, #menu li.m_hover li.m_hover li.m_hover li.m_hover li.m_hover ul {
	left:100%;
	margin-left:-5px;
	top:-1px;
}
/* keep further levels hidden */
#menu li.m_hover ul ul, #menu li.m_hover li.m_hover ul ul, #menu li.m_hover li.m_hover li.m_hover ul ul, #menu li.m_hover li.m_hover li.m_hover li.m_hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
#menu .curent a {
	color:#eb6b08;
}
#menu li:hover > li.curent a, #menu li a.curent:hover {
	color:#eb6b08;
	background-image:none;
}
/* menu (end) */

#header .langMenu {
	position:absolute;
	top:60px;
	right:145px;
	width:200px;
	height:30px;
	list-style:none;
}
#header .langMenu li {
	float:left;
	margin:0 4px;
}
#header .langMenu li a {
	display:block;
	width:24px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
}
#header .langMenu li a.est {
	background: transparent url(images/lang.gif) no-repeat 0 0;
}
#header .langMenu li a.fin {
	background: transparent url(images/lang.gif) no-repeat 0 -23px;
}
#header .langMenu li a.rus {
	background: transparent url(images/lang.gif) no-repeat 0 -46px;
}
#header .langMenu li a.eng {
	background: transparent url(images/lang.gif) no-repeat 0 -69px;
}
#header .langMenu li a.lat {
	background: transparent url(images/lang.gif) no-repeat 0 -92px;
}
#header .langMenu li a.ger {
	background: transparent url(images/lang.gif) no-repeat 0 -115px;
}
#header .langMenu li a.itl {
	background: transparent url(images/lang.gif) no-repeat 0 -137px;
}
#FPleft {
	position:relative;
	left:20px;
	top:20px;
	width:480px;
	height:290px;
}
#FPleft h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	padding:10px 20px 0 0;
	color:#8d8c8c;
	float:left;
}
#slides {
	position:relative;
	width:440px;
	height:203px;
	border: 7px solid #ddd;
	padding:0;
	margin:0;
	overflow:hidden;
}
#slides * {
	padding:0;
	margin:0;
}
#slides .slideText {
	padding:10px;
}
#nav {
	float:left;
	margin:12px 5px;
}
#nav li {
	float:left;
	list-style:none;
}
#nav a {
	line-height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px;
	padding: 6px 5px;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#nav a.activeSlide {
	color: #eb6b08;
	font-weight:bold;
}
#nav a:focus {
	outline: none;
}
#prev, #next {
	display:inline-block;
	float:left;
	height:24px;
	width:12px;
	padding:0;
	margin-top:7px;
	text-indent:-9999px;
	overflow:hidden;
}
#prev {
	background: transparent url(images/nav-sprite.gif) 0 0 no-repeat;
}
#prev:hover {
	background: transparent url(images/nav-sprite.gif) 0 -24px no-repeat;
}
#next {
	background: transparent url(images/nav-sprite.gif) -12px 0 no-repeat;
}
#next:hover {
	background: transparent url(images/nav-sprite.gif) -12px -24px no-repeat;
}
#FPright {
	position: absolute;
	top:70px;
	left:510px;
	width:440px;
}
#shout {
	position: absolute;
	min-height:53px;
	height:auto !important;
	width:360px;
	height:53px;
	top:227px;
	border-top:1px solid #999;
	color:#470908;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	background: #fff url(images/lasita-aken-logo.gif) -246px -39px no-repeat;
	padding:9px 0 0 80px;
	z-index:10;
}
#shout a {
	color:#470908;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#shout a:hover {
	color:#b48419;
}
#shout em {
	position:relative;
	display:block;
	text-align:right;
	font-size:12px;
	color: #495a61;
	padding:5px 0;
}
#FPhighlights {
	position:relative;
	top:0px;
	left:20px;
	width:930px;
}
#area {
	position:relative;
	height:135px;
	border-top: 4px solid #ddd;
	padding-bottom:0px;
}
#area .left {
	position: absolute;
	top:7px;
	left:0;
	width:305px;
	height:120px;
	background:#eef3f6;
	overflow:hidden;
}
#area .middle {
	position: absolute;
	top:7px;
	left:312px;
	width:305px;
	height:120px;
	background:#eef3f6;
	overflow:hidden;
	padding:0;
}
#area ul li {
	padding:0!important;
	margin:0!important;
}
#area img {
	padding:0;
	margin:0;
}
#area .right {
	position: absolute;
	top:7px;
	right:0px;
	width:305px;
	height:120px;
	background: #eef3f6;
	overflow:hidden;
}
#area p {
	padding:5px 10px;
}
#area h3 {
	padding:10px 10px 0 10px;
	font-size:14px;
	color:#06688b;
}
.more {
	display:block;
}
.PIfooter {
	width:70px;
	padding:10px 0 0 920px;
}
.madeBy {
	display:block;
	text-align:left;
	width:25px;
	height:21px;
	padding:0;
	background: transparent url(images/nav-sprite.gif) no-repeat -52px -34px;
	margin-top:0px;
	margin-left:30px;
	text-indent:-9999px;
}
.madeBy a {
	display:block;
	width:25px;
	height:21px;
}
#sideMenu {
	position:relative;
	left:10px;
	float:left;
	margin:0 50px 20px 0;
}
ul#sideMenu, ul#sideMenu ul {
	list-style-type:none;
	width: 150px;
	overflow:hidden;
}
ul#sideMenu a {
	display: block;
	text-decoration: none;
	height:17px;
	border: solid 1px #dcdcdc;
	padding: 8px;
	font-size:10px;
}
ul#sideMenu li {
	margin-top: 1px;
}
ul#sideMenu li a {
	background: #c2c1c1 url(images/side-menu-sprite.png) repeat-x 0 0px;
	color: #045476;
}
ul#sideMenu li a:hover {
	background: #CCC url(images/side-menu-sprite.png) repeat-x 0 -33px;
}
ul#sideMenu li.curent a {
	color:#eb6b08;
	background: #fff url(images/side-menu-sprite.png) repeat-x 0px -66px;
}
ul#sideMenu li.logod, ul#sideMenu li.logod a {
	background:none;
	background-image:none;
	height:auto;
	display:inline;
	border:0 none;
	padding:0;
}
/* ---------- subMenu styles start here ----------------------- */

#subMenu {
	list-style-type:none;
	height:35px;
	margin-bottom:10px;
	margin-top:-12px;
}
#subMenu li {
	float:left;
	height:35px;
	margin:0;
}
#subMenu li a {
	display:block;
	float:left;
	color:#045476;
	height:28px;
	width:auto!important;
	padding:4px 8px 0 6px;
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
	text-align:center;
	margin:0px;
	background: #c2c1c1 url(images/side-menu-sprite.png) repeat-x 0 0px;
	border: solid 1px #dcdcdc;
}
#subMenu li a:hover, #subMenu li:hover >a {
	background: #CCC url(images/side-menu-sprite.png) repeat-x 0 -33px;
	text-decoration:none;
}
#subMenu li a:hover {
	background: #CCC url(images/side-menu-sprite.png) repeat-x 0 -33px;
}
#subMenu li.curent a {
	color:#eb6b08;
	background: #fff url(images/side-menu-sprite.png) repeat-x 0px -66px;
}
/* ---------- subMenu styles end here ----------------------- */

.path {
	padding:5px 10px 5px;
	margin-bottom:25px;
	color:#04688c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background: #fff url(images/BgGradLine.png) repeat-y;
}
.path a {
	font-weight:normal;
}
/* ---------- gallery styles start here ----------------------- */

.gallery {
	list-style:none;
	width:730px!important;
	margin-bottom:20px;
}
#content.middle .gallery {
	list-style:none;
	width:955px!important;
	margin-bottom:20px;
}
.gallery li {
	margin: 20px 38px 20px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 200px;
	height: 175px;
	text-align:center!important;
}
.gallery li a * {
	vertical-align: middle;
}
.gallery span {
	line-height: 160px;
	font-size:0px;
}
.gallery a {
	display: block;
	text-decoration: none;
	color: #977119;
	width: 200px;
	height:160px;
	text-align:center!important;
	cursor:pointer;
	overflow:hidden;
}
.gallery a:hover img {
	border:2px solid #7caec3;
}
.gallery img {
	padding:0;
	margin: 0 auto!important;
	float:none!important;
	border: 2px solid #e6edf0;
}
.gallery em {
	width: 200px;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-top: 168px;
	cursor:pointer;
}
.gallery a:hover em {
	color: #977119;
	text-decoration: underline;
}
/* ---------- gallery styles end here ----------------------- */


/* ---------- galleryV styles start here ----------------------- */

.galleryV {
	list-style:none;
	width:90px!important;
	margin:10px;
	margin-left:0!important;
	float:left;
}
.galleryV li {
	margin: 1px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 84px;
	height: 84px;
	text-align:center!important;
}
.galleryV li a * {
	vertical-align: middle;
}
.galleryV span, .galleryH span {
	line-height: 80px;
	font-size:0px;
}
.galleryV a, .galleryH a {
	display: block;
	text-decoration: none;
	color: #977119;
	width: 84px;
	height:84px;
	text-align:center!important;
	cursor:pointer;
	overflow:hidden;
}
.galleryV a:hover img, .galleryH a:hover img {
	border:2px solid #7caec3;
}
.galleryV img, .galleryH img {
	padding:0;
	margin: 0 auto!important;
	float:none!important;
	border: 2px solid #e6edf0;
}
.galleryV em, .galleryH em {
	width: 80px;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
	padding-top: 88px;
	cursor:pointer;
}
.galleryV a:hover em, .galleryH a:hover em {
	color: #977119;
	text-decoration: underline;
}
/* ---------- galleryV styles end here ----------------------- */


/* ---------- galleryH styles starts here ----------------------- */

#content.middle .galleryH {
	list-style:none;
	margin-bottom:20px;
}
.galleryH {
	list-style:none;
	margin:10px;
	margin-left:0!important;
}
.galleryH li {
	margin: 5px 2px;
	padding: 0;
	float: left;
	position: relative;
	width: 84px;
	height: 84px;
	text-align:center!important;
}
/* ---------- galleryH styles end here ----------------------- */

/* search (begin) */
#ajaxSearch_form {
	position:absolute;
	top:7px;
	right:2px;
	height:30px;
	padding-top:2px;
	width: 180px;
	z-index:210;
}
#ajaxSearch_input {
	width:115px;
	height:15px;
	background:#fff;
	border-left: 1px solid #929292;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	color:#495a61;
	padding:5px;
	margin:0!important;
}
#ajaxSearch_submit {
	width:28px;
	height:28px;
	background: #fff url(images/nav-sprite.gif) -24px 0px no-repeat;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
	margin-left:5px;
	padding-left:28px;
	border:none;
	margin:0!important;
}
#ajaxSearch_submit:hover {
	background: #fde3a6 url(images/nav-sprite.gif) -24px -28px no-repeat;
	cursor:pointer;
}
#ajaxSearch_output, .searchTerms {
	font-size: 90%;
	background-color: #EFEFEF;
	border: 1px solid #6F9303;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 5px;
	margin: 5px 0 15px 0;
}
#ajaxSearch_output {
	position:absolute;
	z-index: 200;
	width: 556px;
	display:none;
	right:50px;
	background: transparent url(images/search-top.png) no-repeat 0 0;
	border:none;
	padding:11px 0 0 0;
}
#current-search-results {
	padding:10px;
	background: #f5f8f9 url(images/search-bg.png) repeat-x 0 0;
	border:3px solid #d9d9d9;
	border-top:0;
}
#searchClose {
	position:absolute;
	top:35px;
	right:30px;
	z-index:210;
}
#indicator {
	position:absolute;
	top:35px;
	right:10px;
	z-index:100;
}
.searchTerms {
	z-index: 1;
	width: 200px;
}
a.AS_ajax_resultLink, a.AS_ajax_resultLink:link {
	color:#43a8db;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	padding:5px 0;
}
a.AS_ajax_resultLink:hover {
	color:#b48419;
}
.ajaxSearch_highlight, .ajaxSearch_highlight1 {
	background-color:#FFFF00;
}
/* search (end) */

/* ---------- forms styles starts here ----------------------- */
input, select, textarea {
	border:1px solid #b6d8eb;
	margin:5px 0;
}
#wlpeLoginForm fieldset {
	padding:5px 0;
}
button, .button {
	color:#2b8bb4;
	background: #c2c1c1 url(images/side-menu-sprite.png) repeat-x 0 -14px;
	border:1px solid #CCC;
	cursor:pointer;
	padding:0 4px;
}
button:hover, .button:hover {
	background: #CCC url(images/side-menu-sprite.png) repeat-x 0 -45px;
	color:#00618b;
	border:1px solid #b6d8eb;
}
#wlpeReminderButton {
	background:#FFF;
	background-image:none;
	border:none;
	text-align:left;
}
#logout {
	display:block;
	position:absolute;
	top:60px;
	right:10px;
}
.blueCorner {
	background:#f3f9fd;
	margin-right:15px;
}
.blueCorner tr {
	padding:10px;
}
.blueCorner td {
	border-bottom:1px solid #badbee;
	padding:0 5px 5px;
}
#content h3 {
	color:#43a8db;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: normal;
	padding:5px 10px;
}
#content ul {
	margin-left:5px;
	list-style-position:inside;
}
.timestamp {
	color:#43a8db;
	font-weight:bold;
}
.NewsSummary {
	padding:0 0 10px 0;
	border-bottom: solid 1px #d8d8d8;
}
.NewsSummary p, .NewsSummary .more {
	padding:5px 10px;
}
.NewsSummary h3 {
	padding:0 10px;
	margin:0;
}
.NewsSummary:hover {
	background:#f2fafe url(images/eventBorder.png) no-repeat left bottom;
}
p.timestamp {
	font-size:12px;
	color:#999;
	padding:10px 10px 0px 10px;
	margin:10px 0 0;
	font-weight:normal;
}
.pages {
	height:25px;
	margin:30px 0 0;
}
.pages h4 {
	float:left;
	height:25px;
	padding-top:3px;
	width:40px;
	font-size:12px;
}
.pages ul {
	float:left;
	list-style:none;
	height:50px;
}
.pages li {
	height:21px;
	width:25px;
	float: left;
	margin: 2px 2px;
	text-align:center;
}
.pages a, .pages a:link, .pages a:visited, .pages a:active {
	height:15px;
	width:20px;
	padding-top:0px;
	display:block;
	color:#04688c;
	background: #eff4f6;
	font-weight:bold;
	border:none;
	text-decoration:none;
}
.pages a:hover {
	background:#e6edf0;
}
hr {
	border-bottom:1px solid #CCC;
}
#lbCaption p {
	font-weight:normal!important;
}
#galleryH {
	position:relative;
	width:450px;
	margin:15px 15px 15px 0;
}
#galleryH .pics {
	position:relative;
}
#galleryH .pics img {
	width:450px;
	border:2px solid #7caec3;
}
#navG {
	width:690px;
	height:100px;
	margin:0!important;
}
#navG li, #navV li {
	width: 80px;
	height:80px;
	float:left;
	margin:8px 16px 16px 0px;
	list-style: none
}
#navG li a *, #navV li a * {
	vertical-align:middle;
}
#navG li span, #navV li span {
	line-height:80px;
	font-size:0px;
}
#navG a, #navV a {
	width: 80px;
	height:80px;
	padding: 3px;
	display:block;
	overflow:hidden;
	border: 1px solid #ccc;
}
#navG a.activeSlide, #navV a.activeSlide {
	background:#eef3f6;
	border:1px solid #7caec3;
}
#navG a:focus, #navV a:focus {
	outline: none;
}
#navG img, #navV img {
	border: none;
	display:block;
}
.picsV {
	margin-left:100px;
	margin-top:8px;
	margin-bottom:20px;
}
.picsV img {
	width:450px;
	border:2px solid #7caec3;
}
#navV {
	width:90px;
	margin:0!important;
	margin-right:10px!important;
	height:auto;
	float:left;
}
a.tip, a.tip:link {
	color:#1683b0;
	text-decoration:none;
}
.qtip .qtip-content {
	padding: 10px;
	overflow: hidden;
}
.qtip .qtip-content .qtip-title, .qtip-cream .qtip-content .qtip-title {
	background-color: #F0DE7D;
}
.qtip-light .qtip-content .qtip-title {
	background-color: #f1f1f1;
}
.qtip-dark .qtip-content .qtip-title {
	background-color: #404040;
}
.qtip-red .qtip-content .qtip-title {
	background-color: #F28279;
}
.qtip-green .qtip-content .qtip-title {
	background-color: #B9DB8C;
}
