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

@font-face {
    font-family: 'FrutigerLT-Black';
    src: url('../fonts/frutigerlt75black.eot');
    src: url('../fonts/frutigerlt75black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerlt75black.woff') format('woff'),
         url('../fonts/frutigerlt75black.ttf') format('truetype'),
         url('../fonts/frutigerlt75black.svg#frutigerlt75black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLT-Roman';
    src: url('../fonts/frutigerlt55roman.eot');
    src: url('../fonts/frutigerlt55roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerlt55roman.woff') format('woff'),
         url('../fonts/frutigerlt55roman.ttf') format('truetype'),
         url('../fonts/frutigerlt55roman.svg#frutigerlt55roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLT-Light';
    src: url('../fonts/frutigerlt45light.eot');
    src: url('../fonts/frutigerlt45light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerlt45light.woff') format('woff'),
         url('../fonts/frutigerlt45light.ttf') format('truetype'),
         url('../fonts/frutigerlt45light.svg#frutigerlt45light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrendexLightSSKRegular';
    src: url('../fonts/trenls__-webfont.eot');
    src: url('../fonts/trenls__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trenls__-webfont.woff') format('woff'),
         url('../fonts/trenls__-webfont.ttf') format('truetype'),
         url('../fonts/trenls__-webfont.svg#TrendexLightSSKRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{
	padding:0px;
	margin:0px;
}

body
{
	background:#091120;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border:none;
	outline:none;
}

a
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

#main-container
{
	width:100%;
}

#top-part
{
	width:100%;
	background:#fff;
}

#top-part-in
{
	width:1050px;
	margin:0px auto;
}

#logo
{
	width:254px;
	float:left;
	padding:15px 0 0;
}

#top-right
{
	width:382px;
	float:right;
}

#top-contact
{
	padding:26px 0 0 0;
}

#top-contact p
{
	font-family:'FrutigerLT-Roman';
	font-size:21px;
	color:#6d6d6d;
	text-align:right;
}

.contact-hilight
{
	color:#e44e04;
}

.contact-email
{
	font-family:'FrutigerLT-Light';
	color:#6d6d6d;
}

.contact-email a
{
	font-family:'FrutigerLT-Light';
	color:#6d6d6d;
	text-decoration:none;
}

.contact-email a:hover
{
	text-decoration:underline;
}

#social-icon
{
	width:150px;
	padding:20px 0 4px 240px;
}

#social-icon img
{
	float:right;
}

#social-icon p
{
	font-family:'FrutigerLT-Black';
	font-size:14px;
	color:#545454;
	line-height:32px;
}

.social-icon-other
{
	font-family:'FrutigerLT-Light';
}

#navigation
{
	width:100%;
	background:#e9e9e9 url(../images/navigation-top.jpg) top repeat-x;
	border-bottom:1px solid #fff;
}

#top-nav
{
	width:1050px;
	margin:0px auto;
}

#navigation-in
{
	width:850px;
	float:left;
}

#navigation-in ul
{
	list-style-type:none;
}

#navigation-in ul li
{
	float:left;
}

#navigation-in ul li a
{
	font-family:'FrutigerLT-Roman';
	font-size:15px;
	color:#545454;
	text-transform:uppercase;
	display:block;
	padding:20px 2px 0 10px;
}

#navigation-in ul li a:hover
{
	background:url(../images/nav-big-hover.jpg) no-repeat;
	color:#fff;
}

#navigation-in ul li a.select
{
	background:url(../images/nav-big-hover.jpg) no-repeat;
	color:#fff;
}

#top-right-nav
{
	background:url(../images/right-nav-bg.jpg) repeat-x;
	width:200px;
	float:right;
}

#top-right-nav-in
{
	background:url(../images/right-navside-bg.jpg) left top no-repeat;
	padding:15px 0 15px 15px;
}

#top-right-nav-in ul
{
	list-style-type:none;
}

#top-right-nav-in ul li
{
	float:left;
	border-right:1px solid #f19d11;
	padding:0 6px;
}

#top-right-nav-in ul li a
{
	font-family:'FrutigerLT-Black';
	font-size:15px;
	color:#fff;
	text-shadow:2px 0px #a34b06;
	text-decoration:none;
}

#top-right-nav-in ul li a:hover
{
	text-decoration:underline;
}

#main-container .index-body
{
	width:100%;
	background:url(../images/index-bg.jpg) repeat;
}

#main-container .index-body .index-body-in
{
	width:1050px;
	padding:0 0 40px;
	margin:0px auto;
}

#main-container .index-body .index-body-in .tagline
{
	text-align:center;
	padding:50px 0 40px;
}

#main-container .index-body .index-body-in .index-home
{
	background:url(../images/index-home.png) no-repeat;
	width:705px;
	height:129px;
	text-align:center;
	padding:616px 0 0 346px;
}

#main-container .index-body .index-body-in .index-home .button
{
	width:388px;
	height:64px;
}

#main-container .index-footer-container
{
	width:100%;
	background:#151515;
}

#main-container .index-footer-container .index-footer-in
{
	width:924px;
	padding:10px 0 14px 126px;
	margin:0px auto;
}

#banner-part
{
	background:#f6b920;
	width:1050px;
	/*padding:50px 0;*/
	margin:0px auto;
}

#body-part
{
	width:100%;
	background:url(../images/body-footer-bg.jpg) bottom repeat-x;
}

#body-part-in
{
	width:1058px;
	margin:0px auto;
}

#body-part-in-top
{
	width:1058px;
}

#body-part-in-mid
{
	width:1028px;
	background:url(../images/body-main-mid.png) repeat-y;
	padding:25px 15px;
}

.body-contain-box
{
	width:310px;
	float:left;
	border-right:1px solid #ccc;
	padding:0 15px;
}

.body-contain-box h3
{
	font-family:'FrutigerLT-Light';
	font-size:20px;
	color:#6d6d6d;
	font-weight:normal;
	padding:0 0 10px 0;
}

.body-contain-box-image
{
	width:308px;
	padding:0 0 10px 0;
}

.body-contain-box p
{
	font-size:11px;
	color:#6d6d6d;
	line-height:18px;
}

.hilighted
{
	color:#bc3e00;
	font-weight:bold;
}

.body-contain-box ol
{
	list-style-type:decimal;
	padding:0 25px;
}

.body-contain-box ol li
{
	font-size:11px;
	color:#6d6d6d;
	padding:5px 0;
}

.body-contain-box ul
{
	width:132px;
	list-style-type:none;
	float:left;
	border-right:1px solid #e5e5e5;
	padding:0 8px;
}

.body-contain-box ul li
{
	font-size:11px;
	color:#6d6d6d;
	text-transform:uppercase;
	padding:4px 0;
}

.find-more
{
	text-align:right;
	padding:10px 0 0 0;
}

.find-more a
{
	color:#d85605;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.find-more a:hover
{
	color:#de7a3c;
	text-decoration:underline;
}

#footer-part
{
	width:1050px;
	margin:0px auto;
}

#footer-nav
{
	background:url(../images/footer-nav-bg.jpg) no-repeat;
	width:1050px;
}

#footer-nav-in
{
	width:870px;
	color:#fff;
	padding:8px 18px;
	margin:0px auto;
}

#footer-nav-in a
{
	font-family:'FrutigerLT-Black';
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}

#footer-nav-in a:hover
{
	color:#ffa875;
}

#footer-bottom
{
	width:1050px;
	padding:0 0 30px 0;
	margin:0px auto;
}

#copyright
{
	width:240px;
	float:left;
	padding:30px 0 0 0;
}

#copyright p
{
	font-size:11px;
	color:#666;
}

#footer-contact-details
{
	width:568px;
	float:left;
	padding:22px 0 0 12px;
}

.footer-contact-details-in
{
	float:left;
	padding:20px 8px 0 0;
}

.footer-contact-details-in p
{
	font-family:'FrutigerLT-Light';
	font-size:18px;
	color:#6d6d6d;
	line-height:34px;
}

.footer-contact-details-in p a
{
	text-decoration:none;
	color:#6d6d6d;
}

.footer-contact-details-in p a:hover
{
	color:#b97400;
	text-decoration:underline;
}

.footer-contact-details-in p img
{
	float:left;
	padding:0 10px 0 0;
}

#design
{
	width:1050px;
	/*float:right;*/
	text-align:center;
	padding:0 0 20px;
	margin:0px auto;
}

#design p
{
	font-size:11px;
	color:#666;
}

#design p a
{
	font-size:11px;
	color:#666;
	font-weight:bold;
}

#design p a:hover
{
	color:#b97400;
	text-decoration:underline;
}

/* Innerpage css */

#innerpage-banner
{
	width:1050px;
	margin:0px auto;
}

.service-banner
{
	background:url(../images/banner_services.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.service-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

.carrer-banner
{
	background:url(../images/banner_career.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.carrer-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

.client-banner
{
	background:url(../images/banner_client.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.client-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

.contact-banner
{
	background:url(../images/banner_contact.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.contact-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

.gallery-banner
{
	background:url(../images/banner_gallery.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.gallery-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

.associate-banner
{
	background:url(../images/banner_associates.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.associate-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

.profile-banner
{
	background:url(../images/banner_profile.jpg) no-repeat;
	width:597px;
	height:34px;
	padding:220px 0 0 453px;
	margin:0px auto;
}

.profile-banner h1
{
	width:194px;
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 0;
}

#innerpage-bodypart-mid
{
	width:1058px;
	background:url(../images/innerpage-bg.jpg) repeat-y;
}

.innerpage-body-contain
{
	padding:40px 30px;
}

.innerpage-body-contain h2
{
	font-family: 'FrutigerLT-Roman';
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color:#f6b920;
	padding:20px 0;
}

.innerpage-body-contain .hilight
{
	font-family: 'FrutigerLT-Roman';
	font-size:16px;
	color:#789ee6;
	font-weight:normal;
}

.innerpage-body-contain p
{
	font-family:'FrutigerLT-Roman';
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	padding:6px 0;
}

.innerpage-body-contain ol
{
	list-style-type:decimal;
	padding:10px 0 10px 40px;
}

.innerpage-body-contain ol li
{
	font-family:'FrutigerLT-Roman';
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:6px 0;
}

.innerpage-body-contain ul
{
	list-style-type:none;
	padding:10px 0 10px 20px;
}

.innerpage-body-contain ul li
{
	background:url(../images/list-icon.jpg) left top no-repeat;
	font-family:'FrutigerLT-Roman';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:8px 0 8px 34px;
}

.innerpage-body-contain .innerpage-body-divider
{
	border-bottom:1px dotted #787c85;
	padding:20px 0 0;
}


.associate-box
{
	padding:10px 0;
}

.associate-box .post
{
	font-family: 'FrutigerLT-Light';
	font-size:16px;
	color:#f6b920;
	line-height:18px;
}

.associate-box .name
{
	font-family:'FrutigerLT-Black';
	font-size:20px;
	color:#fff;
	line-height:18px;
}

.associate-box .details
{
	font-family: 'FrutigerLT-Light';
	font-size:18px;
	color:#fff;
	line-height:12px;
}

.our-client
{
	padding:0 0 20px;
}

.our-client ul
{
	list-style:none;
}

.our-client ul li
{
	background:url(../images/client-list-icon.jpg) left no-repeat;
	font-family:'FrutigerLT-Roman';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:8px 0 8px 34px;
}

.our-client .our-client-logo ul
{
	list-style:none;
	padding:24px 0 0;
}

.our-client .our-client-logo ul li
{
	float:left;
	background:none;
	border-right:1px solid #3a414d;
	padding:0 35px 0;
}

.our-client .our-client-logo ul li a
{
	font-family: 'FrutigerLT-Roman';
	background:#fff;
	font-size:26px;
	color:#3a414d;
	text-align:center;
	text-transform:uppercase;
	display:block;
	padding:83px 48px;
}

.our-client .our-client-logo ul li a:hover
{
	text-decoration:underline;
}

.our-client .our-client-logo ul li:last-child
{
	border-right:none;
}

.our-client-left
{
	width:532px;
	float:left;
}

.our-client-right
{
	width:300px;
	float:right;
}

.under-contraction
{
	width:760px;
	text-align:center;
	padding:100px 0;
	margin:0px auto;
}

.under-contraction h2
{
	font-family:'TrendexLightSSKRegular';
	font-weight:bold;
	text-transform:uppercase;
	font-size:40px;
	color:#fff;
	padding:0px;
}

.under-contraction p a
{
	font-family:'FrutigerLT-Black';
	font-size:25px;
	text-transform:none;
	color:#ff851e;
}

.under-contraction p a:hover
{
	text-decoration:underline;
}

.under-contraction-box
{
	border:1px solid #3a414d;
	padding:160px 0;
}

.contact-content
{
	width:670px;
	margin:0px auto;
}

.contact-content-image
{
	text-align:center;
	padding:0 0 20px 0;
}

.contact-box
{
	width:694px;
	border:1px solid #3a414d;
	padding:20px 0 0;
	margin:100px auto;
}

.contact-box-contain
{
	width:594px;
	padding:10px 0 30px 0;
	margin:0px auto;
}

.contact-box-contain h3
{
	font-family:'FrutigerLT-Black';
	font-size:25px;
	color:#fff;
	font-weight:normal;
}

.contact-box-contain p
{
	font-family:'FrutigerLT-Black';
	color:#fff;
	font-size:22px;
	padding:5px 20px ;
}

.contact-box-contain p img
{
	float:left;
	padding:0 10px 0 0;
}

.contact-box-contain p a
{
	font-family:'FrutigerLT-Black';
	color:#fff;
	font-size:22px;
	text-transform:lowercase;
}

.contact-box-contain p a:hover
{
	text-decoration:underline;
}

.achivement-body-contain
{
	padding:25px 0px;
}

.achivement-body-contain h2
{
	font-family: 'FrutigerLT-Roman';
	text-transform:uppercase;
	font-size:16px;
	color:#f6b920;
	padding:0 0 10px 30px;
}

.achivement
{
	padding:0 0 0 0;
}

.achivement-box
{
	border:1px solid #70747b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:1024px;
	margin:0px auto;
}

.achivement-box-mid
{
	width:990px;
	padding:10px 8px;
	margin:0px auto;
}

.achivement-left
{
	width:256px;
	float:left;
	padding:4px 0 0 0;
}

.achivement-left p
{
	font-family:'FrutigerLT-Roman';
	font-size:17px;
	color:#cecfd2;
	line-height:22px;
	padding:6px 0 0 10px;
}

.achivement-right
{
	width:726px;
	float:right;
}

.achivement-right p
{
	font-size:13px;
	color:#cecfd2;
	line-height:18px;
	padding:10px 0;
}

.profile-contain
{
	padding:30px 25px 10px 25px;
}

.profile-contain h4
{
	font-family:'FrutigerLT-Roman';
	font-size:17px;
	color:#f6b920;
	font-weight:bold;
	text-transform:uppercase;
}

.profile-contain p
{
	font-size:13px;
	color:#cecfd2;
	line-height:20px;
	padding:10px 0 0 10px;
}

.profile-contain ul
{
	list-style-type:lower-latin;
	padding:20px 0 0 320px;
}

.profile-contain ul li
{
	font-size:13px;
	color:#cecfd2;
	padding:4px 0;
}

.profile-contain .red
{
	color:#fe8a23;
	font-weight:bold;
}

.profile-contain .image-container
{
	border:2px solid #fff;
	margin:0 15px 0;
}

.achivement-body-contain .innerpage-body-divider
{
	border-bottom:1px dotted #787c85;
	padding:20px 0 0;
}

#gallery-header
{
	width:825px;
	height:42px;
	padding:30px 0 0 260px;
	margin:0px auto;
}

#gallery-nav
{
	width:570px;
}

#gallery-nav ul
{
	list-style-type:none;
}

#gallery-nav ul li
{
	float:left;
	border-right:1px solid #ffa371;
	padding:0 6px;
}

#gallery-nav ul li a
{
	font-family:'FrutigerLT-Roman';
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:2px 4px 0;
}

#gallery-nav ul li a:hover
{
	color:#ff851e;
}

#gallery-nav ul li a.select
{
	color:#ff851e;
}

#gallery-nav .bold
{
	font-weight:bold;
}

.gallery-contain
{
	padding:0 0 0;
}

.gallery-contain ul
{
	list-style:none;
	padding:10px 0 0;
}

.gallery-contain ul li
{
	width:261px;
	float:left;
	background:none;
	border-right:1px solid #3a414d;
	padding:0 35px 0;
}

.gallery-contain ul li:last-child
{
	border-right:none;
}

.gallery-contain ul li p
{
	font-family:'FrutigerLT-Roman';
	font-size:12px;
	color:#c8c8c8;
	text-transform:uppercase;
	padding:8px 0 8px 4px;
}

.gallery-contain ul li p .small-text
{
	font-family:'FrutigerLT-Roman';
	font-size:12px;
	color:#c8c8c8;
}

.career-page
{
	width:1000px;
	margin:0px auto;
}

.career-page p
{
	font-family: 'FrutigerLT-Light';
	font-size:18px;
	color:#fff;
	text-transform:none;
}

.career-page p a
{
	color:#f6b920;
}

.career-page p a:hover
{
	text-decoration:underline;
}

.career-page .job-type
{
	border-bottom:1px dotted #fff;
	padding:20px 0;
}

.career-page .job-type:last-child
{
	border:none;
}

.career-page .job-type h4
{
	font-family: 'FrutigerLT-Roman';
	font-size:24px;
	color:#f6b920;
	font-weight:bold;
	padding:15px 0;
}

.career-page .job-type h4 .number
{
	font-family: 'FrutigerLT-Light';
	color:#fff;
	font-weight:normal;
}

.career-page .job-type p
{
	font-size:18px;
	padding:15px 0 15px 28px;
}

.career-page .job-type p .hilight-fonts
{
	font-family: 'FrutigerLT-Black';
	font-size:18px;
}

#other-design
{
	width:300px;
	float:right;
	padding:30px 0 0;
}

#other-design p
{
	font-size:11px;
	color:#666;
}

#other-design p a
{
	font-size:11px;
	color:#666;
	font-weight:bold;
}

#other-design p a:hover
{
	color:#b97400;
	text-decoration:underline;
}
