@charset "utf-8";
/*
CSS Document "css/master.css"
Date: March 15, 2010
Company: ASTRA
*/

*{ font-family:"Trebuchet MS", Verdana; color:#515353;}
/* basic element style */
body
{
	padding:0;
	margin:0;
	background:url(../images/body-bg.png) repeat-x 0 0 #F7F7F7;
	font-size:12px;
}
h1
{
	font-size:30px;
	font-weight:normal;
	margin:0;
	padding:5px 0;
}
h2
{
	font-size:24px;
	font-weight:normal;
	padding:5px 0;
	margin:0;
}
.experience h2{ color:#ae302c;}
.main-content h2{ font-size:20px; font-weight:bold;}
.main-content p{ text-align:justify; padding:0; font-size:12px;}
h3
{
	color;#333333;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
h4{ text-transform:uppercase; font-size:13px; color:#333333; margin:0 0 5px;}
sup{ font-size:60%; color:inherit;}
.clearfloat{ clear:both;}


.container{
    min-height: 500px;
}
.canvas{
	margin: 0 auto;
    width: 1000px;
	position: inherit;
	*position: relative;
} 
.top-bar{
	height: 40px;
}
.search{
	float:right;
	padding-top:5px;
}
.search input{
	background:url(../images/search.png) no-repeat;
	height:25px;
	width:182px;
	border:none;
	vertical-align:middile;
	padding:0px 0px 0px 10px;
}
.banner{
height:auto;
}
.banner ul{
	z-index: 0;
	position: relative;
	height:300px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.banner li{
	z-index: 0;
	height: 300px;
	width:1000px;
	display:inline-block;
	*display:inline;
	zoom:1;
}
li.mobiledevelopment{background:url(../images/mobile-development-banner.png) no-repeat 0 0;}
li.webdevelopment{background:url(../images/web-development-banner.png) no-repeat 0 0;}
li.service{background:url(../images/service-banner.png) no-repeat 0 0;}
li.seo-banner{background:url(../images/SEO-banner.png) no-repeat 0 0;}
li.itconsulting{background:url(../images/it-consulting.png) no-repeat 0 0;}
li.saas{background:url(../images/saas.png) no-repeat 0 0;}
.banner-content{
	padding:10px 0 0 430px;
}
.banner-content p{
	font-size:13px;
	line-height:20px;
}
a.readmore{
 	background: -moz-linear-gradient(center top , #555555, #333333) repeat scroll 0 0 #555555;
	behavior: url(http://localhost/web/css/border-radius.htc);
	background-color:#555555;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:5px;
	float:right;
}
a.readmore span{
	padding-right:20px; background:url(../images/arrow.png) no-repeat 100% 50%;color:#FFFFFF;
}
a{
	text-decoration:none;
	outline:none;
}
a.readmore:hover{
	background: -moz-linear-gradient(center top , #ae302c, #8a0b06) repeat scroll 0 0 #ae302c;
	background-color:#ae302c;
	
}
.banner_dots{text-align: center;}
.banner_dots a{
	padding: 4px;
	text-decoration: none;
	outline:none;
}
.banner_dots a, .banner_dots a span{font-size:25px; font-weight:bold; color:#CBCBCB;}
.banner_dots a:hover, .banner_dots a:hover span, .banner_dots a.selected, .banner_dots a.selected span{ color:#ae302c;}

.latest-work{ border-top:1px solid #E2E2E2; padding:8px 0 10px 0;}
.latest-work-holder{
	width:912px;
	height:140px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
ul.latest-work-list{
    height: 140px;
    list-style:none;
	position:absolute;
	left:0;
	margin:0;
	padding:0;
}
ul.latest-work-list li{
	display:inline-block;
	*float:left;
	padding:5px;
	height:120px;
	width:150px;
	margin-right:22px;
	background-color:#888888;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.image-holder
{
	background:#ffffff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	height:92px;
	overflow:hidden;
}
.image-holder img{ position:relative;}

.latest-work .canvas{ position:relative;}
ul.latest-work-list li h4
{
	padding-top:3px;
	margin:0;
	font-size:12px;
	color:#FFFFFF;
}
ul.latest-work-list li p{
	padding:5px;
	margin:0;
	color:#FFFFFF;
	height:28px;
	overflow:hidden;
}
a.nav-arrow
{
	background:url(../images/nav-arrows.png) no-repeat 0 0;
	width:18px;
	height:25px;
	overflow:hidden;
	display:block;
	z-index:1;
	position:absolute;
	top:50%;
	outline:none;
}
a.left{ background-position:0 0; left:0;}
a.right{ background-position:-24px 0; right:0;}

.social-share{ padding:8px 0; border-bottom:1px solid #CECECE;}
.social-share ul{
    list-style: none outside none;
	padding:0;
	margin:0;
	text-align:center;
}
.social-share li{ display:inline-block; *display:inline; zoom:1;}
a.share-icon{
	background:url(../images/social-share-icons.jpg) no-repeat 0 0;
	display:block;
	width:28px;
	height:28px;
	margin:0 2px;
}
a.facebook{	background-position:0 0;}
a.facebook:hover{ background-position:0 -31px;}
a.twitter{ background-position:-39px 0;}
a.twitter:hover{ background-position:-39px -31px;}

/* Experience panel styles */
.experience{ background:url(../images/experience-bg.jpg) repeat-x 0 0; height:254px; overflow:hidden; border-top:1px solid #E2E2E2;}
.mobile-exp{width:425px; float:left; background:url(../images/vertical-shadow.png) no-repeat 100% 50%; height:254px;}
.web-exp{margin-left:440px; zoom:1;}
ul.mobile-exp-list{ margin:0; padding:5px 25px 5px 15px; list-style:none;}
ul.mobile-exp-list li{height:50px; overflow:hidden; background:url(../images/mobile-platform-icons.png) no-repeat 0 0;}
ul.mobile-exp-list li.first{margin-bottom:5px;}
.mobile-platform-item{ padding-left:96px; padding-right:10px; font-size:12px; background:url(../images/list-seperator.png) no-repeat 80px 50%;}
.mobile-platform-item p{ margin:0;}
div.more{text-align:right;}
div.more a{text-decoration:underline;}
ul.mobile-exp-list li.arx{ background-position:0 0px;}
ul.mobile-exp-list li.king{ background-position:0 -53px;}
ul.mobile-exp-list li.pep{ background-position:0 -103px;}
ul.mobile-exp-list li.mein{ background-position:0 -153px;}
ul.web-exp-list{ margin:0; padding:0 10px 0 25px; list-style:none;}
ul.web-exp-list li{ display:inline-block; *display:inline; zoom:1; height:104px; width:234px; margin:0 25px 0 0;}
.web-banner-small{background-color:#CBCBCB; -moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; border-radius:8px; height:42px; width:50px; overflow:hidden; float:left; margin-right:5px;}
.web-banner-small span{ display:none;}
.mobile {background:url(../images/preview-sketch-icons.png) no-repeat 26% 47% ;}
.websites {background:url(../images/preview-sketch-icons.png) no-repeat 42% 47% ;}
.seo {background:url(../images/preview-sketch-icons.png) no-repeat 26% 80% ;}
.ecommerce {background:url(../images/preview-sketch-icons.png) no-repeat 76% 80% ;}


ul.web-exp-list li p{margin:5px 0;}
.web-banner-small a{ display:block; height:100%; text-align:center;}

/* Style for Main content area */
.page{ background:url(../images/page-bottom-show.png) no-repeat 50% 100%; padding-bottom:10px;}
.main-content{ background:url(../images/main-content-top-shadow.png) no-repeat 50% 0; padding-top:20px;}
.right-section{float:right; width:460px;}
.left-section{ margin-right:500px; zoom:1;}
.tap-panel{ margin:8px 0;}
.tap-bar{margin:0; padding:0; list-style:none; float:left; width:135px;}
.tap-bar li{padding-bottom:3px;}
.tap-bar li a{
	background-color:#999999; color:#FFFFFF; display:block; padding:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.tap-bar li a.active{
	background-color:#E2E2E2; border-bottom:1px solid #999999;
	color:#515353;
}
.tap-content-holder{
	margin-left:135px; zoom:1; padding:8px; background-color:#E2E2E2; border-right:1px solid #999999; border-bottom:1px solid #999999; min-height:95px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.tap-content{ display:none;}

/* Request a Quote */
.form-field{margin:5px; position:relative; font-size:12px; display:inline-block; width:212px;}
.form-field label{ position:absolute; line-height:22px; text-indent:5px; color:#666666; display:block; width:100%; height:100%; cursor:pointer;}
.form-field .text-input{width:98%; padding:3px; border:1px solid #E2E2E2; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background-color:#CCCCCC;}
.form-field .select{ width:100%;}
.form-button-field button{ background-color:#CCCCCC; border:none; text-shadow:1px 1px #FFFFFF; padding:5px; -moz-border-radius:3px; border-radius:3px; cursor:pointer;}
.rightalign{ text-align:right;}

.footer{ border-top:1px solid #FFFFFF; background:#E2E2E2; min-height:100px;}
.footer-inner{ background:url(../images/footer-top-shadow.png) no-repeat 50% 0;}
.hgroup .block{ float:left;}
.company-intro{ width:248px; text-align:center; padding-top:25px;}
.company-intro,
.company-intro p{color:#AAAAAA; }
.sitemap{ width:490px; background:url(../images/footer-hseperator-shadow.png) no-repeat 100% 50%; min-height:90px; padding:10px;}
.partners{ width:200px; padding:10px 20px;}
.sitemap ul{ list-style:none; padding:0; margin:0;}
a.footer-menu{ float:left; font-weight:bold; color:#333333;}
.footer-menu-list li{ padding-bottom:5px;}
.footer-menu-list ul{ margin:0 0 0 70px; padding:0 0 0 10px; border-left:1px solid #CECECE;}
.footer-menu-list ul li{ display:inline-block; *display:inline; zoom:1; padding-right:3px; padding-bottom:3px;}
.footer-menu-list ul li:after{ content:" |";}
.footer-menu-list ul li.last:after{ content:"";}
.footer-menu-list ul a:hover{ color:#CC6600;}
.partners-holder{ width:194px; height:100px; overflow:hidden; position:relative;}
.partners-list{ padding:0; margin:0; position:absolute; list-style:none;}
.partners-list li{ text-align:center; width:194px; height:100px; overflow:hidden;}

h1.logo
{
	background:url(../images/mantra-logo.png) no-repeat 0 0;
	width:400px;
	height:70px;
}
h1.logo a{ display:block; width:100%; height:100%;}

ul.main-menu{ list-style:none; float:right; padding:0; margin:10px 0 0;}
ul.main-menu li{ display:inline-block; *display:inline; zoom:1; padding-right:5px;}
ul.main-menu li a{ color:#858585; font-size:12px; font-weight:bold; text-shadow:1px 1px #FFFFFF; padding:5px 10px; text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; display:block;}
ul.main-menu li a span{ display:block; text-align:right; color:#B9B9B9; font-size:11px;}
ul.main-menu li a.active
{
	background: -moz-linear-gradient(center top , #E2E2E2, #EEEEEE) repeat scroll 0 0 #EEEEEE;
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #E2E2E2), color-stop(1, #EEEEEE));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#EEEEEE');
	border-bottom:1px solid #D4D4D4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

h1.logo a span,
.latust-list-arrow-left span, .latust-list-arrow-right span,
li a.share-icon span, a.nav-arrow span, .image-holder span
{
	display:none;
}

#request-quote{ position:fixed; top:50%; left:-288px; margin-top:-110px; width:325px; background-color:#923431; height:190px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#FFFFFF;
}
#request-quote form{
	margin:8px 46px 8px 15px;
	padding:8px;
	background-color:#EFEFEF;
}

#request-quote h2{
color:#FFFFFF;
}


#request-quote .control{ float:right; width:37px;}
.text-area{ width:96%;}
.quote-pick-btn{ position:relative;}
.rotate-test{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	display:block;
	white-space:nowrap;
	margin-top:95px;
	text-transform:uppercase;
}
.pick-btn{ display:block; background:url(../images/pick-quote-btn.png) no-repeat 0 0; width:37px; height:46px;}
.off{background:url(../images/pick-quote-btn-off.png) no-repeat 0 0;}


.address{
padding-left:20px; color:#FFFFFF;}

.address h3{
color:#FFFFFF;
padding-top:15px;
padding-bottom:15px;
}

.address a{
color:#FFFFFF;
}
.address a:hover{
color:#f4ac6d;
}

.address a:active{
color:#FFFFFF;
}
.social-share-likes-panel{
	position:absolute; top:150px; right:5px; background-color:#EFEFEF; border:3px solid #DBDBDB;
	width:66px; min-height:50px;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	text-align:center; overflow:hidden;
}
#likes ul{
	padding:5px; margin:0;
	list-style:none;
}
#likes li{ margin-bottom:3px;}
.twitter-share-button{ width:56px !important;}
li.googleplus iframe{ position:relative !important; top:0; width:56px; height:50px;}
#mapviewer{ height:200px;}


.h-separator{ border-top:1px dotted #333333; margin-top:5px; margin-bottom:5px;}
.nav{ background-color:#E7E7E4;}
.nav ul{ padding:0; margin:0; list-style:none;}
.nav ul li{ line-height:18px;}
.nav ul li a{padding:2px 2px 2px 15px; display:block; background:url(../images/list-bullet.png) no-repeat 6px 8px;}
.nav ul li a.active{ background:url(../images/link-arrow.jpg) no-repeat 6px 8px; font-weight:bold; color:#AE302C; }
.nav ul li a:hover{ background:url(../images/link-arrow.jpg) no-repeat 6px 8px; font-weight:bold; color:#AE302C; }
.nav li { width:150px; }




.left-panel h3{ border-top:1px dotted #333; border-bottom:1px dotted #333;}


.left-panel h3,
.right-panel h3{
	color:#333333;
	font-size:12px;
	padding:5px 0;
	display:block;
}

.left-panel{
	width:182px;
	float:left;

	padding-top:20px;
}

.board{
	background:url(../images/bracket_top.jpg) no-repeat 0 0;
	padding-top:30px;
}
.board-inner{
	background:url(../images/bracket_bottom.jpg) no-repeat 0 100%;
	padding:0 20px 30px;
}
.board a{ color:#004359;}

.middle-panel{
	margin:0 0px 0 202px;
	text-align:justify;
	line-height:16px;
	min-height:400px;
}

.page-title{ padding:10px 0;}

.middle-panel h1, .middle-panel h2, .middle-panel h3{
	color:#AE302C;
	font-size:15px;
	display:inline;
	font-weight:bold;
	line-height:25px;
}
.middle-panel h2{ color:#004359; font-size:15px;}



.right-panel{
	float:right;
	width:202px;
	padding-left:10px;
}

.right-panel h1{
font-size:16px;
}

.left-panel h3,
.right-panel h3{
	color:#333333;
	font-size:12px;
	padding:5px 0;
	display:block;
}
.left-panel h3{ border-top:1px dotted #333; border-bottom:1px dotted #333;}

.right-panel a,
.footer a strong{ color:#004359;}

.right-panel{
	width:375px;
	min-height:400px;
}

.contact{
min-height:470px;
width:375px;
}


fieldset{
	border:none;
	padding:5px;
}
.fields-holder input, .fields-holder textarea, .fields-holder select{ width:200px;}
.fields-holder label{ margin:3px 0 8px; width:120px; display:inline-block; vertical-align:top;}
.button-holder{ margin:5px; text-align:right; padding-right:30px;}
button{ background-color:#AE302C; border:none; color:#ffffff; font-size:11px; cursor:pointer; padding:2px; margin-bottom:5px; border:none; text-shadow:1px 1px #765d4b;  border-radius:3px; border-radius:3px; cursor:pointer;}
button:hover{
background-color:#c07039;
}

.button{ background-color:#AE302C; border:none; color:#ffffff; font-size:11px; cursor:pointer; padding:2px; margin-bottom:5px; border:none; text-shadow:1px 1px #765d4b;  border-radius:3px; border-radius:3px; cursor:pointer;}
.button:hover{
background-color:#c07039;
}

input{
width:100px;
}

a{ text-decoration:none;}
a:hover{color:#BF5C18;}



	/* jQuery lightBox plugin - Gallery style */
	#gallery {		
		height:400px;
		overflow-x:auto;

		 
		
		/*width: 520px;*/
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #f5e3e3;
		padding: 5px;
		margin:5px;
	}
	#gallery ul a:hover img {
		border: 2px solid #dca09f;
		color: #fff;
		 background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
		 z-index:100;
	}
	#gallery ul a:hover { color: #fff; }
	
	
	::-webkit-scrollbar {
		  width: 15px;
	} /* this targets the default scrollbar (compulsory) */
	
	::-webkit-scrollbar-track {
		  background-color: #b46868;
	} /* the new scrollbar will have a flat appearance with the set background color */

	::-webkit-scrollbar-thumb {
		  background-color: rgba(0, 0, 0, 0.2); 
	} /* this will style the thumb, ignoring the track */

	::-webkit-scrollbar-button {
		  background-color: #7c2929;
	} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

	::-webkit-scrollbar-corner {
		  background-color: black;
	} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
	
	.con{
		  height: 400px;
		   /* showing scrollbars */
	}
	
	.servicecontent {
	float:left;
	width:430px;
	}

	.servicepoints {
	line-height:25px; width:300px;  list-style:url(../images/right.jpg) none;
	float:left;
	vertical-align:top;
	}
	
	.servicecontent img{
	border:0px;
	}


.error{
color:#FF0000;
}

.right-panel h1{
	color:#AE302C;
	font-size:15px;
	display:inline;
	font-weight:bold;
	line-height:25px;

}

.content {
text-align:center;
padding-top:5px;
}