/*
 * Mon's Computer Stylesheet v1.0
 *
 * Copyright 2012 Falcon Creative Studio, Inc 
 *
 */
/* CSS Reset & normalize */
@font-face {
  font-family: 'BreeSerifRegular';
  src: url('../_fonts/bree-serif-fontfacekit/BreeSerif-Regular-webfont.eot');
  src: url('../_fonts/bree-serif-fontfacekit/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/bree-serif-fontfacekit/BreeSerif-Regular-webfont.woff') format('woff'), url('../_fonts/bree-serif-fontfacekit/BreeSerif-Regular-webfont.ttf') format('truetype'), url('../_fonts/bree-serif-fontfacekit/BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../_fonts/oxygen-fontfacekit/Oxygen-webfont.eot');
  src: url('../_fonts/oxygen-fontfacekit/Oxygen-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/oxygen-fontfacekit/Oxygen-webfont.woff') format('woff'), url('../_fonts/oxygen-fontfacekit/Oxygen-webfont.ttf') format('truetype'), url('../_fonts/oxygen-fontfacekit/Oxygen-webfont.svg#OxygenRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../_fonts/oxygen-fontfacekit/Oxygen-Bold-webfont.eot');
  src: url('../_fonts/oxygen-fontfacekit/Oxygen-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/oxygen-fontfacekit/Oxygen-Bold-webfont.woff') format('woff'), url('../_fonts/oxygen-fontfacekit/Oxygen-Bold-webfont.ttf') format('truetype'), url('../_fonts/oxygen-fontfacekit/Oxygen-Bold-webfont.svg#OxygenBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

body,
html {
  margin: 0px;
  padding: 0px;
}
body {
  text-align: center;
  font-family: Oxygen, Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: url(../_images/body-bg.png) repeat left top;
}
/* ^2 *** limited-scale reset *** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
address,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
p {
	line-height: 1.7;
	margin-bottom: 1em;
	color: #444;
	font-size: 14px;
	text-align: center;
}
h1 {
  font-family: BreeSerifRegular, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #333;
  margin-bottom: 0.4em;
}
h2 {
  font-family: BreeSerifRegular, Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #333;
}
h3 {
  font-family: BreeSerifRegular, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 24px;
}
h1,
h2,
h3 {
  clear: both;
  font-weight: normal;
}
/* ^3 *** global classes *** */
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.clearBoth {
  clear: both;
}
br.clearBoth {
  height: 0px;
  clear: both;
  font-size: 1px;
  line-height: 0px;
}
.hide {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a {
  color: #46aace;
  text-decoration: none;
}
li {
  list-style: none;
}
.roundedCorner {
  border-radius: 5px;
}
.boxshadow {
  box-shadow: 2px 2px 3px #ccc;
}
.roundedCornerAndShadow {
  border-radius: 5px;
  box-shadow: 2px 2px 3px #ccc;
}
.center {
  margin: 0px auto;
  width: 940px;
  text-align: left;
}
.titleLine {
  text-align: center;
}
.titleLine .line {
  border-top: 1px solid #CCC;
  margin: 6px 6px;
  height: 2px;
  width: 46px;
  display: inline-block;
}
.heading .title {
  font-family: BreeSerifRegular, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 24px;
}
.heading .subTitle {
  color: #46aace;
  font-size: 16px;
}
.blue {
  color: #46aace;
}
.sep {
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}
.learnMore {
  font-weight: bold;
  font-size: 14px;
  margin-top: 25px;
}
.learnMore a {
  padding: 9px 18px;
  border: 1px solid #3c92b1;
  border-radius: 4px;
  color: #fff;
  background: #46aace;
  background: -moz-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46aace), color-stop(100%, #3c92b1));
  background: -webkit-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -o-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -ms-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: linear-gradient(to bottom, #46aace 0%, #3c92b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46aace', endColorstr='#3c92b1', GradientType=0);
}
.learnMore a:hover {
  background: #3c92b1;
  background: -moz-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c92b1), color-stop(100%, #46aace));
  background: -webkit-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: -o-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: -ms-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: linear-gradient(to bottom, #3c92b1 0%, #46aace 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c92b1', endColorstr='#46aace', GradientType=0);
}
#wrapper {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  background: url(../_images/banner-shadow.png) no-repeat -255px -61px;
}
.mainHeader {
  background: #1c1c1c;
  height: 90px;
  border-top: 5px solid #46aace;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 30px;
}
.mainHeader .logo a {
  background: url(../_images/logo.png) no-repeat left center;
  display: block;
  height: 30px;
  text-indent: -1000em;
  width: 240px;
  float: left;
  padding-top: 20px;
}
.mainHeader .mainNav {
  float: right;
  font-family: BreeSerifRegular, Arial, Helvetica, sans-serif;
}
.mainHeader .mainNav ul {
  float: left;
}
.mainHeader .mainNav ul li {
  float: left;
  border-left: 1px solid #333;
  padding: 0px 20px;
  font-weight: normal;
}
.mainHeader .mainNav ul li:first-child {
  border-left: none;
}
.mainHeader .mainNav ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
}
.mainHeader .mainNav ul li a .tagline {
  color: #b3b3b3;
  font-size: 12px;
  display: block;
  font-family: Oxygen, Verdana, Geneva, sans-serif;
  margin-top: 3px;
}
.mainHeader .mainNav ul li a.current {
  color: #46aace;
  cursor: default;
}
.banner {
  background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 1%, #fbfbfb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fbfbfb));
background: -webkit-linear-gradient(top,  #ffffff 1%,#fbfbfb 100%);
background: -o-linear-gradient(top,  #ffffff 1%,#fbfbfb 100%);
background: -ms-linear-gradient(top,  #ffffff 1%,#fbfbfb 100%);
background: linear-gradient(to bottom,  #ffffff 1%,#fbfbfb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
  border-bottom: 1px solid #e5e5e5;
}
.banner.subBanner {
  height: 120px;
  padding: 20px 0 35px;
}
.banner.subBanner .breadcrumb {
  color: #e6e6e6;
}
.banner.subBanner .breadcrumb a:hover {
  color: #444;
}
.banner.subBanner h2 {
  margin-bottom: 15px;
}
.banner.subBanner p {
  font-size: 16px;
}
.mainContent {
  padding-top: 30px;
}
.mainContent .mainServices {
  margin-top: 25px;
}
.mainContent .mainServices .singleService {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mainContent .mainServices .singleService.last{
  margin-right: 0;
}
.mainContent .services {
  margin: 30px 0 60px;
}
.mainContent .services .single .service {
  margin-bottom: 10px;
}
.mainContent .services .single .service .iconBg {
  width: 78px;
  height: 78px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 120px;
  margin-right: 20px;
  float: left;
  text-align: center;
}
.mainContent .services .single .service .iconBg .icon {
  display: inline-block;
  margin-bottom: 0;
}
.mainContent .services .single .service .iconBg .icon.icon-laptop {
  background: url(../_images/service.png) no-repeat left top;
  width: 46px;
  height: 46px;
  margin-top: 17px;
}
.mainContent .services .single .service .iconBg .icon.icon-tablet {
  background: url(../_images/service.png) no-repeat left -70px;
  width: 52px;
  height: 46px;
  margin-top: 17px;
}
.mainContent .services .single .service .iconBg .icon.icon-mobile {
  background: url(../_images/service.png) no-repeat left -156px;
  width: 48px;
  height: 51px;
  margin-top: 15px;
}
.mainContent .services .single .service .iconBg .icon.icon-camera {
  background: url(../_images/service.png) no-repeat left -243px;
  width: 48px;
  height: 51px;
  margin-top: 15px;
}
.mainContent .services .single .service .iconBg .icon.icon-server {
  background: url(../_images/service.png) no-repeat left -326px;
  width: 48px;
  height: 51px;
  margin-top: 15px;
}
.mainContent .services .single .service .heading {
  float: left;
  margin-top: 7px;
}
#footer {
  background: #1c1c1c;
  height: 50px;
  margin-top: 60px;
}
#footer p {
  color: #fff;
  line-height: 50px;
  margin-bottom: 0;
}
#footer p a {
  color: #fff;
}
#footer p a:hover {
  color: #46aace;
}
/* Tabs */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .4em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  font-family: Oxygen, Verdana, Geneva, sans-serif;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .9em 1.3em;
  text-decoration: none;
  background: #4d4d4d;
  background: -moz-linear-gradient(top, #4d4d4d 0%, #1c1c1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #1c1c1c));
  background: -webkit-linear-gradient(top, #4d4d4d 0%, #1c1c1c 100%);
  background: -o-linear-gradient(top, #4d4d4d 0%, #1c1c1c 100%);
  background: -ms-linear-gradient(top, #4d4d4d 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #4d4d4d 0%, #1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#1c1c1c', GradientType=0);
  color: #fff;
  border: 1px solid #1c1c1c;
  outline: none;
  border-radius: 3px 3px 0px 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
  background: #46aace;
  background: -moz-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46aace), color-stop(100%, #3c92b1));
  background: -webkit-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -o-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -ms-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: linear-gradient(to bottom, #46aace 0%, #3c92b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46aace', endColorstr='#3c92b1', GradientType=0);
  border: 1px solid #3c92b1;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0 1.4em 1em;
  background: #fff;
  border: 1px solid #E5E5E5;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-tabs-panel .tabContent {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 20px;
  margin-top: 20px;
}
.ui-tabs-panel .tabContent:last-child {
  border-bottom: none;
}
.ui-tabs-panel .tabContent .floatLeft {
  width: 720px;
  border-right: 1px dashed #e5e5e5;
  padding-right: 20px;
}
.ui-tabs-panel .tabContent .floatLeft .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ui-tabs-panel .tabContent .floatRight {
  float: left;
  text-align: center;
}
.ui-tabs-panel .tabContent .floatRight .priceDetails {
  margin-left: 25px;
  margin-top: 12px;
}
.ui-tabs-panel .tabContent .floatRight .priceDetails .price {
  font-size: 32px;
  font-weight: bold;
  color: #46aace;
  margin-bottom: 0;
}
.ui-tabs-panel .tabContent .floatRight .priceDetails .price small {
  font-size: 16px;
  color: #444;
  vertical-align: top;
  font-weight: normal;
}
.ui-tabs-panel .tabContent .floatRight .priceDetails .learnMore {
  margin-top: 10px;
}
.form {
  width: 560px;
  margin: 0;
  padding: 0;
  float: left;
}
.form th {
  font-family: Oxygen, Verdana, Geneva, sans-serif;
  color: #707070;
  font-weight: normal;
  padding: 20px 0px 0px;
  width: 150px;
  text-align: left;
  font-weight: bold;
}
.form th.verTop {
  padding-top: 25px;
  vertical-align: top;
}
.form td {
  padding: 20px 0px 0px;
}
.form table .txtfield {
  font-family: Oxygen, Verdana, Geneva, sans-serif;
  color: #333;
  font-weight: normal;
  height: 32px;
  background: url(../_images/txtField-bg.png) repeat-x left top;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 217px;
  text-align: left;
  padding: 0px 10px;
  outline: none;
  background: #fff;
}
.form table .smtxtfield {
  width: 100px;
}
.form td .txtarea {
  font-family: Oxygen, Verdana, Geneva, sans-serif;
  color: #333;
  font-weight: normal;
  height: 125px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 400px;
  padding: 5px 10px 0px 10px;
  outline: none;
  line-height: 1.5;
}
.form .submitBtn {
  padding: 9px 18px;
  border: 1px solid #3c92b1;
  border-radius: 4px;
  color: #fff;
  background: #46aace;
  background: -moz-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46aace), color-stop(100%, #3c92b1));
  background: -webkit-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -o-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: -ms-linear-gradient(top, #46aace 0%, #3c92b1 100%);
  background: linear-gradient(to bottom, #46aace 0%, #3c92b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46aace', endColorstr='#3c92b1', GradientType=0);
}
.form .submitBtn:hover {
  background: #3c92b1;
  background: -moz-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c92b1), color-stop(100%, #46aace));
  background: -webkit-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: -o-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: -ms-linear-gradient(top, #3c92b1 0%, #46aace 100%);
  background: linear-gradient(to bottom, #3c92b1 0%, #46aace 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c92b1', endColorstr='#46aace', GradientType=0);
}

.mainContent.sub{
	width: 620px;
	}

aside.sidebar{
	width: 300px;
	float: right;
	}

aside.sidebar .content{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0px;
	
		}	

aside.sidebar .content:first-child{
padding-top: 0px;
		}

aside.sidebar .content:last-child{
	border-bottom: none;
		}

.contactDetails span{
	display: block;
	}
	
.contactDetails .address{
	background: url(../_images/getinTouch.png) no-repeat -56px -4px;
	padding-left: 20px;
	
	}
	
.contactDetails .phone{
	background: url(../_images/getinTouch.png) no-repeat -35px -27px;
	padding-left: 20px;
	}
	
.contactDetails .mail{
	background: url(../_images/getinTouch.png) no-repeat -11px -48px;
	padding-left: 20px;
	}

.social{
	overflow: hidden;
	padding-bottom: 20px;
	}

.social li a{
	width: 28px;
	height: 28px;
	display: block;
	}

.social li{
	float: left;
	margin-right: 10px;
		}	

.social li:last-child{
	margin: 0px;
		}		
	
.social .facebook{
	background: #444444 url(../_images/social.png) no-repeat 2px -2px;
	}

.social .twitter{
	background: #444444 url(../_images/social.png) no-repeat -18px -24px;
	}

.social .gPlus{
	background: #444444 url(../_images/social.png) no-repeat -63px -67px;
	}
	
.social .linkedIn{
	background: #444444 url(../_images/social.png) no-repeat -42px -46px;
	}
	
	textarea{
     resize: none;
	}

.social .facebook:hover{
	background: #385694 url(../_images/social.png) no-repeat 2px -2px;
	}

.social .twitter:hover{
	background: #28a9e0 url(../_images/social.png) no-repeat -18px -24px;
	}

.social .gPlus:hover{
	background: #b02e20 url(../_images/social.png) no-repeat -63px -67px;
	}
	
.social .linkedIn:hover{
	background: #0480b3 url(../_images/social.png) no-repeat -42px -46px;
	}
																							
