@charset "utf-8";
/* CSS Document */

/*BASIC LAYOUT ITEMS */

html,body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#dfdfdf;
}

#topbar {
	width:100%;
	height:110px;
	background:#000;
}

#content {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-bottom:80px;
	text-align:center;
}

#footer {
	width:100%;
	height: 40px;
	position:fixed;
	background:#CE7788;
	margin:0 auto 0 auto;
	bottom:0;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
IMG.left2 {
   float:left; }
   
IMG.right2 {
   float:right; }
   
IMG.no-border {
	border:0px;
	}
   
#title {
	clear:both;
	padding-top:20px;
	}
	
.right {
float:right;
width:130px;
}

.left {
float:left;
width:345px;
height:75px;
}
  


/*NAVIGATION STRUCTURE */

#nav_wrapper {
	width:800px;
	height:100px;
	margin:0 auto 0 auto;
}

#nav_logo {
	float:left;
	margin:14px 0 0 0;
}

#nav_items {
	float:right;
	margin:34px 0 0 0;
}

/*CONTENT STRUCTURE */



#holiday{
	width:1130px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/SPLASH_home-holiday.jpg);
	height:590px;
	background-repeat: no-repeat;
}

.holiday-header{
	padding-left:500px;
	padding-top:105px;
	}
	
	.leather{

	padding-left:510px;
	
	}
	
	.evite{
	padding-top:15px;
	padding-left:505px;
	
	}

#column_left {
	width:500px;
	float:left;
	margin:30px 0 0 0;
	text-align:left;
	display:inline;
}

#column_left_features {
	width:375px;
	float:left;
	margin:30px 0 0 0;
	text-align:left;
	display:inline;
}

#column_right_features {
	width:395px;
	float:right;
	margin:0;
	text-align:left;
	display:inline;
}

#column_right_about {
	width:350px;
	float:right;
	margin:70px 0 0 0;
	text-align:right;
	display:inline;
}

#column_shop {
	width:800px;
	margin:15px 0 0 0;
	text-align:left;
	display:inline;
	float:left;
}

#shop_left {
	width: 460px;
	display:inline;
	float:left;
	text-align:left;
	padding-top:-10px;
}

#shop_right {
	width: 310px;
	display:inline;
	float:right;
	text-align:left;
	padding-top:65px;
}

#product_left {
	width: 310px;
	display:inline;
	float:left;
	text-align:left;
	padding-top:-10px;
}

#product_right {
	width: 480px;
	display:inline;
	float:right;
	text-align:right;
	padding-top:65px;
}

p.shift {
	width: 800px;
	float:left;
	text-align:left;
	
}

#special-features {
	width:800px;
	float:right;
	text-align:left;
	background-image: url(../images/product_images/tantrum-bag.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:15px;
}

#features-bottom {
	margin-top:30px;
	width:760px;
	clear:both;
	float:left;
	padding-left: 40px;
	}
	
#features-scroll {
	background-image: url(../images/product_images/features/bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	height:50px;
	margin-top:15px;
	padding-left:30px;
	padding-top:20px;

	
	
}



/*FOOTER STRUCTURE */

#footer_wrapper {
	width:800px;
	margin:10px auto 0 auto;
}

#footer_copyright {
	float:left;
}

#footer_links {
	float:right;
}