/**
  * Reset declaration
  */
html,head,body,h1,h2,h3,h4,h5,h6,
div,blockquote,q,img,object,param,embed,area,map,b,i,em,strong,tt,sub,sup,big,small,hr
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	padding: 0;
}
html {
	border: none;
}

a, a:active, a:link {
	color: #36F;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table, td {
	border-collapse: collapse;
}

/**
  * Typography: fonts, font sizes.
  */

body {
	font: 82% Arial, Helvetica, sans-serif, Times, Georgia;
	color: #666;
}

.clearInner {
	width: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0;
}
.relative {
	position: relative;
}

.wrapper_pull {	min-width: 999px; }
* html .wrapper_push { width: 999px; float: left; }
* html .wrapper_pull { margin-left: -999px; float: left; }

.wrapper {
	padding: 39px 10% 48px;
}

.img {
	height: 27px;
	overflow: hidden;
}
.img.second img {
	margin-top: -27px;
}
.img.third img {
	margin-top: -54px;
}
.img.fourth img {
	margin-top: -81px;
}
.img.fifth {
	width: 164px;
}
.img.fifth img {
	margin-top: -108px;
	
}

/**
  * Header
  */

#header {
	padding-bottom: 20px;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 30px;
}
#header .logo {
	display: block;
	float: left;
	padding-left: 10px;
}
#header .right {
	font-size: 85%;
	float: right;
}

/**
  * Top part
  */

.top {
	padding-bottom: 40px;
}
.top .left, .top .right {
	float: left;
	width: 46%;
}
.top .right {
	text-align: center;
	width: 54%;
}
* html .top .right {
	width: 53%;
}
*:first-child+html .top .right {
	width: 53%;
}

.top .left div {
	padding: 85px 50px 0 5px;
	font-size: 124%;
	line-height: 188%;
}
.top .left h1 {
	padding-bottom: 12px;
}

.top .right img {
	margin-right: 10px;
}

/**
  * Middle part: Text
  */

.text {
	padding-bottom: 18px;
}
.text p, .technologies p {
	padding-bottom: 20px;
	line-height: 147%;
}
.text h1, .technologies .h1 {
	margin-bottom: 16px;
}
.text .left, .text .mid, .text .right {
	float: left;
	width: 50%;
}
* html .text .right {
	width: 49%;
}
*:first-child+html .text .right {
	width: 49%;
}
.text .left div {
	padding-right: 28px;
}
.text .right div {
	padding-left: 28px;
	padding-right: 12px;
}
.text .mid div {
	padding: 0 14px;
}

/**
  * Review
  */

.review {
	background: url(img/bullet.gif) 45px 29px no-repeat;
	border-top: 2px solid #C5C5C5;
	padding: 19px 70px 70px 88px;
}
.review p {
	font-size: 124%;
	line-height: 125%;
	color: #333;
	font-style: italic;
	padding: 0;
}
.review p.author {
	padding-top: 20px;
	color: #999;
	font-size: 93%;
	line-height: auto;
	float: left;
}
.review .btn {
	float: left;
	padding: 18px 0 0 25px;
}

/**
  * Technologies
  */
.technologies {
	background: #F6FBEF;
	padding-top: 41px;
	position: relative;
	min-height: 135px;
}
.technologies .left {
	position: absolute;
	padding-left: 27px;
}
.technologies .left h1 {
	margin-top: 18px;
}
.technologies .right {
	padding: 0 220px 25px 235px;
}
.technologies .right .bold {
	font-size: 124%;
	font-weight: bold;
}

.deco {
	width: 210px;
	height: 181px;
	top: -135px;
	right: -2px;
	background: url(img/8th_ball.jpg) left top no-repeat;
	position: absolute;
}

/**
  * Footer
  */
#footer {
	border-top: 1px solid #C5C5C5;
	margin-top: 35px;
	position: relative;
	z-index: 10;
	color: #B0B0B0;
	font-size: 92%;
	padding: 20px 0 45px 24px;
}
#footer img {
	position: absolute;
	margin-left: 145px;
}



/* -------------------------------------- Lightbox ----------------------------------------- */

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	text-decoration:underline;
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding: 24px 32px 12px;
	background-color:white;
	min-height: 70%;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("img/px.gif") no-repeat;
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
}

#lightbox-infoContainer {
	padding: 5px 32px;
	color:#666;
	line-height:normal;
}
#lightbox-infoHeader {
	border-top: 1px solid #CCCCCC;
	padding: 15px 5px 15px;
	text-align: left;
	font-size: 117%; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
	display: block;
	color: #333;
}
#lightbox-caption-description {
	font-weight:normal;
	display: block;
	padding-top: 8px;
	color: #666;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	text-align:right;
	position: relative;
	z-index: 15;
	padding-bottom: 10px;
	padding: 4px 32px 10px;
}
#lightbox-close-button{
	padding-right: 16px;
	background: url(img/lightbox_close.gif) right 5px no-repeat;
	font-size: 92%;
}
#lightbox-close-button, #lightbox-close-button:link, #lightbox-close-button:visited, #lightbox-close-button:hover {
	text-decoration:underline;
	color:#ccc;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}