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

@font-face {
font-family: Avant;
src: url("../UBL-Web-Design-Fonts/ITC-Avant-Garde-CE-Gothic-Book.ttf") format("truetype");
}

@font-face {
font-family: AvantBold;
src: url("../UBL-Web-Design-Fonts/ITC-Avant-Garde-CE-Gothic-Demi.ttf") format("truetype");
}

body {
	top: 0px;
	margin: 0px;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../UBL-Web-Designs-Images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFE811;
	font-weight: bold;
	margin-top: -10px;
}

p{
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

a{	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
}

a:hover{	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
}

a:visited{	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
}

#wrapper{
	width:100%;
	border:0px solid #999999;
	margin:0px auto;
	text-align:left;/*for IE5.x*/
}

/*Begin style for row DIVs*/
#header{
	width:100%;
}

#main_bdy{
	width:100%;
}

#footer{
	width:100%;
}

/*end style for row DIVs*/ /*Begin style for column DIVs*/

/*-------------------------------------------------------------header-------------------------------------------------------------*/

.logo{
	position: absolute;
	z-index: 999;
	width: 539px;
	height: 138px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -269px;
	visibility: visible;
	left: 50%;
	top: 0px;
	right: auto;
	overflow: visible;
}

.logo_bottom{
	position: fixed;
	z-index: 999;
	width: 539px;
	height: 138px;
	margin-top: -0px;
	margin-bottom: 0px;
	margin-left: -269px;
	visibility: visible;
	left: 50%;
	bottom: 0px;
	right: auto;
	overflow: visible;
}

.featured_group{
	width:940px;
	float: none;
	margin-top: 85px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.navigation{
	width:940px;
	float: none;
	height:55px;
	margin-top: -45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../UBL-Web-Designs-Images/nav-bg.png);
	background-repeat: no-repeat;
}

.navigation2{
	width:920px;
	float: none;
	height:55px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 15px;
	margin-left: auto;
	text-align: center;
}

.navigation ul{
	text-decoration: none;
	float: none;
	height: 55px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 50px;
}

.navigation li a{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	list-style-image: none;
	list-style-type: none;	
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	display: inline;
	float: left;
	z-index: 0;
}

.activehd{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	list-style-image: none;
	list-style-type: none;	
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-image: url(../UBL-Web-Designs-Images/nav-bg-hover.png);
	background-repeat: repeat;
	background-position: left top;
	display: inline;
	float: left;
	z-index: 0;
}

.navigation li a:hover{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	list-style-image: none;
	list-style-type: none;	
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-image: url(../UBL-Web-Designs-Images/nav-bg-hover.png);
	background-repeat: repeat;
	background-position: left top;
	display: inline;
	float: left;
	z-index: 0;
}

.navigation li a:visited{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	list-style-image: none;
	list-style-type: none;
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	display: inline;
	float: left;
	z-index: 0;
}

/*-------------------------------------------------------------main body-------------------------------------------------------------*/

.main_area{
	width:940px;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
}

.main_left{
	width:550px;
	float:left;
}

.testimonials{
	width:370px;
	float:right;
}

.testimonial_blocks{
	width:314px;
	float:left;
	height:310px;
	background-image: url(../UBL-Web-Designs-Images/testimonails-bg.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 28px;
	padding-bottom: 45px;
	padding-left: 28px;
}

/*-------------------------------------------------------------footer-------------------------------------------------------------*/

.footer_bg{
	width:100%;
	float:left;
	height:221px;
	background-image: url(../UBL-Web-Designs-Images/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 15px;
}

.footer_wrap{
	width:926px;
	float:none;
	height:137px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.few_clients{
	width:95%;
	float:left;
	height:27px;
	margin-top: 5px;	
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
	margin-left: 15px;
	padding-top: 3px;
}

.client_imagewrap{
	width:100%;
	float:left;
	height:91px;
	margin-top: 10px;
}

.clientbox2{
	width:136px;
	float:left;
	height:91px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.clientbox3{
	width:136px;
	float:left;
	height:91px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.clientbox{
	width:136px;
	float:left;
	height:91px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

/* -------------------------------------------------------------FEATURED------------------------------------------------------------- */

.featured {
	margin-bottom: 73px;
	position: relative;
	background-color: transparent;
	background-image: url(../UBL-Web-Designs-Images/bg-featured.png);
	background-repeat: no-repeat;
}

#cu3er-container {
	margin-bottom: 73px;
 	outline: none;
}

/* We use div.featured to create the headings on subpages */

.subpage .featured {
	margin-bottom: 0;
	height: 90px;
}

.subpage .featured h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
}

/* --- */

.featured, .featured .item, .featured .item-wrap {
	position: relative; 
	height: 257px;	
}

.featured .item {
	position: relative; 
	float: left;
	width: 100%;
}

/* Slider - full width */

.featured .item div.caption {
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 0; bottom: 20px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	background: url(../img/bg-caption.png) repeat-x;
	overflow: hidden;
	margin: 0;
}

.featured .item div.caption span {
	display: block;
	float: left;
	line-height: 38px;
}

.featured .item div.caption a {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	line-height: 44px;
	font-size: 12px;
}

/* Slider - iPhone */

.featured .item .descr {
	width: 455px;
	float: left;
	padding: 30px 0 0 25px;
	color: #8e8e8e;
}

.featured .item .descr h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 0;
	border: none;
}

.featured .item .thumbs {
	position: relative;
	width: 460px;
	height: auto;
	float: left;
	overflow: visible;
}

.featured .item .thumbs img.big {
	position: absolute;
	top: -14px;
	left: 20px;
	z-index: 1000;
}

.featured .item .thumbs img.small {
	position: absolute;
	top: 42px;
	left: 175px;
	z-index: 999;

}

/* Slider - navigation */

.featured .featured-nav {
	height: 23px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 30px 0 20px;
	border: none;
	z-index: 10;
	background-image: url(../UBL-Web-Designs-Images/bg-slider-nav.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.featured .featured-nav a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../UBL-Web-Designs-Images/bg-slider-bullet.png);
	background-repeat: no-repeat;
	background-position: right;
}

.featured .featured-nav a:hover, .featured .featured-nav a.activeSlide {
	background-position: left top;
}

.copyright{
	position: fixed;
	z-index: 999;
	width: 20px;
	height: 400px;
	margin-top: -200px;
	margin-bottom: 0px;
	margin-left: -20px;
	visibility: visible;
	top: 50%;
	left:100%;
	overflow: visible;
	background-image: url(../UBL-Web-Designs-Images/copyright.jpg);
	background-repeat: no-repeat;
}

.testspacer{
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: white;
}

.testspacer2{
	margin-top: 10px;
}

a:link.navigationlink{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
}

a:visited.navigationlink{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
}

a:hover.navigationlink{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-image: url(../UBL-Web-Designs-Images/nav-bg-hover.png);
	background-repeat: repeat;
	background-position: left top;
}

a:link.navigationlinkactive{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-image: url(../UBL-Web-Designs-Images/nav-bg-hover.png);
	background-repeat: repeat;
	background-position: left top;
}

a:visited.navigationlinkactive{
	height: 23px;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 16px;
	padding-left: 22px;
	font-family: Avant, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-image: url(../UBL-Web-Designs-Images/nav-bg-hover.png);
	background-repeat: repeat;
	background-position: left top;
}