/*  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: #24a8df; 
	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;}




#header { 
	float: left;
	width: 100%;
	height: 176px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 3px;
	left: -132px;
	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: 107px;
	right: 0;
	width: 600px;
	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;
	position: relative;
	top: -1px;
}

#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: 16px;
	height: 17px;
	background: url('../images/bg-slideshow-nav.png') no-repeat left top;
	text-indent: -2000px;
	margin-right: 5px;
}

#slideshow #nav a.activeSlide {
	background: url('../images/bg-slideshow-nav.png') no-repeat right 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: #24a8df;
	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: #24a8df;
}

#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;
}

.buttons input.button:hover {
	background: url('../images/bg-button.png') no-repeat left bottom;
}

#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 .main-topic-plans {
	margin-top: 410px;
}

#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 {
	color: #24a8df;
	font-size: 14px;
	margin-bottom: 20px;
}

#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: 40px;
}

#main #main-content-big .home-faq-question {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: 'Titillium-Semibold', Helvetica;
	background: url('../images/bg-home-content-item.png') no-repeat left center;
	margin-left: -30px;
	padding-left: 30px;
}

#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 #main-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 {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Titillium-Regular', Helvetica;
}

#main #main-content .home-text {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 30px;
	text-align: justify;
}

#main #main-content .plans {
	float: left;
	width: 100%;
}

#main #main-content .plans .plan {
	float: left;
	margin: 0 auto;
	width: 170px;
}

#main #main-content .plans .plan1 {
	margin: 0 22px;
}

#main #main-content .plans .plan3 {
	margin-left: 22px;
}

#main #main-content .plans .plan1 .plan-header {
	float: left;
	width: 170px;
	background: url('../images/bg-home-plan-business2.png') no-repeat left top;
}

#main #main-content .plans .plan2 .plan-header {
	float: left;
	width: 170px;
	background: url('../images/bg-home-plan-exclusive2.png') no-repeat left top;
}

#main #main-content .plans .plan3 .plan-header {
	float: left;
	width: 170px;
	background: url('../images/bg-home-plan-starter2.png') no-repeat left top;
}

#main #main-content .plans .plan .plan-header .plan-title {
	float: left;
	width: 100%;
	height: 33px;
	color: #ffffff;
	font-size: 17px;
	padding-top: 10px;
	text-align: center;
}

#main #main-content .plans .plan .plan-header .plan-price {
	float: left;
	width: 100%;
	height: 96px;
	padding-top: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
}

#main #main-content .plans .plan .plan-header .plan-price .price-big {
	font-size: 30px;
	font-family: 'Titillium-Bold', Helvetica;
}

#main #main-content .plans .plan .plan-header .plan-price .price-big-crossed {
	text-decoration: line-through;
	font-size: 20px;
}

#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;
}

#main #main-content .plans .plan .plan-container .plan-item {
	float: left;
	width: 140px;
	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 .plan1 .plan-container .plan-item-yes {
	background: url('../images/bg-home-plan-business2-yes.png') no-repeat center 5px;
}

#main #main-content .plans .plan2 .plan-container .plan-item-yes {
	background: url('../images/bg-home-plan-exclusive-yes.png') no-repeat center 5px;
}

#main #main-content .plans .plan1 .plan-container .plan-item-no,
#main #main-content .plans .plan3 .plan-container .plan-item-no {
	background: url('../images/bg-home-plan-business-no.png') no-repeat center 5px;
}

#main #main-content .plans .plan3 .plan-container .plan-item-yes {
	background: url('../images/bg-home-plan-starter-yes.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%;
}

.promotion-window {
	float: left;
	width: 100%;
}

.promotion-window .promotion-row {
	float: left;
	width: 100%;
}

.promotion-window .promotion-row .promotion-box {
	float: left;
	width: 200px;
	height: 170px;
	background: url('../images/bg-promotion-box.png?1') no-repeat center -5px;
}

.promotion-window .promotion-row .promotion-title {
	float: left;
	width: 230px;
	height: 155px;
	padding-top: 15px;
	line-height: 55px;
	font-family: 'Titillium-Bold', Helvetica;
	font-size: 38px;
	text-align: center;
	color: #000000;
}

.promotion-window .promotion-row .promotion-title span {
	font-size: 49px;
	color: #27a2db;
}

.promotion-window .promotion-row .promotion-price {
	float: left;
	width: 160px;
	height: 170px;
	font-family: 'Titillium-SemiBold', Helvetica;
	font-size: 27px;
	text-align: center;
	color: #27a2db;
}

.promotion-window .promotion-row .promotion-price .upper {
	float: left;
	width: 100%;
	height: 30px;
	padding-top: 30px;
	font-size: 22px;
	color: #000000;
}

.promotion-window .promotion-row .promotion-price .upper span {
	position: relative;
	padding: 0 3px;
}	

.promotion-window .promotion-row .promotion-price .upper .line {
	position: absolute;
	left: 0;
	top: 16px;
	width: 115px;
	height: 0;
	border-bottom: 3px solid #000000;
}


.promotion-window .promotion-row .promotion-price .lower {
	float: left;
	width: 100%;
	padding-top: 24px;
}

.promotion-window .promotion-row .promotion-subtitle {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Titillium-Bold', Helvetica;
	color: #000000;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.promotion-window .promotion-row .promotion-back {
	float: left;
	width: 100%;
	border: 0 none;
    text-transform: uppercase;
	margin: 50px 0 0;
}

.promotion-window .promotion-row .promotion-back a {
	text-decoration: none;
	background: #000000 none repeat scroll 0 0;
    display: block;
	width: 100px;
	color: #ffffff;	
	padding: 3px 6px;
	text-align: center;
	margin: 0 auto;
}

.promotion-window .promotion-row .promotion-back a:hover {
	background: #27a2db none repeat scroll 0 0;
}

.promotion-window .promotion-row .promotion-topic {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Titillium-SemiBold', Helvetica;
	color: #000000;
	font-size: 13px;
	margin-bottom: 25px;
}

.promotion-window .promotion-row .promotion-form {
	float: left;
	width: 100%;
	text-align: center;
}

.promotion-window .promotion-row .promotion-form input {
	margin: 0 auto;
	width: 330px;
	border: 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	color: #000000;
	font-family: 'Titillium-SemiBold', Helvetica;
}

.promotion-window .promotion-row .promotion-form input#promotion_submit {
	background: #000000;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Titillium-SemiBold', Helvetica;
	font-size: 14px;
	letter-spacing: 1px;
	border: 0;
	margin-top: 10px;
	padding: 6px;
	width: 340px;
	height: 30px;
}

.promotion-window .promotion-row .promotion-form input#promotion_submit:hover {
	background: #27a2db;
}




/* 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 -349px 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 -349px 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: #24a8df;
}

#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: #24a8df 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: #24a8df;
	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: #24a8df;
	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 url('../images/bg-bottom.png') repeat left top;
	color: #ffffff;
	font-size: 12px;
}

#footer-bg {
	width: 100%;
	height: 51px;
	padding-top: 15px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.3);
}

#footer-container {
	width: 1000px;
	height: 51px;
	margin: 0 auto;
}

#footer-container .right {
	padding-top: 10px;
}

#footer-container .right a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#footer-container .right a:hover {
	color: #24a8df;
}



.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: #24a8df url() !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border-width: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: url("") repeat scroll 0 0 #24a8df;
    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;
}

body.promotion .ui-dialog {
	width: 620px !important;
	height: 440px !important;
	border-radius: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	font-family: 'Titillium-Regular', Helvetica, Tahoma, Arial, Verdana, sans-serif !important;
}

body.promotion .ui-dialog-titlebar {
	border-radius: 0 !important;
	border: 0 !important;s
	padding: 0 !important;
	background: url('') !important;
	text-align: center;
	text-transform: uppercase;
}

body.promotion .ui-dialog-titlebar-close {
	border-radius: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	background: url('') !important;
	right: 15px !important;
}

body.promotion .ui-dialog-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: 'Titillium-Bold', Helvetica;
	text-align: center;
	font-size: 20px !important;
	color: #27a2db !important;
}

body.promotion .ui-dialog-title span {
	color: #1b1433 !important;
}

body.promotion .ui-dialog-buttonpane {
	display: none !important;
}

body.promotion .ui-widget-overlay {
	background: #1b1433 url('') !important; 
	opacity: 0.9 !important;
}