@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	font-family: 'arial', 'verdana', 'trebuchet ms', sans-serif;
	line-height: 1.5;
	font-size: 12px;
	background-color:#333333;
}
img  {
	border:none;
}
a {
	color: #333;	
}
.clearer {
	clear: both;
	height: 1px;
}
#site-wrapper {
	width: 1160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bags {
	background-image: url(images/chrome10.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
	padding-top: 402px;
	padding-left: 10px;
}
.shoes {
	background-image: url(images/chrome11.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
	padding-top: 402px;
	padding-left: 10px;
}
#site-wrapper .bags li {
	float: left;
	width: 272px;
	height: 322px;
	list-style-type: none;
}
#site-wrapper .shoes li {
	float: left;
	width: 272px;
	height: 322px;
	list-style-type: none;
}

.info {
	background-image: url(images/chrome12.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
	padding-top: 380px;
	padding-left: 130px;
}
.info div {
	font-family:"Arial Black", Arial, Helvetica, Sans-Serif;
	font-size:14pt;
	color:#fff;
	float: left;
}
.info div a {
	color:#fff;
	text-decoration:none;
}
.info div a:hover {
	color:#fff;
	text-decoration:underline;
}
