@charset "utf-8";

/* Global */
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	background-color:#606060;
	background-image:url(../images/bg_main.jpg);
	background-position:center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
img, div, ul, li {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
p, div, ul, li	{
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
}
h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#f69000;
}
hr	{
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	width: 80%;
	margin-top:25px;
	margin-bottom:25px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#9996BA;
	margin-bottom:-8px;
	padding:3px;
	width:90%;
}

#news li	{
	margin-top:15px;
}

a:link, a:visited, a:active	{
	color:#f69000;
	text-decoration:none;
	text-transform:none;
}
a:hover	{
	color:#f69000;
	text-decoration:underline;
	text-transform:none;
}
#stripe	{
	z-index:-4;
	position:absolute;
	left: 50%;
	margin-left:-500px;
	top:214px;
	overflow:hidden;
}
#cityScape	{
	z-index:-4;
	width:869px;
	position:absolute;
	text-align:right;
	left: 50%;
	margin-left:-434px;
	top:0px;
}
#shoe	{
	z-index:-3;
	position:absolute;
	left:50%;
	width:1144px;
	overflow:hidden;
	text-align:left;
	margin-left:-572px;
}
#container	{
	position:absolute;
	z-index:1;
	width:807px;
	left: 50%;
	margin-left:-403px;
}
#top	{
	width:807px;
	height:89px;
	position:absolute;
	z-index:-4;
}
.menu li {
	display: inline;
	list-style-type: none;
	padding-right:16px;
}
a.menu:link, a.menu:visited, a.menu:active	{
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	color:#4d4d4d;
	letter-spacing: 1px;
	font-weight:bold;
}
a.menu:hover	{
	color:#6a61a8;
	text-decoration:none;
}
/* For Coming Soon Menu Items */

a.menu-coming:link, a.menu-coming:visited, a.menu-coming:active	{
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	color:#CCCCCC;
	letter-spacing: 1px;
	font-weight:bold;
}
a.menu-coming:hover	{
	color:#666666;
	text-decoration:none;
}
/* End Coming Soon Menu Items */

li	{
	list-style-position: inside;
	list-style-type: disc;
}

.subMenu li {
	list-style-type: none;
	padding-right:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 30px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:20px;
	margin-right:20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
a.subMenu:link, a.subMenu:visited, a.subMenu:active	{
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	color:#4d4d4d;
	letter-spacing: 1px;
	font-weight:bold;
}
a.subMenu:hover	{
	color:#6a61a8;
}
#banner-full	{
	background-image:url(../images/bg_banner-full.jpg);
	background-repeat:no-repeat;
	width:523px;
	height:158px;
	margin-left:-11px;
	margin-top:5px;
	text-align:center;
}
.bannerText	{
	margin-top:25px;
}
.min-height	{
	height:600px;
}

/* Left Column */

#leftColumn	{
	position:absolute;
	z-index:2;
	width:276px;
	float:left;
	background-image:url(../images/left_top_noreg.png);
	background-repeat: no-repeat;
	background-position:top left;
}
#leftContent	{
	width:251px;
	background-image: url(../images/left_bg.png);
	background-position: left top;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
}

/* Right Column */

#rightColumn	{
	position:absolute;
	z-index: 1;
	width:622px;
	margin-top:10px;
	margin-left:185px;
}
#rightContent	{
	padding-left:92px;
	background-image: url(../images/right_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-right:10px;
	padding-bottom:10px;
}
#content	{
	padding-left:10px;
	padding-bottom: 20px;
}

/* Footer */

#footer	{
	display:block;
	clear:both;
	padding-left:5px;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	text-align:center
}
