/* CSS  */
html {
  font-family: Verdana, Arial, Geneva, Tahoma, Arial, Sans-serif;
  line-height: 18px;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  color: black;
  background:url(../images/body-bg.gif) repeat-x #fff;
  font-size: 12px;
}

p {
  color: black;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #79ac00;
  font-weight: 700;
}

a:hover {
  color: black;
}


img {
  border:none;
}

hr {
  border: 0px;
  height: 0px;
  border-top: 1px #99cc00 dashed;
}

h3 {
  color: #79ac00;
}


h2.title {
  margin-left: -20px;
  margin-top: 30px;
  text-shadow: 2px 2px 5px #aaa;
}


div#header_logo {
  text-transform: none;
  position: relative;
  line-height: 35px;
  font-size: 22px;
  padding-bottom: 10px;
  left: -10px;
}

#header_logo a {
  color: black;
}

div#footer {
  height: 25px;
  text-align: right;
  font-weight: 500;
  font-size: 10px;

  color : black;
  border-top: 2px #99cc00 solid;
  padding-right: 5px;
  margin-left: -20px;
  margin-right: -20px;

  line-height: normal;
}


div.list_style {
  margin-bottom: 0px;
  margin-left: -10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0px;
}

div.list_style_clickable:hover {
  border-color: #62ac00;
}

div.list_style h4 {
  margin-bottom: -15px;
  margin-top: 5px;
}

div#all {
  padding: 0px;
  overflow: hidden;
} 

div#main {
  position: relative;
  
  width: 830px;
  max-width: 860px;
  min-width: 500px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin: auto;
}

div#main_image {
  margin-top: -3px;
  z-index: 10;
  position: relative;
}

#main_image img {
  width: 830px;
}

img#main_bigger {
  margin-left: -21px;
  width: 804px;
}


img.image {
  width: 120px;
  height: 120px;
  float: left;
  margin-left: -10px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
}

p.image {
  margin-top: 0px;
}

div.tr {
  margin-top: 45px;
  margin-bottom: 30px;
}

div.tr ul {
  margin: 0px;
  padding-bottom: 15px;
  list-style-type:circle;
}

div.tr b {
}

img.product {
  width: 170px;
}

.important {
  font-weight: bolder;
}

div.list_style ul {
  font-weight: 500;
}

div.training a {
  color: #304619;
}

div.training a:hover {
    color:#000;
    padding: 4px 0px 4px 0px;
    border-top: 1px #72ac00 dashed;
    border-bottom: 1px #72ac00 dashed;
}

div.prezi-player {
  padding-left: 15px;
}

div#two-column-wrapper {
  clear: both;
}

div#main-column {
  width: 68%;
  float: left;
}

div#second-column-wrapper {
  float: right;
  width: 28%;
  border-right-color: #bbbbbb;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-color: #bbbbbb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-color: #dddddd;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 0px;
  margin-top: 30px;
  background:transparent url(../images/body-bg.gif) repeat-x;
  background-position: 0px -100px;
}

#second-column-wrapper div {
  padding: 5px;
  text-align: center;
}

#second-column-wrapper p {
  margin-top: -10px;
  text-align: justify;
}

h4.main_project_title {
  color: white;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 10px;
  margin: 0px;
  margin-bottom: 10px;
  background:transparent url(../images/menu-bg.png) repeat-x; 
}

h4.project_title {
  color: black;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
  background: transparent url(../images/body-bg.gif) repeat-x; 
}


div.supported_project:hover {
  background: transparent url(../images/body-bg.gif) repeat-x; 
}

div.reference {
	width: 300px;
}
div.reference img {
	width: 250px;
}

.ui-shadow_text_normal {
  text-shadow: 2px 2px 3px #AAA;
}

.ui-shadow_box_normal {
   box-shadow: 0px -1px 6px rgba(0,0,0,0.6);
}

.ui-shadow_box_normal_left {
}

.ui-round_corners {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.ui-round_top_corners {
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius: 8px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

.ui-round_bottom_corners {
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius: 8px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}

.ui-dotted_border {
  border-color: #99cc00;
  /*border-top-color: white;
  */
  border-style: dotted;

  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.ui-board {
  background-color: #ededed;
  box-shadow: 5px 5px 5px #ddd;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.ui-board_faded {
  background-color: #fbfbfb;
  box-shadow: 5px 5px 5px #ddd;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
}


.left_column_big {
  width: 525px;
}

.left_column, .right_column {
  width: 385px;
}
.single_middle_column {
  width: 485px;
}

.single_middle_column {
  margin-left: auto;
  margin-right: auto;
}

.left_column_small, .right_column_small {
  width: 247px;
}
.left_column, .left_column_small, .left_column_big {
  float: left;
  margin-left: 10px;
}

.right_column, .right_column_small {
  float: right;
}

.clear {
  clear: both;
}

.space_around {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ui-toggle-board-hover {
  cursor:pointer;
  background-color: #ededed;
  box-shadow: 3px 3px 3px #ddd;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
}

.product_big {
  min-height: 350px;
}

.product {
  min-height: 210px;
}

.product_small {
  min-height: 185px;
}

.product_big img{
  width: 150px;
}

.presentation_big {
  min-height: 270px;
}
.presentation_big img {
  height: 100px;
}

table.presentation_big td {
  width: 200px;
}

.product_title {
  line-height: 35px;
  font-size: 22px;
  text-shadow: 2px 2px 5px #aaa;
}


.ui-toggle-hover {
   cursor:pointer;
}

.form-required {
  color: red;
}

form#send-email span {
  width: 100px;
}

.not-filled {
  border: 2px;
  border-color: red;
  border-style: solid;
}

.faded_out {
  opacity: .75;
}

#slideshow-nav {
  margin-top: 20px;
  margin-left: -5px;
}

#slideshow-nav a { 
	/*background-color:#000;
	color:#fff;
	*/
	color:#000;
	border:1px solid #fff;
	padding: 7px;
	margin: 4px;
	text-align:left;
	font-size:10px;
	/* outline radius for mozilla/firefox only */
	box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;  
}

#slideshow-nav a.activeSlide {
  background-color: #79ac00;
	color:#fff;
}
#slideshow-nav a:focus { 
  outline: none; 
}

.font_smaller {
  font-size: 80%;
}

.product_logo_img {
  margin-top:-5px; 
  margin-left: 20px; 
}

.product_text {
  font-size: 16px;
  padding-top: 20px;
  padding-left:35px;
  text-align: right;
}

img.slideshow_product {
  height: 250px;
}
