@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, ul, li, form, dl { 
	margin: 0; 
	padding: 0;
}

body {
	background: #aaa url('../images/body-bg.gif') repeat-y;
	color: #555;
	font: normal 10pt/14pt "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	padding: 0 0 50px;
}

h3,
#homepage h4 {
	color: #000;
	font: normal 18pt "Gotham Rounded Bold", Calibri, "Century Gothic Bold", sans-serif;
	margin: 0 0 0.7em;
	text-transform: lowercase;
}
#homepage h4 { 
	font-size: 12pt; 
	margin: 0;
}

h4 { font: bold 1.25em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; }

h5 {
	color: #a0a900;
	font: bold 1em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

a { 
	color: #a0a900;
	outline: none;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

p { margin: 0 0 1em; }

a img { border: none; }

abbr { border: none; }

.lead-paragraph { font-size: larger; }

.note { 
	color: #888;
	font: normal 0.85em Arial, Helvetica, sans-serif;
}

.new-window .link-external{
    background: url('../images/icon-new-window.png') no-repeat;
    width:10px;
    height:13px;
    margin:0 0 0 5px;
    display:inline-block;
    vertical-align:bottom;
}
.float-left { float: left; }
.float-right { float: right; }
.single-col { width: 287px; }
.double-col { width: 594px; }
.small-col { 
	float: left;
	width: 168px; 
}
.smaller-font { font-size: smaller; }
.larger-font { font-size: larger; }
.uppercase { text-transform: uppercase !important; }
.margin-top-2em { margin-top: 2em; }

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.wrapper {
	margin: 0 auto;
	padding: 0 50px;
	width: 900px; 
}

#header {
	background: #000;
	height: 75px;
	position: relative;
}

#lulu-software-logo {
	background: url('../images/lulu-software-logo.gif') no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 27px;
	position: absolute;
	text-indent: -9999px;
	top: 25px;
	width: 212px;
}

#language-menu {
	background: url('../images/header-language-right-bg.gif') no-repeat right;
	float: right;
	font: normal 0.85em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 12px;
	text-align: right;
	text-transform: lowercase;
	position:relative;
	z-index:100;
}

#language-menu a { 
	background: url('../images/icon-triangle-down.gif') no-repeat right bottom;
	color: #fff; 
	padding-right: 12px;
}

#language-container {
	background: url('../images/header-language-left-bg.gif') no-repeat left;
	height: 21px;
	padding: 3px 12px 0;
	position: relative;
	z-index:100;
}

#language-submenu {
	display: none;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 20;
}

#language-submenu li {
	list-style: none;
}

#language-submenu li a {
	background: #3b3b3b;
	display: block;
	padding: 3px 24px 3px 8px;
}
#language-submenu li a:hover {
	background: #5b5b5b;
}

#header-small-nav {
	background: url('../images/header-small-nav-right-bg.gif') no-repeat right;
	float: right;
}

#header-small-nav ul {
	background: url('../images/header-small-nav-left-bg.gif') no-repeat left;
	height: 21px;
	padding: 3px 12px 0;
	text-align: right;
}

#header-small-nav ul li {
	border-left: 1px solid #999;
	display: inline;
	font: normal 0.85em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style: none;
	text-transform: lowercase;
}
#header-small-nav ul li.first { border-left: none; }

#header-small-nav a {
	color: #fff;
	margin: 0 6px 0 9px;
	text-decoration: none;
}
#header-small-nav a:hover { text-decoration: underline; }
#header-small-nav li.first a { margin-left: 6px; }

#header-nav { 
	background: url('../images/header-nav.gif') no-repeat;
	position: absolute;
	right: 50px;
	top: 40px;
}

#header-nav li {
	list-style: none;
	display: inline;
}

#header-nav a {
	background: url('../images/header-nav.gif') no-repeat;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
}

#header-nav a#header-nav-about { 
	background-position: 0 0;
	margin-right: 46px;
	width: 62px; 
}
#header-nav a#header-nav-about:hover { background-position: 0 -16px; }

#header-nav a#header-nav-products {
	background-position: -108px 0;
	margin-right: 46px;
	width: 60px;
}
#header-nav a#header-nav-products:hover { background-position: -108px -16px; }

#header-nav a#header-nav-support {
	background-position: -214px 0;
	width: 74px;
}
#header-nav a#header-nav-support:hover { background-position: -214px -16px; }

#header-nav a#header-nav-blog {
	background-position: -357px 0;
	width: 33px;
}
#header-nav a#header-nav-blog:hover { background-position: -357px -16px; }

#content { background: #fff url('../images/content-top-bg.jpg') no-repeat right top; }

#inner-content { 
	background: url('../images/content-bottom-bg.jpg') no-repeat left bottom; 
	margin-left: -50px;
	min-height: 400px;
	padding: 30px 0 30px 50px;
}

#homepage #splash {
	background: url('../images/home-splash.gif') no-repeat;
	height: 0;
	margin: 0 0 30px;
	overflow: hidden;
	padding-top: 300px;
}

#carousel {
	background: url('../images/carousel-bg.png') no-repeat top;
	color: #000;
	font-size: 0.9em;
	height: 559px;
	line-height: 1.2em;
}

.dot-nav {
    height: 8px;
    margin: 0 auto;
    padding-top: 7px;
    width: 36px;
}

.dot-nav a {
    background: url(../images/dot-tab.png) no-repeat;
    cursor:default;
    display: block;
    float: left;
    height: 7px;
    margin: 0 2px;
    width: 7px;
}

.dot-nav a.active {
    background: url(../images/dot-tab-active.png) no-repeat;
	cursor:default;
    display: block;
    float: left;
    height: 7px;
    width: 7px;
}

.jFlowPrev {
    background: url('../images/arrow-left.png') no-repeat;
    display: block;
    float: left;
    height: 14px;
    margin: 6px 0 0 15px;
    width: 16px;
}

.jFlowNext {
    background: url('../images/arrow-right.png') no-repeat;
    display: block;
    float: right;
    height: 14px;
    margin: 6px 15px 0 0;
    width: 16px;
}

#carousel h4 { 
	color: #000; 
	font-size: 1.7em;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 0 0 0.3em;
}

#carousel ul { 	margin: 0 0 0 15px; }

#carousel .carousel-button-price { 	margin: 1.5em 0 0.8em; }

#carousel .carousel-buy-now { float: left; }

#carousel .carousel-price {
	display: block;
	float: left;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 0.5em;
	margin: 0 0 0 20px;
}

#carousel .carousel-price span {
	display: block;
	font-size: 0.4em;
	letter-spacing: normal;
}

#carousel .carousel-price sup { font-size: 0.6em; }

#carousel1,
#carousel2, 
#carousel3 { 
	padding: 160px 27px 0; 
}

#carousel1 { background: url('../images/carousel-gaia-family-tree.png') no-repeat 1px top; }
#carousel2 { background: url('../images/carousel-soda-pdf-max.png') no-repeat 1px top; }
#carousel3 { background: url('../images/carousel-fixio-pc-cleaner.png') no-repeat 1px top; }

#carousel-bottom {
	background: url('../images/carousel-bottom.png') no-repeat;
	height: 34px;
	padding: 12px 27px 0;
}

#carousel-bottom a {
	color: #fff;
	text-decoration: underline;
}

.small-box {
	background: url('../images/small-box-bg.png') no-repeat bottom;
	font-size: 0.9em;
	padding: 9px 27px 15px;
	width: 233px;
}
.label-subscribe{display:block;}
h4.small-box-header-green {
	background: url('../images/small-box-header-green.png') no-repeat;
	height: 23px;
	padding: 3px 27px 0;
}

h4.small-box-header-grey {
	background: url('../images/small-box-header-grey.png') no-repeat;
	color: #fff !important;
	height: 23px;
	padding: 3px 27px 0;
}

#home-need-help { margin: 0 0 15px; }

#home-need-help div { height: 100px; }

#home-need-help div ul { padding: 1em 0 0; }

#home-need-help div ul li {
	font-size: 1.1em;
	line-height: 1.7em;
	list-style: none;
}

#home-newsletter div { height: 60px; }

#home-newsletter div form { margin-top: 1em; }

#home-newsletter #home-newsletter-button { float: right; }

#home-newsletter #home-newsletter-textfield {
	background: #fff;
	border: 1px solid #ddd;
	color: #aaa;
	float: left;
	font-style: italic;
	padding: 3px 2px 4px;
	width: 136px;
}

#home-about div {
	height: 225px;
	line-height: 1.15em;
}

#home-about div img { margin: 0 auto 0.5em; }

#home-about div a {
	display: block;
	margin: 1em 0 0;
	width: 80px;
}

.big-box {
	float: right;
	width: 720px;
}

.big-box-top {
	background: url('../images/big-box-top.png') no-repeat;
	height: 6px;
	overflow:hidden;
}

.big-box-middle {
	background: #f1f1f1 url('../images/big-box-middle.png') repeat-x bottom;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 20px 48px 30px;
}

.big-box-bottom {
	background: url('../images/big-box-bottom.png') no-repeat;
	height: 7px;
}

.huge-box-top {
	background: url('../images/huge-box-top.png') no-repeat;
	height: 6px;
	overflow:hidden;
}

.huge-box-middle {
	background: #f1f1f1 url('../images/big-box-middle.png') repeat-x bottom;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 20px 48px 30px;
	width:802px;
}

.huge-box-bottom {
	background: url('../images/huge-box-bottom.png') no-repeat;
	height: 7px;
}

.nav-main {
	color: #989898;
	display: block;
	font: normal 1.2em "Gotham Rounded Bold", Calibri, "Century Gothic Bold", sans-serif;
	margin-bottom: 0.25em;
	text-transform: lowercase;
}

.nav-main a { color: #989898; }
.nav-main a.current { color: #555; }
.nav-main a:hover { 
	color: #a0a900;
	text-decoration: none; 
}

#nav-sub li {
	color: #777;
	font: normal 1em/1.2em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	list-style: none;
	margin: 0 0 0.7em 12px;
	text-indent: -12px;
	text-transform: lowercase;
}

#nav-sub li a { color: #777; }
#nav-sub li a.current { color: #444; }
#nav-sub li a:hover { color: #a0a900; }

#subscribe {
    height: 112px;
	margin-top: 100px;
}

h4.box-subscribe-header-grey {
    background: url('../images/subscribe-header.png') no-repeat;
    height: 39px;
    width: 168px;
}

.box-subscribe {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('../images/subscribe-box.png') no-repeat scroll center bottom;
    font-size: 0.9em;
    min-height: 100px;
    padding: 4px 10px 0 25px;
    width: 133px;
}

.box-subscribe span {
    color: #75798a;
    font-size: 11px;
    line-height: 16px;
}
.box-subscribe span#errorsendemail, .small-box span#errorsendemail {
    color: Red;
    font-size: 10px;
    clear:both;
    display:block;
}
.small-box span#successsendemail, .box-subscribe span#successsendemail {
    color: Green;
    font-size: 10px;
    clear:both;
    display:block;
}
.subscribe-textbox {
    background: url('../images/textbox-bkg.png') no-repeat left;
    border: none;
    color: #75798a;
    float: left;
    font-size: 10px;
    height: 21px;
    margin: 5px 5px 0 0;
    padding: 4px 10px 0 10px;
    width: 68px;
}
.subscribe-button {
    background: url('../images/subscribe-button.png') no-repeat left;
    border: none;
    float: left;
    height: 25px;
    margin-top: 5px;
    width: 31px;
}

.bio .name {
	background: url('../images/bio-name-bg.png') no-repeat right;
	clear: left;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.2em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	height: 26px;
	letter-spacing: -1px;
	margin: -50px 0 0 -25px;
	padding: 2px 20px 0 25px;
	z-index: 7;
}

.bio .title {
	background: url('../images/bio-title-left-bg.png') no-repeat left;
	color: #fff;
	display: block;
	float: left;
	font: normal 0.85em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	height: 25px;
	margin-top: 15px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	z-index: 5;
}

.bio .title span {
	background: url('../images/bio-title-right-bg.png') no-repeat right;
	display: block;
	height: 20px;
	margin: -10px 0 0 5px;
	padding: 15px 11px 0 5px;
}

.bio p { 
	clear: left;
	float: left;
	font-size: 0.9em; 
	line-height: 1.2em;
	margin-top: 0.5em;
	width: 465px;
}

.bio .bio-text {
	float: right;
	padding-top: 10px;
	width: 465px;
}

.bio .bio-picture {
	float: left;
	z-index: 10;
}

.inner-big-box-top {
	background: url('../images/inner-big-box-top.png') no-repeat;
	height: 8px;
	overflow:hidden;
}

.inner-big-box-middle {
	background: #eee url('../images/inner-big-box-middle.png') repeat-x top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px 30px 10px;
	width: 558px;
}

.inner-big-box-bottom {
	background: url('../images/inner-big-box-bottom.png') no-repeat;
	height: 8px;
}

#tabs-department {
	padding-top: 25px;
	position: relative; 
}

#tabs-department div { clear: both; }

.tabs-nav { 
	left: 10px;
	position: absolute;
	top: -20px;
}

.tabs-nav li {
	display: inline;
	font: bold 1em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.tabs-nav li a {
	background: url('../images/tab-left.png') no-repeat;
	color: #ddd;
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin-right: 6px;
}
.tabs-nav li a.selected,
.tabs-nav li a:hover { 
	color: #fff; 
	text-decoration: none;
}

.tabs-nav li a.selected { background: url('../images/tab-select-left.png') no-repeat; }
.tabs-nav li a.selected span { background: url('../images/tab-select-right.png') no-repeat right; }

.tabs-nav li a span {
	background: url('../images/tab-right.png') no-repeat right;
	display: block;
	height: 22px;
	margin: 0 0 0 6px;
	padding: 4px 10px 0 4px;
}

.vcard p { margin: 0; }

.vcard .org { font-weight: bold; }

.vcard .country-name { text-transform: uppercase; }

#table-product td.product {
	font-size: 0.9em;
	line-height: 1.05em;
	padding: 0 6px;
	width: 280px;
}

#table-product td td { vertical-align: top; }

#table-product tr.product-logo td { height: 55px; }

#table-product td.product-box { width: 120px; }

#table-product td.product-description { 
	height: 180px; 
	padding-right: 12px;
}

#table-product td.product-description .price {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
}
#table-product td.product-description .price sup { font-size: 0.6em; }

#table-product td.product-site { 
	height: 70px; 
	vertical-align: bottom;
}

#table-product td.product-site p { 
	line-height: 1.3em; 
	margin: 0;
}

#table-product td.product-btn { vertical-align: bottom; }

#table-product td.spacing { height: 60px; }

#faq dt, 
#faq dd{
	padding-left: 21px;
	text-indent: -21px;
}

#faq dd { margin: 0 0 1.5em; }

#support .big-box ul { margin-left: 25px; }

#table-phone-support { width: 100%; }

#table-phone-support tr td {
	border-top: 1px solid #ccc;
	padding: 2px 0;
}

#table-phone-support tr.table-header td {
	border-top: 2px solid #222;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#table-phone-support tr td.schedule {
	color: #999;
	font-size: smaller;
}

#table-checkout { 
	border-bottom: 1px solid #222;
	width: 100%; 
}

#table-checkout tr td {
	border-top: 1px solid #ccc;
}

#table-checkout tr.table-header td {
	border-top: 2px solid #222;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.2em;
	padding: 6px 0;
}

#table-checkout tr.table-list td {
	padding: 15px 0;
}

#table-checkout tr.table-list .checkbox {
	text-align: center;
	width: 100px;
}

#table-checkout tr.table-list .boxshot {
	width: 120px;
}

#table-checkout tr.table-list .product-description {
	padding-right: 60px;
	vertical-align: top;
}

#table-checkout tr.table-list .price {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	width: 120px;
}
#table-checkout tr.table-list td.price sup { font-size: 0.6em; }

#footer-nav {
	margin-top: 20px;
	text-align: right;
}

#footer-nav li {
	border-right: 1px solid #bbb;
	display: inline;
	font-size: 0.8em;
	text-transform: lowercase;
}
#footer-nav li.last { border-right: none; }

#footer-nav li a {
	color: #666;
	margin: 0 8px 0 5px;
}
#footer-nav li a:hover { color: #a0a900; }
#footer-nav li.last a { margin-right: 0; }

#copyright {
	font-size: 0.8em;
	margin-top: 20px;
}
p.our-products
{
    font-size: 16px;
    line-height: 23px;
    color: #666;
}
.product-3dreader, .product-standart, .product-professional, .product-pro-ocr, .product-gaia
{
    position: relative;
    width: 651px;
    overflow: hidden;
    margin: 0 auto;
    padding: 36px 0 33px 168px;
    border-top: 1px solid #dbdbdb;
    background:url(../images/prod-3dreader.png) 11px 36px no-repeat;
}
.product-standart
{
   background:url(../images/prod-standart.png) 11px 36px no-repeat; 
}
.product-professional
{
   background:url(../images/prod-profes.png) 11px 36px no-repeat; 
}
.product-pro-ocr
{
   background:url(../images/prod-pro-ocr.png) 11px 36px no-repeat; 
}
.product-gaia
{
   background:url(../images/prod-gaia.png) 11px 36px no-repeat; 
}
h3.product-name
{
    color: #333;
	font: normal 15pt "Gotham Rounded Bold", Calibri, "Century Gothic Bold", sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.green
{
    color:#98a00d !important;
}
ul.btns-block
{
  list-style: none;
}
ul.btns-block li
{
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
ul.btns-block li a
{
    line-height: 32px;
    color: #848484;
    text-decoration: underline;
    cursor: pointer;
}
ul.btns-block li.border
{
  line-height: 16px;
  height: 16px;
  border-right: 1px solid #d7d7d7;
  margin: 7px 17px 0 13px;
  width: 1px;
}
a.download-btn
{
    display: block;
    width: 138px;
    height: 32px;
    background:url(../images/download-btn.png) 0 0 no-repeat;
}
a.buy-now-btn
{
    display: block;
    width: 183px;
    height: 32px;
    background:url(../images/buy-now-btn.png) 0 0 no-repeat;
}
p.product-list
{
    width: 646px;
    margin: 6px 0 18px 0;
    font-size: 13px;
}
span.product-price
{
    width: auto;
    padding: 0 11px;
    height: 35px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: #484848;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font: normal 14px/35px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
.curved
{
    border: 1px solid #e5e5e5;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari, Chrome */
    -khtml-border-radius: 7px; /* KHTML */
    border-radius: 7px; /* CSS3 */ /* Для плохих IE */
    behavior: url(../js/ie-css3.htc); /* учим IE border-radius */
}
