@charset "utf-8";
/* CSS Document */
/* CSS PNG FIX --------------------------------------------- */
div {
	behavior: url(scripts/iepngfix.htc);
	margin:0px;
	padding:0px;
}
/* CSS PNG FIX ENDS ----------------------------------------*/


a {
	outline:none;
}
:focus {
	outline:none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li{
	margin:0px;
	padding:0px;
	 
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background:url(../images/body-bg.jpg) repeat left top;
}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	background:transparent;
	margin:0px;
	padding:0px;
	line-height:0px;
}
.spacer5 {
	font-size:1px;
	height:5px;
	background:transparent;
}
.spacer10 {
	font-size:1px;
	height:10px;
	background:transparent;
}
.spacer15 {
	font-size:1px;
	height:15px;
	background:transparent;
}
.spacer20 {
	font-size:1px;
	height:20px;
	background:transparent;
}
.spacer25 {
	font-size:1px;
	height:25px;
	background:transparent;
}
.spacer30 {
	font-size:1px;
	height:30px;
	background:transparent;
}
.spacer50 {
	font-size:1px;
	height:50px;
	background:transparent;
}

.spacer70 {
	font-size:1px;
	height:70px;
	background:transparent;
}

.spacer100 {
	font-size:1px;
	height:100px;
	background:transparent;
}

.wrapper{
width:960px;
margin:0 auto;
padding:0px;
padding:0px 0px 0px 0px;
border:0px solid red;
}

#header{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:100%;
background:#ffffff;
position:fixed;
z-index:20;
box-shadow:0px 0px 5px #919191;
}

.logo{
float:left;
width:210px;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
}

.header-rgt{
float:right;
width:610px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:0px solid red;
}

.menu{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.menu li{
margin:0px 0px 0px 0px;
padding:25px 0px 27px 0px;
list-style:none;
font: 300 20px/22px 'BenchNine', arial , sans-serif;
color:#292929;
display:block;
float:left;
text-transform:uppercase;
}

.menu li a{
margin:0px 0px 0px 0px;
padding:25px 24px 27px 24px;
color:#292929;
text-decoration:none;
}

.menu li a.current{
background:#deebf1;}

.menu li a:hover{
background:#ecf3f6;}

.blue-container{
background:#0b59ac/* url(../images/slide1.jpg) no-repeat center center*/;
margin:0px 0px 0px 0px;
padding:70px 0px 30px 0px;
width:100%;
height:495px;
}

.outr-blue-cont{
width:100%;
margin:0;
border:0px solid red;
z-index:2;
text-align:center;
position:absolute;
left:0;
}

.blue-content-hold{
width:960px;
margin:50px auto 0 auto;
border:0px solid red;
}

.logo-big{
background:url(../images/pyramid-logo-bg.png) no-repeat center center;
width:952px;
height:242px;
}

.sub-menu-holder{
border-radius:5px;
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #d7d7d7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4f4f4 0%,#d7d7d7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4f4f4 0%,#d7d7d7 100%); /* IE10+ */
background: linear-gradient(to bottom, #f4f4f4 0%,#d7d7d7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
margin:0px 4px 0px 0px;
padding:0px 0px 0px 0px;
width:952px;
}

.shadow-holder{
background: url(../images/shadow-top1.png) no-repeat center bottom; /* Old browsers */
padding:0px 0px 43px 0px;
margin:0px 0px 0px 0px;
}

.sub-menu-holder ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.sub-menu-holder ul li{
margin:0px 0px 0px 0px;
padding:16px 0px 14px 0px;
font: 300 36px/38px 'BenchNine', arial , sans-serif;
color:#ababab;
display:block;
float:left;
text-transform:uppercase;
list-style:none;
border-left:1px solid #c8c8c8;
border-right:1px solid #f9f9f9;
/*text-shadow:1px 1px 1px #1b1b1b;*/
text-shadow: 1px 1px white, -1px -1px #707070;
}

.sub-menu-holder ul li a{
color:#ababab;
text-decoration:none;
/*padding:16px 73px 14px 73px;*/
padding:16px 183px 14px 183px;
/*-webkit-box-shadow: inset 1px 1px 1px 1px #1b1b1b;
box-shadow: inset 1px 1px 1px 1px #1b1b1b;*/
}

.sub-menu-holder ul li a:hover{
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #b6b6b6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#b6b6b6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#b6b6b6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#b6b6b6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#b6b6b6 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#b6b6b6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b6b6b6',GradientType=0 ); /* IE6-9 */
overflow:hidden;
/*padding:11px 74px 8px 73px;
border:0px solid red;
border-radius:5px 0px 0px 5px;*/
padding-top:11px;
padding-bottom:8px;
}

.sub-menu-holder ul li a.brdr-radius-lft{
border-radius:5px 0px 0px 5px;}

.sub-menu-holder ul li a.brdr-radius-rgt{
border-radius:0px 5px 5px 0px;}

.blue-container p{
color:#ffffff;
font: 400 15px/20px 'Open Sans', arial, sans-serif;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
text-shadow:1px 1px 2px #003d63;
}

#main-content-hold{
margin:0px 0px 0px 0px;
padding:70px 0px 0px 0px;
height:1000px;
}

.left-block{
width:475px;
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
}

.right-block{
width:460px;
float:right;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

h1{
font: 300 54px/56px 'BenchNine', arial , sans-serif;
color:#c8c8c8;
/*text-shadow:1px 1px 1px #1b1b1b;*/
text-shadow: 1px 1px white, -1px -1px #525252;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
text-transform:uppercase;
border-bottom:1px dotted #8d8d8d;
text-align:left;
}

p{
color:#097aac;
font: 400 14px/22px 'Open Sans', arial, sans-serif;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
text-align:justify;
}

h4{
color:#0076ae;
font: 400 30px/32px 'Open Sans', arial, sans-serif;
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

h3.events{
color:#0076ae;
font: 400 20px/16px 'Open Sans', arial, sans-serif;
margin:3px 0px 15px 0px;
padding:0px 0px 0px 0px;
text-align:left;
line-height:24px
}

.contact-hold h4{
font-size:24px;
margin-bottom:7px;
font-weight:300;}

.contact-hold p{
margin-bottom:10px;}

.contact-hold h6{
color:#585858;
font: 400 20px/22px 'Open Sans', arial, sans-serif;
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.left-block h6{
color:#646464;
font: 400 20px/22px 'Open Sans', arial, sans-serif;
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
text-align:center;
}

.inquire-btn{
margin:30px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.inquire-btn a{
font: 400 15px/18px 'Open Sans', arial, sans-serif;
color:#ffffff;
margin:0px 0px 0px 0px;
padding:7px 20px 7px 20px;
background:#0093d8;
text-decoration:none;
border-radius:5px;
}

.publication-tbl{
text-align:left;
}

.publication-tbl img{
border:0;}

.publication-tbl td{
padding:0px 0px 4px 0px;}

.line-seperator{
border-bottom:1px dotted #afafaf;
margin:150px 0px 150px 0px;
}

ul.list{
margin:0px 0px 0px 20px;
padding:0px 0px 0px 0px;
}

ul.list li{
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
list-style:url(../images/bullet.jpg);
color:#097aac;
font: 400 14px/22px 'Open Sans', arial, sans-serif;
text-align:left;
}

ul.left-flt{
float:left;
width:195px;
border:0px solid red;
margin-right:20px;}

ul.margin-rgt-none{
margin-right:0;}

.thumbs{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.thumbs td{
margin:0px 0px 0px 0px;
padding:0px 12px 0px 0px;
}

.thumbs img{
padding:3px;
background:#ffffff;
box-shadow:0px 0px 2px #9a9a9a;
}

.contact-tbl{
text-align:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.contact-tbl td{
text-align:left;
margin:0px 0px 0px 0px;
padding:0px 0px 13px 0px;
}


.txtbox{
border:1px solid #e2ecef;
border-radius:5px;
font: 400 14px/16px 'Open Sans', arial, sans-serif;
color:#999999;
background:#ffffff;
margin:0px 0px 0px 0px;
padding:7px 10px 7px 7px;
width:450px;
}

.errtextbox{
border:1px solid #ff0000;
border-radius:5px;
font: 400 14px/16px 'Open Sans', arial, sans-serif;
color:#999999;
background:#ffffff;
margin:0px 0px 0px 0px;
padding:7px 10px 7px 7px;
width:450px;
}

.contact-tbl #td_err{
font: 400 14px/16px 'Open Sans', arial, sans-serif;
color:#ff0000;
}

.sub-btn{
font: 400 15px/18px 'Open Sans', arial, sans-serif;
color:#ffffff;
margin:3px 0px 0px 0px;
padding:5px 17px 5px 17px;
background:#0093d8;
text-decoration:none;
border-radius:5px;
border:0;
cursor:pointer;
}

.map{
width:90%;
height:260px;
border:1px solid #9cc1d2;
}

.list_carousel {
	margin: 20px 0 0px 0px;
	width:960px;
	position:absolute;
}

.list_carousel ul {
	margin: 0 0px 0px 30px;
	padding: 0;
	list-style: none;
	display: block;

	
}

.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 215px;
	height:138px;
	padding: 2px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	display: block;
	float: left;
	border:0px solid red;
}

.list_carousel li img{
padding:4px;
background:#ffffff;
box-shadow:0px 0px 2px #9a9a9a;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.prev {
/*	float: left;
	margin-left: 0px;*/
	position:absolute;
	margin:-85px 0px 0px 0px;
	cursor:pointer;

	border:0px solid red;
}
.next {
/*float: right;
margin-right: 0px;*/
	position:absolute;
cursor:pointer;
	border:0px solid red;
	right:0;
		margin:-85px 0px 0px 0px;
}
/*			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}*/
			
			
.gallery-images{width:230px;
float:left;
margin:0px 5px 0px 5px;
 color: #097AAC;
    font: 400 14px/22px 'Open Sans',arial,sans-serif;
    list-style: disc outside url("../images/bullet.jpg");
 padding: 0;
    text-align: left;}
	
	.gallery-images a{ color: #097AAC;
	text-decoration:none;}

.gallery-images img{/*width:264px;
height:175px;*/

width:222px;
height:145px;
margin-bottom:2px;
padding:4px;
background:#ffffff;
box-shadow:0px 0px 2px #9a9a9a;}




#details-box {
    
    border: 0 solid #FF0000;
/*    margin: 0;*/
   /* padding: 15px;*/
    text-align: left;
	
}



.list-block{
margin:0px 0px 15px 0px;
/*padding:10px 10px 10px 10px;*/
text-align:left;

padding:5px;

}




/*=========================== TABS STARTS ===========================*/
.left-content{ 
margin:0px 20px 0px 0px;}




#tabs_wrapper {
margin:5px 0px 10px 0px;	
width:100%;
}
#tabs_container {
	border-bottom: 0px solid #ccc;
	margin:0px 0px 0px 0px;
	float:left;
	width:165px;
}
#tabs {
	list-style: none;
	padding: 0px 0 4px 0;
	margin: 0 0 10px 0px;
	font: 0.75em arial;

	
}
#tabs li {
    margin: 0px 0px 9px 0px;
	/*padding:7px 0px 7px 10px;*/
	background:#e3e3e3;
	font-family:'BenchNine',arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	list-style:none;
	font-weight:300;
	text-align:left;
	color:#626262;
	
}
#tabs li a {
	background:#e3e3e3;
text-decoration:none;
color:#626262;
		
}

#tabs li a, #tabs li a span {
    display: block;
  	padding:1px 0px 1px 7px;
     
}

#tabs li a:hover,  #tabs li a:active{color:#ffffff;
background:#a2a2a2 ;


}


#tabs_content_container {
	border: 0px solid #ccc;
	border-top: none;
	padding: 0px;
	float:left;
	width:750px;
	margin-left:30px;
}

.tab_content {
	display: none;
}



#tabs li.spec a{
padding-left:11px;
padding-right:12px;}




@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
		
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
		
		
    }
}
/*.tab-title{
	color:#626262; 
	font-size:22px; 
	font-family:'BenchNine',arial,sans-serif;
}*/


/* Skin */
/*.tabs-nav {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 35px 0px;
	border-bottom:2px solid #d4ab57;
}

.tabs-nav:after {  clearing without presentational markup, IE gets extra treatment 
    display: block;
    clear: both;  
}

.tabs-nav li {
    float: left;
    margin: 0px 0px 0px 0px;
	padding:0px 25px 0px 25px;
	font-family:'Conv_STOINSCM',Sans-Serif;
	font-size:14px;
	font-weight:normal;
}

.tabs-nav li.tb-5 {
	padding:0px 9px 0px 7px;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px;
     
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color:#d19c41;
	font-size:18px;
	line-height:20px;
	font-family:'Conv_STOINSCM',Sans-Serif;
	font-weight:normal;
   	padding:4px 0px 5px 0px;
    text-decoration: none; 
	border:0 none;
    white-space: nowrap;
	  
}

.tabs-nav .tabs-selected a {
    
}

.tabs-nav .tabs-selected a, .tabs-nav a:active  {
   	border: 0 none;
   	color:#ffffff;
    outline: 0; 
	background:url(../images/tabs-active.jpg) no-repeat center bottom;
}


.tabs-nav .tabs-selected a:hover{
color:#ffffff;}

.tabs-nav a:focus,.tabs-nav a:hover {
color:#ffffff;}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
 color:#ffffff;
}

.tabs-nav a span {
    margin: 0 0 0 0px;
	padding:7px 12px 7px 12px;	
}

*>.tabs-nav a span {  hide from IE 6 
    width: auto;
    height: auto;
}

.tabs-nav .tabs-selected a span {
    margin: 0 0 0 0px;
	padding:7px 12px 7px 12px;
	color:#5e7020;
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
	color:#ffffff;
}

.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;	
}color:#5e7020;

.tabs-container {
	border:1px solid #CACACA;
    margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 0px; 
}

#T-1, #T-2, #T-3, #T-4, #T-5 {
float:left;}
*/
/*=========================== TABS ENDS ===========================*/

.tab_left{float:left;
width:165px;
border:0px solid #cc0000;}

.tab_right{float:left;
width:750px;
margin-left:30px;
padding:0;
border:0px solid #cc0000;}

.tab-images img{


width:230px;
height:150px;
margin-bottom:2px;
padding:4px;
background:#ffffff;
box-shadow:0px 0px 2px #9a9a9a;}

.tab-images{width:230px;
float:left;
margin:0px 10px 10px 10px;
 color: #097AAC;
    font: 400 14px/22px 'Open Sans',arial,sans-serif;
    list-style: disc outside url("../images/bullet.jpg");
 padding: 0;
    text-align: left;}
	
	
/*+++++++++++++++++++++   TAB CSS ENDS   ++++++++++++++++++*/