/*  HTML5 ? Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: 
 */

/*=========================================================*/
/*Universal                                                */
/*=========================================================*/


body { font: 12px 'Ubuntu',Arial,sans-serif; font-weight:normal; }

/*Webkit font smoothing*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body { text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }
}

a, a:active, a:visited { color:#000; text-decoration:none; }
a:hover { color:#3388c4; }
ul { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 { color:#357ec2; padding-bottom:10px; text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.6); }
p { font-size: 13px; padding-bottom:15px; }
h1 { font-size:22pt; font-weight:normal;  }
h2 { font-size:20pt; font-weight:normal; }
h3 { font-size:18pt; font-weight:normal; }
h4 { font-size:16pt; font-weight:normal; }
h5 { font-size:14pt; font-weight:normal; }
h6 { font-size:12pt; font-weight:normal; }
.hide { display:none; height:0; overflow:hidden; }
.bold { font-weight: bold; }
* :focus { outline: 0; }
.hideTitle { height:0px; overflow:hidden; padding:0; }


/*=========================================================*/
/*Header                                                   */
/*=========================================================*/

#container { width: 960px; margin:0 auto; padding-top:20px; }
#main { min-height:500px; }
#logo { float:left; }
#header { margin-bottom:20px; }

#top-menu { float:right; margin-top:19px; }
#top-menu ul li { height:35px; list-style-type:none; float:left; font-size:19px; margin-left: 15px; margin-right: 15px; font-weight:bold;text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.6); }
#top-menu ul li:last-child {margin-right:0;}
#top-menu ul li:first-child {margin-left:0;}
#top-menu ul li a:hover { color:#000; }
#top-menu ul li.top-selected { background: transparent url(../images/menuitemselected.png) center bottom no-repeat; }



/*=========================================================*/
/*Home                                                     */
/*=========================================================*/

div#hover-show { position:relative; }

div.hover-show-nav{ position:relative; float:left; width:239px; z-index:50; }
div.hover-show-nav div{ position:relative; width:204px; height:79px; font-size:28px; color:#000; text-align:left; padding-left:35px; line-height:73px; cursor:pointer; z-index:50; }
div.hover-show-nav div.tab span.bracket { width:16px; height:17px; margin-top:31px; background:transparent url(../images/bracket.png) center -17px no-repeat; }
div.hover-show-nav div.selected span.bracket { width:16px; height:17px; background:transparent url(../images/bracket.png) center 0px no-repeat; }
div.hover-show-nav div span.bracket{ float:right; margin-right:40px; font-weight:bold; }
div.hover-show-nav div.selected { z-index:100; color:#FFF;}
div.hover-show-nav div.unselected { z-index:90; background-position: 0px -200px !important; }
div.hover-show-nav div:last-child {background:none;}
div.hover-show-nav div#tab1 { background:#fff url(../images/bluetab.png) center top no-repeat; }
div.hover-show-nav div#tab2 { margin-top:-7px; background:#fff url(../images/greentab.png) center top no-repeat; }
div.hover-show-nav div#tab3 { margin-top:-6px; background:#fff url(../images/purpletab.png) center top no-repeat; }
div.hover-show-nav div#tab4 { margin-top:-5px; background:#fff url(../images/bluetab2.png) center top no-repeat; }

div.hover-show-content { float:left; position:relative; z-index:49; }
div.hover-show-content div { width:720px; height:293px; position:absolute; top:0; left:0; z-index:49; }
div.hover-show-content div#slide1 { background:#fff url(../images/blueslide.png) center top no-repeat; }
div.hover-show-content div#slide2 { background:#fff url(../images/greenslide.png) center top no-repeat; }
div.hover-show-content div#slide3 { background:#fff url(../images/purpleslide.png) center top no-repeat; }
div.hover-show-content div#slide4 { background:#fff url(../images/blueslide2.png) center top no-repeat; }

div#get-a-quote { width:247px; height:58px; position:absolute; top:215px; left:20px; z-index:110; background:transparent url(../images/getaquote-button.png) 0px -58px no-repeat; cursor:pointer; }
div#get-a-quote a { width:247px; height:58px; display:block; }
div#get-a-quote:hover { background:transparent url(../images/getaquote-button.png) 0px 0px no-repeat; }
div#get-a-quote:active { background:transparent url(../images/getaquote-button.png) 0px -116px no-repeat; }

.home-info { padding-top:40px; min-height:173px; background: transparent url(../images/divider.png) 480px 40px no-repeat; cursor:default; }

.left-col { float:left; width: 475px; }
.left-col p { font-size: 19px; width: 450px; padding-top:25px; }
.left-col p span.highlight { color: #358ec1; font-size: 20px; font-weight: bold; }

.right-col {  margin-top:0px; margin-left:25px;float:left; width: 450px; background: transparent url(../images/tl-quote.png) left top no-repeat; }
.quote-wrap { background: transparent url(../images/br-quote.png) right bottom no-repeat; }
.quote-wrap2 { width:400px; margin-top:25px; margin-left:25px; }
.right-col p { font-size: 19px; }
.right-col p.quote-by { float:right; text-align:right; }

.logos { margin-top:40px; }
.logo { background: #FFF; margin-right: 75px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; cursor:pointer; }
.logo:last-child { margin-right: 0px; }


/*=========================================================*/
/*Portfolio                                                */
/*=========================================================*/

#portfolio-menu { float:left; width:200px; margin-top:10px; }
#portfolio-menu ul li {  list-style-type:none; font-size:14px; border-top: 1px solid #ECECEC; }
#portfolio-menu ul li.first-item { border-top: none; }
#portfolio-menu ul li a:link, a:visited { color:#000; text-decoration:none; line-height:30px;}
#portfolio-menu ul li a:active { color:#000; text-decoration:none; }
#portfolio-menu ul li a:hover { text-decoration:underline; }
#portfolio-menu span.chevron { padding-left:10px; font-size: 130%; font-weight:bold; color: #358EC1; }

#portfolio-content { float:left; margin-top:5px; margin-left:20px; }
#portfolio-content .portfolio-item { display:none; }
#portfolio-content .default{ margin-top:10px; font-size:20px; margin-left:40px; }
.portfolio-item .portfolio-screenshot { width:515px; float:left; }
.portfolio-item .portfolio-quick-facts { width: 190px; float:left; margin-left:10px; background-color:#EEE; padding:10px; border:solid 1px #AAA; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; }
.portfolio-item .portfolio-quick-facts ul { list-style: inside; }
.portfolio-item a:link { text-decoration:underline; }


/*=========================================================*/
/*Plug-Ins                                                 */
/*=========================================================*/
.grid-3 { margin-top:10px; }
.grid-3 > * { position:relative; width:291px; float:left; height:275px; border:solid 1px #AAA; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; }
.end { margin-right:0px !important; }
.plugin { padding:10px; margin-right:10px; margin-bottom:10px; }
.plugin h3 { padding:0 }
.plugin p { height:40px; padding:10px; margin-top:10px; margin-bottom:10px; background:#CCC; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; }
.plugin .more { text-align:center; font-size:27px; }


/*=========================================================*/
/*Framework                                                */
/*=========================================================*/

#framework-banner { position:relative; -moz-user-select: none; -khtml-user-select: none; margin-bottom:20px; }
#framework-banner #request-info { position:absolute; top:226px; left:26px; width: 598px; height:58px; background: transparent url(../images/request-info-button.png) center center no-repeat; }
#framework-banner #request-info:hover { background: transparent url(../images/request-info-button.png) center top no-repeat; }
#framework-banner #request-info:active { background: transparent url(../images/request-info-button.png) center bottom no-repeat; }
#framework-banner #request-info a { display:block; height:100%; width:100%; }

.grid-2 .column { width:472px; float:left; margin-right:10px; }
.grid-2 .column .info { margin-bottom:10px; padding:10px; border:solid 1px #AAA; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; }
.grid-2 div.end { margin-right:0px !important; }


/*=========================================================*/
/*Contact Us                                               */
/*=========================================================*/

#callMeLeft { width: 730px; float:left; }
#callMeRight { width: 230px; float:left; }

#or-line { padding-top:50px; padding-bottom:50px; }

a.zBox { position:relative; display:block; width:960px; height:200px; font-size: 35px; line-height:187px; border:2px solid #000; background-color:#CCC; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; }
a.zBox:hover { text-decoration: none; background-color:#007fef; color:#FFF; }


/*=========================================================*/
/*Capabilities                                             */
/*=========================================================*/

#capabilities-wrap a:link, #capabilities-wrap a:visited { text-decoration:none; color:#357ec2; }
#capabilities-wrap a:hover, #capabilities-wrap a:active { text-decoration:underline; color:#555; }


/*=========================================================*/
/*Footer                                                   */
/*=========================================================*/

#footer { padding-top:30px; padding-bottom:20px; text-align:center; }


@media all and (orientation:portrait) { 

}

@media all and (orientation:landscape) { 

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


