﻿/* ------------------------------------------------- LAYOUT --------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;	
	background-color: #F5F6F7;
	text-align: center;
    font-size: 12px;
}

.navbar {
  height: 40px;
  background-color: #222;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 auto;	
	text-align: left;
	color: #fff;
}
/*
.navbar {
  height: 40px;
  background-color: #000;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 auto;	
	text-align: left;
	color: #666;
}*/
.navbar img {
	float: right;
	margin-top:-5px;
	
	padding-top:0px;
}
.nav_links {
  float: left;
  margin-right: 20px;
}
.nav_links a {
  color: #fff;
  margin-right: 28px;
  text-decoration: none;
  /*font-weight:bolder;*/
}
.nav_links a:hover 
{
    border-bottom: 2px solid #5ea9e8;
  /*border-bottom: 4px solid #5ea9e8;
  background-color: #fff;*/
}
.nav_login{
  float: left;
}
.nav_login a {
  color: #5ea9e8;
  margin-right: 10px;
  text-decoration: none;
  /*font-weight:bolder;*/
}
.nav_login a:hover {
  border-bottom: 2px solid #333;
  /*border-bottom: 4px solid #fff;*/
}

.nav_links, .nav_login {
  margin-top: 5px;
}
.header_title {
	height: 400px;
	background-image: url(screenshots1.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
}
.header_prodinfo {
	height: 400px;
	background-image: url(ProdInfoHeader.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
}
.container {
  width: 980px;
	clear: both;
  margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	
	text-align: center;
	overflow: visible;
}
.containerSmall {
  width: 980px;
	clear: both;
  margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	text-align: center;
	overflow: visible;
}


.header {
	margin: 0 auto 25px auto;
	padding: 0 0 0 0;
	width: 100%;
	border-bottom: 1px solid #dadfcb;
	background-color: #222;
	background-image: url(headerbg.gif);
	background-repeat:repeat-x;
	overflow: visible;
}
.headerSmall {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 100%;	
	background-color: #090909;	
	overflow: visible;
}
.headerSmall h1 {
	 color:#fff;
	text-align: left;
	font-size:38px;
	
}
.headerSmall h3 {
	 color:#fff;
	text-align: left;
	font-size:18px;
	margin:0px;
	
}
.left {
	width: 380px;
	float: right;
	overflow: hidden;
}

.right {
	width: 550px;
	float: left;
	text-align: left;
}

/* ------------------------------------------------- FORMATTING ----------------------------------------------------*/
a {
  color: #e5743d;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
	padding: 0;
}

p {
	font-size: 1.3em;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.3em;
	margin: 0 0 15px 0;
}


h1 {
	text-align: center;
	font-size: 2.5em;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}
ul {
	font-size: 1.3em;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.3em;
	margin: 0 0 15px 0;
}


/* ------------------------------------------------- HOMEPAGE ----------------------------------------------------*/



.header_title h1 {
	font-size: 38px;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -2px;
	line-height: 1.0em;
	text-align: left;
	color: #fff;
}

.header_title h2 {
	margin: 0 0 25px 0;
	padding: 0;
	width:485px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #ccc;
	font-family: georgia, times, "times new roman";
}

.header_title h3 {
	margin: 0 0 30px 0;
	padding: 0;
	width:385px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	color: #fff;
	font-family: georgia, times, "times new roman";
}

.content_top .right h2, .quotation h2 {
	margin-top: -20px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #222;
	font-family: georgia, times, "times new roman";
	  
}

.content_top {
	overflow: hidden;
	margin-bottom: 0px;
}
.content h2, .right_content h2, .ProductContent h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	color: #e5743d;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
	margin-bottom:10px;	
}
.ProductContent h3 
{
    font-weight:bold;

}
.content h4, .right_content h4, .ProductContent h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	color: #e5743d;
	text-transform: uppercase;

	width:100%;
	margin-bottom:10px;	
}
.content {
	width: 255px;
	margin: 0 20px 20px 0;
	float: left;
}
.content p {
	font-family: georgia, times, "times new roman";
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 0 30px 0;
}

.content ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	font-family: georgia, times, "times new roman";
}

.content li {
	font-size: 13px;
	margin-bottom: 10px;
	color: #444;
}

.content li strong, .content li em {
	font-style: italic;
	color: #000;
	font-weight: bold;
}

.content li a {
	color: #444;
}

.right_content 
{
    width: 100%;
	margin: 0 20px 20px 0;
	float: left;
	text-align: left;
	font-weight: normal;
}

.quotation {
	width: 100%;
	margin: 0 0 0 0;	
	border: 1px solid #dcdcdc;	
	float: left;
	text-align: center;	
	background-color: #f1ece0;	
}
.quotation img {
	
	margin-left:20px;
}

.quotation h2 {
	color: #666;
	font-size: 20px;
	margin-bottom:10px;
	margin-right:40px;
	margin-left:40px;
	margin-top:10px;
	font-family: georgia, times, "times new roman";
}
.quotation h3 {
	color: #666;
	font-weight:lighter;
	font-size: 15px;
	margin-bottom:6px;
	margin-right:40px;
	margin-left:40px;
	margin-top:10px;
	font-family: georgia, times, "times new roman";
}
.quotationRight {
	
	margin: 20px 0 0 0;	
		
	float: left;
	text-align: center;	
	background-color: #f1ece0;	
}
.quotationRight img {
	
	margin-left:10px;
}

.quotationRight p {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
	color: #666;
	font-size: 13px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	
}
.readmore
{
    font-size:8pt;
   font-family: helvetica, arial, sans-serif;
    font-weight:bold;
}

.end {
	margin-right: 0;
}

.ProductContent {
	width: 750px;
	
	
	float: left;
	overflow: hidden;
	text-align:left;
	
}
.ProductH1 {
	text-align:left;
	
}
.ProductContentRight {
	width: 200px;
	
	
	float: right;
	overflow: hidden;
	text-align:left;
	
}
.ProductContentBox
{background-image: url(ProdBack.png);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#eee;
    
    border: 1px solid #dcdcdc;
    padding:10px;
}
.ProductContentBox h3
{
    font-weight:lighter;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top:0px;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}


/* ------------------------------------------------- FOOTER -----------------------------------------------------*/

.footer {
	border-top: 1px solid #000;
  background-color: #000;
  
	padding-top: 10px;
	color: #fff;
	clear: both;
	text-align:center;
	 height:101%;
	
}
.footer a 
{color:#ccc;
 font-family: helvetica, arial, sans-serif;	
 font-size:13px;
}
.footer p 
{color:#cdc;
 font-family: helvetica, arial, sans-serif;	
 font-size:13px;
}
.footercols
{
     height:450px;
     margin-bottom:400px;
}

.footerCol1
{
    float:left;
    width:400px;  
    
    text-align:left;    
}
.footerCol1 p {
    font-size:11px;
    color:#fff;
}
.footerCol1 h3 {
    font-size:14px;
    color:#ffc;
}
.footerCol2
{
    float:left;
    width:300px;
    
}
.footerCol3
{
    float:left;
    width:100px;
    
}


.footerUnd {
	margin: 30px auto;
	margin-bottom: 0;
	border-top: 1px solid #333;
	padding: 30px;		
	width: 800px;
	line-height: 1.4em;
	
	
	background-repeat:no-repeat;
}


/* --------------------------------------------TOOLTIP------------------------------------------------------ */

.tool-tip {
	color: #fff;
	width: 189px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 170px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #d3d3d3;
	padding: 8px 8px 4px;
	background: #444;
	border-bottom: 1px solid #177fba;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #bcd1dd;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}





/* ---------------------------   PRODCUT INFORMATION PAGE ---------------------------------*/




.ProductHeaders {
	width: 185px;
	height: 200px;
	float: left;
	margin-right: 20px;	
	margin-top: 70px;	
	padding: 0 20px;
	
	
}
.ProductHeaders h2 {
font-size:14px;
padding-top:8px;


font-weight:bold;	
}
ul#tick  { line-height: 1.4em; 
color: #444; 
cursor:help;
margin-left:-20px;
text-align:left;
font-family: helvetica, arial, sans-serif;
padding-top:40px; }

/*	<!--.tick li { margin-bottom: 16px; 
	cursor:help;
	padding-left: 24px; 
	background: url(tick.gif) no-repeat; 
	list-style-type: none;
	font-size:15px; }-->*/

.Tips2{ margin-bottom: 16px; 
	cursor:help;
	padding-left: 24px; 
	background: url(tick.gif) no-repeat; 
	list-style-type: none;
	font-size:15px; }
.gallery{
text-align:left;


}
.callout
{
    background-image: url(callout.jpg) no-repeat;
    height:300px;
}
	


/* ---------------------------   TOUR ---------------------------------*/

.headerPage
{height:40px;
 margin-bottom:0px;
    
}

.headerPage h1
{font-size: 38px;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -2px;
	line-height: 1.0em;
	text-align: left;
	color: #fff;
}
.content_blog
{
    text-align:left;
    
    
}
.leftTour {
	width: 460px;
	float: right;
	overflow: hidden;
	text-align: left;
	padding:0 10px 0 5px;
	margin-right:15px;
}

.rightTour {
	width: 460px;
	float: left;
	text-align: left;
	padding:0 10px 0 5px;
	
}
.boxTour
{width:100%;
 min-height:480px;
    background-image: url(ProdBack.png);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#eee;
    border: 1px solid #dadfcb;
    padding:0 10px 10px 10px;
    margin-top:10px;
}
.boxTour h2
{
    font-size:26px;
	margin-bottom:10px;
	margin-top:7px;
}

/* ---------------------------   ABOUT US ---------------------------------*/
 #scrollup {
   position: relative;
   overflow: hidden;
   
   height: 120px;
   width: 725px;
   background-image:url(QuotesBox.png);
   
   
 }
 .headline {
   position: absolute;
   top: 105px;
   left: 5px;
   height: 100px;
   width:670px;
   
   color: #333;
	font-weight:lighter;
	font-size: 18px;
	margin-bottom:6px;
	margin-right:40px;
	margin-left:25px;
	margin-top:18px;
	font-family: georgia, times, "times new roman";
 }



/* ---------------------------   CONTACT ---------------------------------*/

#Overview
{
	width: 450px;
	float: right;
	margin-left: 0px;
}

#WantToKnowMore
{
	float: left;
	width: 400px;
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
}

.mapArea
{
	position:relative; 
	width: 450px; 
	height: 230px;
	margin-bottom:20px;
}

.addressArea
{
	height: 190px; 
	width: 220px;
	
}
.addressArea p
{
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
}

/* ---------------------------   MEMBERS ---------------------------------*/
#loginControl {
	MARGIN: auto; margin-LEFT: 360px; FLOAT: left; HEIGHT: 250px;
	width:220px;
	padding:20px;
	color:#000;
	text-align:left;
	margin-top:50px;
	/*background-image: url(membersBack.png);*/
	background-repeat:no-repeat;
}
#TrainingImage
{
    float:right;
    margin-left:100px;
    margin-bottom:100px;
}
.pageText
{
    font-family:Georgia, Times New Roman, serif;
    
    
}
.MembersTabs
{
    
    height:190px;
    width:700px;
    padding:10px;
    
}
.header_members {
	height: 160px;
	
	
	text-align: left;
}

	.headerMembers {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 100%;	
		background-color: #090909;
	background-image: url(headerbg2.gif);
	background-repeat:repeat-x;
	overflow: visible;
	text-align:left;
	color:White;
}

.CaseStudyIntro{
font-size:16px;
font-weight:bolder;

}

.loginStyle 
{
  color: #5ea9e8;
}
