/*  reset by eric meyer v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul.bullet {
  list-style-type:circle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*layout*/

body {
background: #eef4f7;
padding: 15px 0 0;
font-family: Arial, sans;
line-height: 150%;
color: #474747;
font-size: 10pt;
}

#container {
width: 960px;
margin: auto;
background: #e2f1f7;
height: 100%;
}

#header {
width: 906px;
height: 48px;
border-top: solid 1px #6cba11;
padding: 26px 54px 26px 0;
background: #f5fafd;
border-left: solid 1px #d9e5ed;
border-right: solid 1px #d9e5ed;
float: left;
}

#nav {
width: 900px;
padding: 0 30px;
border-left: solid 1px #d9e5ed;
border-right: solid 1px #d9e5ed;
background: #f5fafd;
float: left;
}

#content {
display: block;
width: 960px;
float: left;
border-left: solid 1px #d9e5ed;
border-right: solid 1px #d9e5ed;
border-top: solid 3px #6fce01;
border-bottom:1px solid #B1D8FF;
position: relative;
top: -3px;
background: #fff;
}

#footer {
display: block;
width: 892px;
float: left;
background: #e2f1f7;
position: relative;
top: -3px;
padding: 10px 35px;
}

/*Header*/

#header img {
border-top: solid 1px #d7ecf8;
border-bottom: solid 1px #d7ecf8;
border-right: solid 1px #d7ecf8;
}

#header li img {
border: none;
}

#header li.location{
  background: url("../img/arrow-down.png") right 8px no-repeat;
  position: relative;
}

#header li.location > a{
  padding-right: 12px;
}

#change-location{
  background: #fff;
  border: 1px solid #6CBA11;
  left: 0px;
  padding: 0 10px;
  position: absolute;
  min-width: 80px;
}

#change-location a{
  margin: 5px 0;
}

.pl-version {
background-image: url("../img/pl.png");
background-repeat: no-repeat;
background-position:0 3px;
display:block;
padding-left:22px;
}

.cz-version {
background-image: url("../img/cz.png");
background-repeat: no-repeat;
background-position:0 3px;
display:block;
padding-left:22px;
}

.en-version {
background-image: url("../img/gb.png");
background-repeat: no-repeat;
background-position:0 3px;
display:block;
padding-left:22px;
}

#header ul {
display: block;
float: right;
position: relative;
top: -78px;
}

#header li {
display: block; 
float: right;
margin-left: 20px;
}

#header a {
font-weight: bold;
}

#header a.sign-in {
font-weight: normal;
color: #fff;
background: #56c53f;
padding: 5px 15px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#header h1 a:hover {
opacity: 1;
}

#header ul a:hover {
opacity: 1;
color: #06A3D4;
text-decoration: underline;
}

#header ul a.sign-in:hover {
opacity: 1;
color: #fff;
background: #06A3D4;
}


/*Nav*/

#nav ul {
display: block;
float: left;
margin: 15px 0 0 0;
width: 100%;
}

#nav li {
display: block;
float: left;
}

#nav li.marketplace {
float: right;
}

#nav li.marketplace a {
}

#nav ul a {
margin: 0 5px 0 0;
font-size: 12pt;
padding: 5px 20px;
display: block;
color: #00a1d3;
font-weight: bold;
border: solid 1px transparent;
}

#nav .home:before {
content: url(../img/home.png);
}

#nav ul a.active {
background: #fff;
border-top: solid 1px #e8ebed;
border-left: solid 1px #e8ebed;
border-right: solid 1px #e8ebed;
position: relative;
z-index: 100;
}

#nav ul a:hover {
background: #fff;
border-top: solid 1px #e8ebed;
border-left: solid 1px #e8ebed;
border-right: solid 1px #e8ebed;
opacity: 1;
}

#nav .follow-us {
display: block;
width: 150px;
float: right;
font-variant: small-caps;
color: #99bdc8;
position: relative;
top: 10px;
}

#nav .follow-us p {
float: left;
font-size: 12pt;
}

#nav .follow-us a {
display: block;
float: left;
width: 25px;
height: 25px;
background-image: url(../img/follow.png);
margin: -2px 0 0 10px;
}

#nav .follow-us a:hover {
opacity: 0.7;
}

.follow-us .twitter {
background-position: 0 0;
}

.follow-us .facebook {
background-position: 25px 0;
}


/*Main page*/

#lead {
display: block;
float: left;
padding: 33px 35px;
width: 890px;
border-bottom: solid 1px #cbe1f8;
}

#lead h1 {
color: #6cc701;
font-size: 27pt;
line-height: 1.2;
margin: 15px 0 10px 0;
}

.intro {
display: block;
float: left;
width: 325px;
padding: 20px 0;
}

.intro h2 {
font-weight: normal;
color: #787878;
font-size: 10pt;
line-height: 1.4;
margin: 0;
}

#lead .button {
  background:
    -moz-linear-gradient(center top , #fead13 0%, #f27b00 100%) 
    repeat scroll 0 0 #f27b00;
  background: 
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fead13), color-stop(1, #f27b00))
    repeat scroll 0 0 #f27b00;
  background-color:#f27b00;
  border:1px solid #E38A04 !important;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color:#FFFFFF;
  display: block;
  font-weight:bold;
  margin: 25px 0 0 0;
  overflow:visible;
  padding:8px 15px;
  text-decoration:none;
  text-indent:0;
  text-shadow:0 0 5px #7F726A;
  width: 290px;
}

#lead .button span{
  background: url('../img/button-icon.png') left center no-repeat;
  display: block;
  font-size:16px;
  line-height:34px;
  padding-left: 40px;
}

#lead .button:hover {
opacity: 0.8;
}

#lead .clip {
display: block;
overflow: hidden;
padding: 15px;
float: right;
background: #f8f8f8;
border: solid 1px #f2f2f2;
position: relative;
}

#lead .clip object.hidden {
display: none;
}

#lead .clip .how-it-works {
position: absolute;
left: 15px;
top: 15px;
}


#lead .clip .watch-video {
position: absolute;
top: 96px;
left: 143px;
cursor: pointer;
z-index: 1000;
}

#lead .clip .watch-video:hover {
opacity: 0.7;
}

.features,
.reviews {
width: 890px;
float: left;
background: #f2fcf6 ;
border-top: solid 1px #fff;
border-bottom: solid 1px #e5ecf4;
padding: 23px 35px 10px 35px;
}

.reviews h2,
.reviews h2 a {
color: #474747;
font-size: 14px;
margin: 10px 0;
}

.reviews li {
display: block;
float: left;    
}
.reviews img {
border: solid 1px #cbe1f8;
float: left;
margin: 10px 20px 0 0;
}

.reviews quote {
display: block;
float: left;
width: 580px;
text-align: center;
}

.reviews .quote {
display: block;
width: 55px;
height: 40px;
position: relative;
}

.reviews .quoteleft {
background: url(../img/quote-left.png) no-repeat center center;
float: left;
}

.reviews .quoteright {
background: url(../img/quote-right.png) no-repeat center center;
float: right;
top: 0px;
}


.features h1,
.row h1 {
font-size: 25px;
margin: 0 0 14px 0;
}

.features .feature {
display: block;
float: left;
width: 205px;
height: 195px;
margin: 0px 60px 15px 10px;
}

.features .leftmost {
margin: 0 100px 0 10px;
}

.features .rightmost {
margin: 0 0 0 35px;
}

.feature h2,
.row h2 {
margin: 0 0 15px 0;
font-size: 14px;
font-weight: normal;
}

.feature p,
.row p {
line-height: 1.3;
color: #636363;
}

.features .icon {
display: block;
width: 100px;
height: 90px;
margin: 0 35px;
background-image: url(../img/icons.png);
}

.f1 {
background-position: 0 -10px;
}

.f2 {
background-position: 0 -110px;
}


.f3 {
background-position: 0 -210px;
}


.f4 {
background-position: 0 -310px;
}


.f5 {
background-position: 0 -410px;
}


.f6 {
background-position: 0 -510px;
}

.row {
float: left;
padding: 23px 35px;
width: 890px;
}

.row .box {
width: 150px;
float: left;
display: block;
margin: 5px 72px 0 0;
}

/*Footer*/

#footer span.copyright{
display: block;
float: left;
color: #8e8e8e;
text-shadow: 0 1px #fff;
}

#footer p {
float: right;
color: #ced4d7;
}

#footer p a {
margin: 0 10px 0 10px;
}

#footer p a:hover {
opacity: 1;
text-decoration: underline;
}

/*Text pages*/
.text {
padding: 70px 43px 35px 43px;
width: 770px;
}

.text h1 {
color: #56c53f;
}

.text h2 {
font-weight: normal;
}

#contents {
margin: 20px 0 60px 0;
list-style: none;
}

#contents li {
margin: 5px 0;
}

#contents a{
text-decoration: underline;
}

a.back-to-top{
padding-left: 20px;
background: url(../img/arrow.png) no-repeat 0 5px;
}

/*text elements*/

h1 {
color: #06a3d4;
font-size: 30pt;
line-height: 1.2;
margin: 0 0 10px 0;
}

h2 {
font-size: 16pt;
margin: 25px 0;
line-height: 1.2;
}

h3{

}


p {
margin: 0 0 15px 0;
}

a {
text-decoration: none;
color: #56c53f;
}

a:hover {
opacity: 0.8;
}

.text a:hover {
opacity: 1;
text-decoration: underline;
color: #00A1D3;
}

.text p {
font-size: 14px;
color: #636363;
}

span {
display: none;
}

nodisplay {
display: none !important;
}

.text ul {
font-size: 14px;
color: #636363;
margin: 0 0 15px 15px;
list-style: disc inside;
}

.text ol {
font-size: 14px;
color: #636363;
margin: 0 0 15px 15px;
list-style: decimal inside;
}

.text li {
margin: 5px 0 0 0;
}

br.clear { clear: both; }
