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

body {
    background-image: url(../images/background_image_new.png);
	background-repeat: repeat-x;
}

#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	height: 700px;
}

#top_container {
	float: left;
	width: 1100px;
	text-align: left;
	height: 315px;
	background-color: white;
	border: 1px solid #999999;
	display: inline;
	margin-top: 15px;
}

#bottom_container {
	float: left;
	clear: left;
	width: 800px;
	height: 280px;
	padding-left: 200px;
	margin-top: 1px;
	padding-top: 85px;
}

#logo_nav {
	float: left;
	width: 270px;
	height: 165px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 58px;
	margin-top: 20px;
	margin-left: 50px;
	display: inline;
}

#navlist a {color: #666666; text-decoration:none;} 
#navlist a:hover {
	color: #999999;
	text-decoration:none;
}

#navlist {
	text-decoration: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}

#navcontainer {
	background-color: white;
}

#right_content {
	float: right;
	width: 670px;
	height: 315px;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	display: inline;
}

#limited_collection {
	float: left;
	clear: both;
	width: 260px;
	height: 275px;
	background-color: white;
}

#lc_heading {
	width: 200px;
	height: 25px;
	padding-left: 2px;
}

#lc_image {
	width: 235px;
	height: 150px;
	background-image: url(../images/limited_collection_image.png);
	background-repeat: no-repeat;
}

#lc_type {
	width: 195px;
	height: 50px;
	padding-left: 2px;
}

#lc_launch {
	width: 235px;
	height: 35px;
	padding-top: 15px;
}

#west_collection {
	float: left;
	clear: right;
	width: 260px;
}

#wc_heading {
	width: 200px;
	height: 25px;
	padding-left: 2px;
}

#wc_image {
	width: 235px;
	height: 150px;
	background-image: url(../images/west_collection_image.png);
	background-repeat: no-repeat;
}

#wc_type {
	width: 195px;
	height: 50px;
	padding-left: 2px;
}

#wc_launch {
	width: 235px;
	height: 35px;
	padding-top: 15px;
}

#emporium_collection {
	float: left;
	clear: right;
	width: 230px;
	height: 270px;
}

#ec_heading {
	width: 200px;
	height: 25px;
	padding-left: 2px;
}

#ec_image {
	width: 230px;
	height: 150px;
	background-image: url(../images/emporium_collection_image.png);
	background-repeat: no-repeat;
}

#ec_type {
	width: 195px;
	height: 50px;
	padding-left: 2px;
}

#ec_launch {
	width: 230px;
	height: 35px;
	padding-top: 15px;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #999999;
}

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 1.3em;
}

.body_copy_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	line-height: 1.3em;
}


#footer {
	width: 900px;
	text-align: left;
	height: 25px;
	clear: both;
	padding-left: 200px;
	margin-top: 45px;
	margin: 0 auto;
}
