/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */


/* GLOBAL */

@font-face {
    font-family: 'Titillium-Regular';
    src: url('fonts/Titillium-Regular.eot');
    src: local('Titillium-Regular'), 
         local('Titillium-Regular'), 
		 url('fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Titillium-Regular.woff') format('woff'), 
         url('fonts/Titillium-Regular.ttf') format('truetype'),
         url('fonts/Titillium-Regular.svg#Titillium-Regular') format('svg'); 
}

@font-face {
    font-family: 'Titillium-Bold';
    src: url('fonts/Titillium-Bold.eot');
    src: local('Titillium-Bold'), 
         local('Titillium-Bold'), 
		 url('fonts/Titillium-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Titillium-Bold.woff') format('woff'), 
         url('fonts/Titillium-Bold.ttf') format('truetype'),
         url('fonts/Titillium-Bold.svg#Titillium-Bold') format('svg'); 
}

@font-face {
    font-family: 'Titillium-Semibold';
    src: url('fonts/Titillium-Semibold.eot');
    src: local('Titillium-Semibold'), 
         local('Titillium-Semibold'), 
		 url('fonts/Titillium-Semibold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Titillium-Semibold.woff') format('woff'), 
         url('fonts/Titillium-Semibold.ttf') format('truetype'),
         url('fonts/Titillium-Semibold.svg#Titillium-Semibold') format('svg'); 
}



.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

input {
	border: 1px solid #999999;
}

input:hover {
	border-color: #a7bf32;
}

input:focus {
	border-color: #0e518b;
}

select {
	height: 19px;
	line-height: 15px;
}

input, select, textarea {
	font-size: 10px;
	font-family: 'Titillium-Regular', Helvetica, Tahoma, Arial, Verdana, sans-serif;
}

br {
	clear: left;
}

a {
	color: #269;
}

body {
	background: #ffffff url('../images/bg-container.png') repeat-x left top;
	font-family: 'Titillium-Regular', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #252525;
/*	margin-top: -2px;*/
}

#container {
	width: 1000px;
	margin: 0 auto;
}



/* CUSTOMIZE */
a { 
	color: #a23702; 
	text-decoration: underline; 
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left, .alignleft { 
	float: left; 
	display: inline;
}

.right, .alignright { 
	float: right; 
	display: inline;
}

.cl { font-size: 0; line-height: 0; clear: both; display: block; height: 0; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }


h1 { font-size: 26px; line-height: 34px; text-transform: capitalize; margin-bottom: 30px;}

h2 { font-size: 34px; line-height: 34px; text-transform: uppercase; color: #fff; }
h2 span{ color: #f37f3b; }
h3 { font-size: 22px; line-height: 24px;  margin-bottom: 20px;}



#cookie-header {
	float: left;
	width: 100%;
	height: 50px;
/*	background: #F8AF93;*/
/*	background: #F2F2F2;*/
	background: #ffffff;
	font-size: 13px;
	display: none;
}

#cookie-wrapper {
	width: 1000px;
	margin: 0 auto;
}

#cookie-wrapper .text {
	float: left;
	width: 90%;
	box-sizing: border-box;
	padding: 5px 15px;
}

#cookie-wrapper .buttons {
	float: right;
	width: 10%;
	box-sizing: border-box;
	padding: 14px;
}

#cookie-wrapper .buttons input {
	background: #a23702 url('');
	border-radius: 5px;
    float: left;
    width: 92px;
	height: 25px;
	color: #ffffff;
	border: 0;
	font-size: 13px;
	text-transform: uppercase;
}

#cookie-wrapper .buttons input:hover {
	background-color: #000000;
}



#header { 
	float: left;
	width: 100%;
	height: 176px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 0;
	left: -86px;
	width: 500px;
	height: 110px;
	background: url('../images/bg-logo.png') no-repeat left top;
}

#header #language {
	position: absolute;
	top: 2px;
	right: 0;
	width: 290px;
	height: 104px;
	background: url('../images/bg-language.png') no-repeat left top;
}

#header #language ul {
	margin: 0;
	width: 89px;
	height: 45px;
	padding-left: 115px;
    padding-top: 44px; 
}

#header #language ul li {
	float: left;
	width: 25px;
	margin-right: 10px;
}

#header #menu {
	position: absolute;
	top: 105px;
	right: 0;
	width: 620px;
	height: 66px;
}

#header #menu ul {
	float: right;
	height: 100%;
	padding: 0;
	margin: 0;
}

#header #menu ul li {
	float: left;
	height: 66px;
}

#header #menu ul li a {
	display: block;
	height: 45px;
	padding-top: 21px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
	text-shadow: 1px 1px 1px #111111;
}

#header #menu ul li a.black {
	color: #000000;
}

#header #menu ul li a:hover,
#header #menu ul li a.selected {
	-moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.20);
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.20);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.20);
	background: url('../images/bg-menu-option.png') repeat left top;
}


#header #facebook {
	position: absolute;
	top: 45px;
	left: 470px;
}

#header .highlight {
	width: 425px;
	height: 65px;
	position: absolute;
	top: 25px;
	right: 10px;
	background: url('../images/bg-top-highlight3.png') no-repeat left top;
}



/* SLIDESHOW */
#slideshow {
	float: left;
	width: 100%;
	height: 436px;
	position: relative;
	overflow: hidden;
}

#slideshow #nav {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 10;
}

#slideshow #nav a {
	float: left;
	width: 17px;
	height: 17px;
	background: url('../images/bg-slideshow-nav-off.png') no-repeat left top;
	text-indent: -2000px;
	margin-right: 5px;
}

#slideshow #nav a.activeSlide {
	background: url('../images/bg-slideshow-nav-on.png') no-repeat left top;
}

#slideshow #banner {
	float: left;
	width: 100%;
	height: 100%;
}

#slideshow #banner .banner-item {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

#slideshow #banner .banner-item .banner-text {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 420px;
	height: 340px;
}

#slideshow #banner .banner-item-right .banner-text {
	position: absolute;
	top: 50px;
	left: auto;
	right: 40px;
	width: 480px;
	height: 340px;
}

#slideshow #banner .banner-text-high {
	font-size: 60px;
	line-height: 60px;
	font-family: 'Titillium-Bold';
	margin-bottom: 20px;
	color: #ffffff;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

#slideshow #banner .banner-text-low {
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}


#main {
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #1c1c1c;
	font-size: 13px;
}

#main .main-left {
	float: left;
	width: 281px;
	padding-left: 30px;
	padding-right: 30px;
}

#main .main-center {
	float: left;
	width: 258px;
	background: url('../images/bg-main-center.png') no-repeat top left;
	padding-left: 30px;
	padding-right: 30px;
}

#main .main-right {
	float: left;
	width: 281px;
	padding-left: 30px;
	padding-right: 30px;
}

#main .main-title {
	float: left;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#main .main-subtitle {
	clear: left;
	float: left;
	padding-left: 25px;
	font-size: 15px;
	color: #a23702;
	background: url('../images/bg-main-logo-small.png') no-repeat left 3px;
	margin-bottom: 10px;
}

#main .main-description {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 25px;
}

#main .main-description .date {
	font-style: italic;
	color: #999999;
}

#main .main-title-green {
	color: #a23702;
}

#main .buttons {
	float: left;
	width: 100%;
	text-align: center;
}

.buttons input.button {
	width: 192px;
	height: 38px;
	background: url('../images/bg-button.png') no-repeat left top;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}

#main #main-topic {
	float: left;
	width: 320px;
	text-align: right;
	padding-right: 20px;
}

#main #main-modules {
	float: left;
	width: 340px;
	text-align: right;
/*	padding-right: 20px;*/
}

#main #other-topic {
	float: left;
	width: 370px;
	text-align: right;
}

#main #other-modules {
	float: left;
	width: 340px;
	text-align: right;
/*	padding-right: 20px;*/
}

#main .main-topic-plans {
	margin-top: 291px;
}

#main .main-topic-modules {
	margin-top: 104px;
}

#main .main-topic-modules .module-pos,
#main .main-topic-modules .module-logo,
#main .main-topic-modules .module-crm,
#main .main-topic-modules .module-stock {
	float: left;
	width: 100%;
}

#main .main-topic-modules .module-pos {
	padding-bottom: 128px;
	background: rgba(0, 0, 0, 0) url("../images/bg-home-plan-sep.png") no-repeat scroll 223px 155px;
}

#main .main-topic-modules .module-logo {
	padding-bottom: 106px;
	background: rgba(0, 0, 0, 0) url("../images/bg-home-plan-sep.png") no-repeat scroll 223px 155px;
}

#main .main-topic-modules .module-crm {
	padding-bottom: 120px;
	background: rgba(0, 0, 0, 0) url("../images/bg-home-plan-sep.png") no-repeat scroll 223px 155px;
}

#main .main-topic-modules .module-pos-logo a,
#main .main-topic-modules .module-logo-logo a,
#main .main-topic-modules .module-crm-logo a,
#main .main-topic-modules .module-stock-logo a {
	display: block;
	height: 100%;
}

#main .main-topic-modules .module-pos-logo {
	float: right;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -1054px bottom;
}

#main #tour-pos-logo {
	float: left;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -1096px bottom;
}

#main .main-topic-modules .module-logo-logo {
	float: right;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -1718px bottom;
}

#main #tour-logo-logo {
	float: left;
	width: 100%;
	height: 50px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -1718px bottom;
}

#main .main-topic-modules .module-crm-logo {
	float: right;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -53px bottom;
}

#main #tour-crm-logo {
	float: left;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -85px bottom;
}

#main .main-topic-modules .module-stock-logo {
	float: right;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -1382px bottom;
}

#main #tour-stock-logo {
	float: left;
	width: 225px;
	height: 70px;
	background: url('../images/bg-otherproduct2015.png') no-repeat -1417px bottom;
}

#main .main-topic-modules .module-pos-price {
	float: right;
	width: 225px;
	text-align: center;
	color: #502B75;
}

#main .main-topic-modules .module-logo-price {
	float: right;
	width: 225px;
	text-align: center;
	color: #d1da27;
}

#main .main-topic-modules .module-crm-price {
	float: right;
	width: 225px;
	text-align: center;
	color: #D00000;
}

#main .main-topic-modules .module-stock-price {
	float: right;
	width: 225px;
	text-align: center;
	color: #2187B4;
}

#main .main-topic-modules .price-big {
	font-family: "Titillium-Bold",Helvetica;
    font-size: 30px;
}

#main-topic h2,
#other-topic h2 {
	color: #a23702;
	font-size: 14px;
	margin-bottom: 20px;
}

#other-topic h2 {
	text-align: right;
	padding-right: 51px;
}

#main .main-topic-plans h2 {
	margin-bottom: 69px;
}

#main .main-topic-plans p {
	float: right;
	width: 100%;
	height: 33px;
	padding-top: 3px;
}

#main .main-topic-tour ul {
	float: left;
	width: 100%;
	margin-top: 0;
}

#main .main-topic-tour ul li {
	float: left;
	width: 220px;
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
	margin-left: 50px;
}

#main .main-topic-tour ul li .tour-top {
	float: left;
	width: 180px;
	padding: 10px 20px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Titillium-Bold', Helvetica;
	font-size: 15px;
	background: url('../images/bg-home-tour-top.png') repeat-x left top;
	cursor: pointer;
}

#main .main-topic-tour ul li .tour-bottom {
	float: left;
	width: 180px;
	overflow: hidden;
	text-align: left;
/*	border-top: 1px solid #d3d3d3;*/
	height: 0;
	padding: 0;
}

#main .main-topic-tour ul li .tour-bottom-selected {
	height: 60px;
	padding: 20px;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}


#main #main-content-big {
	float: left;
	width: 840px;
	padding-left: 80px;
	padding-right: 80px;
	background: url('../images/bg-home-container-big.png') no-repeat left -20px;
}

#main #main-content-big .home-faq {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 50px;
}

#main #main-content-big .home-faq-question {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 15px;
	color: #a23702;
	background: url("../images/bg-main-logo-small.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
	padding-left: 25px;
}

#main #main-content-big .home-faq-answer {
	float: left;
	width: 100%;
}

#main #main-content {
	float: left;
	width: 598px;
	background: url('../images/bg-home-container.png') no-repeat left top;
	padding-left: 31px;
	padding-right: 31px;
}

#main #other-content {
	float: left;
	width: 599px;
}

#main #main-content .home-title,
#main #other-content .home-title {
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: 'Titillium-Bold', Helvetica;
	margin-bottom: 30px;
	text-transform: capitalize;
}

#main #main-content .home-title .small,
#main #other-content .home-title .small {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Titillium-Regular', Helvetica;
}

#main #main-content .home-text,
#main #other-content .home-text {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 30px;
	text-align: justify;
}

#main #main-content .plans,
#main #other-content .plans {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 4px;
}

#main .modules .plans {
	float: left;
}

#main .modules .conditions {
	float: left;
	width: 562px;
	text-align: justify;
}

#main #main-content .plans .plan {
	float: left;
	margin: 0 auto;
	width: 170px;
}

#main #other-content .plans .plan,
#main .modules .plans .plan {
	float: left;
	margin: 0 auto;
}

#main #main-content .plans .plan1,
#main #other-content .plans .plan1 {
	margin: 0 22px;
}

#main #main-content .plans .plan2,
#main #other-content .plans .plan2 {
	margin-right: 22px;
}

#main #other-content .plans .plan1,
#main #other-content .plans .plan2,
#main #other-content .plans .plan3 {
	width: 170px;
}

#main #main-content .plans .plan1 .plan-header,
#main #other-content .plans .plan1 .plan-header {
	float: left;
	width: 100%;
	background: url('../images/bg-home-plan-business2.png') no-repeat center top;
	z-index: 999;
	position: relative;
}

#main #main-content .plans .plan2 .plan-header,
#main #other-content .plans .plan2 .plan-header {
	float: left;
	width: 100%;
	background: url('../images/bg-home-plan-exclusive2.png') no-repeat center top;
	z-index: 999;
	position: relative;
}

#main #main-content .plans .plan3 .plan-header,
#main #other-content .plans .plan3 .plan-header {
	float: left;
	width: 100%;
	background: url('../images/bg-home-plan-exclusiveplus2.png') no-repeat center top;
	z-index: 999;
	position: relative;
}

#main #main-content .plans .plan .plan-header .plan-title,
#main #other-content .plans .plan .plan-header .plan-title {
	float: left;
	width: 100%;
	height: 33px;
	color: #ffffff;
	font-size: 22px;
	padding-top: 10px;
	text-align: center;
}

#main #other-content .plans .plan .plan-header .plan-title {
	height: 58px;
}

#main #main-content .plans .plan .plan-header .plan-price,
#main #other-content .plans .plan .plan-header .plan-price {
	float: left;
	width: 100%;
	height: 71px;
	padding-top: 55px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
}

#main #main-content .plans .plan .plan-header .plan-price .price-big,
#main #other-content .plans .plan .plan-header .plan-price .price-big {
	font-size: 50px;
	font-family: 'Titillium-Bold', Helvetica;
}

#main #main-content .plans .plan .plan-header .plan-price .price-big-crossed,
#main #other-content .plans .plan .plan-header .plan-price .price-big-crossed {
	
}

#main #main-content .plans .plan .plan-container {
	float: left;
	width: 168px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	background: #ffffff url('../images/bg-home-plan-footer.png') repeat-x left bottom;
	padding-top: 22px;
	margin-top: -22px;
}

#main #main-content .plans .plan3 .plan-container {
	float: left;
	width: 168px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	background: #ffffff url('../images/bg-home-plan-footer-exclusive.png') repeat-x left bottom;
	padding-top: 22px;
	margin-top: -22px;
}

#main #other-content .plans .plan .plan-container,
#main .modules .plans .plan .plan-container {
	float: left;
	width: 560px;
	height: 65px;
	border: 1px solid #bebebe;
	background: #ffffff url('../images/bg-home-plan-footer.png') repeat-x left bottom;
	margin-top: 20px;
	overflow: hidden;
	transition: height 0.5s;
	cursor: pointer;
}

#main .modules .plans .plan .plan-container:hover,
#main .modules .plans .plan .plan-container.hover {
	background: linear-gradient(#DDDCDC, #ffffff);
}

#main .modules .plans .plan .plan-container {
	margin-top: 0;
}

#main #main-content .plans .plan .plan-container .plan-item {
	float: left;
	width: 141px;
	height: 29px;
	margin-left: 14px;
	border-bottom: 1px solid #cecccb;
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	font-family: 'Titillium-Semibold', Helvetica;
}

#main #main-content .plans .plan3 .plan-container .plan-item {
	border-bottom: 1px solid #d4a152;
	color: #ffffff;
}

#main #other-content .plans .plan .plan-container .plan-item,
#main .modules .plans .plan .plan-container .plan-item {
	float: left;
	width: 548px;
	line-height: 58px;
	margin-left: 14px;
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	font-family: 'Titillium-Semibold', Helvetica;
}

#main .modules {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#main .modules .module {
	float: left;
	width: 393px;
	height: 65px;
	padding-right: 71px;
	text-align: right;
	box-sizing: border-box;
}

#main .modules .module-custom {
	font-style: italic;
	font-size: 36px;
	margin-top: 20px;
	font-family: 'Titillium-Bold', Helvetica;
	color: #4E4E50;
	padding-right: 80px;
}

#main .modules .module img {
	margin-top: 20px;
}

#main .modules .condition-title {
	text-align: right;
	padding-right: 73px;
	width: 393px;
}



#main .modules .plans .plan .plan-container .module-description {
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

#main .modules .plans .plan .plan-container .plan-item .purple {
	color: #572d7f;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}
#main .modules .plans .plan .plan-container .plan-item .yellow {
	color: #b6b72f;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}
#main .modules .plans .plan .plan-container .plan-item .green {
	color: #4B7B53;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}
#main .modules .plans .plan .plan-container .plan-item .red {
	color: #ec2427;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}
#main .modules .plans .plan .plan-container .plan-item .lightblue {
	color: #2AA4CF;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}

#main .modules .plans .plan .plan-container .plan-item .darkblue {
	color: #153D6D;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}

#main .modules .plans .plan .plan-container .plan-item .black {
	color: #000000;
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}


#main #main-content .plans .plan1 .plan-container .plan-item-yes,
#main #other-content .plans .plan1 .plan-container .plan-item-yes {
	background: url('../images/bg-home-plan-yes.png') no-repeat center 5px;
}

#main #main-content .plans .plan2 .plan-container .plan-item-yes,
#main #other-content .plans .plan2 .plan-container .plan-item-yes {
	background: url('../images/bg-home-plan-yes.png') no-repeat center 5px;
}

#main #main-content .plans .plan3 .plan-container .plan-item-yes,
#main #other-content .plans .plan3 .plan-container .plan-item-yes {
	background: url('../images/bg-home-plan-exclusiveplus-yes.png') no-repeat center 3px;
}

#main #main-content .plans .plan1 .plan-container .plan-item-no,
#main #other-content .plans .plan1 .plan-container .plan-item-no,
#main #main-content .plans .plan2 .plan-container .plan-item-no,
#main #other-content .plans .plan2 .plan-container .plan-item-no {
	background: url('../images/bg-home-plan-no.png') no-repeat center 5px;
}

#main #main-content .tour {
	float: left;
	width: 100%;
	display: none;
}

#main #main-content .tour-selected {
	display: block;
}

#main #main-content .tour-title {
	float: left;
	width: 100%;
	font-size: 15px;
	font-family: 'Titillium-Semibold', Helvetica;
	margin-bottom: 15px;
}

#main #main-content .tour-title {
	float: left;
	width: 100%;
}




/* OTHER PRODUCTS */
#otherproducts {
	width: 100%;
	height: 140px;
	background: url('../images/bg-otherproducts.png') repeat-x left top;
}

#otherproducts-container {
	width: 1000px;
	margin: 0 auto;
}

#otherproducts-container .otherproducts-title {
	float: left;
	width: 100%;
	height: 25px;
	padding-top: 15px;
	color: #767676;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Titillium-Semibold', Helvetica;
}

#otherproducts-container .otherproduct {
	float: left;
	width: 250px;
	height: 80px;
	margin-top: 10px;
}

#otherproducts-container .productsynergy {
	width: 275px;
}

#otherproducts-container .productpos {
	width: 225px;
}

#otherproducts-container .otherproduct a {
	display: block;
	height: 80px;
}

#otherproducts-container .productinvoice {
	background: url('../images/bg-otherproduct2015.png') no-repeat -708px top;
}

#otherproducts-container .productsynergy {
	background: url('../images/bg-otherproduct2015.png') no-repeat -372px top;
}

#otherproducts-container .productpos {
	background: url('../images/bg-otherproduct2015.png') no-repeat -1041px top;
}

#otherproducts-container .productstock {
	background: url('../images/bg-otherproduct2015.png') no-repeat -1374px top;
}

#otherproducts-container .productcrm {
	background: url('../images/bg-otherproduct2015.png') no-repeat -42px top;
}

#otherproducts-container .productinvoice:hover {
	background: url('../images/bg-otherproduct2015.png') no-repeat -708px bottom;
}

#otherproducts-container .productsynergy:hover {
	background: url('../images/bg-otherproduct2015.png') no-repeat -372px bottom;
}

#otherproducts-container .productpos:hover {
	background: url('../images/bg-otherproduct2015.png') no-repeat -1041px bottom;
}

#otherproducts-container .productstock:hover {
	background: url('../images/bg-otherproduct2015.png') no-repeat -1374px bottom;
}

#otherproducts-container .productcrm:hover {
	background: url('../images/bg-otherproduct2015.png') no-repeat -42px bottom;
}




/* BOTTOM */
#bottom {
	width: 100%;
	background: url('../images/bg-bottom.png') repeat left top;
	font-size: 13px;
}

#bottom a {
	color: #a23702;
}

#bottom-container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #ffffff;
}

#bottom .bottom-left {
	float: left;
	width: 254px;
	padding-right: 80px;
}

#bottom .bottom-center {
	float: left;
	width: 253px;
	padding-right: 80px;
}

#bottom .bottom-center a {
	float: left;
	width: 100%;
}

#bottom .bottom-right {
	float: left;
	width: 333px;
}

#bottom .bottom-right .buttons {
	float: left;
	width: 100%;
}

#bottom .bottom-right .buttons input.button {
	background: #a23702 url('');
	border-radius: 5px;
    float: left;
    width: 92px;
	height: 25px;
	margin-top: 15px;
	-moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.4);
}

#bottom .bottom-right .buttons input.button:hover {
	background-color: #000000;
	-moz-box-shadow: inset 0 0 2px 2px rgba(100,100,100,0.4);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(100,100,100,0.4);
	box-shadow: inset 0 0 2px 2px rgba(100,100,100,0.4);
}

#bottom .bottom-title {
	float: left;
	clear: left;
	color: #a23702;
	font-family: 'Titillium-Bold', Helvetica;
	margin-bottom: 20px;
	font-size: 16px;
}

#bottom .bottom-description {
	float: left;
	clear: left;
	position: relative;
	margin-bottom: 20px;
}

#bottom .bottom-description #ok {
	position: absolute;
	bottom: -19px;
	left: 0;
	color: #a23702;
	width: 100%;
	text-align: center;
}

#bottom .bottom-form {
	float: left;
	clear: left;
}

#bottom .bottom-form input {
	float: left;
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #1b1b1b;
	border-radius: 5px;
	background-color: #191919;
	-moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
	color: #eaeaea;
	font-size: 13px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#bottom .bottom-form input#security_code {
	width: 200px;
	margin-right: 15px;
}

#bottom .bottom-form #captcha {
	border-radius: 5px;
	height: 26px;
}

#bottom .bottom-form textarea {
	float: left;
	width: 296px;
	height: 100px;
	border: 1px solid #1b1b1b;
	border-radius: 5px;
	background-color: #191919;
	-moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.4);
	color: #eaeaea;
	font-size: 13px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 10px;
}





/* FOOTER */
#footer {
	width: 100%;
	height: 66px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
}

#footer-container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

#footer-container .right {
	padding-top: 10px;
}

#footer-container .right a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#footer-container .right a:hover {
	color: #a23702;
}



.ui-widget {
	font-family: 'Titillium-Regular', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Titillium-Regular', Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px !important;
}

.ui-widget-header {
	color: #ffffff !important;
	background: #a23702 url() !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border-width: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: url("") repeat scroll 0 0 #a23702;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) inset;
    float: left;
    height: 25px;
    margin-top: 15px;
    width: 92px;
	border: 0;
	color: #ffffff;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: url("") repeat scroll 0 0 #000000;
}

.ui-button-text-only .ui-button-text {
    padding: 1px 1em !important;
}