body {
	height:auto;
	width: auto;
	margin: 0px;
	
	background: 
		url('../images/bg-1.png') 0% 400px no-repeat,
		url('../images/bg-2.png') 100% 400px no-repeat,
		url('../images/bg.png');
		overflow-x: hidden;
}

nav {
	display: block;
	font-family: "FontL";
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid grey;
	height: 72px;
	background: url('../images/fon.png');
}

nav ul ul {
	display: none;
	
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	background: white; 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
	height: 72px;
	background: url('../images/fon.png');
}
nav ul li:hover a, nav ul li .active {
	background:#AC3838;
	color: #fff;
}

nav ul li a {
	display: block; 
	padding: 25px 40px;
	color: #415264; 
	text-decoration: none;
	height: 22px;
}

nav ul ul {
	background: #AC3838; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none; 
	position: relative;
}
nav ul ul li a {
	padding: 15px 40px;
	color: #fff;
}	
nav ul ul li a:hover {
	background: #fff;
	color: #AC3838;
}

.menu {
	border: 1px;
	border-left-style: none;
	border-right-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

.right-item {
	border-right-style: none;
}

a.left-item.active:before, a.left-item:hover:before {
	display: block;
	content: '';
	background: #AC3838;
	height: 72px;
	width: 1000px;
	position: absolute;
	left: -999px;
	top: 0;
}

a.right-item.active:after, a.right-item:hover:after {
	display: block;
	content: '';
	background: #AC3838;
	height: 72px;
	width: 1000px;
	position: absolute;
	right: -999px;
	top: 0;
}

#logo {
	position: relative;
	height: 235px;
    
}

#logo img {
	margin:auto;
	margin-top:40px;
	
}

#nav-nav {
	display: none;
	margin-left: 0px;
	margin-right: 0px;	
}



#column {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

#column ul {
	list-style-image: url('../images/green.png');

}

#column li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;

}

#column1 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

#column1 ul {
	list-style-image: url('../images/grey.png');

}

#column1 li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;

}


#column2 ul {
	list-style-image: url('../images/red.png');
}


#text{
	text-transform: uppercase;	
	font-weight: bold;	
	font-size: 12px;
}

#picright {
	float: right;
	border-style: solid;
	border-width: 0px;
	padding:20px;
	margin: 0 30px;
	border-radius: 3px;
	border: solid 1px #CCC;
	
}



#picleft {
	float: left;
	border-style: solid;
	border-width: 0px;
	padding:20px;
	margin: 0 30px 0 0 ;
	border-radius: 3px;
	border: solid 1px #CCC;
	
}


#submission {
	float: right;
}

.select-nav {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	border: 5px solid #AC3838;
	height: 50px;
	font-size: 18pt;
	color: white;
	-webkit-appearance: none;
	text-align: right;
	background: #AC3838;
	direction: rtl;
}



#payment {
	width:50%;
	margin:auto;

}


.page-text {
	width: 50%;
	font: 11pt "PageL", sans-serif;
	margin: 0px auto;
	border:1px solid #dddddd;
	padding: 10px 40px;
	background: url('../images/fon.png');
} 

.page-text h2 {
	font-size: 18pt;
	color: black;
	/*text-transform: uppercase;*/
	text-align: left;
	position: relative;
	padding-top: 26px;
	letter-spacing: 4px;
	font-weight: normal;
	line-height: 32px;
}

.page-text h1 {
	font-size: 16pt;
	color: #1f262d;
	text-transform: uppercase;	
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}



.page-text h3 {
	font-family:"PageL", sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #a62433;
	text-transform: uppercase;	
	margin-bottom: 0px;

}


 h4 {
	font-family:"PageL", sans-serif;
	margin-top:0px;
	color:#ce4545;
	 text-transform:uppercase;
	 font-weight:bold;

}

.page-text p {
	line-height: 14pt;
}


.page-text ul.benefits {
	list-style-image: url('../images/tick1.png');
}

.page-text ul.benefits li {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 20px;
	line-height: 20px;
}

.page-text ul.benefits ul {
	list-style: none;
	padding-left: 0px;
}

.page-text ul.benefits ul li {
	font-weight: normal;
}

.page-text ol li {
	margin-bottom: 5px;
	margin-top: 5px;
}


table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

th, td {
	padding: 15px;
}
th {
	text-align: center;
} 

.slides-holder {
	position: relative;
}

.left-side-banner {
	position: absolute;
	left: 100px;
	top: 130px;
	color: #D1CEC8;
	width: 200px;
	font-family: FontL;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}

.right-side-banner {
	position: absolute;
	right: 100px;
	top: 130px;
	color: #D1CEC8;
	width: 200px;
	font-family: FontL;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}

#sending {
	display: none;
}

#sent {
	display: none;
}

.how, .how1 {
	width:23%;
	min-height:100px;
	float:left;
	font-size:14px;
	border: 1px solid #c6c6c6;
	padding:20px;
	background:#f5f5f5;
	margin:20px 5px;
	border-radius: 20px;


	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #E6E6E6 100%);

}

.how1 {
	min-height:120px;
}
.hownumber {
	color:#ac3838; 
	font-weight:bold; 
	font-size:20px;
}

.contact {
	width:66%;
	min-height:100px;
	float:block;
	font-size:14px;
	border: 1px solid #c6c6c6;
	padding:20px;
	background:#f5f5f5;
	margin:20px 5px;
	border-radius: 20px;


}

.submit {
	background-color: #AA393B;
	color: white;
	width: 150px;
	height: 50px;
	font: 11pt "PageL", sans-serif;
	font-width: bold;
	border: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}