/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */




body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 14px/170% arial, sans-serif;
  color: #494949;
}

input {
  font: 12px/100% arial, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% arial, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
    color: #348FC8;
    font-size: 22px;
    font-weight: bold;
    line-height: 130%;
}

h3 {
    color: #348FC8;
    font-size: 18px;
    font-weight: bold;
}

h4 {
    color: #484848;
    font-size: 16px;
    font-weight: bold;
}

h5 {
    color: #484848;
    font-size: 14px;
    font-weight: bold;
}

h6 {
    color: #484848;
    font-size: 14px;
    font-weight: bold;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

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

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
    background: url("images/wrapper_bg.png") repeat-x scroll 0 0 #9ed1f0;
/*	max-height: 611px;*/
}

.body_home #wrapper {
    background-color: #fff;
}
/*#wrapper-home {
    background: url("images/homepage_bg.png") repeat-x scroll 0 0 #9ed1f0;
	height: 1183px;
}*/

#container-home{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: 100%;	
}

.left-corner  #footer {
    background: url("images/internal_bg.jpg") repeat-x scroll 0 0 white;
	min-height: 0px;
}

/*.left-corner{
    background: url("images/wrapper_bg.png") repeat-x scroll 0 0 #9ed1f0! important;
	height: 554px;
}*/

/*#bottom_bg{
    background: url("images/wrapper_bottom_bg.png") repeat-x scroll 0 0;
}*/

#not-front-wrap-footer{
    background: url("images/wrapper_bottom_bg.png") repeat-x scroll 0 0;
	min-height: 450px;
}

#color-footer{
	min-height: 269px;
}

#white-footer {
    background: url("images/footer-logo.jpg") no-repeat scroll -25px 34px transparent;
    height: 183px;
    margin-left: auto;
    margin-right: auto;
/*    width: 1100px;*/
}

#wrap-footer #footer {
    background: url("images/footer-logo-new.png") no-repeat scroll 0 0 transparent;
    height: 207px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 1200px;
}

    * {
    margin: 0;
    }
    html, body {
    height: 100%;
    }
    #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0;
    }
    #color-footer/*, #push*/{
/*    height: 4em;*/
    }

#push{
	background-color: #9fd2f0;
    position: relative;
    z-index: 1;
/*	height: 100%;*/
}

#wrapper #container {
  margin: 0 auto;
/*  max-width: 930px;*/
  background:none repeat scroll 0 0 white;
/*  width:1000px;*/
}

#wrapper #container #header {
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 14px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
    float: left;
    width: 930px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {

}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin:-376px 0 5em;
  width: 210px;
  float: right;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {

}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  position: relative;
}

#wrapper #container #center .right-corner {
  position: relative;
}

#wrapper #container #center .right-corner .left-corner {
  position: relative;
  min-height: 501px;
 /* width:1000px;*/
}
.body_internal #wrapper #container #footer{
height:49px;
width:929px;
}
#wrapper #container #footer {

clear:both;
float:none;
height:75px;
margin-left:0;
text-align:center;
width:1000px;
}

#wrapper #container .breadcrumb {
    
    left: 0;
    top:0;
    
  z-index: 10;
}

body.sidebar-left #footer {
    margin: auto;
    padding-top: 40px;
    width: 1220px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
/*  display:none;*/
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
 display: inline-table;
 float:left;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: none;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
color:white;
float:left;

font-size:30px;
font-weight:bold;
margin:32px 2em 0 36px;
padding:0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
 // border-bottom: 1px solid #e9eff3;
 // margin: 0 -26px 1.5em;
  //padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 1.5em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
.top{
    height: 40px;
    margin: auto;
    max-width: 930px;
}
.logo{
/*background:url("images/logo.png") no-repeat scroll 0 0 transparent;*/
float:left;
height:66px;
margin-right:0px;
    width: auto;
}


.top .nice-menu{
float:left;
margin-top:28px;
margin-left: 37px;
width:575px;
}
.top .nice-menu li{
background:none repeat scroll 0 0 transparent;
border:medium none;
float:left;
height:35px;
padding-bottom:0;
padding-left:12px;
width:auto;
}
.top .nice-menu li a{
/* background:url("images/li_line.png") no-repeat scroll 0 0 transparent; */
color:#3375AB;
float:left;
font-size:14px;
height:29px;
padding:11px 10px 0 15px;
text-align:center;

}

.top .nice-menu ul{
text-align:center;
}

.en a{

}

.he a{

}

a.en {
	background:url("images/englishsite.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 19px;
    margin-left: 8px;
    width: 101px;
	text-align:center;
	color:#333;
}

a.he {
	background:url("images/btn_he.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:19px;
	margin-right:8px;
	width:101px;
}

.top .clear-block{
float:left;
height:35px;
width:610px;

}
.bunner{
background:url("images/bunner.png") repeat scroll 0 0 transparent;
height:214px;
width:1000px;
}
.wrapper-fr #footer .block-menu{
    width: 225px;
}

 .footer-fr .block-menu{
    width: 225px !important; 
}

#footer .block-menu {
	float:left;
	margin-left:35px;
	margin-top:13px;
    width: 170px;
}

.sitemap{
background:url("images/sitemap.png") no-repeat scroll 0 0 transparent;
height:20px;
margin-left:43px;
width:95px;
}
.bodyimg{
background:url("images/homeimg.png") no-repeat scroll 0 0 transparent;
height:482px;
width:1000px;
}
.views-field-field-imagetitle-fid{
width:50px;
float:left;
}
.views-field-title{

}
.views-field-title .field-content{
color:#0C4A82;
 font-family:Tahoma;
font-size:23px;
padding-left:16px;
}
.views-field-body .field-content{
float:left;
font-family:arial;
font-size:12px;
margin-left:-42px;
padding-top:17px;
}
.views-field-field-image-fid{
float:left;

}
.views-field-field-image2-fid{}
.views-field-view-node{
float:right;
margin-right:8px;
margin-top:6px;
width:95px;
}
.views-field-view-node .field-content a{
color:#065093;
font-family:arial;
font-weight:bold;
}
.view-special .view-content td{
background:url("images/special_coll.png") no-repeat scroll 0 0 transparent;
height:116px;


width:236px;
}
.view-content table{
}

.submitted{display:none;}

.rteleft{
//color:#0C4A82;

//font-size:23px !important;
//margin-left:43px;
//padding-left:16px;
//padding-top:13px;
//margin-bottom:0;
//width:200px;
}
.bodyweb{
float:left;
font-family:arial;
font-size:12px;
padding-top:9px;
}
.webform-client-form input{
background:url("images/input.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#494949;
float:left;
font:12px/100% arial,sans-serif;
height:21px;
padding-left:10px;
padding-right:10px;
width:183px;

}

#edit-actions .form-submit {
    background: url("images/contact.png")repeat-y scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 27px;
    margin: 0 8px 0 0;
    padding: 0;
    text-indent: -9999px;
    width: 114px;
}


#node-20 #edit-actions .form-submit{

}
#node-17 img{float:left;}

.content-page .resizable-textarea  textarea{
background:url("images/message.png") no-repeat scroll 0 0 transparent;
border:medium none;
height:125px;
width:480px;
padding-left:7px;

padding-top:2px;
}
.grippie{
display:none !important;
}


#footer .block-block{
float:left;
margin-left:65px;
/*margin-top:25px;*/
}
.body_internal #footer .block-block{
margin-left:35px;
}
/*#footer a{
color:#014a90;
}*/
#footer a.active{font-weight:bold;
}
.content-page p{
font-family:arial;
font-size:14px;
letter-spacing:-0.0px;
}

.content-page h1{
  /* color: #0173BA;*/
    border-bottom: 1px solid #D0D0D0;
    color: #348fc8;
    font-family: Tahoma;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.content-page h2 {
    color: #348FC8;
    font-family: Tahoma;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 13px;
    
}
.bunner h2{
color:white;
float:left;

font-size:30px;
font-weight:bold;
margin:32px 2em 0 36px;
padding:0;
}
.content-page{
/*background:url("images/content_page_top.png") no-repeat scroll 0 0 transparent;*/
float:left;
padding:0px 31px 2px;
width:867px;
}
.content-client .content-page{
/*width:auto;
float:left;
padding-right:0;*/
}
.leftpage{
float:left;

}
#node-20 p img{
float:left;
}
#block-block-4 .rteleft{
margin-left:0px;
padding-left:0px;
}
#block-block-4 p{
font-family:arial;
font-size:12px;
}
#block-block-4 a{
background:url("images/more_bg.png") no-repeat scroll right center transparent;
color:#0C4A82;
float:right;
font-family:arial;
font-weight:bold;
padding-right:10px;
}
.webform-client-form .resizable-textarea{
float:left;
width:480px;
}
.rightpage .clear-block{
height:240px;
}

#node-20 .clear-block{
width:256px;
}

#footer .block-block{
margin-left: 133px !important;
float: left;
}

.footer .block-block{
margin-left: 138px !important;
color:#014A90;
}

#edit-submitted-phone-wrapper{
}
.body_warrper{
    height: 674px;
    width: 930px;
}
.body_warrper .body_top{
    position: relative;
    height: 292px;

}
.view-special{
margin-left:31px;
width:616px;
}

.block-webform{
float:left;
}
.special .block.user_experience{
    background: url("images/home-first-box-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 307px;
    margin-bottom: 23px;
    margin-right: 12px;  
  width: 303px;
}

.special .block.technology {
    background: url("images/home-second-box-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 307px;
    margin-bottom: 23px;
    margin-right: 12px;
    width: 303px;
}

.special .block.brilliant_idea  {
    background: url("images/home-third-box-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 224px;
    margin-bottom: 8px;
    margin-right: 0px;
    width: 312px;
}

.special .block.home_main_contact  {
    background: url("images/home-contact-box-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 75px;
    margin-bottom: 23px;
    margin-right: 0px;
    width: 312px;
}

.special .block.home_main_contact  a{
    float: left;
    height: 75px;
    width: 312px;
}
.special .special_content{   
    padding: 20px;
}

.wrapper-fr .special .special_content{   
    padding: 10px;
}
.special .block .text{
    color: #525252;
    font-size: 13px;
    line-height: 20px;
}


.special .list_title{
    color: #0C4A82;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.special .block li{
    background: url("images/li-bg.png") no-repeat scroll 2px center white;
    padding-left: 20px;
    width: auto;
    list-style: none outside none;
    color: #1F8ED6;
    font-size: 12px;
    cursor: pointer;
}



.special .block li:hover{
    background: url("images/li-hover-bg.png") no-repeat scroll 2px center transparent;
}

.block-views .view-Our-Clients .special_link {
	margin-right: 0;
     margin-top: -43px;
}
.block-views  .view-Our-Clients{
	margin-top: 0px;
}
.special .special_title
{   
    color: #0C4A82;
    font-size: 19px;
    font-weight: bold;
    height: 29px;
    padding-left: 10px;
    padding-top: 22px;
    text-align: center;
}


.block-blockour_clients .special_title{
background:url("images/clients_title.png") no-repeat scroll 0 0 transparent;

margin-left:20px;
margin-top:12px;

float:left;
}
.block-blockour_clients .special_img1{
background:url("images/jpost_img.png") no-repeat scroll 0 0 transparent;
height:44px;
margin-left:15px;
margin-top:10px;
width:127px;
float:left;
}
.block-blockour_clients .special_img2{
background:url("images/pilat_img.png") no-repeat scroll 0 0 transparent;
float:left;
height:32px;
margin-left:15px;
margin-top:14px;
width:117px;
}
.block-blockuser_experience .special_title{
    background: url("images/experience_title.png") no-repeat scroll 0 0 transparent;
    color: #0C4A82;
    float: left;
    font-size: 20px;
    font-weight: bold;
       margin-left: 19px;
    margin-top: 11px;
  
}
.block-blockuser_experience .special_content {
    float: left;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    margin-left: 14px;
    margin-top: 10px;
    width: 267px;
}
.block-blocktechnology .special_title{
background:url("images/technology_title.png") no-repeat scroll 0 0 transparent;

margin-left:15px;
margin-top:9px;

float:left;
}
.block-blocktechnology .special_img{
background:url("images/technology_img.png") no-repeat scroll 0 0 transparent;
float:left;
height:22px;
margin-left:23px;
margin-top:13px;
width:97px;
}
.block-blocktechnology .special_content {
    float: left;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    margin-left: 11px;
    margin-top: 6px;
    width: 145px;
}
.block-blockbrilliant_idea .special_title{
background:url("images/idea_title.png") no-repeat scroll 0 0 transparent;

margin-left:19px;
margin-top:14px;

float:left;
}
.block-blockbrilliant_idea .special_content {
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 27px;
    line-height: 18px;
    margin-left: 14px;
    margin-top: 7px;
    width: 267px;
}
.special{
    float: left;
    width: 960px;
}
.special .block .content {
float:left;
width:292px;
}
.block-webform{
    background: url("images/contact_bg.png") no-repeat scroll 0 0 transparent !important;
    height: 257px !important;
    width: 303px !important;
}
.block-webform .contact_title{
  background: url("images/contact_title.png") no-repeat scroll 0 0 transparent;
    color: #0C4A82;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    padding-left: 48px;
    padding-top: 8px;
    width: 188px;
}
.block-webform .node .content{
margin-left:22px;
margin-top:12px;
width: 265px;
}
.block-webform .node{
margin:0px;
padding:0px;
}
.block-webform .node .content p {
    float: left;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 2px;
    padding: 0;
}
.block-webform .node .content .webform-client-form{
font-family:arial;
font-size:12px;
font-weight:regular;
}
.webform-client-form .form-item label{
float:left;
font-weight:bold;
width:54px;
}
.webform-client-form .webform-component{
float:left;
    margin-bottom: 3px;
}
.webform-client-form .webform-component .form-item{
     margin: 0 0 10px;

}
#webform-component-few-words textarea{
background:url("images/input_few.png") no-repeat scroll 0 0 transparent;
border:medium none;
float:left;
height:29px;
margin-left:0px;
padding:5px 10px;
width:181px;
overflow:hidden;
}
.body_internal #webform-component-few-words textarea{
  background: url("images/contact_internal_textarea.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 29px;
    margin-left: 10px;
    padding: 5px 10px;
    width: 161px;
}
#webform-component-few-words .resizable-textarea{
width:201px;
}
.webform-client-form span.form-required{
color:#2880BA;
}
#block-menu-menu-menu-map1 .menu li{
float:left;

margin-right:35px;
padding:0;
}
.body_home{
/*background:url("images/fullbody_bg.jpg") repeat-x scroll 0 0 transparent;*/
/*height:745px;*/
background-color: #fff !important;
}
.block-webform .content{
float:left;
}
.body_internal .block-webform .content{
float:left;
margin-left:0;
}
.rightpage .block-webform{
}
.body_internal .block-webform {
/*background:url("images/internal_contact_bg.png") no-repeat scroll 0 0 transparent !important;*/
background: none repeat scroll 0 0 white !important;
float:left;
/*height:501px !important;*/
padding-left:33px;
width:255px!important;
margin-top: 0;
}
.body_internal .block-webform .content .node .content{
 /*margin-top:16px;*/
 margin-top:0;
}
.body_internal .rightpage{
 float:right;
 margin:0;
 width:288px;
 position: absolute;
 right: 0;
 background: none repeat scroll 0 0 white;
    border-radius: 10px 10px 10px 10px;
}
.body_internal .block-webform #edit-actions .form-submit{

}
.body_internal .block-blockstudies{
float:left;
width:260px;
}
.body_internal .block-blockdetails{
float:left;
margin-top:15px;
}

.body_internal #footer .block-menumenu1{
float:left;
margin-left:32px;
margin-right:73px;
margin-top:25px;
}
.body_internal #footer .block-menumenu2{
float:left;
margin-right:69px;
margin-top:25px;

}
.body_internal #footer .block-menumenu3{
float:left;
margin-right:68px;
margin-top:25px;
}
.body_internal .menu li{
font-size:12px;
margin:0 0 10px;
padding:0;
}
.body_internal .menu {
    margin: 0;
    padding: 0;
    width: 170px;
}
/*.body_internal #footer a{
color:##014A90;
}*/
.body_internal #footer .active{
color:#014A90;
}
.body_home .menu {
    float: left;
    font-size: 12px;
    margin-left: 32px;
    margin-top: 26px;
}
.body_internal .webform-client-form #edit-actions .form-submit{

margin:0;
}
.menu {
float:left;
}
.body_internal .block-webform .title{
 /*background: url("images/contact_internal.png") no-repeat scroll 0 0 transparent;*/
    color: #0C4A82;
   
   

    background: url("images/contact_page.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 40px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-left: -21px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 283px;
}
.body_top .body_flash{
float:right;
height:292px;
width:555px;
}
.body_home .top .nice-menu{
margin-top:28px;
}
ul.nice-menu-down li.menuparent{
    background: none repeat scroll 0 0 white;
	height:35px;
}
ul.nice-menu li.active-trail{
background:url("images/back.png") no-repeat scroll top left transparent;

}
.top .nice-menu li.active-trail a{
background:url("images/click_corner.png") no-repeat scroll right top transparent;
color:#FFFFFF;

}
.top .nice-menu li.active-trail ul li a  {
color: #3375AB;
}
.top .nice-menu li.menuparent ul li a.active{
  background: url("images/menu-li-stile.png") no-repeat scroll left 11px transparent;
}
.top .nice-menu li.menuparent a:hover,.top .nice-menu li.over a,.top .nice-menu li.over a.active{
/*background:url("images/subnav_tab.gif") no-repeat scroll top right transparent;*/
background:url("images/right_en.png") no-repeat scroll  right -5px transparent;

text-decoration:none;
height:40px;
z-index:1;
color:#024a94;//#3375AB;
//font-weight: bold;

}
ul.nice-menu li.menuparent:hover,.top .nice-menu li.over{
/*background:url("images/subnav_tab_corner.jpg") no-repeat scroll top left transparent;*/
background:url("images/down_left_top.png") no-repeat scroll  left -5px white;
/*background:url("images/leftcorner.png") no-repeat scroll top left transparent;*/
height:41px;//37
z-index:1;
 //padding-left: 12px;
}

ul.nice-menu-down li.menuparent ul li.first{
margin-top:11px;

}
ul.nice-menu-down li.menuparent ul li.menuparent ul li.first{
margin-top:0px;

}
ul.nice-menu-down li.menuparent ul li.menuparent ul
{
  
    margin-top: -9px;
}
ul.nice-menu-down li.menuparent ul li.last{
margin-bottom:11px;
}



ul.nice-menu-down li.menuparent ul li/*,ul.nice-menu-down li.menuparent ul li:hover*/{
//background:url("images/subnav_bg.png") repeat-y scroll 0 0 white;
width:218px;
color:#3375AB;
}

ul.nice-menu-down li.menuparent ul li:hover a{
	//background: #f2f2f2 !important;
	height: 25px !important;
       color:#82c2e6 !important;
}
ul.nice-menu-down li.menuparent ul li a{
 color:#004b95;
}

ul.nice-menu-down li.menuparent ul .menu-column{
 background: url("images/one_pixel.png") repeat-x scroll 0 bottom transparent;
}
ul.nice-menu-down li.menuparent ul{
    background: url("images/up_right_corner.png") no-repeat scroll right -4px transparent;
    padding-top: 6px;
}
ul.nice-menu-down li.menuparent ul #left-border-middle{
   /*   background: url("images/left_bg_menu.png") no-repeat scroll left bottom transparent;*/
  /* background:white;*/
  background: url("images/down_left.png") no-repeat scroll left bottom transparent;
  /* background: url("images/downleft_corner.png") no-repeat scroll left bottom transparent;*/

}
ul.nice-menu-down li.menuparent ul #right-border-middle{
  background: url("images/down_right.png") no-repeat scroll left bottom transparent;
  /* background: url("images/downright_corner.png") no-repeat scroll left bottom transparent;*/

}
ul.nice-menu-down li.menuparent ul #down_center{
 background: url("images/one_pixel.png") repeat-x scroll 0 bottom transparent;
}
ul.nice-menu-down li.menuparent ul #menu-column-1 li a{
//background: none repeat scroll 0 0 transparent;
}
ul.nice-menu-down li.menuparent ul #menu-column-2 li a{
//background: none repeat scroll 0 0 transparent;
}
//??
ul.nice-menu li.menuparent ul li.active-trail{
  //background: url("images/menu-li-stile.png") no-repeat scroll left 11px transparent;
  
}
ul.nice-menu li.menuparent ul li a{
}
ul.nice-menu ul {
//background:url("images/subnav_top.png") no-repeat scroll right top transparent !important;
border:0 none;
clear:left;
list-style-type:none;
margin:10px 0 0 0; 
padding:0;
width:218px;
z-index:-1;


}
ul.nice-menu-down li.menuparent ul div.menu-column li{
background: none repeat scroll 0 0 transparent;
}
ul.nice-menu-down li.menuparent ul div.menu-column li a{
         background: url("images/menu-li-stile.png") no-repeat scroll left 11px transparent;
         color: #3375AB;
         font-weight: normal;
         
}
ul.nice-menu-down li.menuparent ul div.menu-column li:hover a{
 background: url("images/menu-li-active-stile.png") no-repeat scroll left 11px transparent;
 font-weight: normal;
}
ul.nice-menu li.menuparent ul li a
{
//background:#fff !important;
margin:0 0 0 4px;
padding:5px 0 5px 15px;
width:195px;
text-align:left;
}

.body_internal ul.nice-menu li.menuparent ul li a{
	width:175px;
}

ul.nice-menu li.menuparent ul li
{
margin:0px;
padding:0px;
}

ul.nice-menu li.menuparent ul li:hover{
	list-style-image:url("/sites/all/themes/tanagra/images/footer-menu-li-arrow.gif");
}

.body_internal .page_wrapper{
/*background:none repeat scroll 0 0 #FFFFFF;*/
/*margin-left:31px;*/
    position: relative;
    width: 929px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

.body_internal .page_wrapper .content-page{
/*	background:none repeat scroll 0 0 #FFFFFF;*/
	   background: url("/sites/all/themes/tanagra/images/bg_content.jpg") no-repeat scroll right 0 #FFFFFF;
    width: 576px;
    min-height:660px;
}

.body_internal .left-corner{
/*background:url("images/internal_left_corner.jpg") repeat-x scroll 0 0 transparent;*/
} 
.block-menumenu1 {
float:left;
}
.top_img{
width: 929px;
float:left;
height:224px;
}
.block-nice_menusmain_menu{
widtg:610px;
}
.body_internal{
/*background:url("images/internal_bg.jpg") repeat-x scroll 0 0 transparent;*/
}
.body_internal .webform-client-form .resizable-textarea textarea{
background:url("images/few_words_internal.png") no-repeat scroll 0 0 transparent;
border:medium none;
float:left;
height:39px;
margin-left:2px;
padding-left:10px;
padding-right:10px;
width:160px;
 overflow: hidden;
}
.body_internal .webform-client-form .webform-component-textarea{
width:245px;


}
.body_internal .webform-client-form #webform-component-few-words .resizable-textarea{
width:180px;
}
.body_internal .webform-client-form input{
  /* background: url("images/contact_internal_input.png") no-repeat scroll 0 0 transparent;*/
    background: url("images/input_page.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #494949;
    float: left;
    font: 12px/100% arial,sans-serif;
    height: 21px;
    margin-left: 10px;
    padding-left: 10px;
    width: 172px;
}
.body_internal .webform-client-form .form-item label{

    color: #306B9E;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
   }
.body_internal .webform-client-form #edit-actions .form-submit{
margin-right:22px;
 position: relative;
}
.body_home .webform-client-form #webform-component-few-words{
margin-bottom:0px;
}
.body_internal .block-webform .node .content p
{
color:#0c4a82;
}
#webform-client-form-18 .webform-component{
    width: auto;
}
#contact_wrapper #center .node .content .webform-client-form .webform-component label {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 0;
    width: 110px;
    margin-top: 20px;
    margin-bottom: 5px;
}
#contact_wrapper #center .node .content .webform-client-form .webform-component input{
    height: 52px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding: 0;
    width: 283px;
    background: url("images/contact-input-bg.png") no-repeat scroll 0 8px transparent;
    border: medium none;
    font-size: 15px;
}

#contact_wrapper #center .node .content .webform-client-form .webform-component input:hover{
    background: url("images/contact-input-bg-focus.png") no-repeat scroll -3px 3px transparent;
}
#contact_wrapper #center .node .content .webform-client-form .webform-component textarea{
    border: medium none;
    height: 111px;
    width: 383px;
    background: url("images/contact-msg-bg.png") no-repeat scroll 0 0 transparent;


}
#webform-client-form-22 .webform-component textarea {
    background: url("images/contact_page_textarea.png") no-repeat scroll 0 0 transparent;
    height: 117px;
    width: 451px;
}
#contact_wrapper #center .node .content .webform-client-form .webform-component .resizable-textarea{
float:left;
width:471px;
}
#contact_wrapper #center .node .content .webform-client-form  #edit-submit{
    background: url("images/contact-bt-bg.png") no-repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    margin: 0 30px 0 0;
    padding: 0;
    width: 140px;
    text-indent: 0;
}
.top_company {
    background: url("images/company_top.gif") no-repeat scroll 0 0 transparent;
    height: 254px;
    padding: 0 !important;
    width: 929px;
}

#mygallery-paginate {
    margin-left: -125px;
    top:80px;
/*    top:190px;*/
    position: relative;
    left:50%;
}
.body_home #mygallery-paginate {
*left:0;
}
.cs-buttons{
background:url("images/circle.png") no-repeat scroll 0 0 transparent;

}

.slide_down {
    color: #0173BA;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-top: 16px;
}
#wrapper_slide {
    float: right;
    height: 343px;
    width: 682px;
}

#wrapper_slide #wrapper {
    float: right;
    height: 343px;
    width: 682px;
}
}
.view_conmany {
    float: left;
    width: 190px;

}
.view-company-site {
    height: 410px;
  margin-left: -11px;
    width: 891px;
  border-bottom:1px solid #9cd0ef;
}

.view-company-site .views-field-title .field-content {
    color: #0A599B;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0 !important;


}
.view-company-site .views-field-title{
 padding-top:0 !important;
}
.view-company-site .views-field-field-name-value {
  /*  color: #0A599B;
    font-size: 14px;
    font-weight: normal;
    margin-top:5px;*/

    color: #0A599B;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0 !important;

}
.view-company-site .views-field-field-description-value {
    font-size: 12px !important;

    line-height: 16px;
}
.view-company-site .views-field-field-description-value p{
    font-size: 12px !important;
}

.view-company-site .views-field-field-link-url a{
color:#0a599b;
    font-size: 12px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
 border: medium none;
/*overflow: scroll; leave this value alone*/
width: 388px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
margin-left: 14px;
    margin-top: 0;
    top:33px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 16px; /*margin around each panel*/
width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 80px;
}
.field-field-image-url{
display:none;
}
.field-field-image-url-web{
display:none;
}
#webform-client-form-17 #switch_edit-submitted-few-words{
 display: none !important;

}

.boat {
    left: 645px;
    position: absolute;
    top: 147px;
    z-index: 20;
}

#block-webform-client-block-17 p {
    color: #494949;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.block-webform .node .desc_contact{
line-height: 16px;
 margin-bottom: 15px !important;

    margin-top: 10px !important;


}
.corner {
    left: 947px;
    position: absolute;
    top: 215px;
    z-index: 20;
}
.corner1 {
    left: 947px;
    position: absolute;
    top: 249px;
    z-index: 20;
}
.slide{
float: left;
}
.anim{
float: right;

}

.tantext {
line-height: 22px;
}

.slide .stepcarousel {
top:0;
}

.slide #mygallery-paginate {
top:0;
margin-left: -133px !important;
*margin-left:100px !important;
}

.panel:hover {cursor: pointer}

#wrapper #center .breadcrumb .breadcrumb {
padding-bottom:0;
    background: url("images/bread.jpg") no-repeat scroll 0 0 transparent;
    line-height: 21px;
    height: 31px;
    padding-left: 14px;
    padding-top: 4px;
    width: 629px;
    left: 31px;
    top: 224px;
    color:#529AD6;
	float:left;
	height:31px;
	margin-left:-31px;
	padding-bottom:0;
    margin-top: 1px;
}

#wrapper #center .breadcrumb .breadcrumb span
{
 padding-left: 19px;
  padding-right: 19px;
 float:none;
}

#wrapper #center .breadcrumb .breadcrumb a{
   background: url("images/bcr.gif") no-repeat scroll right center transparent;
    padding-left: 19px;
    padding-right: 19px;

}

#wrapper #center .breadcrumb .breadcrumb a:last-child{
background: none;
padding-left:19px;
}
#node-22{
}
#webform-client-form-22 .webform-component{
}
#webform-client-form-22 .webform-componen lable{
    color: #306B9E;
    font-size: 14px;
    font-weight: normal;
    margin-right: 32px;
    width: 70px;
}
#webform-client-form-22 .webform-component input {
    height: 21px;
    margin-top: 4px;
    width: 183px;
 padding-left: 10px;
 background: url("images/contact_page_input.png") no-repeat scroll 0 0 transparent;
}

.view_conmany {
    float: left;
    width: 190px;
}

.special  a:hover{text-decoration: none;}
.special  a {color:#0C4A82}

.page-top #top_text,#search-key-title
{
    // color: #FFFFFF;
    float: left;
    //font-size: 22px;
    line-height: 28px;
    margin-left: 32px;
    margin-top: -181px;
    text-align: left;
    word-spacing: 4px;
    z-index: 1;
}
.page-top #top_text h5,#search-key-title h5
{
font-weight: bold;
  margin-bottom: 28px;
  font-family: Tahoma;
  color: #FFFFFF;
  font-size: 22px;
}
.top_company .text {
    color: #FFFFFF;
    font-size: 26px;
    margin: 0 auto 0;
    padding-top: 30px;
    text-align: center;
    width: 495px;
}

.slide #mygallery .panel{
     color: #FFFFFF;
    font-family: Tahoma;
    font-size: 31px;
    line-height: 1.25;
    margin-top:75px;
}
ul li.expanded
{
background:none;
list-style:none;
 }
ul li, ul.menu li, .item-list ul li, li.leaf
{
margin:0px;
padding:0px;
}
.site-map-front-page h2,.site-map-menus h2
{
display:none;
}

.body_home .anim embed{
/*	quality: high;*/
}

#block-views-Clients-block_1{
/*	position: absolute;
	top: 86px;
	left: 21px;
	width: 927px;*/
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-container-horizontal{
    padding: 20px 0px;
    width: 897px;
	bottom: -20px;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-clip-horizontal{
    width: 853px;
	margin-left: auto;
    margin-right: auto;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-item{
	padding: 0;
	height: 80px;
	overflow: hidden;
	border: 0px;
	list-style: none;
	background: transparent;
	width: auto;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-item img{
	background: no-repeat scroll 0 0 transparent;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-item .views-field-field-image-fid{
	width: auto;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-prev{
    background-image: url("/sites/all/themes/tanagra/images/rarray.png");
	height: 28px;
	width: 21px;
	top: 44px;
	left: -16px;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-prev:hover{
	background-position: 0 0;
}

#block-views-Clients-block_1 .jcarousel-skin-default .jcarousel-next{
    background-image: url("/sites/all/themes/tanagra/images/larray.png");
	height: 28px;
	width: 21px;
	top: 44px;
	background-position: 0 -28px;
	right: -16px;
}

.view-Full-Portfolio  td{
	width: 267px;
	padding: 15px;
}

.view-Full-Portfolio  img{
	max-width: 267px;
	border: 1px solid #c3c3c3;
}

.view-Full-Portfolio .views-field-field-image-2-fid, .view-Full-Portfolio .views-field-field-image3-fid{
	display: none;
}

#node-18 .field-field-description {
    background-image: url("/sites/all/themes/tanagra/images/contact_details_bg.png");
    background-position: 0 188px;
    background-repeat: no-repeat;
    height: 530px;
    padding: 46px 31px 0;
    position: relative;
    right: -630px;
    top: -318px;
    width: 205px;
}

#node-18 .field-field-description .field-label{
	color: #0c4a82;
	font-size:200%;
	font-weight: normal;
}

#node-18 #contact-us-icon {
    background-image: url("/sites/all/themes/tanagra/images/contact_us_icon.png");
    background-repeat: no-repeat;
    height: 40px;
    left: -13px;
    position: relative;
    top: -30px;
    width: 50px;
}

.Copy_Right_Clients_Pages{
	margin-top: -6px;
	margin-left: 140px;
}

.bottomlines {
 //   background-image: url("/sites/all/themes/tanagra/images/keywords_bg.png");
 //   background-repeat: no-repeat;
    border-top: 1px solid #E0E0E0;
    min-height: 145px;
    padding-left: 20px;
    padding-top: 5px;
	width: 560px;
    float: left;

}
.keywords-title{
	font-weight: bold;
	color: #1a425a;
	font-size: 17px;
}

.box h2{
	font-family: Tahoma;
	font-weight: normal;
	color: #0c4a82;
	font-size: 23px;
}

.box title{
	color: #1580b9;
}

.search-results dt {
	font-family: Arial;
	font-weight: bold;
	color: #1580b9;
	font-size: 17px;
}

.search-results dd {

}

#search-region #search-block-form .container-inline{
/*	margin-top: -25px;*/
    width: auto;
	float:left;
}

#search-region-he #search-block-form .container-inline{
/*	margin-top: -25px;*/
	width: 160px;
	float:left;
}

#search-region #search-block-form .container-inline .form-submit {
    background-color: transparent;
    background-image: url("/sites/all/themes/tanagra/images/circle-bt.png");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    height: 24px;
    margin: 0 0 0 -13px;
    width: 24px;
}

#search-region-he #search-block-form .container-inline .form-submit{
    background-color: transparent;
    background-image: url("/sites/all/themes/tanagra/images/search-btn-he.gif");
    background-repeat: no-repeat;
    border: none;
    height: 22px;
    width: 24px;
	margin: 0 0 0 -10px;
	float:right;
}

#search-region #search-block-form .container-inline #edit-search-block-form-1 {
    background: url("/sites/all/themes/tanagra/images/search-box-bg1.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #1783C9;
    float: left;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    height: 22px;
    padding-left: 10px;
    width: 151px;
}

#search-region-he #search-block-form .container-inline #edit-search-block-form-1{
    background-repeat: no-repeat;
    background-image: url("/sites/all/themes/tanagra/images/search-fld-he.gif");
    border: none;
    height: 22px;
    width: 115px;
	float:right;
	padding-right: 10px;
	font-size: 15px;
	color: #1783c9;
	font-style: italic;
	font-weight: bold;
}

#search-region #search-block-form .container-inline #edit-search-block-form-1-wrapper{
    margin-right: -4px;
	margin-top:0px;
	float:left;
}

#search-region-he #search-block-form .container-inline #edit-search-block-form-1-wrapper{
    margin-right: -4px;
	margin-top:0px;
/*	float:right;*/
}

#search-region .block-searchsearch-box h2, #search-region .block-searchsearch-box label{
	display: none;
}

#search-region-he .block-searchsearch-box h2, #search-region-he .block-searchsearch-box label{
	display: none;
}

#search-region{
    height: 33px;
    padding-top: 7px;
    position: relative;
    width: 100%;	
}

#search-region-he{
    bottom: 12px;
    position: relative;
    right: 563px;
    width: 160px !important;
    height: 25px;
}

#search-region .block-searchsearch-box{
	width: 160px !important;
}

#search-region-he .block-searchsearch-box{
	width: 160px !important;
}


#search-block-form fieldset.collapsed{
	display: none;
}
#block-block-24{
	margin-left: 8px !important;
	margin-top: 10px;
}

.view-Full-Portfolio {
    background: none repeat scroll 0 0 white;
    float: left;
    margin-left: -15px;
    margin-top: -9px;
}

#TB_window img#TB_Image {
    border: 0 solid #CCCCCC;
    display: block;
    margin: 15px 0 0 15px;
}

.block-nice_menusmain_menu{
	line-height: 1;
}

#views_slideshow_singleframe_teaser_section_Our_Clients-block_1{
	width: 292px !important;
}

#views_slideshow_singleframe_teaser_section_Our_Clients-block_1 .views_slideshow_singleframe_slide .views-row {
	float: left;
	padding-left: 10px;
}

#block-views-Our_Clients-block_1 h2{
    background: url("images/clients_title.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin-left: 20px;
    margin-top: 12px;
    color: #0C4A82;
    font-size: 20px;
    font-weight: bold;
    height: 29px;
    padding-left: 48px;
    padding-top: 8px;
    width: 200px;
}

#block-views-Our_Clients-block_1 .content{
	padding: 10px 0 0 10px;
}

#block-locale-0 {
    left: 0;
    position: absolute;
    width: auto;
}

#block-locale-0 .active{
}

#block-locale-0 .language-link{
/*	color: transparent;*/
}

#search-region-he #block-locale-0 {
    left: -46px;
    top: -25px;
}

#potfolio-btn {
    background: url("images/portfolio-btn.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 30px;
   /* margin-top: -13px;*/
    width: 220px;
	margin-right: -30px;
}

#wrapper #container .breadcrumb a:hover {
	cursor: pointer;
}

#wrapper #center .page_wrapper .clear-block pre{
	display: none;
}

.view-Full-Portfolio .views-field-field-name-value span{
	color: #3574ac;
	font-family: Arial;
	font-size: 16px;
}
.view-Full-Portfolio .views-field-field-image1-fid span{
	background-image: url("/sites/all/themes/tanagra/images/portfolio-shadow.gif");
    background-size: 273px 6px;
}

.our-clients-frontpage img{
	max-width: 117px !important;
	max-height: 45px !important;
}

.content-top{
	/*background: url("/sites/all/themes/tanagra/images/content-top.png") no-repeat;
	height: 26px;
    width: 930px;*/
/* background: url("/sites/all/themes/tanagra/images/top_bg_center.png") no-repeat scroll 0 0 transparent;*/
    height: 13px;
    width: 929px;
      background: url("/sites/all/themes/tanagra/images/top_bg_page_center.png") no-repeat scroll 0 0 transparent;
      float: left;
}

.clear-block .content-page-wrap .content-bottom {
  /*  background: url("/sites/all/themes/tanagra/images/content-bottom.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    margin-left: -31px;
    width: 930px;*/
    background:none;
}

.clear-block .content-bottom {
    background: url("/sites/all/themes/tanagra/images/content-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -26px;
    height: 26px;
    position: relative;
    width: 930px;
}

.page-top{
    height: 224px;
}

.breadcrumb {
    margin-top: -13px;
}

.content-page-wrap{
    min-height: 455px;
    background: none repeat scroll 0 0 white;
    float: right;
    width: 929px;
}

.content-page-wrap .box{
    width: 568px;
}

.content-page-wrap .node{
    width: 568px;
	min-height: 450px;
}

.content-page-wrap .rightpage .node{
    width: 200px;
}

.content-page .search-form label{
	visibility: hidden;
}

#wrap-top{
    background-image: url("/sites/all/themes/tanagra/images/upper_background.png");
    background-repeat: repeat-x;
    height: 40px;
    position: relative;
    z-index: 100;

}

#wrap-top .top{
	max-width: 930px;
    margin: auto;
}

#wrap-center{
    background-image: url("/sites/all/themes/tanagra/images/main-wrap-bg.png");
    background-position: 0 0;
    background-repeat: repeat;
    height: 674px;
}


#main-center{
    background-image: url("/sites/all/themes/tanagra/images/home_bg-1500.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 674px;
}
#wrap-center #center{
	max-width: 930px;
    margin: auto;
	float: none !important;
}

#wrap-bottom{
    background-image: url("/sites/all/themes/tanagra/images/middle_background.png");
    background-repeat: repeat-x;
    height: 319px;
}

#wrap-bottom #bottom{
	width: 930px;
    margin: auto;
	height: 319px;
}


#wrap-bottom #bottom #bottom-content{
    float: left;
    height: 319px;
    margin: -29px auto auto;
    width: 930px;
}
#wrap-footer{
    height: 207px;
    background: none repeat scroll 0 0 white;	
}

#wrapper #container #wrap-footer #footer{
/*	max-width: 930px;*/
    background: url("images/fotter-bg.jpg") no-repeat scroll 30px  0 transparent;
    clear: none !important;
    height: 207px;
    margin: auto;
    padding-top: 0;
    text-align: left;
    width: 1200px;
}

#wrap-footer #footer #footer-content{
    float: left;
    height: 100%;
    width: 100%;
}
#wrap-footer #footer.home #footer-content{
    margin-top: -29px;
}


.body_home .body_warrper{
    float: left;
}

/*.top .nice-menu li a:hover{
	background-color: #f7f9fa !important;
}*/


#bottom_content {
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 31px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 20px;
    width: 100%;
	height: 200px;
}
#bottom #bottom_content .bottom_content_text{
    float: left;
    margin-right: 30px;
    width: 600px;
}

#bottom #bottom_content .bottom_content_text .content{
    float: left;
    width: 612px;
}

#bottom_content .bottom_content_text .content .bottom_left_main{
    float: left;
    width: 293px;
}

#bottom_content .bottom_content_text .content .bottom_left_main .title{
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    width: 252px;
}
#bottom_content .bottom_content_text .bottom_left_main ul{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 283px;
}
#bottom_content .bottom_content_text .bottom_left_main ul li{
    background: url("/sites/all/themes/tanagra/images/bottom-lefr-li-bg.png") no-repeat scroll 0 0 transparent;
    color: #408BC2;
    float: left;
    font-size: 12px;
    height: 17px;
    margin: 3px;
    padding-top: 3px;
    width: 167px;
cursor: pointer;

}
#bottom_content .bottom_content_text .bottom_left_main ul li:hover{
    background: url("/sites/all/themes/tanagra/images/bottom-lefr-li-bg-hover.png") no-repeat scroll 0 0 transparent;
cursor: pointer;

}
#bottom_content .bottom_content_text .bottom_left_main ul li span{
    float: left;
    font-size: 12px;
   padding-left: 17px;
}



#bottom_content .bottom_content_text .middle{
    color: #CDDAE2;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 284px;
    margin-left: 23px;
}

#bottom #bottom_content .bottom_content_facebook{
    width: 300px;
    display: inline;
    float: left;
    margin-top: -20px;
}


.tantext:hover{
	 text-decoration:underline;
}

.fb_iframe_widget{
	padding: 10px;
    width: 280px;
    display: inline;
    float: left;
}

#block-block-28 p, #block-block-30 p{
	margin: 0px;
}

/*#facebook-body{
	background-image: url("/sites/all/themes/tanagra/images/facebook-body.png");
}*/

#facebook {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 285px 260px;
}

#footer #block-menu-menu-footermap{
/*    padding-left: 150px;*/
}

#footer .block-menu ul.menu{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.footer .block-menu h2{
    border-bottom: 2px solid #208BC5;
    color: #0A334B;
    font-size: 18px;
}

.footer .block-menu li {
    list-style-image: url("/sites/all/themes/tanagra/images/footer-menu-li-arrow-en.gif");
    margin-left: 18px;
}
#footer .block-menu li{
    margin-left: 13px;
}

.footer .block-menu li a{
	color: #777777;
    font-family: arial;
}


#node-97, #node-98{
	display: none;
}

.bottomlines .tag{
	border-left: 1px solid #2B2B2B;
    display: inline-block;
    height: 11px;
    line-height: 8px;
    padding-left: 8px;
}

.bottomlines .tag-img{
	width: 1px; 
	height: 10px; 
	padding: 0 10px;
}
.body_top h1{
    color: #064E93;
    font-family: Tahoma;
    font-size: 32px;
    line-height: 1.25;
    margin: 54px 0 0 15px;
    width: 388px;
}

.body_top a{
    color: #077ab9;
    font-family: Tahoma;
    font-size: 14px;
    margin-left: 15px;
	}
.wrap-center-landing{

}
.textlanding{

}
#top_text{
  color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 18px;
    text-align: center;
}
#wrap-center-landing-bg{
 background: url("/sites/all/themes/tanagra/images/bg_landing.png") repeat scroll 0 0 transparent;
    height: 792px;
    margin: 0 auto;
   width: 100%;
}

#landing ul{
 font-size: 20px;
    font-weight: bold;
}
#landing li{
  font-size: 18px;
 font-style: italic;
  padding: 3px;
  margin-right: 40px;
  list-style-image: url("/sites/all/themes/tanagra/images/bullet.png");
}
#landing{
  color: black;
    font-family: arial;
    width: 500px;
   margin-right: -45px;
}
.texts{
 font-size: 15px;
 margin-top: 20px;
 letter-spacing: 0.5px;
 margin-right: 22px;
}
#landing_flash{
  float: left;

}
#footer_logo{
    background: url("/sites/all/themes/tanagra/images/drupal-logo.png") repeat scroll 0 0 transparent;
    height: 124px;
    left: 227px;
    position: relative;
    top: 561px;
    width: 1287px;
}
.body_landing{
    background-color: #FFFFFF !important;
}
.body_landing #wrap-center{
    background: url("/sites/all/themes/tanagra/images/rleftbg.png") repeat-x scroll 0 0 transparent;
    height: 792px;
}
#content_left_landing .form-item input.error, .form-item textarea.error{
  width: 181px;
}
.node ul li{
 list-style: disc outside none;
    margin-right: 1.5em;
}
.facebook_page {
    float: left;
}
.content-client .content-top {
 background: url("/sites/all/themes/tanagra/images/content-top.png") no-repeat scroll 0 0 transparent;
}
.body_internal .page_wrapper .content-client .content-page {
    background: none repeat scroll 0 0 white;
}
.facebook_page #facebook .fbConnectWidgetTopmost {
 border-style: hidden;
}
.facebook_page #facebook{
 background-image: none;
  float: left;
} 
.facebook_page #facebook #facebook-logo img{
  display: none !important;
}
/*#content_right_facebook #facebook #facebook-logo{
    background: url("images/img_facebook-he.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    margin-left: -8px;
    margin-top: 73px;
}*/
.facebook_page #facebook #facebook-logo{
    background: url("images/img_facebook.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 0;
    margin-left: 13px;
    width: 283px !important;
    margin-top: 75px;
    margin-bottom: 12px;
} 
*:focus  
{  
    outline: none;  
}
#text1{
}
#text2{
}

.view-header a{
}
.block-views .view-Our-Clients .view-header{
float: right;
}
ul.nice-menu-down li.menuparent ul .menu-column {
 float: left;
}
ul.nice-menu-down li.menuparent ul .menu-border{
 float: left;
}
.wiki{
  padding: 17px;
  width: 255px;
}
.wiki .wikiimg {
   float: left;
    height: 88px;
    padding: 10px 10px 10px 0;
    width: 123px;
}
.wiki .abstract {
    font-family: tahoma;
    font-size: 12px;
    line-height: 1.5;
}

.wiki .wiki_link a{
    background: url("images/wiki_more.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 23px;
    margin-top: 11px;
    text-indent: -999px;
    width: 86px;

}
.wiki .wikiterm h2{
 color: #3374AB;
    font-size: 14px;
    font-weight: bold;
}
.text_wiki{
   background: url("images/wiki_text.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin-left: 13px;
    width: 283px;
}
#search-form #edit-submit-1, #search-form #edit-submit{
   background: url("images/click_search.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 26px;
    text-indent: -999px;
    width: 27px;
    margin-left: -4px
}


#edit-keys-wrapper{
}
.container-inline{
 float: right;
}
#edit-keys{
    background: url("images/box_search.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    font-style: italic;
    height: 26px;
    padding-left: 5px;
    width: 101px;
     float: left;
}
#search-key-title{
 top: 0;
}
#top_img_search{
   background: url("images/b4-2.jpg") no-repeat scroll 0 0 transparent;
}
.content-page h3 {
 color: #348FC8;
    font-family: Tahoma;
    font-size: 20px;
    line-height: 26px;
}
.content-page h4 {
 color: #348FC8;
    font-family: Tahoma;
    font-size: 18px;
    line-height: 26px;
}
.content-page h5 {
 color: #348FC8;
    font-family: Tahoma;
    font-size: 17px;
    line-height: 26px;
}
.content-page h6 {
 color: #348FC8;
    font-family: Tahoma;
    font-size: 15px;
    line-height: 26px;
}
.content-page h7 {
 color: #348FC8;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 26px;
}

#search-region .search-box {
    position: absolute;
    right: 0;
    width: auto;
}

#search-region .search-box #search-block-form{
    margin-bottom: 0;
}
}

#search-region .lang_block{
    position: absolute;
    left: 0;
    width: auto;
}

.lang_block  ul{
    float: left;
    height: 12px;
    padding: 0;;
}

.lang_block  ul li{
    float: left;
    height: 12px;
    margin-left: 3px;
    padding-left: 3px;
}


.lang_block  ul li.first{
    margin-left: 0px;
    padding-left: 0px;
}
.lang_block  ul li a img{
    border-left: 1px solid gray;
    height: 12px;
    padding-left: 4px;
}

.lang_block  ul li.first a img{
    border-left: none;
    padding-left: 0px;
}
.lang_block  ul li a{
    float: left;
}

#search-region .contact_bt{
    height: 24px;
    position: absolute;
    right: 172px;
    width: auto;
}


#search-region .contact_bt .content{
    float: left;
    width: 100%;
}


#search-region .contact_bt p{
	margin:0;
	padding:0;
}
#search-region .contact_bt a{
    background: none repeat scroll 0 0 #769F11;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    text-align: center;
    width: 97px;

}

#search-region .contact_bt a.facebook{
    background: url("images/facebook-icon.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 24px;
    margin-right: 3px;
    width: 24px;

}

.wrapper-fr #search-region .contact_bt a.facebook{
    background: url("images/facebook-icon.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 24px;
    margin-right: 4px;
    width: 24px;

}

.om-maximenu{
    float: right;
    margin-top: 17px;
}
.om-maximenu ul.om-menu  {
    background-color: #1B85BE;
    border-radius: 3px 3px 3px 3px;
}

.om-maximenu ul li.om-leaf a.om-link {
    color: white;
    float: left;
    font-size: 14px;
    height: 32px;
    margin-top: -8px;
}

.om-maximenu ul li.om-leaf{
    border-right: 1px solid #8BB6D5;
    height: 16px;
    margin-right: -1px;
    margin-top: 8px;
    position: static;
}



.om-maximenu-simple > ul li.om-leaf:hover a{
    background: url("images/main-menu-arrow.png") no-repeat scroll center bottom transparent;
}

.block-om_maximenu .om-maximenu-content {
    left: auto;
    right: 0;
    margin-top: 2px;
}
.block-om_maximenu .om-maximenu-middle {
    border-radius: 6px 6px 6px 6px;

	-moz-box-shadow: 2px 3px 5px #4F5B5B;
	-webkit-box-shadow: 2px 3px 5px#4F5B5B;
    box-shadow: 2px 3px 3px #4F5B5B;
    width: 930px;;
}

.block-om_maximenu .om-maximenu-content .block-views {
    float: left;
    min-height: 206px;
    width: 260px;

}

.block-om_maximenu .om-maximenu-content .block-views .content{
    float: left;
    margin-top: 20px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}
.block-om_maximenu .om-maximenu-content .block-views .view-content{
    float: left;
    width: 233px;
}

.block-om_maximenu .om-maximenu-content .block-views .view-content .views-field-title span{
    padding-left: 0;
}

.block-om_maximenu .om-maximenu-content .block-views .view-content .views-field-title a{
    color: #0C4A82;
    font-size: 16px;
    font-weight: bold;
}

.block-om_maximenu .om-maximenu-content .block-views .view-content .views-field-field-page-title-description-value{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height:12px;



}
.block-om_maximenu .om-maximenu-content .block-menu_block {
    float: left;
    width: 670px;;
}


.block-om_maximenu .om-maximenu-content .block-menu_block .content{
    float: left;
     padding: 15px 0 15px 10px;
    width: 578px;
}

.block-om_maximenu .om-maximenu-content .block-menu_block .content ul li a {

}

.block-om_maximenu .om-maximenu-content .block-menu_block .content ul li a:hover {
    color: #00294a;
    text-decoration: none;
}

.block-om_maximenu .om-maximenu-content .block-menu_block .menu{
    margin: 0;
    width: 650px;
}

.block-om_maximenu .om-maximenu-content .block-menu_block .menu li{
    float: left;
    width: 195px;
}

.wrapper-fr .block-om_maximenu .om-maximenu-content .block-menu_block .menu li{
    
    width: 314px;
}


.block-om_maximenu .om-maximenu-content .block-menu_block ul.menu > li > ul.menu{
    width: 172px;
}

.block-om_maximenu .om-maximenu-content .block-menu_block ul.menu > li > ul.menu >li{
     
}

.block-om_maximenu .om-maximenu-content .block-menu_block .menu li.expanded li {
    border-bottom: medium none;
    margin-left: 0;
    margin-right: 0;
    width: 195px;
}

.wrapper-fr .block-om_maximenu .om-maximenu-content .block-menu_block .menu li.expanded li {
        width: 314px;
}



.block-om_maximenu .om-maximenu-content .block-menu_block .menu li.expanded > a{
    font-size: 16px;
    font-weight: bold;
    color:#032947;
}


.block-om_maximenu .om-maximenu-content .block-menu_block .menu li.expanded li a.active-trail{
    color: #0C4A82;
}



#contact_wrapper{
    background: none repeat scroll 0 0 white;
    width: 773px;
}

#contact_wrapper #center{

}

#contact_wrapper #center .node{

}

#contact_wrapper #center .node .content{
    margin: 0;
}


#contact_wrapper #center .node .content .webform-client-form{
     float: right;
    padding: 0 20px 20px;
    width: 414px;
    margin-bottom: 0;
}
#contact_wrapper #center .node .content .contact_details{
    background: url("images/contact-right-bg.jpg") no-repeat scroll right bottom transparent;
    float: right;
    height: 441px;
    padding: 10px 20px 20px 90px;
    width: 208px;

}

#contact_wrapper #center .node .content .contact_details h2{

    color: #007BBA;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    margin-top: 3px;

}

#contact_wrapper #center .node .content .contact_details .text{
   color: #999999;
    font-size: 12px;
    font-weight: bold;
}

#contact_wrapper #center .node .content .contact_details .number{
    color: #666666;
    font-size: 22px;
    padding-top: 8px;
}

#contact_wrapper #center .node .content .contact_details .address{
    color: #007BBA;
    font-size: 22px;
    line-height: 33px;
}
#contact_wrapper #center .node .content .contact_details .sharing-content{
    float: right;
    height: 55px;
    width: 173px;
    margin-top: 14px;

}
#contact_wrapper #center .node .content .contact_details .section.sharing {
    padding-bottom: 15px;
    padding-top: 7px;
}

#contact_wrapper #center .node .content .contact_details .section.phone {
    margin-top: -4px;
    padding-bottom: 20px;
}


#contact_wrapper #center .node .content .contact_details .section.email {
    padding-bottom: 20px;
    padding-top: 21px;
}
#contact_wrapper #center .node .content .contact_details .section.sharing {
    border-bottom: none;

}

#contact_wrapper #center .node .content .contact_details .sharing-content a{
    margin: 11px 3px;
}


#contact_wrapper #center .node .content .contact_details .sharing-content a.facebook{
    background: url("images/contact-facebook-icon.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    float: right;
}

#contact_wrapper #center .node .content .contact_details .sharing-content a.twitter{
    background: url("images/contact-twtter-icon.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    float: right;
}
#contact_wrapper #center .node .content .contact_details .sharing-content a.youtube{
    background: url("images/contact-youtube-icon.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    float: right;
}
#contact_wrapper #center .node .content .contact_details .sharing-content a.linkin{
    background: url("images/contact-linkin-icon.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    float: right;
}

#contact_wrapper #center .node .content .webform-client-form h2{

    color: #007BBA;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;

}

#TB_title {
    background-color: white;
}

#TB_closeAjaxWindow{
    background: url("images/contact-close.png") no-repeat scroll 0 6px transparent;
    color: transparent;
    height: 20px;
    margin-right: 5px;
    margin-top: 0;
    padding: 0;
    width: 55px;
}

#TB_closeAjaxWindow a{
    color: transparent !important;
    float: right;
    height: 18px;
    margin-right: 0;
    margin-top: 0;
    width: 55px;

}

#facebook p{
margin:0;
    width: 283px;
}

#main-center.inner{
    background-image: none;
 height: auto;
}

#wrap-center.inner{
    background: url("/sites/all/themes/tanagra/images/inner-page-wrap-bg.png") repeat-x scroll 0 0 #5C96C3;
    min-height: 1300px;
}
#main-content{

}

#main-content .node .content{
    margin: 0;
}



#main-content{
    background: none repeat scroll 0 0 white;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 20px;
    width: 930px;
}

#main-content .page-content{
    float: left;
    padding: 20px 35px 20px 20px;
    width: 581px;;
    background: url("/sites/all/themes/tanagra/images/inner-bg-content.jpg") no-repeat scroll right top  transparent;
    min-height: 400px;
}


#main-content .page-content .node{

    //min-height: 585px;
}
#main-content .rightpage{

     float: left;
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 25px;
    position: relative;
    width: 254px;

}

#center .main-top{
    float: left;
    height: 169px;
    position: relative;
    width: 100%;
}

#center .main-top .node.image img{
    bottom: 0;
    position: absolute;
    right: 0;
}


#center .main-top .navigation{
    float: left;
    width: 100%;
}

#center .main-top .page-top{
    float: left;
    height: auto;
	 
    width: 100%;
}
#center .main-top .page-top h1{
    bottom: 34px;
    color: #005684;
    float: left;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 32px;
    position: absolute;
   width: 65%;
}

#center .main-top .page-top .breadcrumb{
    bottom: 5px;
    color: #348FC8;
    float: left !important;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}

#center .main-top .page-top .breadcrumb a{
    background: url("/sites/all/themes/tanagra/images/breadcrumb-sep.png") no-repeat scroll right center transparent;
    color: #005684;
    float: left;
    font-size: 13px;
    margin-right: 6px;
    padding-right: 14px;
}

#center .main-top .page-top .breadcrumb span.active{
	display:none;
}


#main-content .rightpage .category_menu{

}

#main-content .rightpage .category_menu .title{
    color: #005684;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

#main-content .rightpage .category_menu > ul{
}

#main-content .rightpage .category_menu ul li a	{
    color: #1A84BE;
    font-size: 14px;
}


#main-content .rightpage .category_menu  ul  li  a.active	{
    color: #05294a;
}


#main-content .rightpage .category_menu > ul > li{
    color: #1A84BE;
}
#main-content .rightpage .category_menu > ul > li > a	{
    color: #1A84BE;
    font-size: 15px;
    font-weight: bold;
    float: left;
}


#main-content .rightpage .category_menu > ul > li > ul{
    margin-top: 10px;
    width: 100%;
}
#main-content .rightpage .category_menu > ul > li > ul > li{
    border-bottom: 1px dotted #DDE2E5;

}
#main-content .rightpage .category_menu > ul li ul > li > a{

}

#main-content .rightpage .category_menu > ul>  li > ul > li> {
}


#main-content .rightpage .category_menu > ul > li>  > ul > li > a{
}

#main-content .rightpage  .build_website{
    background: url("/sites/all/themes/tanagra/images/build_web_bg.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 134px;
    margin-top: 17px;
    position: relative;
    width: 254px;
}

#main-content .rightpage  .build_website .title{
    color: #303030;
    font-size: 20px;
    left: 104px;
    position: absolute;
    top: 25px;
}

#main-content .rightpage  .build_website a{
    background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    color: #FF5400;
    font-size: 16px;
    font-weight: bold;
    left: 106px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 135px;
}

#main-content .rightpage .our_guidelines{
    background: url("/sites/all/themes/tanagra/images/guidelines-bg-new.png") repeat scroll 0 0 transparent;
//    background: url("/sites/all/themes/tanagra/images/guidelines-he.png") no-repeat scroll right 0 transparent;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 113px;
    margin-top: 20px;
    padding: 15px 20px 20px;
    width: 214px;

}

#main-content .rightpage .our_guidelines h2{
    color: #05294A;
    font-size: 25px;
    margin-bottom: 5px;
}

#main-content .rightpage .our_guidelines .content{

}
#main-content .rightpage .our_guidelines .content li{
    background: url("/sites/all/themes/tanagra/images/guidelines-dot.png") no-repeat scroll 0 center transparent;
    color: #464646;
    float: left;
    font-size: 14px;
    line-height: 28px;
    list-style: none outside none;
    padding-left: 18px;
    width: 100%;


}

#wrapper.inner{
    background: url("/sites/all/themes/tanagra/images/inner-page-wrap-bg.png") repeat-x scroll 0 0 #5C96C3;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}

#wrapper.inner #center{
    height: 100%;
    margin: auto;
    position: relative;
    width: 930px;
}

#main-content .rightpage  .contact_us_sidebar{
    float: left;
    height: 100%;    margin-top: 15px;
    width: 254px;
}


#main-content .rightpage  .contact_us_sidebar .content{
    float: left;
    height: 100%;

}

#main-content .rightpage  .contact_us_sidebar a{
    background: url("/sites/all/themes/tanagra/images/contact-inner-right-bg.jpg") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 47px;
    margin-left: -6px;
    padding-left: 88px;
    padding-top: 20px;
    width: 167px;
}
#main-content .rightpage  .about_sidebar{
    float: left;
    height: 100%;
    margin-top: 10px;
    width: 254px;
}

#main-content .rightpage  .about_sidebar .content{
    float: left;
    height: 100%;

}
#main-content .rightpage  .about_sidebar a{
    background: url("/sites/all/themes/tanagra/images/about-inner-right-bg.jpg") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 39px;
    padding-left: 88px;
    padding-top: 20px;
    width: 167px;
}


#main-content .rightpage p{
    margin: 0;
}

.client_list{
    margin-top: 20px;
}

.client_list a{
    float: left;
    padding: 13px 27px 13px 0;
}



.view-portfolios{
    float: left;
}
.view-portfolios .view-content{
    float: left;
}

.view-portfolios .view-content .views-row{
     border-bottom: 1px dotted #CCCCCC;
    float: left;
    height: 134px;
    padding-bottom: 33px;
    padding-top: 33px;
}

.view-portfolios .view-content .views-row.views-row-last{
     border-bottom: none;

}
.view-portfolios .view-content .views-row .views-field-field-image-fid{
    border: 4px solid #EBEBEB;
    float: left;
    height: auto;
    margin-right: 15px;
    width: auto;
}

.view-portfolios .view-content .views-row .views-field-field-image-fid span{
    float: left;
    width: auto;
}

.view-portfolios .view-content .views-row .views-field-field-image-fid span img{
    float: left;
    width: auto;
}

.view-portfolios .view-content .views-row .views-field-title{
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 0;
    width: 368px;
    margin-bottom: 5px;
}

.view-portfolios .view-content .views-row .views-field-title .field-content{
    padding: 0;
}

.view-portfolios .view-content .views-row .views-field-field-summery-value{
    color: #474747;
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: 368px;
}

.view-portfolios .view-content .views-row .views-field-view-node{
    float: left;
    margin: 0;
    width: 368px;
}

.view-portfolios .view-content .views-row .views-field-view-node a{
    background: none repeat scroll 0 0 #e7e7e7;
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    width: 88px;
}

#center .main-top .search-page .page-top h2{
    width: 100%;
}
.search-page .page-top .search_sub_title{
    color: #005684;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
float:left;

}
 .search-page #main-content .box h3{
    border-bottom: 1px solid #E5E5E5;
    color: #348FC8;
    font-family: tahoma;
    font-size: 26px;
    font-weight: normal;
    margin-top: -11px;
    padding-bottom: 7px;
}

 .search-page #main-content .box h3 italic{
     font-style: italic;
}

.search-page  .page-content .box >h2{
display:none;
}


.search-page  .page-content .search-results .resault{
    float: left;
    margin-bottom: 20px;
    margin-left: -20px;
width: 100%;
}

.search-page  .page-content .search-results .resault:first-child{
    margin-top: 20px;
}
.search-page  .page-content .search-results .resault dd{
margin:0;
}

.search-page  .page-content .search-results p {
    color: #818181;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
}

.search-page  .page-content .search-results .resault .title{

}

.search-page  .page-content .search-results .resault .title a{
    border-bottom: 2px solid #8CAAC9;
    color: #195694;
    line-height: 25px;
}

.search-page  .page-content .search-results .resault .link{
margin:0;
}

.search-page  .page-content .search-results .resault .link a{
color:#2fb0ff;
    font-size: 12px;
}


.search-page  .page-content #search-form h3 {
    border-bottom: 1px solid #348FC8;
    color: #348FC8;
    float: left;
    font-size: 28px;
    margin-bottom: 25px;
    width: auto;
}

.search-page #center .main-top .page-top h2 {
    color: #005684;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
}


.portfolio h3{
    color: #1E86BF;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-left: 0;
    margin-top: 35px;
    padding: 0;
    width: 100%;
}
.portfolio div{
    float: left;
    width: 100%;
}

.portfolio p{
    color: #525252;
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}

.portfolio img.left{
    margin-left: -20px;
}


.portfolio .qoute{
    background: url("/sites/all/themes/tanagra/images/big-quote-bg.jpg") no-repeat scroll 0 0 transparent;
    margin-top: 10px;
    padding-left: 32px;
    padding-top: 7px;
    width: 389px;
}

.rightpage .similar {
    float: left;
    height: auto;
    margin-top: 20px;
}

.rightpage .similar h2{
    float: left;
    color: #005684;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.rightpage .similar .views-row{
    border-bottom: 1px dotted #DDE2E5;
    float: left;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.rightpage .similar .views-row a{
    color: #1A84BE;
    float: left;
    font-family: arial;
    font-size: 14px;
}

#home_pic_slider{
    left: 616px;
    position: absolute;
    top: 19px;
}

#home_pic_slider .imagewrap{

}
#om-maximenu-main-he ul li.om-leaf a.om-link:hover {
    background: url("images/arrow.png") no-repeat scroll center bottom transparent;
}
.block-om_maximenu .om-maximenu-content .block-menu_block .menu .expanded {
    border-left: 1px solid #E0E0E0;
    height: 180px;
    margin-top: 13px;
    padding-left: 20px;
    padding-left: 20px;
	margin-top: 2px;
}
#om-maximenu-main-he ul li.om-leaf.last:hover{
//	background: none !important;
}

#main-content .rightpage .category_menu ul.menu{
    width: 100%;
}
#main-content .rightpage .category_menu ul .expanded {
      border-bottom: medium none;
    padding-bottom: 0;
    padding-top: 0;  
}


#main-content .rightpage .category_menu ul li {
    border-bottom: 1px dotted #DDE2E5;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2px;
    padding-top: 3px;
    width: 100%;
}

#main-content .rightpage .category_menu ul li.expanded > a {
    border-bottom: 1px dotted #DDE2E5;
    float: left;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 3px;
    width: 100%;
}

.block-om_maximenu .om-maximenu-content .block-views .view-content .views-field-field-page-title-value a {
    color: #ffa800;
    font-size: 14px;
    font-weight: bold;
}



.block-om_maximenu {
    float: right;
}

#admin-menu {
    font-size: 12px;
}


.om-maximenu{
    float: left!important;
    margin-top: 17px!important;
}
.om-maximenu ul.om-menu  {
    background-color: #1B85BE!important;
    border-radius: 3px 3px 3px 3px!important;
    float: left!important;
    width: 100%!important;
}

.om-maximenu ul li.om-leaf a.om-link {
    color: white!important;
    float: left!important;
    font-size: 14px!important;
    height: 32px!important;
    margin-top: -8px!important;
}


.om-maximenu ul li.om-leaf {
    border-right: 1px solid #8BB6D5!important;
    float: left!important;
    height: 16px!important;
    margin-right: -1px!important;
    margin-top: 8px!important;
    position: static!important;
}

.om-maximenu ul li.om-leaf.last{
    border-right: none!important;

}

.view-main-menu-special-article .views-field-field-page-title-value{
    left: 22px;
    position: absolute;
    top: 28px;
}

.view-main-menu-special-article .views-field-field-page-title-description-value{
    left: 22px;
    position: absolute;
    top: 48px;
}

#block-block-42 ul{
padding-left:7px;
}

.wrapper-fr .special .block.user_experience {
    background: url("images/home-first-box-bg-fr.png") no-repeat scroll 0 0 transparent;

}
.wrapper-fr .special .block.technology {
    background: url("images/home-second-box-bg-fr.png") no-repeat scroll 0 0 transparent;

}

.wrapper-fr .special .special_title {
    padding-left: 10px;
    text-align: left;
}

.wrapper-fr .special .block.brilliant_idea {
    background: url("images/home-third-box-bg-fr.png") no-repeat scroll 0 0 transparent;

}

.wrapper-fr #search-region .contact_bt a {
width: 117px;
}


.wrapper-fr .special .block.home_main_contact {
background: url("images/home-contact-box-bg.fr.png") no-repeat scroll 0 0 transparent;
}

.wrapper-fr  #main-content .rightpage .build_website .title {
color: #303030;
font-size: 18px;
left: 104px;
position: absolute;
top: 25px;
width: 161px;
}


.view-main-menu-special-article .views-field-title {
position: absolute;
top: 24px;
right: 22px;
left: auto;
}

.block-om_maximenu .om-maximenu-content .block-views .view-content .views-field-title a {
color: #ffa800;
font-size: 14px;
font-weight: bold;
font-family: arial;
}


.confrim_contact_image
{
background-image: url(/sites/all/themes/tanagra/images/tnxpage_en.png);
width: 792px;
height: 497px;
}

.wrapper-fr .confrim_contact_image
{
background-image: url(/sites/all/themes/tanagra/images/tnxpage_fr.png);
width: 792px;
height: 497px;
}


.views-field-field-page-title-description-value a:link,.views-field-field-page-title-description-value a:visited {
color: #ffffff;
text-decoration: none;
}
.body_home #colorbox #cboxWrapper{
	background:url("images/popup.jpg") repeat scroll 0 0 transparent;
}
#cboxTopLeft, #cboxContent, #cboxMiddleRight, #cboxMiddleLeft, #cboxTopCenter, #cboxTopRight{
	background:none;
}
.popup_load_img {
    background: url("images/popup.jpg") repeat scroll 0 0 transparent;
    height: 500px;
    width: 550px;
}