@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/********************* Colour reference chart********************* comment ********* colour ******** 

Pure White					white1			#FFF
Contrast White			    white2          #bbd
Lights 1			        lg1             #
Lights 2					lg2				#1590d3
Meds 1						md2				#127495
Meds 2						md1				#04507D
Darks 1						dk1				#
Darks 2						dk2				#011

*/


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body{
	background-color:#fff;	
}
.HHBody{
	background-color:#5ba6da;	
}
#defaltContainer {
margin: 40px auto;
   padding:0px 0px 0px 0px;
   width: 90%;
   max-width:600px;
   font-family: Helvetica, Arial, Sans-serif;
   font-size:13px;
   color: #333;
   background-color: rgb(246,246,246);
   border: 1px solid rgb(193,193,193);
   -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
   box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

	/*71b2e2  5ba5da*/
.gridContainer {
	max-width:none;
	width:100%;
	margin:0;
	padding:0;
}
.gridContainer a{
	text-decoration:underline;
	color:#111;
}
.gridContainer p{
	font-family: noticia-text, serif;
	font-size:14px;
	color:/*dk2*/#001;
}
.gridContainer h1{
	text-decoration:none;
	color:#1593D0;
}
.gridContainer h1 a{
	color:/*md2*/#04507D;
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear;
}
.gridContainer h1 a:hover{
	color:/*dk2*/#001;
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear;
}
.twoColumnLeft{
	overflow:hidden;
	width:100%;
	height:auto;
	float:none;
}
.twoCollumnRight{
	overflow:hidden;
	width:100%;
	height:auto;
	float:none;
}
.shadeBox{
	margin: 10px 10px;
   	padding:5px;
	width: auto;
   	font-family: Helvetica, Arial, Sans-serif;
   	font-size:13px;
   	color: #333;
   	border: 1px solid rgb(193,193,193);
   	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
   	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
   	box-shadow: 0 0 10px 0 rgba(0,0,0,0.28);
   	-webkit-border-radius: 6px;
   	-moz-border-radius: 6px;
   	border-radius: 6px;
	background-color:#fff;
}
.shadeBox h2{
	color:#127495;	
}
.shadeBox h2 a{
	color:#127495;	
}
.subpageHolder{
	width:100%;
	clear:both;
	height:auto;
	padding-top:0px;
	overflow:hidden;
	margin: 10px auto;
	max-width:1250px;
	margin-bottom:10px;
}
.clearMargin{
	margin: 0;
}
.clearPadding{
	padding:0;
}
#LayoutDiv1 {
	float:none;
	margin: 0 auto;
	width: 100%;
	height:200px;
	background-image:url(../../assetts/images/slideshow_1_tablet.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.LayoutDiv2{
	clear:both;
	margin: 0 auto;
	display:block;
	width: 70%;
	height:20px;
	margin-bottom:10px;
	max-width:1232px;
}
#LayoutDiv3{
	clear:both;
	overflow:hidden;
	width:95%;
	margin: 0 auto;
	max-width:1232px;
}
footer{
	text-align:center;
	clear:both;
	overflow:hidden;
	margin: 10px auto;
	width: 88%; 
	max-width:1232px; 
}
footer h2{
	float:none;
	color:/*dk2*/#011;
	font-size:16px;
}
footer h2 a{
	margin-top:5px;
	color:/*dk2*/#011; 
	font-style: normal;
	font-size:16px;
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
footer h2 a:hover{
	color:/*md2*/#04507D; 
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
footer h3{
	float:none;
	color:/*dk2*/#011;
	font-size:10px;
}
footer h3 a{
	color:/*dk2*/#011;  
	font-style: normal;
	font-size:14px;
	webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
footer h3 a:hover{
	color:/*md2*/#04507D; 
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
.holder{
	clear:both;
	float:left;
	margin-bottom:10px;
}
.navPreviewHolder{
	overflow:hidden;
	width:100%;
	height:auto;
	margin:auto;
	padding-left:2px;
	padding-top: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.navPreviewPostioner{
	overflow:hidden;
	display:block;
	margin:1px 0px 1px -4px !important;
	vertical-align:top;
	border:0px solid #000;
	height:300px;
	-webkit-border-radius: 2px;
	-mozborder-radius: 2px;
	border-radius: 2px;	
}
.navSpacer{
	height:75px;
	width:100%;
}
.navPreview{
	overflow:hidden;
	height:298px !important;
	width:100%;
	padding:0px;
    text-align:center;
	/*71b2e2  5ba5da*/
	margin:0px 0px 0px 4px !important;
}
.navPreview p{
	margin:5px !important;
	font-size:12px;
}
.navPreview p img{
	display:none;
}
.navPreviewSpacer{
	width:1000px;
	height:0px;
	clear:both;
}
.navPreviewHdd{
	background:url(../../assetts/images/harddrive.png) no-repeat center center;
	background-size:cover;
}
.navPreviewRobot{
	background:url(../../assetts/images/contactUS.jpg) no-repeat center center;
	background-size:cover;
}
.navPreviewBase10{
	background:url(../../assetts/images/logo_361.png) no-repeat center center;
	background-size:contain;
}
.navPreviewIphone{
	background:url(../../assetts/images/iphone_coffee.jpg) no-repeat center center;
	background-size:cover;
}
.navPreviewWebbanner{
	background:url(../../assetts/images/web_banner.jpg) no-repeat center center;
	background-size:cover;
}
.navPreviewAbout{
	background:url(../../assetts/images/about.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.navPreviewContact{
	background:url(../../assetts/images/contact.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.navPreviewVideos{
	background:url(../../assetts/images/videos.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.navPreviewWebdesign{
	background:url(../../assetts/images/webdesign.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.navPreviewYoutube{
	background:url(../../assetts/images/youtubepreview1.gif) no-repeat center center;
	display:cell;
	background-size:auto;
}
.navPreviewYoutube:hover{
	background:url(../../assetts/images/youtubemouseover1.gif) no-repeat center center;
	cursor:pointer;
}
.pastel1{
	background-color:#5ba6da;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.pastel2{
	background-color:#5ba6da;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.pastel3{
	background-color:#5ba6da;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.pastel4{
	background-color:#5ba6da;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.pastel5{
	background-color:#5ba6da;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.pastel1:hover, .pastel2:hover, .pastel3:hover, .pastel4:hover, .pastel5:hover{
	background-color:#4194cd;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.sizeQuarter{
	width:100%;
}
.sizeHalf{
	width:100%;
}
.sizeSmall{
	width:100%;
}
.sizeMed{
	width:100%;
}
.sizeLarge{
	width:100%;
}
.navPreview p{
	width:98%;
	font-size:15px;
	float:none;
	text-align:left;
	margin:auto;
}
.navPreview h1 a{
	color:/*md2*/#04507D;
	text-decoration:none;
	font-size:20px;
	margin:auto;
    text-align:center;
}
.navPreview h1{
	font-family: source-code-pro, sans-serif; 
	font-style: normal;
	font-size:20px;
	text-align:center;
}
.navPreview a img{
	max-height:300px;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
}
#HeaderBar1{ 
	width:100%; 
	background-color:/*04507D*/#5ba6da;
	margin:0; 
	position:relative;
	z-index:1;
	height:100px;
} 
#HeaderBar2{ 
	width: 100%; 
	max-width:1232px; 
	margin:auto; 
} 
#globalNav{ height:40px; } 
#globalNav ul{ padding:0; } 
#globalNav ul li{ 
	float:none; 
	list-style-type:none;
	text-align:center; 
	padding: 0px 2px 0px 2px; 
	background-color:/*04507D*/#5ba6da;
	color:/*dk2*/#cce; 
	-webkit-transition:color 0.25s linear, background-color 0.25s linear; 
	-moz-transition:color 0.25s linear, background-color 0.25s linear; 
	-o-transition:color 0.25s linear, background-color 0.25s linear; 
	transition:color 0.25s linear, background-color 0.25s linear; 
} 
#globalNav ul li:hover{ 
	background-color:/*md2*/#127495; 
	color:/*white1*/#fff; 
	-webkit-transition:color 0.25s linear, background-color 0.25s linear; 
	-moz-transition:color 0.25s linear, background-color 0.25s linear; 
	-o-transition:color 0.25s linear, background-color 0.25s linear; 
	transition:color 0.25s linear, background-color 0.25s linear; 
} 
#globalNav ul li a{ 
	display: inline-block; 
	text-decoration: none;
	color:/*white2*/#04507D;
	line-height: 40px; 
	font-size: 25px; 
	font-family: source-code-pro, sans-serif; font-style: normal; font-weight: 400; 
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
#globalNav ul li a:hover{
	color:/*white1*/#fff; 
	-webkit-transition:color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
#globalNav li.logo{
	clear:both;
	float:none;
	font-size:36px;
}
#globalNav li.logo a{
	font-size:36px;
}
.pricingtable {
  width: 95%; height: auto;
  background: white;
  margin: 2% auto;
  float: none;
  	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  	-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
  text-align: center;
  font-size:14px;  
  color: #555;
}
.pricingtable hr {
  border: 0;
  background-color: #BCBEC0;
  color: #BCBEC0;
  height: 1px;
  width: 75%;
  margin: 10px auto;
}
.pricingtable p {
font-size:14px;
	overflow:hidden;
  text-align: center; 
  color: #000;
}
.pricingtable p strong {
  font-weight: bold;
}
.pricingtable h1 {
	color:#1593D0;
  text-align: center;
  font: bold 88px/1 sans-serif;
  margin: 5px 0 0 0;
}
.pricingtable h1 sup {
  font-size: 45px;
}
.pricingtable h2 {
	color:#666;
  text-align: center;
  font: bold 50px/1 sans-serif;
  margin: 5px 0 0 0;
}
.pricingtable a {
  display: block;
  height: 40px;
  width: 75%;
  color: /*white2*/#bbd;
  margin: 10px auto;
   
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 500 16px/40px Helvetica, Verdana, sans-serif;
   
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
   
  /*Gradient*/
  background: #04507D; /* Old browsers */
  background: -moz-linear-gradient(top,  /*md1*/#04507D 0%, /*md2*/#127495 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04507D), color-stop(100%,/*md2*/#127495)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  /*md1*/#04507D 0%,/*md2*/#127495 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  /*md1*/#04507D 0%,/*md2*/#127495 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  /*md1*/#04507D 0%,/*md2*/#127495 100%); /* IE10+ */
  background: linear-gradient(top,  /*md1*/#04507D 0%,/*md2*/#127495 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04507D', endColorstr='#127495',GradientType=0 ); /* IE6-9 */
}
 
.pricingtable a:hover {
  background: #127495; /* Old browsers */
  background: -moz-linear-gradient(top,  /*md2*/#127495 0%, /*md1*/#04507D 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,/*md2*/#127495), color-stop(100%,/*md1*/#04507D)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  /*md2*/#127495 0%,/*md1*/#04507D 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  /*md2*/#127495 0%,/*md1*/#04507D 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  /*md2*/#127495 0%,/*md1*/#04507D 100%); /* IE10+ */
  background: linear-gradient(top,  /*md2*/#127495 0%,/*md1*/#04507D 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127495', endColorstr='#04507D',GradientType=0 ); /* IE6-9 */
  	color:/*white1*/#FFF;
 	-webkit-transition:color 0.25s linear, background-color 0.25s linear; 
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear; 
}
.pricingteaser{
	width:95%;
	margin: 5px auto;
}
.pricingteaser p{
	font-size:16px;
	text-align:left;
}
.pricingcontainer{
	width:100%;
	overflow:hidden;	
}
.top {
	overflow:hidden;
  width: 100%; height: 50px;
  background: #04507D;
  padding-top:15px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.top h2 {
  color: #fff;
  font-family: source-code-pro, sans-serif; 
  font-size:24px;
  text-align: center;
}
.ButtonMore{
	font-family: sans-serif;
	font-size:18px;
	font-weight:bold;
}
.ButtonClose{
	font-family: sans-serif;
	font-size:18px;
	font-weight:bold;
}
.fourinarow{
	width: 21%;
	margin: 2%;
}
.rights{
	margin-bottom:50px;
}
.banner{
	width:100%;
	height:100px;
	overflow:hidden;	
	margin-top:50px;
}
.banner img{
	width:100%;
	min-width:1900px;
	height:auto;
	min-height:100px;
	overflow:hidden;
}

.subpageNav { display:none;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
.navPreview p{
	margin:5px !important;
	font-size:13px;
}
.navPreview p img{
	display:none;
}
.navPreviewPostioner{
	display:inline-block;
}
.sizeQuarter{
	width:50%;
}
.sizeHalf{
	width:50%;
}
.sizeSmall{
	width:50%;
}
.sizeMed{
	width:50%;
}
.sizeLarge{
	width:50%;
}
.pricingteaser{
	width:90%;
}
.twoColumnLeft{
	width:55%;
	float:left;
}
.twoCollumnRight{
	width:45%;
	float:right;
}
.shadeBox{
	margin: 10px auto;
	width: 90%;
}
#LayoutDiv1 {
	height:300px;
}
#LayoutDiv3{
	width:88%;
}
.navPreview img{
	margin: auto;
	width:95%;
}
.navPreview p{
	float:left;
}
#HeaderBar1{ 
	height:150px;
} 
#globalNav{ height:50px; }  
#globalNav ul li a{ 
	line-height: 50px; 
}
.pricingtable {
  width: 90%;
  margin: 5%;
  float: left;
}
.pricingtable p {
  font-size:14px;  
}
.subpageNav { display:block;width:100%; text-align:center; margin: 10px auto;}
.subpageNav ul{ list-style:none;}
.subpageNav li { padding:5px 0;display:block; }
.subpageNav li a 
{ 
	font-size:25px;
	font-weight:bold; 
	text-decoration:none; 
	color:#1590d3;	
	-webkit-transition:color 0.25s linear;	
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear;  
} 
.subpageNav:hover .webdev { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav:hover .upgradeweb { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav:hover .webmaintainance { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav:hover .upgrademobile { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav li a:hover { color:#127495 !important;}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.navPreview p{
	margin:5px !important;
	font-size:13px;
}
.navPreview p img{
	display:block;
}	
.sizeQuarter{
	width:25%;
}
.sizeHalf{
	width:50%;
}
.sizeSmall{
	width:30%;
}
.sizeMed{
	width:40%;
}
.sizeLarge{
	width:60%;
}
.subpageNav { display:block;width:100%; text-align:center; margin: 10px auto;}
.subpageNav ul{ list-style:none;}
.subpageNav li { padding:0px 10px;display:inline; }
.subpageNav li a 
{ 
	font-size:20px;
	font-weight:bold; 
	text-decoration:none; 
	color:#1590d3;	
	-webkit-transition:color 0.25s linear;	
	-moz-transition:color 0.25s linear; 
	-o-transition:color 0.25s linear; 
	transition:color 0.25s linear;  
} 
.subpageNav:hover .webdev { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav:hover .upgradeweb { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav:hover .webmaintainance { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav:hover .upgrademobile { text-shadow: 0 0 5px rgba(0,0,0,0.5);color: transparent; }
.subpageNav li a:hover { color:#127495 !important;}

.twoColumnLeft{
	width:65%;
	float:left;
}
.twoCollumnRight{
	width:35%;
	float:right;
}
.shadeBox{
	margin: 10px 20px;
}

#LayoutDiv1 {
	height:500px;
}
#LayoutDiv3{
	width:88%;
}
footer{
	clear:both;
	bottom:0;
	overflow:hidden;
	width: 100%; 
	max-width:1232px; 
	margin: 0px auto;
}
footer h2{
	float:right;
	font-size:10px;
}
footer h3{
	float:left;
}
footer h2 a{
	font-size:16px;
}
footer h3 a{
	font-size:10px;
}
.navPreview img{
	width:95%;
	margin:auto;
}
.navPreview h1{
	font-size:16px;
}
.navPreview p{
	width:95%;
	font-size:16px;
	float:left;
}
#HeaderBar1{ 
	position:fixed;
	height:auto;
} 
#HeaderBar2{ 
	width: 88%; 
} 
#globalNav{ height:50px; } 
#globalNav ul li{ 
	float:right;
	padding: 0px 10px 0px 10px; 
} 
#globalNav ul li a{ 
	line-height: 50px; 
}
#globalNav li.logo{
	float:left;
}
.pricingtable {
  width: 40%;
  margin: 10px 5%;
  float: left;
  font-size:12px;  
}
.fourinarow{
	width: 21%;
	margin: 2%;
}
.pricingtable p {
  font-size:14px;  
}

.pricingteaser{
	width:90%;
}
}
