@charset "utf-8";
body {
	background-image: none;
}
	.ex-form {
	position:relative;
	width:440px;
	min-height: 400px;
	font-family:Arial, sans-serif;
	font-size:12px;
	background:none;
	background: rgba(150, 150, 150, 0.2);




		-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33969696,endColorstr=#33969696);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33969696,endColorstr=#33969696);
	zoom: 1;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	}
		h1, h2 {
			margin-top:0;
			font-family:Arial, sans-serif;
			font-size:18px;
			color: #6e6a65;
			text-transform: uppercase;
			text-align: center;
		}
		h2 {
	font-size:14px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	color: #4A4A4A;
		}
		.ui-progressbar {
			background: #e5e4e3!important;
			border: medium none;
			border-radius: 15px;
			box-shadow: 0 1px 2px #aaa inset;
		}
		.ui-progressbar .ui-progressbar-value {
			background: none;
			-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#98c8a9,endColorstr=#e9e1a8);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#98c8a9,endColorstr=#e9e1a8);
			
			background: -moz-linear-gradient( left, #98c8a9, #e9e1a8 );
			background: -webkit-linear-gradient( left, #98c8a9, #e9e1a8 );
			background: -o-linear-gradient( left, #98c8a9, #e9e1a8 );
			background: -khtml-linear-gradient( left, #98c8a9, #e9e1a8 );
			background: linear-gradient( to right, #98c8a9, #e9e1a8 );
			
			border: none;	
			border-radius: 15px;
			box-shadow: 0 1px 2px #999 inset;
		}
		#amount {
			position: absolute;
			margin: -19px 0 0 -30px;
			width: 100%;
			font-size: 10px;
			font-weight: bold;
			color: #677764;
			text-align: center;
		}
		.form-panel fieldset {
	width:450px;
	height:225px;
	border: none;
	background:none;
	background: rgba(255, 255, 255, 0.2);

			-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		}
			.form-panel label, .form-panel .label {
				width: 100%;
				clear: left;
				cursor: pointer;
			}
				.form-panel .title {
	float:left;
	padding-top:5px;
	margin-right:10px;
	width:130px;
	text-align:center;
	color: #6E6A65;
				}
				.form-panel .input {
					float: left;
					padding: 3px;
					margin-bottom: 13px;
					border-radius: 12px;
					
					background: none;
					-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#98c8a9,endColorstr=#e9e1a8);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#98c8a9,endColorstr=#e9e1a8);
			
					background: -moz-linear-gradient( top, #98c8a9, #e9e1a8 );
					background: -webkit-linear-gradient( top, #98c8a9, #e9e1a8 );
					background: -o-linear-gradient( top, #98c8a9, #e9e1a8 );
					background: -khtml-linear-gradient( top, #98c8a9, #e9e1a8 );
					background: linear-gradient( to bottom, #98c8a9, #e9e1a8 );
				}
					.form-panel input, .form-panel textarea {
						float: left;
						padding: 8px 13px;
						margin: -3px;
						width: 240px;
						height: 15px;
						line-height: 12px;
						font-size: 12px;
						color: #9A9895;
						border: 1px solid #D7D6D5;
						cursor: text;
						border-radius: 12px;
						box-shadow: 0 1px 2px #999 inset;
					}
						.form-panel input:focus, .form-panel textarea:focus {
							padding: 5px 10px;
							margin: 0;
							border-color: #fff;
							box-shadow: none ;
							outline: 0 none transparent;
						}
					.form-panel textarea {
						height: 60px;
					}
			#thanks {
				text-align:center;
			}
				#thanks p {
					margin-top:58px;
					font-size:18px;
					color: #6e6a65;
				}
	.ex-form button {
		float:right;
		padding: 15px 20px 14px;
		margin-left: 30px;
		color: #9ca1a2;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		border: 1px solid #fff;
		background: #fff;
		
		background: -moz-linear-gradient( top, #ffffff, #eaeced );
		background: -webkit-linear-gradient( top, #ffffff, #eaeced );
		background: -o-linear-gradient( top, #ffffff, #eaeced );
		background: -khtml-linear-gradient( top, #ffffff, #eaeced );
		background: linear-gradient( to bottom, #ffffff, #eaeced );
		
		border-radius: 25px;
		box-shadow: 0 1px 2px #787878;
		
		cursor: pointer;
	}
		.ex-form button:hover {
			opacity: 0.8;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
		}
		.ex-form button:disabled {
			cursor: default;
			opacity: 0.6;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			filter: alpha(opacity=60);
		}
	#back {
		padding-left: 15px;
	}
		#back span{
			left: -5px
		}
	#next {
		padding-right: 15px;
	}
		#next span{
			right: -5px
		}
		.ex-form button span {
			position: relative;
			padding: 2px 5px;
			top: -1px;
			background: #FBF9F7;
			border: 1px solid #d9dee0;	
			border-radius: 10px;
		}
.body {
	margin: 0px;
	padding: 0px;
	background-color: #404040;
}
.main-line {
	background-image: url(images/line.jpg);
	background-position: 35px bottom;
	background-repeat: no-repeat;
}

.top-bg {
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;
	height: 495px;
}
.welcome-text {
	font-family: 'chaparral_probold';;
	font-size: 25px;
	line-height: 18px;
	color: #4a4a4a;
	text-decoration: none;
	padding-top: 50px;
	padding-left: 35px;
	font-weight: bold;
	padding-bottom: 5px;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #242424;
	text-decoration: none;
	padding-left: 35px;
	font-size: 12px;
	padding-right: 20px;
	padding-top: 15px;
}


.bottom-bg {
	background-image: url(images/bg-bottom.jpg);
	background-repeat: repeat;
	height: 160px;
}
.right-top-bg {
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: 140px 40px;
}
.slider-text {
	font-family: 'chaparral_probold';;
	font-size: 30px;
	color: #f2c631;
	padding-top: 60px;
	padding-left: 125px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
}
.left-bg {
	background-image: url(images/left-link.png);
	height: 414px;
	background-position: left top;
	background-repeat: no-repeat;
}
.current-nav {
	font-family: 'calligraphic_421roman';
	font-size: 15px!important;
	color: #1C1C1C;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
}
.current-nav a {
	font-family: 'calligraphic_421roman';
	font-size: 15px!important;
	color: #FFFFFF;
	text-decoration: none;

	
}
.current-nav:hover {
	font-family: 'calligraphic_421roman';
	font-size: 15px!important;
	color: #666666;
	text-decoration: none;

}
.left-products {
	font-family: 'chaparral_probold';;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #4a4a4a;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 90px;
}
.left-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #1C1C1C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.products-details {
	font-family: 'chaparral_probold';;
	font-size: 18px;
	line-height: 30px;
	color: #4A4A4A;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 10px;
}

.bottom-left-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #E4E4E4;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
.bottom-right-text {
	font-family: 'chaparral_probold';
	font-size: 24px;
	font-weight: bold;
	color: #EFC125;
	text-decoration: none;
	padding-top: 15px;
	clear: right;
}
.copyright-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908d81;
	text-decoration: none;
	line-height: 25px;
}



.left-link-a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #1C1C1C;
	text-decoration: none;
	font-weight: bold;	
}


.middle-bg {
	background-image: url(images/bg-yellow.jpg);
	background-repeat: repeat;
}
.products-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
}

.home-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #1F1F1F;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 35px;
	font-size: 13px;
	padding-right: 20px;
	font-weight: bold;
}
.contact-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	padding-left: 35px;
	font-weight: bold;
}
.contact-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 35px;
	padding-bottom: 15px;
}
.query-form {
}
