@import url("reset.css");


/* Main CSS Start */
body {
	background: url(/images/body-bg.gif) repeat-x top #272727;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h1 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 10px 0;
}
h2 {
	font-size: 30px;
	color: #cdcdcd;
	font-weight: normal;
	padding: 14px 0 10px 0;
}
h3 {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 18px 0;
}
h4 {
	font-size: 15px;
	color: #bebebe;
	padding: 0 0 8px 0;
	line-height: 20px;
}
p {
	padding: 0 0 10px 0;
}
a {
	color: #747E80;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Main CSS End */


/* Header CSS Start */
#header {
	height: 187px;
	background: url(/images/header-bg.gif) no-repeat center;
}
#header .inner {
	width: 977px;
	height: 187px;
	margin: 0 auto;
}
.logo {
	width: 210px;
	height: 69px;
	float: left;
	padding: 60px 0 0 19px;
}
.logo a {
	background: url(/images/logo.gif) no-repeat;
	width: 210px;
	height: 69px;
	display: block;
	text-indent: -9000px;
}
.logo a:hover {
  filter:alpha(opacity=60);
  opacity:0.6
}
.upper-header {
	width: 560px;
	float: right;
	padding: 10px 0 0 0;
}
.phone {
	font-size: 21px;
	font-family: Helvetica, sans-serif;
	color: #d0d0d1;
	width: 180px;
	float: left;
	padding: 5px 0 0 0;
	padding-top: 3px\9;
}
.upper-header {
 z-index: 10;
 position: relative;
}
.upper-header ul {
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.upper-header ul li {
	padding: 5px 18px 0 0;
	float: left;
}
.upper-header ul li a {
	text-decoration: none;
	color: #969696;
}
.upper-header ul li a:hover {
	color: #fc3131;
}
.upper-header ul li.active a {
	color: #fff;
}.upper-header ul li.visited a {
	color: #272727;
}
.search {
	background: url(/images/txtsearch.gif) no-repeat;
	width: 145px;
	height: 27px;
	line-height: 27px;
	border: 0;
	font-size: 15px;
	color: #c5c5c5;
	padding: 0 0 0 13px;
	float:right;
	margin-top: 3px;
	margin-top: 1px\9;
}
.search-focus {
	background: url(/images/searchh.gif) no-repeat;
}
.login-box {
	width: 176px;
	padding: 8px 0 0 8px;
}
.login-box input {
	width: 140px;
	margin: 0 0 8px 0;
}
.login-box a:hover {
	color: #fff !important;
}
/* Header CSS End */


/* Menu CSS Start */
#menu {
	height: 51px;
	width: 550px;
	float: right;
	background: url(/images/menu.gif) no-repeat;
	margin: 17px -10px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 5;
}
.secondary-menu {
	height: 62px;
	background: url(/images/secondary-menu-bg.gif) repeat-x;
	text-transform: uppercase;
	line-height: 19px;
}
.secondary-menu .inner {
	width: 975px;
	height: 62px;
	margin: 0 auto;
	background: url(/images/secondary-menu-sprtr.gif) no-repeat right;
}
.secondary-menu ul li {
	float: left;
	width: 195px;
	background: url(/images/secondary-menu-sprtr.gif) no-repeat left;
}
.secondary-menu ul li a {
	font-size: 19px;
	display: block;
	height: 50px;
	color: #c7c7c7;
	text-decoration: none;
	padding: 12px 0 0 20px;
}
.secondary-menu ul li a:hover {
	background: #3d3d3d;
}
.secondary-menu ul li a.active {
	font-size: 19px;
	display: block;
	height: 50px;
	color: #c7c7c7;
	text-decoration: none;
	padding: 28px 0 0 20px;
	background: url(/images/secondary-menu-active-bg.png) no-repeat top;
	margin: -16px 0 0 0;
	z-index: 5;
	position: relative;
}
/* Menu CSS End */


/* Content CSS Start */
#content {
	width: 975px;
	border-left: #0f0f0f 1px solid;
	border-right: #0f0f0f 1px solid;
	margin: 38px auto 5px auto;
	background: url(/images/sprtr.gif) repeat-y 587px;
}
#content .inner {
	padding: 0 12px 0 18px
}
#content .col-1 {
	width: 547px;
	float: left;
}
#content .col-2 {
	width: 357px;
	float: right;
	padding: 5px 0 0 0;
}
.intro {
	background: url(/images/sprtr-1.gif) repeat-x bottom;
	font-size: 22px;
	padding: 0 0 15px 0;
}
.box-1 {
	width: 532px;
	padding: 0px 0 10px 0;
}
.latest-project {
	padding: 0 0 10px 0;
}
.sepline {
    height: 6px;
    background: url(/images/sprtr-1.gif) repeat-x bottom;
}
.project {
	padding: 0 0 18px 0;
}

.project-img {
	float: left;
	margin: 0 14px 0 0;
	line-height:0;
	border: #505050 4px solid;
}
.project-img:hover {
	border: #1e1e1e 4px solid;
}
.our-clients {
	padding: 15px 0 0 0;
}
.our-clients img {
	margin: 0 0 15px 0;
}
/* Content CSS End */


/* Secondary Content CSS Start */
#secondary-content-1 {
	background: url(/images/secondary-bg-1-a.jpg) #282828 repeat-x left top;
}
#secondary-content-1 .secodary-content-wrap {
	background: url(/images/default.jpg) no-repeat top center;
}
#secondary-content, #secondary-content-no-rhs {
	width: 940px;
	margin: 0 auto;
	background: url(/images/secondary-content.png) no-repeat top;
	padding: 0 0 0 37px;
}
#secondary-content-no-rhs {
	background: url(/images/secondary-content-no-rhs.png) no-repeat top;
}
#secondary-content .col-1, #secondary-content-no-rhs .col-1 {
	width: 662px;
	float: left;
	padding: 10px 0 29px 0;
}
#secondary-content .col-1 h1, #secondary-content-no-rhs .col-1 h1 {
	font-size: 68px;
	display :none;
}
#secondary-content .col-2, #secondary-content-no-rhs .col-2 {
	width: 255px;
	float: right;
	padding: 30px 0 0 0;
}
.right-menu {
	border-top: #191919 1px solid;
}
.right-menu ul li {
	border-bottom: #191919 1px solid;
}
.right-menu ul li a {
	font-size: 21px;
	display: block;
	/*padding: 8px 20px;*/
	color: #fff;
}
.right-menu ul li a:hover {
	background: #181818;
	color: #fff;
	text-decoration: none;
}
.right-menu ul li.active a {
	background: #272727;
}
.inner-latest-project {
	padding: 22px 0 20px 20px;
}
.inner-latest-project h3 {
	font-size: 20px;
}
.inner-project {
	padding: 0 0 15px 0;
}
.inner-project-img {
	float: left;
	margin: 0 14px 20px 0;
	border: #505050 4px solid;
}
.inner-project-img:hover {
	border: #1e1e1e 4px solid;
}
.team {
	padding: 26px 0 0 0;
}
.team h2 {
	font-size: 30px;
	color: #fff;
	padding: 0 0 15px 0;
}
.team h4 {
	font-size: 22px;
}
/* Secondary Content CSS End */


/* Slider CSS Start */
.slider {
	height: 427px;
	margin: -53px 0 0 0;
	text-align: center;
	background: url(/images/slide-1.gif) repeat-x;
}
.slider .inner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.slider-pagination {
	position: absolute;
	top: 73px;
	right: 99px;
	z-index: 5;
}
.slider-pagination a {
	display: block;
	width: 11px;
	height: 12px;
	text-indent: -9000px;
	background: url(/images/scroll-dots.png) no-repeat top;
	float: left;
	margin: 0 0 0 9px;
	font-size: 0;
	line-height: 0;
}
.slider-pagination a:hover, .slider-pagination a.activeSlide {
	background-position: bottom;
}
.player {
	width: 256px;
	background: url(/images/player.png) no-repeat top;
	padding: 17px 0 0 0;
	position: absolute;
	top: 200px;
	right: 80px;
	z-index: 5;
	text-align: center;
}
.player a {
	margin: 12px 13px 0 0;
	float: right;
}
.slide-1 {
	background: url(/images/slide-1.png) no-repeat center;
	height: 427px;
	width: 1200px;
}
.slide-2 {
	background: url(/images/slide-2.png) no-repeat center;
	height: 427px;
	width: 1200px;
}
/* Slider CSS End */


/* Misc CSS Start */
.button-1 {
	height: 21px;
	background: #551d1d;
	color: #dcdcdc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 0 15px;
	letter-spacing: 1px;
}
.button-1:hover {
	background: #ac1717;
	text-decoration: none;
}
.img-1 {
	float: right;
	margin: 0 0 0 10px;
}
.img-2 {
	float: right;
	border: #505050 4px solid;
	margin: 0 0 0 21px;
}
.more-link-1 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: right;
	display: inline-block;
	margin: 10px 10px 0 0;
}
.sprtr-1 {
	background: url(/images/sprtr1.gif) repeat-x left 15px;
	height: 46px;
	display: block;
	line-height: 0;
	font-size: 0;
}
.sprtr-2 {
	height: 2px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: url(/images/sprtr2.gif) repeat-x;
	margin: 5px 0 15px 0;
}
.toolbar {
	background: #202020;
	height: 29px;
	border: #252525 1px solid;
	border-bottom: #2e2e2e 1px solid;
	margin: 32px 0 0 0;
	font-size: 11px;
	line-height: 29px;
	padding: 0 0 0 17px;
}
.toolbar a {
	color: #545454;
	margin: 0 26px 0 0;
}
.toolbar a:hover {
	color: #7c7c7c;
}
.print {
	background: url(/images/print.gif) no-repeat right;
	padding: 0 16px 0 0;
}
.share {
	background: url(/images/share.gif) no-repeat right;
	padding: 0 16px 0 0;
}
.email {
	background: url(/images/email.gif) no-repeat right;
	padding: 0 16px 0 0;
}
.top {
	background: url(/images/top.gif) no-repeat right;
	padding: 0 16px 0 0;
}
.print:hover {
	background: url(/images/printh.gif) no-repeat right;
}
.share:hover {
	background: url(/images/shareh.gif) no-repeat right;
}
.email:hover {
	background: url(/images/emailh.gif) no-repeat right;
}
.top:hover {
	background: url(/images/toph.gif) no-repeat right;
}
.more-link-1:hover {
text-decoration: underline;
}
/* Misc CSS End */


/* Footer CSS Start */
#footer {
	background: url(/images/footer.gif) repeat-x;
	padding-bottom:10px;
	background-color:#0A0A0A;
	height: 298px;
}
#footer h2 {
	width: 149px;
	float: left;
	padding: 5px 0 0 0;
}
#footer .inner {
	width: 975px;
	margin: 0 auto;
}
#footer .col-1 {
	width: 559px;
	height: 141px;
	background: url(/images/tweet.gif) no-repeat;
	padding: 15px 0 0 17PX;
	float: left;
	margin: 0 0 0 12px;
}
#footer .col-1 h4 {
	font-size: 20px;
	padding: 0 0 23px 0;
	margin: 0 0 0 -7px;
}
#footer .col-1 p {
	padding: 0 0 6px 0;
}
#footer .col-2 {
	width: 319px;
	float: left;
	padding: 15px 0 0 21px;
}
#footer .col-2 h4 {
	font-size: 20px;
	padding: 0 0 5px 0;
}
#footer .button-1 {
	font-size: 14px;
	padding: 4px 15px;
}
.hear-from-us {
	width: 948px;
	height: 46px;
	background: url(/images/hear-from-us.gif) no-repeat;
	padding: 17px 0 0 27px;
	margin: 0 0 5px 0;
}
.hear-from-us h2 {
	font-size: 24px;
}
.hear-info {
	font-size: 12px;
	color: #fff;
	width: 190px;
	display: block;
	float: left;
	padding: 0 16px 0 0;
}
.text-field-2 {
	width: 176px;
	height: 25px;
	background: url(/images/text-field-2.gif) no-repeat;
	border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 8px 5px 0 5px;
	margin: 0 7px 0 0;
	float: left;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
}
.text-field-2:focus {
	background: url(/images/text-field-2-h.gif) no-repeat;
}

#SubscribeForm .textbox{
	font-family: Arial, Helvetica, sans-serif;
	width: 176px;
	background: url(/images/text-field-2.gif) no-repeat;
	border: 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	float: left;
	height: 31px;
	padding: 2px 5px 0 5px;
	margin: 0 7px 0 0;
	line-height: 100%;
	padding: 9px 5px 0 5px\9
}
#SubscribeForm .textbox:focus {
	background: url(/images/text-field-2-h.gif) no-repeat;
}
.go-button {
	margin: 0 0 0 7px;
}
.footer-line {
    padding: 17px 0 0 0;
    height: 23px;
}
.social-1 {
	height: 23px;
	width: 172px;
	float: left;
	background: url(/images/social-1.gif) no-repeat left;
	margin: 0 0 0 3px;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 30px;
}
.social-2 {
	height: 23px;
	width: 192px;
	float: left;
	background: url(/images/social-2.gif) no-repeat left;
	margin: 0 0 0 12px;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 30px;
}
.social-3 {
	height: 23px;
	width: 128px;
	float: left;
	background: url(/images/social-3.gif) no-repeat left;
	margin: 0 0 0 12px;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 30px;
}
.copyright {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
	text-align: right;
	white-space: nowrap;
}
.copyright a {
	color: #a8a8a8;
}
.back-to-top {
	float: right;
	display: inline-block;
	margin: 8px 0 0 0;
}
/* Footer CSS End */

.search {
background: url(/images/txtsearch.gif) no-repeat;
width: 145px;
height: 27px;
line-height: 27px;
border: 0;
font-size: 15px;
color: #c5c5c5;
padding: 0 0 0 13px;
float:right;
}
.search-focus {
background: url(/images/searchh.gif) no-repeat;
}
.btnSearch{
background-image:url(/images/btnsearch.gif);
background-color:transparent;
background-repeat:none;
background-position:top right;
border:none;
height:27px;
width:35px;
cursor: pointer;
}
.txtSearch {
margin-bottom:1px;
background:transparent !important;
border:none;
height:27px;
color:#FFFFFF;
}
#search .textbox {
margin-bottom:1px;
background:transparent !important;
border:none;
height:27px;
color:#FFFFFF;
}
/* -----------------------------------------------------Main Menu--------------------------

placeholderMainMenu_DropDown */                            

.static_nlsmenu {z-index:1;} /* Main Bar */
/* Main Bar - Item */
.static_nlsitemcontainer {
	padding-top:12px;
	padding-bottom:9px;
	
/*    padding-left:6px;
    padding-right:4px;*/}
.static_nlsiconcell {width:0px;}
.static_nlssubmenucell{}
.static_nlsitem {
    display: block;
 	padding: 2px 15px;
	color: #d0d0d1;
	text-decoration: none;
	font-size: 20px;
 	font-family: Helvetica, sans-serif;
	position:relative;
 }
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {
	 background-color: #272727;
	 color:#FFFFFF;
padding-top:10px;
	} 
.static_nlsiconcellover {width:0px;}
.static_nlssubmenucellover {width:0px;}
.static_nlsitemover {
    text-decoration:none;
    display: block;
 	padding: 2px 15px;
	color: #d0d0d1;
	font-size: 20px;
 	font-family: Helvetica, sans-serif;
} /*text-decoration:underline;font-family:tahoma;font-size:8pt;font-weight:normal;*/

/* Sub Menu */
.nlsmenu {
	 margin-top: 1px; /* I'm using ems and px to allow people to zoom their font */
	 left: -1px;
	 font-size: 13px;
	 background: url(/images/submenu.png) repeat-y bottom;
	 padding: 0 0 17px 0;
    z-index:1;
	display: block;
	width:164px !important;
	position:relative;
}
/* Sub Menu - Item */
.nlsitemcontainer {
	height:27px;padding-left:0px;padding-right:0px;} /* ;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);-moz-opacity:0.9;} */ /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);-moz-opacity:0.7;*/
.nlsiconcell {background-color:#070707;}
.nlssubmenucell{padding-top:2px;padding-left:0px;padding-right:0px; }
.nlsitem {
    font-weight:normal;font-size:13px; 	font-family: Helvetica, sans-serif;
    color:#D0D0D1;
    padding: 5px 15px;
	border: 1px solid #1d1d1d;
    display: block;
	width:131px !important;
	text-align:left;
	position: relative;
}
/* Sub Menu - Item Hover */
.nlsitemcontainerover {height:27px;}
.nlsiconcellover {width:20px;background-color:#5E7809;}
.nlssubmenucellover {padding-top:2px;padding-left:0px;padding-right:0px;}
.nlsitemover {
    font-weight:normal;
	font-size:13px; 
	font-family: Helvetica, sans-serif;
    color:#d0d0d1;
	padding: 5px 15px;
	background-color:#3d3d3d;
	border: 1px solid #1d1d1d;
	width:131px !important;
	display: block;
	position:relative;
}

/* placeholderMainMenu_Links */
.mainbar{background:url("/images/menubg_hover.gif") repeat-x top;padding-top:12px; }
a.mainmenu:link{font-family:Verdana;font-size:12px;color:#e7e7e7;text-decoration:none; }
a.mainmenu:visited{font-family:Verdana;font-size:12px;color:#e7e7e7;text-decoration:none; }
a.mainmenu:hover{font-family:Verdana;font-size:12px;color:#ffffff;text-decoration:none; }

.boxSearch {
/*			background-repeat:no-repeat;
			background-color:transparent !important;
			border:none !important;
			color:#FFFFFF;
			width:140px;
			height:22px;
			padding-top:2px;*/
}
.btnSearch{
	background-image:url(/images/btnsearch.gif);
	background-color:transparent;
	background-repeat:none;
	background-position:top right;
	border:none;
	height:27px;
	width:35px;
	cursor: pointer;
}
.txtSearch {
	margin-bottom:1px;
	background:transparent !important;
	border:none;
	height:27px;
	color:#fff;
}
#search .textbox {
	margin-bottom:1px;
	background:transparent !important;
	border:none;
	color:#fff;
	font-size: 15px;
	float: left;
	line-height: 25px;
	height: 25px;
	width: 117px;
	margin-left: -7px;
	width: 117px\9
}
/*------------------------------------------- Right Menu */
.boxQuickLinks{
	line-height:40px;
	padding-bottom: 50px;
}
.right-menu {
	border-top: #191919 1px solid;
}
.right-menu ul li {
	border-bottom: #191919 1px solid;
	color:#FFFFFF;
	font-size:21px;
	font-family: Helvetica,  arial ,sans-serif;
	line-height:110%;
}
.right-menu ul li a {
	font-size: 21px;
	display: block;
	margin:0;
	padding:10px 0;
	color: #fff;
	font-family: Helvetica,  arial ,sans-serif;
	
}
.right-menu ul li a:hover {
	background: #181818;
	color: #fff;
	display:block;
	font-family: Helvetica,  arial ,sans-serif;
	
}.right-menu ul li a:visited {
	color: #fff;
	display:block;
	font-family: Helvetica,  arial ,sans-serif;
}
.boxItemQuickLinksCurrent{
	background-color:#272727;
	cursor:pointer;
	padding:10px 0;
}


.right-menu ul li.active a {
	background-color: #272727 !important;
}
/*----------------------------------------------- End Quick links-----------*/



/*------- Misc START -----*/
#menubar_1 {
    display: none;
}

#main-content {
	padding-top: 20px;
	line-height: 140%;
}

#main-content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#main-content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1.title {
	font-size: 65px !important;
	color: #fff;
	font-weight: normal;
	padding-top: 65px !important;
}

.home h1.title {
	font-size: 30px !important;
	padding-top: 0 !important;
}
/*------- Misc END -----*/


/*========================================================================*/

/*portfolio page*/
#tertiary-content-1 {
	background: url(../images/tertiary-bg-1-a.gif) repeat-x top #272727;
}
#tertiary-content-1 .tertiary-content-wrap {
	background: url(../images/tertiary-bg-1-b.jpg) no-repeat top center;
}
.content-inner {
	margin: 0 0 10px 0;
}
.content-inner a {
	color: #a8a8a8;
}
.content-inner a:hover {
	color: #fff;
}
.content-inner .left-col {
	float: left;
	width: 310px;
}
.content-inner .right-col {
	float: right;
	width: 341px;
} 
.content-inner .right-col .bottom-text {
	font-size: 17px;
	color: #fff;
	line-height: 18px;
}
.content-inner .right-col .bottom-text-sec {
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
}
.content-inner .right-col .image-box {
	margin: 0 0 15px 0;
	line-height:0;	
}
.content-inner .right-col img{
	border: #505050 4px solid;

}
.bottom-bar {
	background: #2e2e2e !important;
	height: 45px;
	padding: 0 0 0 12px;
	position: relative;
}
h6 {
	font-size: 20px;
	color: #cdcdcd;
	line-height: 45px;
}


h6 span.colorful {
	color: #c0473d !important;
	margin: 0 10px 0 0;
	vertical-align: text-bottom\9;
}
.bottom-bar .button-1 {
	height: 21px;
	background: #551d1d;
	color: #dcdcdc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	line-height: 23px;
	padding: 0 15px;
	letter-spacing: 1px;
	float: right;
	position: absolute;
	right: 14px;
	top: 14px;
}
.bottom-bar .button-1:hover {
	background: #370e0e;
	text-decoration: none;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
    #TalkOnlineExp {
		float: left;
		width: 600px;
		font-size: 20px;
		margin-top: 15px;
	}
}

.toolbar-inner {
	background: #202020;
	height: 29px;
	border: #252525 1px solid;
	border-bottom: #2e2e2e 1px solid;
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 29px;
	padding: 0 0 0 17px;
}
.toolbar-inner a {
	color: #545454;
	margin: 0 26px 0 0;
}
.toolbar-inner a:hover {
	color: #7c7c7c;
}


/* Twitter START */
#protwitter {
	margin-top: 50px;
}
#twitter_update_list {
	margin-bottom: 5px;
}
#twitter_update_list li {
	margin-bottom: 5px;
}
#twitter_update_list a {
	color: #00CCFF;
}
#protwitter .profileLink {
	font-style: italic;
}
/* Twitter END */
/*------- Casestudy START -----*/
.display-box ul li {
float:left;
margin:0 8px;
padding:0 0 15px;
}
.display-box ul  {
list-style-position:outside;
list-style-type:none !important;
margin-bottom:10px;
margin-top:5px;
padding-left:30px;
}
/*------- Casestudy END -----*/


