﻿/**********************************************************************************
=Global
**********************************************************************************/

html, body {
	border:0;
	margin:0;
	padding:0;
	font-size: 100%; }

table{ font-size: 100%; }

body {
    background:#FFFFFF url(../images/bg.gif) repeat-x top left;
    color: #615A4A;
	font-family : tahoma, arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center; }


.clear 	{ clear:both; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
    .clearfix {
        display: inline-block;
    }
    html[xmlns] .clearfix {
        display: block;
    }
    * html .clearfix {
        height: 1%;
    }

.left 	{ float:left!important; }
.right 	{ float:right!important; }

.b 	{ font-weight:bold; }
.i 	{ font-style:italic; }

.top {vertical-align:top;}
.bottom{vertical-align:bottom;}

.nobrk  { white-space : nowrap; }

.cursor{cursor:pointer;}

/**********************************************************************************
=Common
**********************************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;}
	
h1
{
    color:#0161AB;
    font-size:2.6em;
    text-transform:uppercase;
    font-weight:normal;
    text-align:left;
	line-height:0.7em;
	margin:0 0 14px 0;
}
    h1 span
    {
        display:block;
        font-size:0.55em;
        color:#138FD6;
        font-weight:bold;
    }
	
h2, h2 a
{
    color:#138FD6;
    font-size:2.4em;
    text-transform:uppercase;
    font-weight:normal;
    text-align:left;
	line-height:0.7em;
	margin:0 0 14px 0;
}
    h2 span, h2 a span
    {
        display:block;
        font-size:0.55em;
        color:#b1aaab;
        font-weight:bold;
    }
    
    h2 a
    {
        font-size: 1em;
        text-decoration: none;
    }
    
    #content h2{line-height:1em!important;}
    
h3, h4
{
    color:#B1B0AB; 
    text-transform:uppercase;
    font-size:1.4em;
}
    
h4{ font-size:1em;}

p  {
    margin:0 0 10px 0;
	padding:0;}

ul {padding:0; margin:10px 0;}

ul li
{
    padding:2px 0 2px 15px;
}

img {	border:0;}

.image
{
    background:url(../images/bg_image.gif) no-repeat top left;
    width:166px;height:166px;
    padding:7px;
}

.intro{
    color:#0161AB;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}

.date
{
    color:#B1AFAA;
    font-size:1.3em;
    font-weight:bold;
}

.content_intro
{
    font-size:1.1em;
    font-weight:bold;
    color:#DE5F02;
}

hr
{
    border: none 0;  
    border-top:dotted 2px #C1D6E9;
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
}
   
	
/**********************************************************************************
=Buttons and Links
**********************************************************************************/
.flip
{
    color:#DE5F02;
    text-decoration:underline;
}
    .flip:hover, .flip_white:hover{text-decoration:none;}
    
.flip_white
{
    color:#FFFFFF;
    text-decoration:underline;
}

.flip_noline
{
    color:#FFFFFF;
    text-decoration:none;
}
    .flip_noline:hover{text-decoration:underline;}
    
.btnBlue, .btnOrange
{
    display:block;
    padding:16px 48px 16px 20px;
    width:118px;
    height:32px;
    text-transform:uppercase;
    font-size:1.8em;
    color:#FFFFFF;
    text-align:left;
    text-decoration:none;
    line-height:1em;
}
    .btnBlue span, .btnOrange span
    {
        display:block;
        font-size:0.7em;
        font-weight:bold;
        line-height:0.8em;
    }

.btnBlue{background:url(../images/bg_btnblue.gif) no-repeat top left;}
    .btnBlue span{color:#B2E7F1;}
    
.btnOrange{background:url(../images/bg_btnorange.gif) no-repeat top left;}
    .btnOrange span{color:#FAD8B4;}
    
.flip_more
{
    background:url(../images/b_blue.gif) no-repeat top right;
    height:32px;line-height:32px;
    padding-right:35px;
    display:block;
    color:#DE5F02;
    text-decoration:none;
    font-weight:bold;
}
    .flip_more:hover{text-decoration:underline;}
    
/**********************************************************************************
=Layout
**********************************************************************************/
#content_skip{line-height:0px;height:0px;float:left;}

#container
{
    background:url(../images/bg_content.gif) repeat-y top left;
    width:1252px;
    margin:0 auto;padding:0;
}

#wrapper
{
    background:url(../images/bg_content_top.gif) no-repeat top left;
    width:1252px;
    margin:0 auto;padding:0;
	text-align:left;
}

#header
{
	height:181px;
	background:url(../images/bg_top.gif) no-repeat top left;
	padding:11px 9px 0 9px;
	margin:0;
}
	
	.logo{
		float:left;
		margin:0 0 12px 40px;
		}
		
	h3.strapline
	{
	    background:url(../images/bg_header.jpg) no-repeat top right;
	    padding-top:65px;
	    float:left;
	    width:900px;
	    height:55px;
	    font-size:1.8em;
	    color:#B1AFAA;
	    text-transform:uppercase;
	    font-size:2.2em;
	    font-weight:normal;
	    margin-left:30px;
	}
	    h3.strapline span
	    {
	        font-size:0.6em;
	        color:#DE5F02;
	        display:block;
	        font-weight:normal;
	    }
		
    #nav_bar
    {
        float:left;
        width:100%;
        background:url(../images/nav.gif) repeat-x top left;
    }
        #search
        {
            float:right;
            margin: 3px 20px 0 0;
            display:inline;
        }
            #search label
            {
                font-size:1.2em;
                color:#FFFFFF;
                text-transform:uppercase;
                float:left;
                margin:2px 10px 0 0;
                
            }
            #search input{float:left;}
            #search input.submit
            {
                margin:0 0 0 5px;
            }
				
	#nav
	{
	    float:left;
	    clear:both;
	    list-style-type:none;
	    margin:0 0 0 0;
	    font-size:1.3em;
	    font-weight:bold;
	    list-style-type:none;
	}
	    #nav li
	    {
	        float:left;
	        width:auto;
	        padding:0;
	        border-right:1px solid #FFFFFF;   
	    }
	    
	    #nav li a
	    {
	        color:#FFFFFF;
	        text-decoration:none;
	        text-transform:uppercase;
	        display:block;
	        height:48px;
	        padding:4px 15px 0;
	        float:left;
	    }
	        #nav li a:hover{background:url(../images/nav_hover.gif) repeat-x top left;}
	        
	    #nav li.selected a{background:url(../images/nav_sel.gif) repeat-x top left;}
	
#content_container
{
    margin:0 10px;
	clear:both;
	width:1252px;
	float:left;
	clear:both;
	height:auto!important;
	height:500px;
	min-height:500px;
	display:inline;
	background:url(../images/bg_content_inner.gif) repeat-y bottom left;
	margin-bottom:15px;
}
	
    #content_wrap
    {
	    background:url(../images/bg_content_btm.gif) no-repeat bottom left;
	    height:auto!important;
	    height:500px;
	    min-height:500px;
    }
       
	    #breadcrumbs
	    {
	        float:right;
	        font-size:1em;
	        clear:both;
	        padding:0;margin:0;
	        text-transform:uppercase;
	        font-weight:bold;
	        margin:10px 0 5px 0;
	        list-style-type:none;
	    }
	        #breadcrumbs li
	        {
	            float:left;
	            padding:0 6px!important;
	            list-style: none;
	            background: none!important;
	            margin-left: 0!important;
	        }
    	         
	            #breadcrumbs li.last{padding-right:0;background:none;}
	            
	       #breadcrumbs a
	       {
	        color:#DE5F02;
	        text-decoration:none;
	       }
	       #breadcrumbs a:hover{text-decoration:underline;}
    
        #navigation
	    {
            width:282px;
            float:left;
            height:auto!important;
            height:216px;
            min-height:216px;
            padding:100px 0 0 30px;
            margin:0 0 0 2px;
        }
            #navigation.products{background:url(../images/bg_nav_products.jpg) no-repeat top left;}
        
        
            #navigation h2
            {
                color:#DE5F02;
            }
                        
            #subnav,  #subnav li
            {
                text-transform:uppercase;
                padding:0;margin:0;
                line-height:1.5em;
                list-style-type:none;
            }
                #subnav li a
                {
                    font-size:1.1em;
                    color:#126BB0;
                    text-decoration:none;
                    font-weight:bold;}
                    #subnav li a:hover{text-decoration:underline;color:#8CA4B7;}
                    
               #subnav li.selected a{color:#138FD6;}
               
               #subnav li ul
               {
                margin:5px 0 10px 10px;
                list-style-type:none; 
               }
                   #subnav li ul li
                   {
                    padding-left:15px;
                    background:url(../images/subnav_sub.gif) no-repeat left;
                    font-size:0.9em;
                   }
                        #subnav li ul li.selected{background:url(../images/subnav_sub_sel.gif) no-repeat left;}  
                        #subnav li ul li.selected a{color:#DE5F02;}  
            
        #content
        {
              background:url(../images/content_top.gif) no-repeat top left;
              float:left;
              width:830px;
              margin:0 0 0 9px;
              padding:10px 20px 25px 49px;
        }
        
            #content ul li
	    	{
	    	    padding-left: 23px;
	    	    margin-left: 17px;
	    	    list-style: none;
	            background:url(../images/bullet.gif) no-repeat 0 5px;   	    
	    	}
	    	
	    	#content ol li
	    	{
	    	    margin-left: 17px;
	    	}
	    	
            #content h3, #content h1
            {
                clear:both;
                text-align:right;
                margin-right:5px;
            }
                #content h1
                {
                    color:#138FD6;
                    margin-bottom:20px;}
             
            #content .column1, #content .column2
            {
                width:300px;
                float:left;
                margin-right:20px;
                font-size: 1.1em;
            }
            
                #content .column1 a, #content .column2 a
                {
                    color:#DE5F02;
                    text-decoration:underline;
                }   
                
                #content .column1 a:hover, #content .column2 a:hover
                {
                    text-decoration:none;
                }      
            
            #content .fullcontent
            {
                width:620px;
                float:left;
                margin-right:20px;
                font-size: 1.1em;
            }
                #content .fullcontent h3
                {
                    text-align: left;
                    font-size:1.1em;
                    padding:0;margin:10px 0 5px 0;
                }
                
                #content .fullcontent h2
                {
                    text-align: left;
                    font-size:1.4em;
                    font-weight:bold;
                    padding:0;margin:10px 0 5px 0;
                }
                
                #content .fullcontent a
                {
                    color:#DE5F02;
                    text-decoration:underline;
                }   
                
                #content .fullcontent a:hover
                {
                    text-decoration:none;
                }                   

                
       #column_images
       {
        width:180px;
        float:right;
        text-align:right;
       }
	
#footer
{
	padding:5px 25px 10px 55px;
	clear:both;
	color:#615A4A;
	background:url(../images/bg_footer.gif) no-repeat top left;
	height:55px;
}
	#footer a{color:#FFFFFF; text-decoration:none;}
	#footer a:hover{text-decoration:underline;}
	
	#footer .email
	{
	    margin:5px 0;
	    float:right;
	    font-size:1.2em;
	    font-weight:bold;
	}
	
	#footer_links
	{
	    float:right;
	    font-size:1.2em;
	    clear:both;
	    padding:0;margin:0;
	    text-transform:uppercase;
	    font-weight:bold;
	    list-style-type:none;
	}
	    #footer_links li
	    {
	        float:left;
	        padding:0 6px;
	        background:url(../images/bg_footerlink.gif) no-repeat right;}
	         
	        #footer_links li.last{padding-right:0;background:none;}

.team
{
    vertical-align:top;
    padding-bottom:20px;
}
/**********************************************************************************
=Home
**********************************************************************************/
#home
{
    background:url(../images/bg_home.gif) repeat-y bottom left;
    padding:0;
	float:left;
}

    #home #left
	{
        width:418px;
        float:left;
    }
	
		#rotate{
			height:385px;
			overflow:hidden;
		}
		    #rotate h2
		    {
		        line-height:1em;
		    }	    
			#rotate div{
				height:385px;
			}
			    #rotate div div{padding:180px 30px 20px 35px;}
	    		#rotate div.earth{background:url(../images/bg_earth.jpg) no-repeat top left;margin:0;}
	    		#rotate div.cloud{background:url(../images/bg_cloud.jpg) no-repeat top left;}
	    	#rotate li
	    	{
	    	    padding-left: 23px;
	    	    margin-left: 17px;
	    	    list-style: none;
	            background:url(../images/bullet.gif) no-repeat left;   	    
	    	}
	    		
		#testimonials
		{
			 background:url(../images/bg_testimonials.jpg) no-repeat top left;
			 height:180px;
			 padding:35px 30px 20px 35px;
		}
		    #testimonials h2
		    {
		        background:url(../images/bg_quote.gif) no-repeat bottom right;
		        width:100px;
		        padding:0 0 10px 0;
		    }
		    		    
			#testimonials p.contact
		    {
		        line-height:1em;
		    }
		        #testimonials p.contact a{text-decoration:none!important;}	
    
	#middle
	{
		width:397px;
		float:left;
		background:url(../images/bg_home_middle.gif) repeat-y top left;
	}
    
		#satmanage
		{
			padding:0 20px 0 30px;
			height:100%;
		}
		
    #right
	{
        width:418px;
        float:left;
    }
	
		#news_events{
			height:330px;
			padding:35px 30px 20px 35px;
			background:url(../images/bg_news.jpg) no-repeat top left;
		}
		    .news
		    {
		        clear:both;
		        margin-bottom:10px;
		    }
		        .news h5
		        {
		            float:left;
		            width:310px;
		        }
		    
	        .news_more
	        {
	            float:right;
	            margin-top:20px;
	        }
	
		#new
		{
			 background:url(../images/bg_new.jpg) no-repeat top left;
			 height:180px;
			 padding:35px 30px 20px 35px;
		}
		    #new h5
		    {
		        width:200px;
		    }
		    

/**********************************************************************************
=Testimonials
**********************************************************************************/ 
 .firstname, .lastname, .position, .company
 {
    text-transform:uppercase;
    font-weight:bold;
 }
    .firstname
    {
        color:#0161AB;
        font-size:1.3em;
        
    }
    .lastname
    {
        color:#138FD6;
        font-size:1.6em;
        font-weight:normal;
    }
    .position
    {
        color:#138FD6;
        font-size:1.2em;
    }
    .company
    {
        color:#0161AB;
        
    }
    
/**********************************************************************************
=iBox
**********************************************************************************/	
 #pop_overlay
 {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #EDEFF5;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      opacity: 0.8;
 }
 * html #pop_overlay{position:absolute;}
 
 #pop_container
 {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
 }

 #pop_inner
 {
      display: block;
      width: 500px;
      height: auto;
      position:absolute;
      top:25px;
      left:50%;
      margin:0 0 0 -250px;
      padding:20px;
      background: #FFFFFF;
      border: 2px solid #E4A607;
      text-align: left;
 }
    #pop_inner h3
    {
        margin-bottom:10px;
    } 
    
/**********************************************************************************
=Info
**********************************************************************************/	

.infowrap{
    border-bottom:2px dotted #b9dd3b;
    padding:10px 0 8px 0;
    float:left;
    width:100%; }

.info    {
        display:block;
		float:left;
		font-size:1.2em;
        font-weight:bold;
        line-height:1.2em;
        padding:0;
        margin:5px 0 8px 0;
		width:1278px;  }
		
  .infobox
  {
    display:block!important;
  }
  
  .infobox_hidden
  {
    display:none;
  }       
  
/**********************************************************************************
=Lightbox
**********************************************************************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}    

/*****************************************************************
=Free Text Box
*****************************************************************/	
.editor_background
{
    padding: 6px 6px 6px 6px;
    text-align: left;   
    background-color: White;
}		    

.white{color:#CCCCCC!important;}

/*****************************************************************
=Countdown
*****************************************************************/	
.hasCountdown {
	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
	color: #DE5F02;
}
.countdown_descr {
	display: block;
	width: 100%;
}