html{
	background: url('../img/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
body{font-family: 'Montserrat', sans-serif;}
.clear{clear: both;}

a{
	color: #fff;
		text-decoration: none;
	
}
a:hover{
	text-decoration: underline;

}

#container{
	margin: auto;
	width: 750px;
	margin-top: 40px;
	margin-bottom: 100px;
}
#topbox{
	margin-bottom: 35px;
}
#logo{
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	float: left;
	width: 230px;
	height: 20px;
}
#navigation{
	float: right;
	list-style: none;
}
	#navigation li{
		color: #3bb44d;
		display: block;
		float: left;
		font-size: .7em;
		margin: 4px 0 0 12px;
	}
	#navigation a{
		text-decoration: none;
		color: #87888d;
	}
	#navigation a:hover{
		color: #3bb44d;
	}

#rbox{
	border-top: 4px solid #3ab54a;
	padding: 12px 13px;
	background-image: url('../img/trans-top.png');
}
#mainbox{
	padding: 40px;
	color: #dfdfdf;
	background-image: url('../img/tbg.png');
}
	#mainbox p{
	
		font-family: arial;
		font-size: .8em;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	#mainbox ul{
	margin: 0 20px 20px 20px;
	}
		#mainbox ul li{
			margin-bottom: 8px;
			list-style:  decimal;
			margin-left: 20px;
			font-size: .9em;
		}
h2{
	font-size: 2em;
	margin-bottom: 20px;
}

H3{
	font-size: .95em;
	line-height: 25px;
	margin-bottom: 15px;
}

#footer{
	background-color: #3ab54a;
	height: 22px;
	padding: 15px;
}

	#footer li{
		color: #fff;
		margin-top: 4px;
		margin-left: 17px;
		display: block;
		float: left;
		font-size: .7em;
	}
	#footer a{
			color: #9cdaa4;
			text-decoration: none;
	}
	#footer a:hover{
	color: #fff;
	}
	
	
.mainbox img{
	
}
	.store h3{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.store form{
		margin: 30px 30px 0 260px;
	}
	.why h3, .fp{
		margin-top: 15px;
	}


.pure img{
	float: left;
}
.rightbox{
	width: 350px;
	float: right;
}


.bottom{
margin-top:-50px ;
}


.theme-default #slider {
    width:750px; /* Make sure your images are the same size */
    height:277px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

