/*  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%;
	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 {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  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;
  width: 100%; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #242424;
  margin: 0 20px;
  padding: 0; }

input, select {
  vertical-align: middle;
  outline: none; }

textarea {
  outline: none; }

body {
	height: 700px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

body, select, input, textarea {
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

html {
  overflow-y: scroll; }

a {
  color: #5c7fc0; }
  a:hover, a:active {
    outline: none; }

a:hover {
  color: #5c7fc0;
  text-decoration: none; }

ul {
  margin-left: 1.8em; }

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

nav ul, nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }
  td img {
    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 {
  cursor: pointer; }

input[type=button], input[type=submit] {
  cursor: pointer; }

button {
  cursor: pointer;
  margin: 0; }

input,
select,
textarea {
  margin: 0; }

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,
::selection {
  background: #303030;
  color: #a1a1a1;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #ff5e99; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

table td {
  padding: 16px 30px;
  text-align: left;
  font-family: Tahoma, Geneva, sans-serif; }
table thead th {
  padding: 16px 30px;
  text-align: left;
  font-family: Tahoma, Geneva, sans-serif;
  background: #0f0f0f;
  color: #e2e2e2;
  padding: 25px 0 25px 30px;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  font-size: 16px; }
table td {
  color: #b2b2b2;
  background: #ffffff;
  text-align: center; }

.style1 td {
  background: #151515; }

tfoot td {
  background: #0a0a0a;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  color: #17bfc9;
  font-weight: bold; }

table td:first-child {
  text-align: left; }

/* Heading styles */
h1 {
  font-size: 32px;
  color: #1c1c1c;
  margin: 6px 0 15px;
  line-height: 1.1;
  font-weight: normal; }
  h1 a {
    color: white;
    text-decoration: none; }
  #main h1 {
    color: white; }

h2 {
	font-size: 14pt;
	color: #FFF;
	margin: 6px 0 15px;
	line-height: 1.1;
	font-weight: normal;
	text-decoration: none;
}
  h2 a {
    color: #1b1b1b;
    text-decoration: none; }
  #main h2 {
    color: white; }

h3 {
	font-size: 14pt;
	color: #7194CA;
	margin: 0 0 23px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
  h3 a {
    color: white;
    text-decoration: none; }

h4 {
	font-size: 11pt;
	line-height: 18pt;
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 150;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: lighter;
}
  h4 a {
    text-decoration: none; }

/* Paragraph style */
p {
  margin-bottom: 15px; }

.p0 {
  margin-bottom: 0px; }

.p1 {
  margin-bottom: 10px; }

.p2 {
  margin-bottom: 20px; }

.p3 {
  margin-bottom: 30px; }

.p4 {
  margin-bottom: 40px; }

.p5 {
  margin-bottom: 50px; }

.p6 {
  margin-bottom: 60px; }

.pad3 {
  padding-top: 50px; }

/* list style */
.list1, .bottom_row .nav-links ul,
.list_nobullet,
.round_list {
  list-style: none;
  margin: 0; }

.list1 li, .bottom_row .nav-links ul li {
  list-style: none;
  background: url(../images/marker_list.png) no-repeat -16px 8px;
  padding: 0 10px 0 33px;
  height: 1%;
  line-height: 30px; }
  .list1 li:hover, .bottom_row .nav-links ul li:hover {
    background: black url(../images/marker_list.png) no-repeat -16px 8px; }
  .list1 li a, .bottom_row .nav-links ul li a {
    color: #9ac3c5;
    line-height: 30px;
    text-decoration: none; }
    .list1 li a:hover, .bottom_row .nav-links ul li a:hover {
      text-decoration: none; }

.list2 {
  list-style: none;
  margin: 0; }
  .list2 li {
    list-style: none;
    background: url(../images/marker_list.png) no-repeat -16px 8px;
    padding: 0 10px 0 33px;
    height: 1%;
    line-height: 30px; }
    .list2 li:hover {
      background: white url(../images/marker_list.png) no-repeat 20px -31px; }
    .list2 li a {
      color: #9e9e9e;
      line-height: 30px;
      text-decoration: none; }
    .list2 li:hover a {
      text-decoration: none;
      color: #6d6d6d; }

.list_nobullet li {
  list-style: none;
  padding: 0;
  color: white;
  line-height: 30px;
  margin: 0; }
  .list_nobullet li a {
    color: white;
    line-height: 30px; }

.round_list li {
  list-style: none;
  background: url(../images/round_bullet.png) no-repeat 0 11px;
  padding: 0 0 0 25px;
  height: 1%;
  line-height: 30px;
  color: white; }
  .round_list li a {
    color: #c299a4;
    line-height: 30px;
    text-decoration: none; }
    .round_list li a:hover {
      text-decoration: none; }

.list3 {
  list-style: none;
  margin: 0;
  float: left; }
  .list3 li {
    list-style: none;
    background: url(../images/marker_list.png) no-repeat -16px 8px;
    padding: 0 37px 0 33px;
    height: 1%;
    line-height: 30px;
    color: white; }
    .list3 li:hover {
      background: #17bfc9 url(../images/marker_list.png) no-repeat 20px -31px; }
    .list3 li a {
      color: white;
      line-height: 30px;
      text-decoration: none; }
    .list3 li:hover a {
      text-decoration: none;
      color: white; }

select, input, textarea, button {
  font-size: 1em; }

.overflow {
  overflow: hidden;
  width: 100%;
  float: none !important; }

.fleft {
  float: left; }

.fleft_tite {
  width: 100px;
  float: left; }

.fright {
  float: right !important; }

.foot_txt {
  color: #9ac3c5 !important; }

.suport_link {
  font-size: 11px;
  color: white !important;
  text-decoration: underline !important; }
  .suport_link:hover {
    text-decoration: none !important; }

.ir {
  display: block;
  text-indent: -9999em;
  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, .productSmall,
.productfeaturelist {
  zoom: 1; }
  .clearfix:before, .productSmall:before,
  .productfeaturelist:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after, .productSmall:after,
  .productfeaturelist:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

.center_block {
  width: 880px;
  margin: 0 auto; }

/* grid */
/* Containers
 *---------------------------------------------------------------------------------------------------- */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	overflow: hidden;
	border: thin solid #000;
}
.container_13 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:auto;
	margin-bottom:40px;
	padding-bottom:100px;
	overflow: hidden;
	border: thin solid #000;
}

.container {
  margin: 0 auto;
  width: 932px;
  overflow: hidden; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
 *---------------------------------------------------------------------------------------------------- */
.alpha {
  margin-left: 0 !important; }

.omega {
  margin-right: 0 !important; }

/* Grid >> Global
 *---------------------------------------------------------------------------------------------------- */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Grid >> 2 Columns
 *---------------------------------------------------------------------------------------------------- */
.container_12 .grid_1 {
}
.container_12 .grid_2 {
}
.container_12 .grid_3 {
  width: 203px; }
.container_12 .grid_4 {
	width: 270px;
	float: right;
}
.container_12 .grid_5 {
  width: 365px; }
.container_12 .grid_6 {
  width: 446px; }
.container_12 .grid_7 {
  width: 527px; }
.container_12 .grid_8 {
  width: 630px; }
.container_12 .grid_9 {
  width: 689px; }
.container_12 .grid_10 {
  width: 770px; }
.container_12 .grid_11 {
  width: 851px; }
.container_12 .grid_12 {
  width: 932px; }

/* Skip links */
#skip-links {
  position: absolute;
  left: -9999em; }

#container {
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.push {
  height: 99px; }

footer {
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}

.sidebar_menu ul {
  margin: 0 -10px;
  list-style: none; }
  .sidebar_menu ul .sidebar_menu {
    margin: 0 10px;
    list-style: none;
    display: none; }
  .sidebar_menu ul li {
    margin: 0;
    list-style: none;
    border-top: 1px solid #141414;
    line-height: 49px;
    cursor: pointer; }
    .sidebar_menu ul li:first-child {
      margin: 0;
      list-style: none;
      border-top: none; }
    .sidebar_menu ul li a {
      line-height: 49px;
      color: white;
      text-decoration: none;
      font-size: 16px;
      padding: 0 0 0 16px;
      display: block;
      background: url(../images/marker_list2.png) no-repeat 230px -22px; }
    .sidebar_menu ul li:hover {
      background: url(../images/sidebar_menu_rollover.gif) repeat-x 0% 0%; }
      .sidebar_menu ul li:hover a {
        background: url(../images/marker_list2.png) no-repeat 200px 18px; }
  .sidebar_menu ul .sidebar_menu li {
    margin: 0;
    list-style: none;
    border-top: 1px solid #141414;
    line-height: 29px;
    cursor: pointer; }
    .sidebar_menu ul .sidebar_menu li:first-child {
      margin: 0;
      list-style: none;
      border-top: none; }
    .sidebar_menu ul .sidebar_menu li a {
      line-height: 29px;
      color: white;
      text-decoration: none;
      font-size: 13px;
      padding: 0 0 0 16px;
      display: block;
      background: url(../images/marker_list2.png) no-repeat 210px -32px; }
    .sidebar_menu ul .sidebar_menu li:hover {
      background: url(../images/sidebar_menu_rollover.gif) repeat-x 0% 0%; }
      .sidebar_menu ul .sidebar_menu li:hover a {
        background: url(../images/marker_list2.png) no-repeat 180px 8px; }

.sidebar_menu_act {
  background: url(../images/sidebar_menu_rollover.gif) repeat-x 0% 0%; }
  .sidebar_menu_act > a {
    background: url(../images/marker_list2.png) no-repeat 200px 18px !important; }

.page_404 footer, .page_404 .foot, .page_404 .footer {
  background: none;
  border: none !important; }
.page_404 .copy {
  top: 0 !important;
  color: #9ac3c5 !important; }

.page_login footer, .page_login .foot, .page_login .footer {
  background: none;
  border: none !important; }
.page_login .copy {
  top: 0 !important;
  color: #9ac3c5 !important;
  left: 0;
  width: 100%;
  text-align: center; }

.foot {
	min-height: 99px;
}

.alternative_footer {
}

.footer {
	width: 1000px;
	min-height: 20px;
	position: relative;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.copy {
  position: absolute;
  top: 44px;
  left: 0px;
  color: #9ac3c5;
  font-size: 11px; }

.bottom_menu {
  position: absolute;
  right: 0;
  top: 20px; }
  .bottom_menu li {
    float: left;
    list-style: none;
    padding: 0 7px;
    border-left:;
    line-height: 11px; }
    .bottom_menu li:first-child {
      border-left: none; }
    .bottom_menu li a {
      font-size: 11px;
      color: #9ac3c5;
      text-decoration: none; }
      .bottom_menu li a:hover {
        text-decoration: underline; }

/* bottom row */
.bottom_row_tile {
	min-height: 455px;
}

.alternative {
  min-height: 285px !important;
  margin-bottom: -85px !important;
  position: relative !important;
  z-index: 10; }

.bottom_row {
  background:;
  min-height: 369px;
  padding-top: 20px;
  color:;}

.alternative .bottom_row {
  min-height: 200px !important; }

.bottom_row a {
  color: #9ac3c5;
  text-decoration: none; }
  .bottom_row a:hover {
    text-decoration: underline; }
.bottom_row .icon1 {
  background: url(../images/footerIcon.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-left: -16px !important;
  margin-bottom: 1px; }
.bottom_row .icon2 {
  background: url(../images/footerIcon2.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-left: -16px !important;
  margin-bottom: 1px; }
.bottom_row .icon3 {
  background: url(../images/footerIcon3.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-left: -16px !important;
  margin-bottom: 1px; }
.bottom_row .icon4 {
  background: url(../images/footerIcon4.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-left: -16px !important;
  margin-bottom: 1px; }
.bottom_row p {
  margin-bottom: 18px !important; }
.bottom_row .pic {
  margin-bottom: 14px !important;
  margin-top: -3px; }

.sidebar .pic {
  margin-bottom: 12px !important; }

.about .pic {
  margin-bottom: 0 !important; }
.about p {
  margin-bottom: 15px !important; }

.bottom_row ul {
  margin-top: -5px !important; }

.icon1 {
  background: url(../images/footerIcon.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon2 {
  background: url(../images/footerIcon2.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon3 {
  background: url(../images/footerIcon3.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon4 {
  background: url(../images/footerIcon4.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon5 {
  background: url(../images/title_icon2.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon6 {
  background: url(../images/title_icon6.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon7 {
  background: url(../images/title_icon7.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon8 {
  background: url(../images/title_icon8.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.icon9 {
  background: url(../images/title_icon9.png) no-repeat 0% 0%;
  position: relative;
  padding: 6px 0 44px 79px;
  position: relative;
  margin-bottom: 5px; }

.cont_bg {
  background: url(../images/cont_bg.gif) no-repeat 50% 0%;
  padding-top: 40px !important; }

/* Header */
#branding {
	height: 80px;
	width: 1030px;
	position: relative;
	z-index: 500;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 10px;
}
  #branding .site-name {
	margin: 0;
	display: block;
	width: 300px;
}

.page_404 #branding {
  background: none;
  padding: 26px 0 25px; }

.page_login #branding {
  background: none;
  padding: 10px 0 13px;
  text-align: center; }

/** arrows */
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: -12px;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden; }

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  display: none; }

/* point right for anchors in subs */
#container ul ul .sf-sub-indicator {
  right: 10px !important;
  top: 18px;
  position: absolute !important;
  background: url(../../../images/marker_list.png) no-repeat 100% 0% !important;
  width: 8px;
  height: 14px;
  display: block !important;
  visibility: visible !important; }

/* carousel */
.row_top_tile {
	height: auto;
}

.row_top {
	height: 500px;
}

.carousel {
	width: 942px;
	position: relative;
	overflow: hidden;
	height: 402px;
	padding-left: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
}

.wide .carousel, .wide_alternative .carousel {
  width: 940px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 402px;
  padding: 28px 40px 0;
  background: url(../images/carousel_bg.png) no-repeat 50% 0%;
  margin-top: -28px; }

.slider {
	height: 500px;
	width: 940px;
	position: relative;
	overflow: hidden;
	border: 1px solid #FFF;
}

.slide {
  width: 970px;
  height: 344px; }

.slide2 {
  width: 923px;
  height: 344px;
  background: url(../images/carousel_black_bg.png) no-repeat 0% 0%;
  margin-left: -18px;
  padding: 0 0 0 47px; }

.slide3 {
  width: 923px;
  height: 344px;
  background: url(../images/carousel_black_bg.png) no-repeat 0% 0%;
  margin-left: -18px;
  padding: 0 0 0 47px;
  background: url(../images/carousel_blackwhite_bg.png) no-repeat 0% 0%; }

.wide .slider {
  display: none;
  height: 344px; }

#prev2 {
  position: absolute;
  left: 32px;
  top: 169px;
  width: 38px;
  height: 62px;
  background: url(../images/arrow.gif) repeat 0% 0%;
  z-index: 150; }
  #prev2:hover {
    background: url(../images/arrow.gif) repeat 100% 0%; }

#next2 {
  position: absolute;
  right: 32px;
  top: 169px;
  width: 38px;
  height: 62px;
  background: url(../images/arrow.gif) repeat 100% 100%;
  z-index: 150; }
  #next2:hover {
    background: url(../images/arrow.gif) repeat 0% 100%; }

#nav {
  overflow: hidden;
  text-align: center;
  padding: 0 0 0;
  position: absolute;
  right: 35px;
  margin-top: -1px; }
  #nav a {
    display: inline-block;
    background: url(../images/slider_dot.png) repeat 0% 0%;
    width: 12px;
    height: 13px;
    text-indent: -9000px;
    margin-right: 3px; }
    #nav a:hover {
      background: url(../images/slider_dot.png) repeat 0% 100% !important;
      width: 12px;
      height: 13px; }

.activeSlide {
  background: url(../images/slider_dot.png) repeat 0% 100% !important;
  width: 12px;
  height: 13px; }

.info_text {
  overflow: hidden;
  padding: 0 20px 0 0; }

.slider_pic {
  background: url(../images/carousel_pic_bg.png) no-repeat 0% 0%;
  width: 560px;
  height: 326px;
  float: right;
  margin-right: 9px;
  padding: 15px 0 0 44px; }

.slide2 .slider_pic, .slide3 .slider_pic {
  background: none;
  width: 540px;
  height: 289px;
  float: right;
  margin: 15px 33px 0 0;
  overflow: hidden;
  padding: 0; }

.slider_title {
  font-size: 44px;
  color: white;
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 100%; }

.slide2 .slider_title, .slide3 .slider_title {
  padding-top: 30px;
  font-size: 36px; }

.slider_txt {
  font-size: 20px !important;
  color: white;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: 30px; }

.slide2 .info_text, .slide3 .info_text {
  width: 296px;
  padding: 0; }

.carousel_button {
  margin: 20px 0 0;
  padding: 0 163px 0 0 !important;
  display: block;
  background: url(../images/buttons/carousel_button.png) no-repeat 100% -93px;
  height: 93px;
  text-decoration: none;
  position: relative;
  margin-right: 15px; }
  .carousel_button span {
    display: block;
    background: url(../images/buttons/carousel_button.png) no-repeat 0% 0%;
    height: 64px;
    position: relative;
    color: white;
    font-size: 27px;
    padding: 29px 0 0 27px;
    line-height: 100%; }
    .carousel_button span strong {
      color: #515151 !important;
      font-size: 12px !important;
      text-transform: uppercase !important;
      font-weight: normal !important;
      display: block;
      margin-top: -6px; }
  .carousel_button:hover {
    background: url(../images/buttons/carousel_button.png) no-repeat 100% -279px; }
    .carousel_button:hover span {
      background: url(../images/buttons/carousel_button.png) no-repeat 0% -186px; }

.arrow_button {
  position: absolute;
  background: url(../images/buttons/arrow_button.png) no-repeat 0% 0%;
  width: 83px;
  height: 70px;
  right: 0;
  bottom: 0px; }

ul.pagination,
.page-nav {
  border-top: 1px solid #3e3e3e;
  padding: 10px 0 0;
  overlow: hidden;
  vertical-align: middle;
  line-height: 38px; }
  ul.pagination a,
  .page-nav a {
    display: inline-block;
    margin: 0 6px;
    line-height: 12px;
    padding: 12px 15px;
    background: #171717;
    color: white;
    text-decoration: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #1b1b1b; }
    ul.pagination a:hover, ul.pagination a.active,
    .page-nav a:hover,
    .page-nav a.active {
      background: #1b1b1b;
      color: white;
      text-decoration: none;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      border: 1px solid #282828; }
  ul.pagination span.pagination,
  .page-nav span.pagination {
    margin: 0 10px;
    display: inline-block; }

.pagination_arrow_left {
  margin: 0;
  background: url(../images/buttons/button_arrow.png) no-repeat !important;
  display: inline-block !important;
  background-color: none !important;
  border: none !important;
  width: 40px;
  height: 38px;
  line-height: 38px;
  padding: 0 !important;
  text-align: left;
  text-indent: -999em; }
  .pagination_arrow_left:hover {
    background: url(../images/buttons/button_arrow.png) no-repeat 0 -38px !important; }

.pagination_arrow_right {
  margin: 0;
  background: url(../images/buttons/button_arrow.png) no-repeat -43px 0 !important;
  display: inline-block !important;
  background-color: none !important;
  border: none !important;
  width: 40px;
  height: 38px;
  padding: 0 !important;
  text-align: left;
  text-indent: -999em; }
  .pagination_arrow_right:hover {
    background: url(../images/buttons/button_arrow.png) no-repeat -43px -38px !important; }

.bottom_row .nav-links {
  margin: 0;
  padding: 0; }
  .bottom_row .nav-links ul ul {
    display: none; }
.bottom_row .news .published {
  display: block;
  font-style: normal; }
.bottom_row .subscribe .item {
  padding: 0;
  margin: 0 0 10px; }
.bottom_row .subscribe input {
  border: 0;
  margin: 0;
  padding: 0 3px;
  width: 154px;
  background: white url(../images/input_bg_subscribe.png) no-repeat 0 0;
  height: 24px;
  line-height: 24px; }
.bottom_row .subscribe #CaptchaV2 {
  width: 154px !important; }
.bottom_row .subscribe .cat_button {
  border: 0;
  width: 80px;
  height: 24px;
  float: left;
  background: transparent url(../images/buttons/submit_button_nav.png) no-repeat 0 0;
  color: white;
  text-align: center;
  line-height: 24px; }
  .bottom_row .subscribe .cat_button:hover {
    background-position: 0 -24px; }

.portfolio-listing .overflow {
  margin: 0 0 50px; }
.portfolio-listing .pagination {
  padding: 35px 0 0;
  border-top: 1px solid #3e3e3e; }
  .portfolio-listing .pagination li {
    margin: 0 8px 0 0;
    float: left; }
.portfolio-listing .pag-current {
  margin-right: 8px;
  line-height: 12px;
  padding: 12px 15px; }
.portfolio-listing .pag-prev a {
  background: url(../images/buttons/button_arrow.png) no-repeat !important;
  display: block;
  float: left;
  text-align: left;
  border: none !important;
  width: 40px;
  height: 38px;
  padding: 0 !important;
  background-color: none !important;
  text-indent: -9999em;
  overflow: hidden; }
  .portfolio-listing .pag-prev a:hover {
    background: url(../images/buttons/button_arrow.png) no-repeat 0 -38px !important; }
.portfolio-listing .pag-next a {
  background: url(../images/buttons/button_arrow.png) no-repeat -43px 0 !important;
  display: block;
  float: left;
  background-color: none !important;
  border: none !important;
  width: 40px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999em;
  padding: 0 !important; }
  .portfolio-listing .pag-next a:hover {
    background: url(../images/buttons/button_arrow.png) no-repeat -43px -38px !important; }

.faqresultstable {
  width: 100%; }
  .faqresultstable td {
    text-align: left; }

.faqs-search {
  margin: 0 0 20px; }
  .faqs-search td {
    text-align: left; }

.faq-details h1 {
  color: white; }
.faq-details .answer {
  margin: 0 0 20px; }
.faq-details .comment-form {
  margin: 20px 0; }

table.topic-list {
  margin: 10px 0 20px;
  border: 1px solid white;
  font-size: 12px; }
  table.topic-list td {
    padding: 0; }
  table.topic-list th {
    padding: 5px;
    background: white;
    font-size: 12px; }
  table.topic-list a {
    color: white; }
  table.topic-list .topic td {
    padding: 5px; }
  table.topic-list .topic .date {
    background-position: 5px 50%; }

#main .forum-posts-container .breadcrumb {
  padding: 0;
  margin: 0 0 20px; }
#main .forum-posts-container table {
  border: 1px solid white;
  border-width: 1px 1px 0 0;
  border-collapse: separate; }
#main .forum-posts-container h2 {
  background: white;
  padding: 10px 18px;
  border: 0;
  color: #333333; }
#main .forum-posts-container td {
  border: 1px solid white;
  border-width: 0 0 1px 1px;
  background: black;
  text-align: left; }
#main .forum-posts-container h3.name {
  margin: 0;
  color: white; }

.forum-registration {
  color: white;
  background: none;
  border: 0; }

/* Catalogs widget */
.products-catalogs {
  margin: 0 0 20px; }
  .products-catalogs ul {
    margin: 0;
    padding: 0;
    list-style: outside none none; }

/* Shop header */
.shop-main .header {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border: 1px solid #262626;
  border-width: 0 0 1px;
  height: auto;
  font-size: 11px;
  line-height: 1.3; }
  .shop-main .header h1 {
    margin: 0; }
  .shop-main .header .breadcrumb {
    float: left;
    width: 40%; }
  .shop-main .header .cart-summary {
    float: right;
    width: 40%; }
  .shop-main .header .cartSummaryTable {
    font-size: 11px;
    line-height: 1.3; }
    .shop-main .header .cartSummaryTable td {
      text-align: right;
      background: none; }

/* Shop body */
.shop-main .body {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border: 1px solid #262626;
  border-width: 0 0 1px; }

/* Shop footer */
.shop-main .footer {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: auto;
  width: auto;
  background: none; }
  .shop-main .footer .pagination {
    padding: 0;
    border: 0; }

/* Product small & featured list */
.productSmall,
.productfeaturelist {
  margin: 0 -18px 0 0;
  padding: 0;
  width: 626px;
  list-style: outside none none; }
  .productSmall .productItem,
  .productSmall .productItemLast,
  .productfeaturelist .productItem,
  .productfeaturelist .productItemLast {
    margin: 0 18px 18px 0;
    float: left;
    width: 190px;
    height: 245px; }

.shop-product-small .pic {
  margin: 0 0 10px; }
  .shop-product-small .pic img {
    width: 174px; }
.shop-product-small h3 {
  margin: 0 8px 5px;
  font-size: 14px;
  font-weight: bold; }
.shop-product-small ul {
  margin: 0;
  padding: 0 8px;
  background: none; }
  .shop-product-small ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: outside none none; }
.shop-product-small .price {
  border: 0;
  text-align: left;
  color: white; }
.shop-product-small li.quantity {
  padding: 5px 0 0; }
  .shop-product-small li.quantity input.productTextInput {
    width: 30px; }

.shop-product-small {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  color: white; }

/* Products details */
.productLarge {
  margin: 0;
  padding: 0; }

.shop-product-large {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: none;
  color: white; }
  .shop-product-large .details {
    margin: 0;
    padding: 0;
    float: right;
    width: 285px;
    background: none; }
    .shop-product-large .details h1 {
      margin: 0 0 10px;
      font-size: 32px; }
    .shop-product-large .details ul {
      margin: 0 0 20px; }
    .shop-product-large .details .price {
      margin: 0;
      border: 0;
      padding: 0;
      color: white;
      text-align: left; }
  .shop-product-large .image {
    margin: 0;
    padding: 0;
    float: left;
    width: 285px; }
    .shop-product-large .image img {
      margin: 0 0 10px;
      width: 285px; }
    .shop-product-large .image .poplets {
      margin: 0;
      padding: 0;
      border: 0; }

.search-result {
  margin: 20px 0; }
  .search-result h3 {
    font-size: 18px; }

.system-message,
.system-error-message {
  padding: 30px 100px;
  background: none;
  border: 0;
  color: white; }

.blog-container {
  padding: 0 0 40px;
  overflow: hidden;
  zoom: 1; }

.webform input {
  padding: 6px 9px 6px 7px;
  color: #303030;
  border: none;
  width: 307px;
  height: 14px;
  background: white url(../images/form_blog_input_bg.gif) no-repeat 0% 0%;
  text-decoration: none; }
.webform .cat_button {
  padding: 11px 30px 12px 30px;
  float: left;
  width: auto;
  text-align: center;
  background: #7194ca;
  color: #d1e3ed;
  font-size: 16px;
  line-height: 15px;
  border: 0;
  height: 39px;
  margin-right: -12px; }
  .webform .cat_button:hover {
    background: #000000; }

.align_center {
  text-align: center; }

.succes {
  position: relative;
  margin-top: -50px; }
  .succes .grid_3 {
    position: relative;
    margin-top: 50px;
    width: 150px; }
    .succes .grid_3 img {
      position: relative;
      margin-top: -20px; }
  .succes .grid_6 {
    position: relative;
    margin-top: 35px; }

@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: #444444 !important;
    text-shadow: none !important; }

  a {
    color: #444444 !important;
    text-decoration: underline; }
    a:visited {
      color: #444444 !important;
      text-decoration: underline; }
    a:after {
      content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    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;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

  h2, h3 {
	page-break-after: avoid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #5C7FC0;
} }

body {
	background-color: #FFF;
}

html, body {
  height: 100%; }

/* main content */
.cont_design_tile {
  background: url(../images/cont_design_tile.gif) repeat-x 0% 0%;
  min-height: 121px;
  border-bottom: 1px solid #1d1d1d; }

.cont_design {
  background: url(../images/cont_design_bg.gif) no-repeat 50% 0%;
  min-height: 93px;
  padding: 28px 0 0 0; }

.cont_design_title {
  color: white;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: -1px;
  overflow: hidden; }

#main {
	border: 1px solid #FFF;
	width: 1000px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

#page_login #main, #page_404#main {
  padding: 46px 0 56px; }

/* tag cloud */
.cloud {
  padding: 0 0 16px 20px; }
  .cloud a {
    color: #c2c2c2; }
  .cloud .pt10 {
    font-size: 10px; }
  .cloud .pt18 {
    font-size: 18px; }
  .cloud .pt22 {
    font-size: 22px; }
  .cloud .pt26 {
    font-size: 26px; }
  .cloud .pt12 {
    font-size: 12px; }
  .cloud .pt15 {
    font-size: 15px; }
  .cloud .pt20 {
    font-size: 20px; }
  .cloud .pt16 {
    font-size: 16px; }

.pt11 {
  font-size: 11px;
  line-height: 15px; }

.pt90 {
  font-size: 90px;
  line-height: 90px;
  color: white;
  margin-top: -10px;
  display: block;
  position: relative; }

.pt24 {
  font-size: 24px;
  color: white;
  line-height: 30px; }

.pad10 {
  padding-top: 5px; }

.white {
  color: white; }

.s_button {
  display: block;
  background: url(../images/buttons/s_button.png) 0% 0%; }
  .s_button span {
    display: block;
    background: url(../images/buttons/s_button.png) 100% 0%;
    padding: 19px 40px 21px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.2em; }
  .s_button:hover {
    background: url(../images/buttons/s_button.png) 0% -65px; }
    .s_button:hover span {
      background: url(../images/buttons/s_button.png) 100% -65px; }

.button2 {
  font-size: 16px;
  line-height: 15px;
  color: white;
  display: block;
  background: url(../images/buttons/read_button.gif) 0% 0%;
  text-decoration: none;
  height: 59px; }
  .button2 span {
    display: block;
    background: url(../images/buttons/read_button.gif) 100% -59px;
    padding: 21px 27px 0;
    text-align: center;
    letter-spacing: -1px;
    line-height: 15px;
    height: 38px; }
  .button2:hover {
    background: url(../images/buttons/read_button.gif) 0% -118px; }
    .button2:hover span {
      display: block;
      background: url(../images/buttons/read_button.gif) 100% -177px; }

.pic {
  float: left;
  background: white;
  padding: 8px;
  line-height: 0px;
  font-size: 0px;
  margin-right: 18px;
  margin-bottom: 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.pic2 {
  float: left;
  background: white;
  padding: 13px;
  line-height: 0px;
  font-size: 0px;
  margin-right: 32px;
  margin-bottom: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }
  .pic2:hover {
    background: #17bfc9; }

.pic3 {
  float: right;
  background: white;
  padding: 8px;
  line-height: 0px;
  font-size: 0px;
  margin-left: 18px;
  margin-bottom: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.main_pic {
  background: url(../images/picture_bg.gif) no-repeat 0% 0%;
  width: 188px;
  height: 83px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 12px 8px 36px 8px; }

.portfolio-pic {
  margin: 0 0 20px;
  display: block;
  float: none;
  overflow: hidden; }
  .portfolio-pic img {
    max-width: 936px; }

.alternative_read {
  display: block;
  padding: 20px 0 0 0;
  border-top: 1px solid #272727;
  color: #b2b2b2;
  font-family: Tahoma, Geneva, sans-serif; }

.number {
  color: #f2f2f2;
  font-size: 48px;
  background: url(../images/big_icon.png) no-repeat 0% 9px;
  padding: 0 0 50px 140px;
  position: relative;
  margin-left: -21px;
  margin-top: -9px; }
  .number strong {
    font-size: 16px;
    margin-left: 5px;
    background: none !important; }

.chip_cloud {
  position: relative;
  background: url(../images/cloud.png) no-repeat 0% 100%;
  width: 204px;
  height: 104px;
  padding: 20px 0 0 0; }

.chip {
  position: absolute;
  top: 0px;
  right: 0; }

.rock_icon {
  position: absolute;
  right: 20px;
  top: -20px; }

.casino {
  display: block;
  background: url(../images/buttons/carousel_button2.png) no-repeat 100% -93px !important;
  margin-right: 20px; }
  .casino span {
    display: block;
    background: url(../images/buttons/carousel_button2.png) no-repeat 0% 0% !important;
    letter-spacing: -1px; }
  .casino:hover {
    background: url(../images/buttons/carousel_button2.png) no-repeat 100% -279px !important; }
    .casino:hover span {
      background: url(../images/buttons/carousel_button2.png) no-repeat 0% -186px !important; }

.page_404 {
  width: 100%;
  background: url(../images/page404_tile.gif) repeat-x 50% 0%;
  position: absolute;
  height: 346px;
  top: 50%;
  margin-top: -173px; }

.page_404_tile {
  width: 100%;
  background: url(../images/404Page_bg.png) no-repeat 50% 0%;
  height: 346px; }

#page_404 {
  background-image: none !important; }

.page_login {
  width: 100%;
  background: url(../images/Login_bg_tile.gif) repeat-x 50% 0%;
  position: absolute;
  height: 496px;
  top: 50%;
  margin-top: -248px; }

.page_login_tile {
  width: 100%;
  background: url(../images/Login_bg.png) no-repeat 50% 0%;
  height: 496px; }

#page_login {
  background-image: none !important; }

.button1 {
  width: 215px;
  height: 41px;
  text-align: center;
  display: block;
  background: url(../images/buttons/button1.png) no-repeat 0 0;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 20px 0 0 0; }
  .button1:hover {
    background: url(../images/buttons/button1.png) no-repeat 0 -61px;
    color: white; }

.checked_block {
  color: white; }

.login_block,
.secure-login {
  border: 0;
  background: none;
  width: 290px;
  margin: 0 auto;
  padding: 30px 0; }
  .login_block label,
  .secure-login label {
    vertical-align: middle;
    color: white; }
  .login_block .item,
  .secure-login .item {
    padding: 0 !important;
    margin: 0 0 10px; }
    .login_block .item input,
    .secure-login .item input {
      vertical-align: middle;
      margin: 0 5px 0 0; }
    .login_block .item .cat_textbox_small,
    .secure-login .item .cat_textbox_small {
      border: 0;
      margin: 0;
      padding: 6px 5px;
      background: url(../images/input_bg_login.gif) no-repeat 0% 0%;
      width: 270px;
      height: 15px;
      line-height: 15px; }
  .login_block .cat_button,
  .secure-login .cat_button {
    border: 0;
    background: url(../images/buttons/login_button.png) no-repeat 0% 0%;
    width: 274px;
    text-align: center;
    height: 74px;
    line-height: 70px;
    font-size: white;
    font-weight: bold;
    line-height: 70px;
    font-size: 24px; }
    .login_block .cat_button:hover,
    .secure-login .cat_button:hover {
      background-position: 0 -74px; }

.checkbox {
  display: inline;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  cursor: hand;
  margin: 0 7px 0 0; }
  .checkbox .mark {
    display: inline; }
  .checkbox img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: transparent url(../images/checkbox.gif) no-repeat;
    background-position: 0px -19px; }

.heckbox-hover img {
  background-position: 0px -19px; }

.checkbox-checked img, .checkbox-checked .jquery-checkbox-hover img {
  background-position: 0px 0; }

.checkbox-disabled img {
  background-position: 0px -19px; }

.checkbox-checked .jquery-checkbox-disabled img {
  background-position: 0px 0; }

.input_button {
  background: url(../images/buttons/login_button.png) no-repeat 0% 0%;
  width: 274px;
  text-align: center;
  height: 74px;
  line-height: 70px;
  margin: 26px 0 16px; }
  .input_button:hover {
    background: url(../images/buttons/login_button.png) no-repeat 0% -74px; }
  .input_button input {
    background: none;
    border: none;
    width: 274px;
    text-align: center;
    height: 74px;
    line-height: 70px;
    font-size: 24px;
    color: white;
    font-weight: bold; }

.forgot {
  color: white;
  margin: 0 0 0 9px; }
  .forgot:hover {
    color: white; }

.row_top_tile_sub {
	height: 50px;
	position: relative;
	z-index: 9;
}

.row_top_sub {
	height: 50px;
}

.row_top_tile_sub_midlle {
  background: url(../images/midlle_head_row_tile.gif) repeat-x 0% 0%;
  height: 295px;
  position: relative;
  z-index: 9; }

.row_top_sub_midlle {
  background: url(../images/midlle_head_row.png) no-repeat 50% 0%;
  height: 295px; }

.shape {
	padding-top: 0 !important;
}

.page_title {
  font-size: 36px;
  color: white;
  padding: 60px 0 0 0; }

.page_description {
  font-size: 30px;
  color: white;
  padding: 0px 0 0 0;
  letter-spacing: -1px;
  word-spacing: -1px; }

.blog_info_row {
  padding: 0 15px 0px 0;
  margin-bottom: 15px; }
  .blog_info_row div {
    float: left;
    padding-top: 5px;
    color: #898989; }
  .blog_info_row .social {
    clear: both;
    float: none; }

.date {
  background: url(../images/blog_icon.gif) no-repeat 0% 4px;
  padding-left: 30px;
  padding-right: 20px; }

.user {
  background: url(../images/blog_icon2.gif) no-repeat 0% 4px;
  padding-left: 30px;
  padding-right: 13px; }

.cat {
  background: url(../images/cat_spacer.gif) no-repeat 0% 11px;
  padding-left: 12px; }

.user a, .cat a {
  color: #696969;
  text-decoration: none; }

.tags {
  color: #696969;
  margin: 0 0 26px 0; }
  .tags a {
    color: #b2b2b2;
    text-decoration: underline; }
    .tags a:hover {
      text-decoration: none; }

.user a:hover, .cat a:hover {
  text-decoration: none; }

.tags span {
  margin: 0 7px; }

.tags2 {
  color: #3f3f3f;
  margin: 0 0 26px 0; }
  .tags2 a {
    color: #3f3f3f;
    text-decoration: none; }
    .tags2 a:hover {
      text-decoration: underline; }

.user a:hover {
  text-decoration: underline; }

.tags2 span {
  margin: 0 7px; }

.post {
	margin-bottom: 65px;
	width: 650px;
}

.sidebar {
	background-color: #000;
	width: 265px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: right;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #262626;
	border-right-color: #262626;
	border-bottom-color: #262626;
	border-left-color: #262626;
}
  .sidebar .widget {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.searh {
  position: relative;
  margin-bottom: 43px; }
  .searh .input_search {
    background: url(../images/input_bg.gif) no-repeat 0% 0%;
    color: #e3e3e3;
    padding: 5px 36px 7px 9px;
    line-height: 12px;
    width: 200px;
    margin: 0; }
    .searh .input_search input {
      border: none;
      background: none;
      width: 180px; }
  .searh .searh_button {
    position: absolute;
    background: url(../images/buttons/search_button.gif) no-repeat 0% 0%;
    border: none;
    cursor: pointer;
    width: 29px;
    height: 27px;
    right: -2px;
    top: 0; }
    .searh .searh_button:hover {
      background: url(../images/buttons/search_button.gif) no-repeat 0% 0%; }

.about {
  background: #0c0c0c;
  padding: 20px;
  position: relative;
  color: gray; }

cite {
  display: inline-block;
  color: gray;
  margin: 23px 0 0 0;
  font-size: 12px;
  font-style: normal; }

.name {
  color: gray;
  font-size: 12px;
  text-decoration: underline; }

.comments {
  margin-bottom: 15px;
  font-size: 12px !important;
  padding-right: 13px;
  margin-left: 44px;
  color: #a1a1a1; }

.comments_info {
  padding-bottom: 11px;
  font-size: 13px !important;
  color: #616161;
  text-decoration: none; }
  .comments_info a {
    color: #616161;
    text-decoration: none; }
  .comments_info span {
    margin: 0 7px; }
  .comments_info strong {
    color: white;
    display: block;
    font-size: 13px; }

.reply {
  padding: 8px 16px;
  color: #616161;
  text-decoration: none; }
  .reply:hover {
    background: #2d2d2d;
    color: #616161; }

.grey {
  background: #111111;
  padding: 20px;
  margin-left: 0; }
  .grey .reply {
    padding: 8px 16px;
    color: #616161;
    text-decoration: none; }
    .grey .reply:hover {
      color: #616161; }

.coments_form .height {
  height: 40px;
  background: url(../images/form_blog_input_bg.gif) no-repeat 0% 0%; }
  .coments_form .height input {
    padding: 6px 11px 10px 7px;
    color: #303030;
    border: none;
    width: 307px;
    background: none;
    text-decoration: none; }

.height_area {
  margin-bottom: 10px;
  background: url(../images/form_blog_area_bg.gif) no-repeat 0% 0%; }
  .height_area textarea {
    background: none;
    padding: 8px 11px 8px 7px;
    color: #303030;
    border: none;
    width: 615px;
    height: 150px; }

.red {
  color: #ff7979; }

.contactform .button_read_more2 input {
	float: left;
	text-align: center;
	color: #d1e3ed;
	font-size: 16px;
	line-height: 15px;
	border: 0;
	height: 29px;
	margin-right: -12px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	background-color: #5C7FC0;
}
  .contactform .button_read_more2 input:hover {
    background: url(../images/buttons/submit_button.png) no-repeat 100% -39px; }

.button_read_more2 {
  float: left;
  background: url(../images/buttons/submit_button.png) no-repeat 0% 0%;
  text-decoration: none;
  cursor: pointer;
  margin-right: 30px; }
  .button_read_more2 span {
    float: left;
    background: url(../images/buttons/submit_button.png) no-repeat 100% 0%;
    padding: 11px 0 12px 0;
    text-align: center;
    color: #d1e3ed;
    font-size: 15px;
    line-height: 16px;
    margin-right: -11px;
    width: 108px;
    text-align: center; }
  .button_read_more2:hover {
    background: url(../images/buttons/submit_button.png) no-repeat 0% -39px; }
    .button_read_more2:hover span {
      background: url(../images/buttons/submit_button.png) no-repeat 100% -39px; }

.form_info {
  padding: 2px 0 0 0px;
  float: left; }

.button_field {
  background: #0b0b0b;
  padding: 14px;
  margin-top: 15px !important;
  position: relative;
  width: 575px; }

.contactform .height {
  height: 40px;
  position: relative;
  background: url(../images/form_blog_input_bg2.gif) no-repeat 0% 0%;
  width: 320px; }
  .contactform .height input {
    background: none;
    padding: 6px 11px 10px 7px;
    color: #303030;
    border: none;
    width: 292px;
    text-decoration: none; }
  .contactform .height .idleField {
    background-color: none; }
.contactform .height_area {
  margin-bottom: 10px;
  position: relative;
  background: url(../images/form_blog_area_bg2.gif) no-repeat 0% 0%;
  width: 320px; }
  .contactform .height_area .idleField {
    background-color: none; }
  .contactform .height_area textarea {
    background: none;
    padding: 8px 10px 8px 3px;
    color: #303030;
    border: none;
    width: 297px;
    height: 155px; }
.contactform label {
	color: #333;
	font-size: 12px;
}

label.error {
  position: absolute;
  right: 135px;
  top: 4px;
  background: url(../images/error.png) no-repeat 0% 0%;
  width: 21px;
  height: 21px;
  text-indent: -50000px; }

.contactform label.error {
  right: 13px;
  top: 3px; }

#loader {
  float: left;
  position: absolute;
  left: 250px;
  margin-top: -30px; }

/* carousel list */
.carousel2 {
  position: relative;
  margin-top: 120px; }
  .carousel2 hr {
    margin: 0 0 40px 0; }

#carousel1 {
  margin-left: 0px; }
  #carousel1 li {
    list-style: none;
    width: 287px;
    margin-right: 37px; }
    #carousel1 li p {
      font-family: Tahoma, Geneva, sans-serif; }

.prev {
  position: absolute;
  right: 85px;
  top: 0;
  width: 40px;
  height: 38px;
  background: url(../images/buttons/button_arrow.png) no-repeat 0% 0%;
  z-index: 150;
  text-decoration: none; }
  .prev:hover {
    background: url(../images/buttons/button_arrow.png) no-repeat 0% -38px; }

.next {
  position: absolute;
  right: 40px;
  top: 0;
  width: 40px;
  height: 38px;
  background: url(../images/buttons/button_arrow.png) repeat 100% 0%;
  z-index: 150;
  text-decoration: none; }
  .next:hover {
    background: url(../images/buttons/button_arrow.png) repeat 100% -38px; }

.picture {
  position: relative;
  height: 113px; }
  .picture .button_view2 {
    position: absolute;
    right: 36px;
    bottom: -3px; }

.button_view2 {
  color: white;
  text-align: center;
  display: block;
  float: left;
  background: url(../images/buttons/button_view2.png) repeat 0% 0%;
  text-decoration: none; }
  .button_view2 span {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 12px 46px 9px;
    background: url(../images/buttons/button_view2.png) repeat 100% -78px;
    text-decoration: none;
    margin-right: -10px; }
  .button_view2:hover {
    background: url(../images/buttons/button_view2.png) repeat 0% -39px; }
    .button_view2:hover span {
      background: url(../images/buttons/button_view2.png) repeat 100% -117px;
      color: white; }

.button_view {
  color: white;
  text-align: center;
  display: block;
  float: left;
  background: url(../images/buttons/button_view.png) repeat 0% 0%;
  text-decoration: none; }
  .button_view span {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 7px 40px 7px;
    background: url(../images/buttons/button_view.png) repeat 100% -64px;
    text-decoration: none;
    margin-right: -5px; }
  .button_view:hover {
    background: url(../images/buttons/button_view.png) repeat 0% -32px; }
    .button_view:hover span {
      background: url(../images/buttons/button_view.png) repeat 100% -96px;
      color: white; }

.links {
  padding: 53px 0 0; }

.left_links {
  float: left;
  width: 120px;
  background: url(../images/links_spacer.png) repeat-y 100% 0%;
  padding: 2px 0 8px; }
  .left_links a {
    display: block;
    text-decoration: underline;
    margin-top: 18px;
    color: white; }
    .left_links a:first-child {
      margin-top: 0 !important; }

.right_links {
  float: left;
  padding: 2px 0 8px 55px; }
  .right_links a {
    display: block;
    text-decoration: underline;
    margin-top: 18px;
    color: white; }
    .right_links a:first-child {
      margin-top: 0 !important; }
    .right_links a:hover {
      color: white;
      text-decoration: none; }

.left_links a:hover {
  color: white;
  text-decoration: none; }

#pricing_table {
  margin: 0 0 0 20px;
  min-height: 413px;
  list-style: none; }
  #pricing_table > li {
    margin-right: 15px;
    float: left; }
  #pricing_table .grid_price {
    width: 180px;
    height: 348px;
    overflow: hidden;
    background: white url(../images/price_table_bg.gif) repeat-y 100% 0%;
    display: block;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    position: relative;
    z-index: 150;
    padding: 15px 20px 0; }

#pricing_table3 {
  margin: 0 0 0 50px;
  min-height: 413px;
  list-style: none; }
  #pricing_table3 > li {
    margin-right: 40px;
    float: left; }
  #pricing_table3 .grid_price {
    width: 225px;
    height: 348px;
    overflow: hidden;
    background: white url(../images/price_table_bg.gif) repeat-y 100% 0%;
    display: block;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    position: relative;
    z-index: 150;
    padding: 15px 20px 0; }

.price_table {
  font-size: 30px;
  color: #151515;
  text-align: center;
  height: 62px; }
  .price_table strong {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif; }

.price {
  text-align: center;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px 0 7px;
  color: #323232;
  font-size: 26px; }

.price_list {
  list-style: none;
  margin: 20px auto 20px;
  font-size: 18px;
  color: #121212;
  width: 167px; }
  .price_list li {
    background: url(../images/bullet_price.gif) no-repeat 0% 9px;
    padding: 0 0 0 20px;
    letter-spacing: -1px;
    line-height: 23px; }

.bottom_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 59px;
  left: 0; }
  .bottom_bg div {
    background: url(../images/bottom_block1.png) no-repeat 100% 100%;
    padding-right: 110px;
    height: 59px; }
    .bottom_bg div div {
      background: url(../images/bottom_block1.png) no-repeat 0% 100%;
      height: 59px; }

.top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block1.png) no-repeat 0% 0%; }

.button-color-2 .bottom_bg div {
  background: url(../images/bottom_block2.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-2 .bottom_bg div div {
    background: url(../images/bottom_block2.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-2 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block2.png) no-repeat 0% 0%; }

.button-color-3 .bottom_bg div {
  background: url(../images/bottom_block3.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-3 .bottom_bg div div {
    background: url(../images/bottom_block3.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-3 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block3.png) no-repeat 0% 0%; }

.button-color-4 .bottom_bg div {
  background: url(../images/bottom_block4.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-4 .bottom_bg div div {
    background: url(../images/bottom_block4.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-4 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block4.png) no-repeat 0% 0%;
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block4.png) no-repeat 0% 0%; }

.button-color-5 .bottom_bg div {
  background: url(../images/bottom_block5.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-5 .bottom_bg div div {
    background: url(../images/bottom_block5.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-5 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block5.png) no-repeat 0% 0%; }

.button-color-6 .bottom_bg div {
  background: url(../images/bottom_block6.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-6 .bottom_bg div div {
    background: url(../images/bottom_block6.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-6 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block6.png) no-repeat 0% 0%; }

.button-color-7 .bottom_bg div {
  background: url(../images/bottom_block7.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-7 .bottom_bg div div {
    background: url(../images/bottom_block7.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-7 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block7.png) no-repeat 0% 0%; }

.button-color-8 .bottom_bg div {
  background: url(../images/bottom_block8.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-8 .bottom_bg div div {
    background: url(../images/bottom_block8.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-8 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block8.png) no-repeat 0% 0%; }

.button-color-9 .bottom_bg div {
  background: url(../images/bottom_block9.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-9 .bottom_bg div div {
    background: url(../images/bottom_block9.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-9 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block9.png) no-repeat 0% 0%; }

.button-color-10 .bottom_bg div {
  background: url(../images/bottom_block10.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-10 .bottom_bg div div {
    background: url(../images/bottom_block10.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-10 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block10.png) no-repeat 0% 0%; }

.button-color-11 .bottom_bg div {
  background: url(../images/bottom_block11.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-11 .bottom_bg div div {
    background: url(../images/bottom_block11.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-11 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block11.png) no-repeat 0% 0%; }

.button-color-12 .bottom_bg div {
  background: url(../images/bottom_block12.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-12 .bottom_bg div div {
    background: url(../images/bottom_block12.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-12 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block12.png) no-repeat 0% 0%; }

.button-color-13 .bottom_bg div {
  background: url(../images/bottom_block13.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-13 .bottom_bg div div {
    background: url(../images/bottom_block13.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-13 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block13.png) no-repeat 0% 0%; }

.button-color-14 .bottom_bg div {
  background: url(../images/bottom_block14.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-14 .bottom_bg div div {
    background: url(../images/bottom_block14.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-14 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block41.png) no-repeat 0% 0%; }

.button-color-15 .bottom_bg div {
  background: url(../images/bottom_block15.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-15 .bottom_bg div div {
    background: url(../images/bottom_block15.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-15 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block15.png) no-repeat 0% 0%; }

.button-color-16 .bottom_bg div {
  background: url(../images/bottom_block16.png) no-repeat 100% 100%;
  padding-right: 110px;
  height: 59px; }
  .button-color-16 .bottom_bg div div {
    background: url(../images/bottom_block16.png) no-repeat 0% 100%;
    height: 59px; }
.button-color-16 .top_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 13px;
  background: url(../images/bottom_block16.png) no-repeat 0% 0%; }

.price_button {
  color: white;
  font-size: 24px;
  background: url(../images/price_button.png) no-repeat 0% 0px;
  height: 51px;
  display: block;
  position: relative;
  z-index: 10;
  width: 152px;
  text-decoration: none;
  left: 50%;
  margin-left: -84px; }
  .price_button strong {
    color: white;
    font-size: 24px;
    background: url(../images/price_button.png) no-repeat 100% -51px;
    padding: 12px 0 0 0;
    height: 39px;
    display: block;
    text-align: center;
    margin-right: -15px; }

.price_block {
  position: relative;
  margin-top: -130px;
  background-position: 50% 120px !important; }
  .price_block.container_12 {
    padding-top: 10px; }

.chips img {
  margin-left: 20px; }
  .chips img:first-child {
    margin-left: 0 !important; }

.not1 {
  background: #0f0f0f;
  padding: 23px 63px 23px 137px;
  min-height: 48px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #232323; }
  .not1 .icon {
    position: absolute;
    left: 0;
    top: 0; }

.image_rollover, .video_rollover {
  font-size: 0%;
  line-height: 0;
  position: relative; }

.image_rollover span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/rollover_image.png) no-repeat 50% 50%;
  z-index: 2; }

.video_rollover span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/rollover_video.png) no-repeat 50% 50%;
  z-index: 2; }

.row_top_tile_sub_midlle {
  background: url(../images/midlle_head_row_tile.gif) repeat-x 50% 0%;
  height: 296px; }

#Home_wrapper {
	height: 520px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#vimeo {
	height: 500px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#vimeo-legacy {
	height: 400px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 60px;
	padding-left: 5px;
}
#home-right {
	float: right;
	width: 340px;
	height: 490px;
}
#home-intro {
	background-color: #FFF;
	width: 305px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	height: 490px;
	float: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #000;
}
#main-menu {
	top: 100px;
	right: 15px;
	height: 30px;
	width: 650px;
	text-align: right;
	position: absolute;
}
#footer-menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#default-box {
	width: 990px;
	height: auto;
	margin-left: 5px;
}
#default-intro {
	background-color: #FFF;
	width: 960px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	height: 485px;
	float: left;
	padding-bottom: 5px;
}
#Blog_wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
}
#default-blog {
	background-color: #FFF;
	width: 960px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	height: 470px;
	float: left;
}
#privacywrap {
	background-color: #FFF;
	margin: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#profilewrap {
	float: right;
	width: 290px;
}
#profile-intro {
	background-color: #39413D;
	width: 305px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	height: 490px;
	float: left;
}
#vimeo-profile {
	height: 600px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#leftcolumn {
	background-color: #39413D;
	width: 305px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	float: left;
}
#rightcolumn {
	float: right;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCC;
	background-color: #39413D;
}
#whatwedo {
	width: 620px;
	margin-right: 40px;
	float: left;
	padding-right: 0px;
}
#vimeo-link {
	float: right;
	height: 27px;
	width: 38px;
	clear: both;
	visibility: visible;
}
#facebook {
	float: right;
	height: 27px;
	width: 38px;
}
#sociallinks {
	height: 108px;
	width: 1060px;
	clear: both;
}
#socialhome {
	height: 108px;
	width: 1050px;
	clear: both;
}
#portfoliowrap {
	width: 960px;
	height: 500px;
}
#portfolio1 {
	float: left;
	height: 193px;
	width: 195px;
	margin-right: 35px;
	margin-bottom: 10px;
}
#Portfoliorow {
	margin-top: 15px;
}
#profile-right {
	float: left;
	width: 280px;
	height: auto;
	margin-top: 50px;
}
#About-wrap {
	height: 700px;
}
#legacy-intro {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-top: 20px;
}
#film-intro {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
#vimeo-wrap-TIMF {
	margin-top: 30px;
	margin-left: 10px;
}

#default-intro-content {
	background-color: #FFF;
	width: 960px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	height: 700px;
	float: left;
	padding-bottom: 5px;
}
#Home_wrapper-contact {
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}