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

html {
	height: 100%;
}

body {
	background-color: #013658;
	background-image: url(../Image/BG.gif);
	background-repeat: repeat-x;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

img {
	border: 0;
	margin: 0;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #7eacc9;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

object {
	margin: 0;
	padding: 0;
}

iframe {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

h1 {
	font-size: 12px;
}

.siteWrapper {
	width: 990px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
}

.topMenu td {
	vertical-align: top;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.BTNTop a {
	color: #808080;
	text-decoration: none;
}

.topBTNHome {
	margin-top: 20px;
	float: left;
}

.topBTNContact {
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}

.topBTNSiteMap {
	margin-top: 20px;
	margin-left: 24px;
	float: left;
}

.topBTNLanguages {
	margin-top: 20px;
	margin-left: 21px;
	float: left;
}

.topSUBBTNLanguages {
	margin-top:-13px;
	margin-right: 6px;
	text-align:left;
	float: right;
	visibility: hidden;
	z-index: 100;

}

.topCurrentBTNLanguages{
	margin-left: 20px;
	text-align:left;
	float:left;

}

.contentWrapper {
	vertical-align: top;
	z-index: -1;
	position: absolute top;
	margin: 0;
	padding: 0;
	height: 352px;
}

.menuBottom {
	height: 135px;
	background-image: url(../Image/BGMenuBottom.gif);
	background-repeat: repeat-x;
}

.BTNCallUs {
	margin-left: 9px;
}

.BTNDemo {
	margin-left: 19px;
}

.BTNWhy {
	margin-left: 18px;
}

.BTNTestimonials {
	margin-left: 19px;
}

.BTNVideos {
	margin-left: 20px;
}

.BTNFAQ {
	margin-left: 21px;
}

.footer, .footer a , .footer h1{
	color: #868686;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

.dot {
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 2px;
}

div.subMenu
{
	background-color: #3e3e3e;
	border: 1px solid #FFF;
	border-width: 0 1px 1px 1px;
	margin: -4px 0 0 -1px;
	position: absolute;
	visibility: hidden;
	width: 100px;
	z-index: 100;
	text-align: center;
}

div.subMenu a
{
	color: #FFF;
	display: block;
	font-size: 9px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 100;
}

div.subMenu a:hover
{
	background-color: #0072bb;
	color: #fff;
	text-decoration: none;
	z-index: 100;
}

.content {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #013658;
	text-align: justify;
	vertical-align: top;
	z-index: 10;
}

.contentVideo {
	margin-top: 26px;
	color: #013658;
	text-align: justify;
}

.contentTable td {
	vertical-align: top;
}

.hiddenError{
	display : none ;
}

.visibleError{
	display : block ;
	color: #990000;
	font-weight: bold;
}

/* STYLE FOR VIRTUAL PAGINATION */
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
vertical-align: top;
}

.paginationstyle{ /*Style for demo pagination divs*/
text-align: center;
padding: 0;
margin: 0 0 5px 0;
vertical-align: top
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid #c2c2c2;
color: #FFF;
background-color: #0072bb;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #FFF;
background-color: #7eacc9;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover{ /*Pagination div "flatview" links style*/
color: #FFF;
background-color: #7eacc9;
}

.paginationstyle .flatview a.selected {
	color: #FFF;
	background-color: #747373;
}

/* SlideShow */
#SlideShowDiv {
	background-image: url(Image/SlideShow/1.jpg);
	background-repeat: no-repeat;
	width: 621px;
	height: 352px;
}

#SlideShowImg {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.videoMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: top;
}

.title {
	height: 39px;
}

/* ModalBox */
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #FFF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(Image/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}