/**
 * Stylesheet for akanai web technologies
 *
 * Screen/Projection Stylesheet
 *
 * @author    akanai web technologies
 * @link      http://www.akanai.com
 * @copyright  Copyright 2009, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow: y-scroll;
}

body, html {
  height: 100%;
}

fieldset, img {
  border: none;
}

body {
  position: relative;
  background: url('../img/bkg.gif') #fff no-repeat center top;
  font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
}

a {
  text-decoration: none;
}

h1 {
  color: #00b2d5;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0 5px 0;
  text-transform: uppercase;
}

h2 {
  color: #00b2d5;
  font-size: 13px;
  padding: 15px 0 5px 0;
}

h3 {
  color: #00b2d5;
  font-size: 13px;
  font-weight: normal;
  padding: 15px 0 5px 0;
}

input, select {
  font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
  vertical-align: middle;
}

input[type=button], input[type=reset], input[type=submit] {
  font-weight: bold;
  color: #00b2d5;
  background: none;
  border: none;
  padding: 2px 3px;
  text-transform: uppercase;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #277f9c;
  cursor: pointer;
}

input[type=button].disabled, input[type=reset].disabled, input[type=submit].disabled {
  color: #999 !important;
}

input[type=button].disabled:hover, input[type=reset].disabled:hover, input[type=submit].disabled:hover {
  color: #999 !important;
  cursor: default !important;
}

input[type=text], input[type=password], select {
  background: url('../img/input-bkg.png') repeat-x;
}

input[type=text], input[type=password], select, textarea {
  border: 1px solid #ddd;
  padding: 2px 3px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border-top: 1px solid #00b2d5;
  border-right: 1px solid #277f9c;
  border-bottom: 1px solid #277f9c;
  border-left: 1px solid #00b2d5;
}

p {
  line-height: 20px;
}

strong {
  color: #666  !important;
}

textarea {
  font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
  background: url('../img/textarea-bkg.png') repeat-x;
}

/* General */
.closed {
  text-align: center;
}

.clr-both {
  clear: both;
  visibility: hidden;
}

.clr-left {
  clear: left;
  visibility: hidden;
}

.clr-right {
  clear: right;
  visibility: hidden;
}

#col-left {
  position: relative;
  float: left;
  width: 270px;
  padding: 18px 0 0 20px;
}

#col-left dl.mainnav dt {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  padding-bottom: 16px;
}

#col-left dl.mainnav dt a {
  color: #4f4c4d;
}

#col-left dl.mainnav dt a:hover {
  color: #01bbd6;
}

#col-left dl.mainnav dt a.active {
  color: #4f4c4d;
  border-bottom: 1px dotted #01bbd6;
}

#col-right {
  position: relative;
  float: right;
  width: 665px;
}

#col-right a {
  position: relative;
  color: #00b2d5;
}

#col-right a:hover {
  color: #277f9c;
}

#col-right hr {
  height: 1px;
  border: none;
  border-top: 1px dotted #00b2d5;
  margin: 15px 0;
  width: 525px;
}

#col-right ol {
  padding: 10px 140px 0 25px;
}

#col-right ol li {
  line-height: 20px;
  padding-bottom: 5px;
}

#col-right ol ol {
  padding: 0 0 0 20px !important;
}

#col-right ol ol li {
  line-height: 20px;
  padding-bottom: 0px !important;
}

#col-right p {
  padding: 10px 140px 0 0;
}

#col-right ul {
  padding: 10px 140px 0 0;
}

#col-right ul li {
  line-height: 20px;
  list-style-type: none;
  background: url('../img/bullet.gif') no-repeat 0px 8px;
  padding-left: 10px;
}

#col-right .external-link-new-window {
  background: url(../img/external.gif) no-repeat right 4px;
  padding-right: 12px;
}

#col-right .external-link-new-window:hover {
  background-image: url(../img/external-over.gif);
}

#col-right #portfolio .preview {
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  width: 500px;
}

#col-right #portfolio .preview a {
  display: inline;
  padding: 1px 4px 2px 4px;
  color: #fff;
  background-color: #00b2d5;
  margin: 0 3px;
}

#col-right .project {
  width: 520px;
  border-spacing: 5px;
}

#col-right .project h1 {
  font-size: 12px;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}

#col-right .project p {
  padding: 0;
}

#col-right .project td {
  vertical-align: top;
  padding: 0 10px;
  width: 50%;
}

#col-right .project td p {
  padding: 5px 0 0 0;
  font-size: 11px;
  line-height: 16px;
}

#col-right .project td.right p {
  padding: 0 0 5px 0 !important;
}

#col-right .project .link {
  margin-top: 10px;
  text-align: right;
}

#col-right .project .link a {
  display: inline;
  padding: 3px 6px 4px 6px;
  color: #fff;
  background-color: #00b2d5;
}

#col-right .project .link a:hover, #col-right #portfolio .preview a:hover {
  color: #00b2d5;
  background-color: transparent;
}

.contact-form {
  padding: 10px 140px 0 15px;
}

.contact-form label {
  display: block;
  color: #00b2d5;
  padding: 10px 0 2px 5px;
}

.contact-form label.mandatory {
  font-weight: bold;
}

.contact-form .button {
  padding-top: 10px;
  text-align: right;
  padding-right: 20px;
}

.contact-form .col1 {
  position: relative;
  float: left;
  width: 48%;
}

.contact-form .col2 {
  position: relative;
  float: right;
  width: 48%;
}

.contact-form .privacy {
  padding: 10px 0 2px 5px;
}

.contact-form .privacy label {
  display: inline !important;
  color: #444;
}

.contact-form .privacy-text {
  font-size: 10px;
  padding-top: 5px;
}

#content {
  padding-bottom: 20px;
}

#footer {
  position: relative;
  width: 620px;
  padding-top: 30px;
}

#footer .address {
  position: relative;
  font-size: 10px;
  padding: 3px;
  border-top: 1px solid #ddd;
}

#footer .address a {
  color: #444;
  font-weight: normal;
  text-decoration: underline;
}

#footer .address a:hover {
  text-decoration: none;
}

#footer .menu {
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px;
  border-top: 1px solid #ddd;
}

#footer .menu a {
  color: #444;
  font-weight: normal;
  text-decoration: none;
  margin-right: 10px;
}

#footer .menu a:hover {
  text-decoration: underline;
}

#footer .tags {
  position: relative;
  font-size: 10px;
  padding-bottom: 10px;
}

#footer .tags a {
  color: #444;
  font-weight: normal;
  text-decoration: none;
  padding-left: 6px;
}

#footer .tags a:hover {
  color: #00b2d5;
}

#footer .tags dt {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 15px;
}

#footer .tags h1 {
  font-size: 11px;
  padding-bottom: 4px;
}

#header {
  height: 53px;
}

#language {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  width: 250px;
  margin: 33px 0 0 690px;
  text-align: right;
}

#language a {
  color: #94dfed;
  text-decoration: none;
  margin-left: 15px;
}

#language a:hover {
  text-decoration: underline;
}

#language a.active {
  color: #fefefe;
  text-decoration: none;
}

#logo {
  position: relative;
  padding: 41px 0 0 20px;
}

#outer {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.tbl-hosting {
  border-spacing: 1px;
}

.tbl-hosting td, .tbl-hosting th {
  padding: 2px 3px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
}

.tbl-hosting th {
  color: #fff;
  background-color: #00b2d5;
}

.tbl-hosting tr.dark td {
  background-color: #d8edf0;
}

.tbl-hosting tr.light td {
  background-color: #e4f0f2;
}

.tbl-hosting .small {
  padding-top: 10px;
  font-size: 10px;
  text-align: left;
}

.tbl-hosting .title {
  font-weight: bold;
  padding-top: 10px;
  text-align: left;
}

#topmenu {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  width: 600px;
  margin: 33px 0 0 20px;
}

#topmenu a {
  color: #94dfed;
  text-decoration: none;
  margin-right: 15px;
}

#topmenu a:hover {
  text-decoration: underline;
}

#topmenu a.active {
  color: #fefefe;
  text-decoration: none;
}

/* Sitemap */
.csc-sitemap {
  padding: 10px 140px 0 15px;
}

.csc-sitemap ul {
  list-style-type: none;
}

.csc-sitemap li {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.csc-sitemap li li {
  text-transform: none !important;
  padding: 0 0 0 20px !important;
}

.csc-sitemap li li a {
  font-weight: normal !important;
}

/* Portfolio */
#portfolio {
  width: 635px;
}

#portfolio #itemContainer {
  position: relative;
  margin: 0 auto;
  width: 520px;
  height: 530px;
  overflow: auto;
}

#portfolio #itemContainer .item {
  margin: 0 auto;
  width: 500px; /* reduce by 20 pixels to avoid horizontal scroll */
  height: 530px;
}

.control {
  position: absolute;
  display: block;
  width: 50px;
  height: 530px;
  text-indent: -10000px;
  cursor: pointer;
}

#leftArrow {
  top: 0;
  left: 0;
  background: url('../img/left.png') no-repeat 0 171px;
}

#rightArrow {
  top: 0;
  right: 30px;
  background: url('../img/right.png') no-repeat 0 171px;
}

/* COOKIE */
div.cookie-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 30px;
  background-color: #ddd;
  border-top: 2px solid #666;
}

div.cookie-popup a.cookie-close {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #00b2d5;
  cursor: pointer;
}

div.cookie-popup a.cookie-close .cookie-bar {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 21px;
  height: 1px;
  background-color: #fff;
}

div.cookie-popup a.cookie-close .cookie-bar.one {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865476, M21=0.7071067811865476, M22=0.7071067811865474, SizingMethod='auto expand')";
}

div.cookie-popup a.cookie-close .cookie-bar.two {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865482, M12=0.7071067811865466, M21=-0.7071067811865466, M22=0.7071067811865482, SizingMethod='auto expand')";
}

div.cookie-popup p {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 7px 50px;
}

div.cookie-popup p a {
  color: #00b2d5;
  font-weight: bold;
  text-decoration: underline;
}