/* *******************************************
   GLOBAL CSS
   (c) Quetzall.com - 2009

   Author: Chad Arimura
   chad@appoxy.com

********************************************** */

/* ===========================================
   GLOBALS
============================================== */

body {
    font: 14px 'Lucida Grande', helvetica, tahoma, arial, clean, sans-serif;
    font-family: "HelveticaNeue", Helvetica, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    background: #D5DDE6;
    text-align: center;
}

img {
    border: 0px;
}

ol, ul {
    list-style: none;
}

a:link {
    color: #0060BF;
    text-decoration: underline;
}

a:visited {
    color: #0060BF;
    text-decoration: underline;
}

a:active {
    color: #CC6600;
    text-decoration: underline;
}

a:hover {
    color: #CC6600;
    text-decoration: underline;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

input {
    font-size: 110%;
}

input[type="submit"] {
    padding: 5px;
}

/* ===========================================
  LAYOUT
============================================== */

#wrapper {
    width: 910px;
    margin: 0 auto;
}

#headerWrap {
}

#contentWrap {
/*float: left;*/
    background: url(/images/layout/content_bg.gif) repeat-y;
    padding: 10px 30px 20px 40px; /*margin-right:20px;*/
    text-align: left; /*width: 95%;*/
    background-color: white;
}

#contentLeft {
    /*float: left;*/
    width: 600px;
    margin: 5px 0 0 0;
}
.content_full {
    width: 800px;
}

#contentRight {
    float: right;
    width: 200px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background-color: #EEEEEE; /*min-height: 100%;*/
    padding: 12px;
    /*width: 210px;*/
    /*border: 1px solid #6699ff;*/
    /*background-color: #e0ebff;*/
}
#bottom {
    background: url(/images/layout/white_bottom.gif) no-repeat; /*float: left;*/
    width: 100%;
    height: 19px;
}

#footerWrap {
    clear: both;
    padding: 20px 25px 40px 25px;
    color: #666666;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.column {
    float: left;
    min-height: 1px;
}

.c10 {
    width: 10px;
}

.c20 {
    width: 20px;
}

.c30 {
    width: 30px;
}

.c40 {
    width: 40px;
}

.c50 {
    width: 50px;
}

.c100 {
    width: 100px;
}

.c230 {
    width: 230px;
}

.c275 {
    width: 275px;
}

.c300 {
    width: 300px;
}

.c325 {
    width: 325px;
}

.c340 {
    width: 340px;
}

.c350 {
    width: 350px;
}

.c400 {
    width: 400px;
}

.c500 {
    width: 500px;
}

.c550 {
    width: 550px;
}

.c590 {
    width: 590px;
}

.c630 {
    width: 630px;
}

.c700 {
    width: 700px;
}

.c750 {
    width: 750px;
}

.c800 {
    width: 800px;
}

.c900 {
    width: 900px;
}

/* Use in two column page */
div.two_col {
    width: 44%;
}

div.breadcrumbs {
    padding: 3px;
    border-bottom: 1px solid silver;
}

/* ===========================================
   TYPOGRAPHY
============================================== */

.brick {
    color: #B12B2B;
}

.georgia {
    font-family: Georgia, serif;
}

.section_title {
    border-bottom: 1px solid #CCC;
}

/* ===========================================
   HEADER & NAVIGATION
============================================== */

#top {
    height: 85px;
}

#toplinks {
    margin: 15px 30px 0 0;
}

#navWrap {
    position: relative;
}

#navigation {
    bottom: 0;
    left: 0;
    height: 55px;
    width: 910px;
    background: url(/images/menu.png) no-repeat;
}

ul#navigation {
    margin: 0;
    padding: 0;
}

li#navigation {
    display: inline;
}

#navigation li a {
    display: block;
    position: absolute;
    height: 55px;
    top: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/menu.png) no-repeat;
}

.home li#hom a, .home li#hom a:hover {
    background-position: -20px -110px;
}

.cloudcache li#clc a, .cloudcache li#clc a:hover {
    background-position: -235px -110px;
}

.consult li#con a, .consult li#con a:hover {
    background-position: -450px -110px;
}

.about li#abt a, .about li#abt a:hover {
    background-position: -665px -110px;
}

li#hom a {
    left: 20px;
    width: 215px;
    background-position: -20px 0;
}

li#hom a:hover {
    background-position: -20px -55px;
}

li#clc a {
    left: 235px;
    width: 215px;
    background-position: -235px 0;
}

li#clc a:hover {
    background-position: -235px -55px;
}

li#con a {
    left: 450px;
    width: 215px;
    background-position: -450px 0;
}

li#con a:hover {
    background-position: -450px -55px;
}

li#abt a {
    left: 665px;
    width: 215px;
    background-position: -665px 0;
}

li#abt a:hover {
    background-position: -665px -55px;
}

/* ===========================================
   HOME
============================================== */

#homeAttn p {
    line-height: 1.5;
}

/* ===========================================
   CLOUDCACHE
============================================== */

div.opt {
    background: #deeffc;
    width: 28%;
    min-height: 200px;
    padding: 10px;
    margin: 15px 16px 10px 0;
    color: #444444;
}

.opt h4 {
    color: #168fc0;
    margin: 0 0 10px 0;
}

#ccAttn ul {
/*list-style-position: inside;*/
    list-style-image: url(/images/icons/blue_arrow_inverse.gif);
}

#ccAttn li {
    margin: 3px 0 3px 0;
}

#how {
    margin: 0 0 0 20px;
}

#ccAttn p {
    font-size: 14px;
}

table.comparison_table {
    border-top: 1px solid silver;

}

table.comparison_table th, table.comparison_table td {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 8px;
}

th {
    background-color: #ffffcc;
}

td.left_col {
    font-weight: bold;
}

td.normal_cell {
    text-align: center;
}

div.footnotes {
    padding: 6px;
    background-color: #ecebeb;
    border-bottom: 1px solid silver; /*width:95%;*/
    color: #666666;
    font-size: 11px;
}

.example {
    width: 600px;
    background: #DDD;
    padding: 5px;
    margin-left: 30px;
    font-family: Courier, serif;
    font-size: 12px;
    line-height: 1.4em;
}

/* ===========================================
  CONSULTING
============================================== */

#consult h3 {
    margin: 0;
    text-align: left;
    font-size: 21px;
    font-weight: normal;
}

#consult ul {
    list-style-type: disc;
}

#consult li {
    padding: 0 0 4px 0;
}

#consult .shoutYellow p {
    margin: 15px;
    font-weight: bold;
    font-size: 14px;
}

#products h4 {
    color: #41709C;
    font-size: 18px;
    margin: 22px 0 6px 0;
}

#products p {
    margin: 0;
}

/* ===========================================
   ABOUT
============================================== */

div#pdti {
    text-align: center;
    margin: 50px;
}

.team_members div {
    float: left;
    width: 375px;
    padding: 2px 0;
}

.team {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.team h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #2E82D5;
}

.team h4 {
    font-size: 16px;
}

.team img {
    float: left;
    margin: 20px 20px 0 0;

}

/* ===========================================
   BOXES & ATTENTIONS & FLASH
============================================== */

.bluebox {
    float: left;
    width: 306px;
    margin: 10px 15px 10px 10px;
    background: url(http://www.bagitdontbinit.com/images/homeboxback.png) repeat-y;
}

.blueboxTop {
    background: url(/images/layout/bluebox_top.gif) no-repeat;
    width: 306px;
    height: 10px;
}

.blueboxBottom {
    margin: -10px 0 0 0;
    width: 306px;
    height: 14px;
    background: url(http://www.bagitdontbinit.com/images/homeboxbottom.png);
}
.blueboxContents{
    padding:10px;
}
.bluebox h1 {
    color: #FFF;
    font-size: 22px;
    /*letter-spacing: 2px;*/
    margin: 3px 0px 3px 0px;
}

.bluebox p, .bluebox li {
    /*margin: 10px 0 16px 0;*/
    /*padding: 0 17px 0 17px;*/
    color: #fff;
    line-height: 1.5em;
}

.bluebox a.more {
    float: right;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    clear: both;
    padding: 4px 15px 10px 0;
    background: url(/images/icons/blue_arrow.gif) 80% 0% no-repeat;
    width: 58px;
    text-decoration: none;
}

/* BOX LINK */
a.boxLink:link, a.boxLink:visited, a.boxLink:active {
    background-color: #dcffa4;
    font-size: 12px;
    color: #000;
    border: 1px solid #86c620;
    padding: 10px;
    display: block;
    text-decoration: none;
}

a.boxLink:hover {
    background-color: #b8ed63;
    border: 1px solid #638e0e;
    text-decoration: none;
}

.boxLinkTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

a.boxLink.blue:link, a.boxLink.blue:visited, a.boxLink.blue:active {
    background-color: #caeaff;
    color: #000;
    border: 1px solid #0d83dd;
}

a.boxLink.blue:hover {
    background-color: #97d5ff;
}

.shoutYellow {
    width: 250px;
    background-color: #f0d996;
}

.shoutYellowTop {
    background: url(/images/layout/shout_yellow_top.gif) no-repeat;
    width: 250px;
    height: 8px;
}

.shoutYellowBottom {
    margin: -10px 0 0 0;
    width: 250px;
    height: 34px;
    background: url(/images/layout/shout_yellow_bottom.gif);
}

#flash {
    font-weight: bold;
    margin: 0 auto;
}

.success {
    background-color: #d9ffb2;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-image: url(/images/icons/flash-success.gif);
    color: #000;
    border: 1px solid #88c331;
    margin: 15px auto;
    min-height: 25px;
    padding: 20px 10px 10px 50px;
    width: 500px;
}

.info {
    background-color: #d9ffb2;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-image: url(/images/icons/flash-success.gif);
    color: #000;
    border: 1px solid #88c331;
    margin: 15px auto;
    min-height: 25px;
    padding: 20px 10px 10px 50px;
    width: 500px;
}

.error {
    background-color: #ffc9bb;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-image: url(/images/icons/flash-error.gif);
    color: #000;
    border: 1px solid #e07d63;
    margin: 15px auto;
    min-height: 25px;
    padding: 20px 10px 10px 50px;
    width: 500px;
}

div.menu {
    margin-right: 8px;
    padding: 12px;
    width: 210px;
    float: right;
    border: 1px solid #6699ff;
    background-color: #e0ebff;
}

div.menu_title {
    font-size: 120%;
    font-weight: bold;
}

div.inputArea {
    width: 95%;
    background-color: #def6fc;
    border: 1px solid #93d1e0;
    padding: 16px;
}
