body
{
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: white;
  font-size: medium;
  color: #454545;
  min-width: 960px;
}

input:focus, textarea:focus, select:focus
{
  outline: none;
}

ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

ol
{
  padding: 0;
  margin: 0;
}

.clear
{
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.float-right
{
  float: right;
}

.float-left
{
  float: left;
}

.cont-width
{
  width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mediaobject
{
  margin: 15px 0 !important;
}

/* Links */

a
{
  color: #2a679f;
  text-decoration: none;
}

a:visited
{
  color: purple;
  text-decoration: none;
}

a:active
{
  color: #FF5C01;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
/* no border for images in links */

a img
{
  border: none;
}

a.image-link
{
  border-bottom: none;
}

a.image-link:hover
{
  text-decoration: none;
}
/* Main menu */

#main-menu
{
  background: #353535 url(../../../img/all/main-menu-spr.png) repeat-x;
}

#main-menu li
{
  float: left;
  margin: 0;
}

#main-menu li a
{
  color: #c9caca;
  text-decoration: none;
  float: left;
  margin: 8px 20px 0 0;
  font: bold 0.7em/24px 'Lucida Sans', 'Lucida Grande', Arial, Helvetica;
  text-transform: uppercase;
  height: 24px;
  padding: 0 8px;
  text-shadow: 0 1px 0 #323232;
}

#main-menu a:hover
{
  color: #64c1fd;
}

#main-menu .map-current a, #main-menu .map-first-current a, #main-menu .map-last-current a, #main-menu li.map-parent a, #main-menu ul li.map-first-parent a, #main-menu li.map-last-parent a
{
  background: #076ea8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*  */

a#caphyon-logo
{
  overflow: hidden;
  height: 40px;
  width: 110px;
  text-indent: -9999px;
  background: url(../../../img/all/main-menu-spr.png) no-repeat 0 -40px;
  display: block;
}

a#caphyon-logo:hover
{
  background-position: 0 -80px;
}
/*  */

#awr-searchbox input
{
  border: 1px solid #5d5d5d;
  padding: 3px 25px 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: text;
  font-size: 0.8em;
  color: #9c9c9c;
  width: 140px;
  height: 16px;
  background: #2c2c2c url(../../../img/all/main-menu-spr.png) right bottom no-repeat;
  margin: 8px 20px 0 0;
  box-shadow: inset 0 1px 1px #101010;
  -moz-box-shadow: inset 0 1px 1px #101010;
  -webkit-box-shadow: inset 0 1px 1px #101010;
}

#awr-searchbox input:focus
{
  background-color: #363636;
}

#awr-searchbox form
{
  margin: 0;
  padding: 0;
}
/*  */

#pagehead-bg
{
  background: #184277 url(../../../img/all/page-head.jpg) repeat-x;
}

#pagehead
{
  background: url(../../../img/all/page-head.jpg) no-repeat center -162px;
  height: 162px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#awr-logo
{
  margin: 26px 0 0 0;
  height: 110px;
  width: 110px;
  background: url(../../../img/all/prod-options-spr.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

#awr-logo:hover
{
  background-position: -110px 0;
}

#awr-title
{
  font: bold 1.9em "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: white;
  margin: 30px 0 0 15px;
}

#pagehead h1
{
  font: bold 1em Arial,Helvetica,sans-serif;
  color: #c0def3;
  margin: 0 0 0 15px;
}

#pagehead .cont-width
{
  position: relative;
}

#prod-options
{
  margin-top: 32px;
  width: 163px;
  height: 99px;
  background: url(../../../img/all/prod-options-spr.png) no-repeat left bottom;
}

#prod-options a
{
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
  height: 29px;
  padding-right: 50px;
  background: url(../../../img/all/prod-options-spr.png) no-repeat;
}

a#prod-download
{
  color: #AFF35E;
  background-position: right -110px;
  margin: 0 0 1px 0;
  padding: 20px 50px 0 0;
}

a#prod-download:hover
{
  background: url(../../../img/all/prod-options-spr.png) no-repeat -236px -110px;
}

a#prod-purchase
{
  color: #ffe083;
  background-position: right bottom;
  padding: 14px 50px 6px 0;
}

a#prod-purchase:hover
{
  background: url(../../../img/all/prod-options-spr.png) no-repeat -236px bottom;
}

.socialwrapper
{
    background: #4d8dbd;
    background: rgba(0,0,0,.2);
    padding: 8px 0;
    width: 331px;
    height: 20px;
    margin: 5px 0 0 15px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.socialwrapperindex .socialwrapper
{
  margin: 35px auto;    
}

.twbtn
{
  width: 146px;
  margin: 0 10px 0 0;
}

.fbbtn
{
  width: 85px;
}

.gbtn
{
  width: 80px;
  margin-left: 10px;
}

/* New Footer */

#awr-footer
{
  background: #2d2d2d url(../../../img/footer/footer-spr.png) repeat-x top;
}

#footer-logos
{
  text-align: center;
  overflow: hidden;
}

#footer-logos a
{
  text-decoration: underline;
  float: left;
  font-size: 1.2em;
  color: #e4e4e4;
  width: 33%;
  padding: 100px 0 0 0;
}

#footer-logos a#footer-aws
{
  background: url(../../../img/footer/footer-spr.png) no-repeat center -600px;
}

#footer-logos a#footer-alm
{
  background: url(../../../img/footer/footer-spr.png) no-repeat center -750px;
}

#footer-logos a#footer-ai
{
  background: url(../../../img/footer/footer-spr.png) no-repeat center -900px;
}

#footer-logos a:hover
{
  color: white;
}

#footer-logos b
{
  color: #afafaf;
  font-size: 0.9em;
  font-weight: normal;
  float: left;
  width: 33%;
  margin: 5px 0 0 0;
}

#footer-media
{
  color: white;
  margin: 50px auto 0 auto;
  background: url(../../../img/footer/footer-spr.png) no-repeat center -450px;
  border-collapse: collapse;
}

#footer-media td
{
  padding: 30px;
  font-size: 1em;
}

#footer-media ul
{
  overflow: hidden;
  width: 100%;
}

#footer-media ul li
{
  list-style-type: none;
  float: left;
  margin: 0 35px 0 0;
}

#footer-media ul li a
{
  text-decoration: none;
  color: white;
  display: block;
  font-size: 0.8em;
}

#footer-media ul li a span
{
  padding: 0 0 0 22px;
}

#footer-media ul li a#rss:hover
{
  color: #ffe1b8;
}

#footer-media ul li a#rss span
{
  background: url(../../../img/footer/footer-spr.png) no-repeat 0 bottom;
}

#footer-media ul li a#twitter:hover
{
  color: #b0e8ff;
}

#footer-media ul li a#twitter span
{
  background: url(../../../img/footer/footer-spr.png) no-repeat -200px bottom;
}

#footer-media ul li a#facebook:hover
{
  color: #cfdeff;
}

#footer-media ul li a#facebook span
{
  background: url(../../../img/footer/footer-spr.png) no-repeat -400px bottom;
}

#footer-media ul li a#contact:hover
{
  color: #bbbbbb;
}

#footer-media ul li a#contact span
{
  background: url(../../../img/footer/footer-spr.png) no-repeat -600px bottom;
}

#footer-media ul li img
{
  margin: 0 6px -2px 0;
}

b.media-weight
{
  font: bold 1.2em Georgia, Arial, Verdana, Helvetica;
  display: block;
  margin: 0 0 10px 0;
}

#footer-copynote
{
  color: #eaeaea;
  padding: 20px 0;
  font-size: 0.7em;
  text-align: center;
  background: url(../../../img/footer/footer-spr.png) no-repeat center -450px;
}

#footer-copynote div
{
  color: #5b5b5b;
  margin: 0 0 10px 0;
}

#footer-copynote a
{
  color: #7fb9ce;
  text-decoration: none;
  font-size: 1em;
}

#footer-copynote a:hover
{
  color: #bcedff;
}
/* Content pages */

#page
{
  text-align: justify;
  font-size: small;
  color: #454545;
  line-height: 1.5em;
  padding: 20px 0;
}

#page ul li
{
  list-style-image: url(../images/b.png);
  margin: 0 0 0 20px;
}

#page ol li
{
  margin: 0 0 0 20px;
}

#page ul li p
{
  margin: 0;
}

#page ul li ul li
{
  list-style-image: none;
  list-style-type: disc;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6
{
  color : #365A7D;
  font-family: Arial,Verdana;
  margin: 10px 0;
}

#page h1
{
  font-size: 22px;
}

#page h2
{
  font-size: 18px;
}

#page h3
{
  font-size: 14px;
}

#page h4
{
  font-size: small;
}

#page div.note,#page div.important, #page div.warning
{
  background: url(../images/notes-bg.gif) repeat-x;
  -moz-box-shadow: 0 0px 3px #777777, 0 1px 0 white inset;
  -webkit-box-shadow: 0 0px 3px #777777, 0 1px 0 white inset;
  box-shadow: 0 0px 3px #777777, 0 1px 0 white inset;
  padding: 15px;
  margin: 20px 0 !important;
}

#page div.note img,#page div.important img , #page div.warning img
{
  padding-right: 10px;
}

#page div.note p,#page div.important p , #page div.warning p
{
  margin-top: 0;
}

#page div.informaltable table td
{
  padding: 10px;
  vertical-align: top;
}

#page div.toc dl dt span.chapter
{
  font-weight: bold;
}

#page div.legalnotice p
{
  margin: 0;
  padding: 0 0 10px 0;
}

pre,tt
{
  font-family: monospace;
  font-size: small;
  color: maroon;
  padding: 15px;
  margin: 20px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 0 white;
  background: #efefef;
  background-image: -moz-linear-gradient(100% 100% 90deg, #efefef, #fafafa);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#efefef));
}

dt,dl,dd
{
  margin: 0;
}

dd
{
  margin: 0 0 0 50px;
}

dt
{
  margin: 2px 0;
}

dd dd
{
  margin-bottom: 0;
}

dl dt
{
  background: url(../images/book.png) left center no-repeat;
  padding: 0 0 0 20px;
}

dd dl dt
{
  background: url(../images/page.png) left center no-repeat;
  padding: 0 0 0 20px;
}

dd dd dl dt
{
  background: none;
  padding: 0;
}

.nav-links td
{
  padding: 5px 0;
}

.nav-links a
{
  border: 1px solid #9c9c9c;
  padding: 3px 6px;
  color: #323232;
  font-weight: bold;
  text-shadow: 0 1px 0 white;
  outline: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e3e3e3;
  background-image: -moz-linear-gradient(100% 100% 90deg, #e3e3e3, #fff);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e3e3e3));
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
}

.nav-links a:hover
{
  box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999;
  background: #eaeaea;
  text-decoration: none;
  border: 1px solid #777777;
}
