body{
	background-image: URL("images/aspen walpaper fixed.png");
	font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
	/*color: #4b5c66;*/
	color: #000;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
     -webkit-transition: color 0.3s ease-in; /* Safari */
    transition: color 0.3s ease-in;
    text-decoration: none;
    color: #580101;
    font-weight: 700;
}

a:hover {
    color: #7a0201;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 14px;
    font-weight: 400;
}

.content div {
    margin-bottom: 20px;
}


.wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.imageWrapper {
    position: relative;
}

/*
 * Logo
 */

.logoImageWrapper {
    position: relative;
    width: 400px;
    height: 333px;
    float: left;
    background-color: #fff;
}

.logo {
    position: absolute;
    width: 75%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

/*
 * Slider
 */

.sliderWrapper {
    float:right;
    width:500px;
    height:333px !important;
}

.slider {
    position: relative;
    width:500px;
    height:333px !important;
}

.slider img {
    height: 333px;
}

/*
 * Navigation
 */
nav {
    position: relative;
    clear: both;
    background: #fff;
    text-align: right;
    z-index: 1;
}

nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

nav ul li {
    /*float: left;*/
    display: inline-block;
    text-align: center;
}

nav ul li a {
    display: inline-block;
    padding: 16px 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

nav ul li a:hover {
    color: #580101;
}

.active {
    color: #7a0201;
}

/*
 * Stripe
 */

.stripe {
    background: #fdb515;
    text-align: right;
}

.stripe p {
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    font-size: 18px;
    color: #fff;
}

/*
 * Content
 */

.content {
    padding: 20px 50px;
    background-color: #fff;
}

/*
 * Footer
 */

footer .wrapper{
    background: #7a0201;
    margin-bottom: 60px;
    text-align: right;
}

footer p {
    display: inline-block;
    padding: 17px 20px;
    margin: 0;
    color: #fff;
}

footer .navFeature {
    top: 0;
}

/*
 * Additional styles
 */

.left {
    float: left;
    margin: 0 20px 20px 0;
}





/*
div#pagecontainer{
	background-color: White;
	width:900px;
	position:relative;
}

div#pagecontainer-shadow
{
	width:900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;

#shadow code

margin: 40px;
background-color: rgb(68,68,68); /* Needed for IEs */
/*
-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
zoom: 1;

}
