@charset "UTF-8";
/* Ezekiel main.css */

* {
	margin:0;
	padding:0;
}

body {
	background:#26247b;
	color:#fff;
}

#container {
	width:900px;
	height:100%;
	margin:0 auto;
}

#wrapperLeft, #floatContentLeftFix {
	width:700px;
	float:left;
}

#wrapperRight {
	width:160px;
	height:400px;
	float:right;
	margin-left:40px;
	margin-top:205px;
}
a{
	color:#333;
	outline:none;	
	text-decoration:none;
}
a:hover{
	color:#048ee0;
}

#headerImg {
	background:url('../images/WOMENS-HEADER-FALL.jpg') top left no-repeat;
	height:200px;
	width:698px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

/*  begin main navigation elements  */
#nav {
	background:#fff;
	width:698px;
	height:24px;
	border:1px solid #fff;
	text-align:center;
}

#navList {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navList li {
	display:-moz-inline-stack;  /* IE FIX */
	display:inline-block;
	zoom:1;  /* IE FIX */
	*display:inline;  /* IE FIX */
	height:24px;
	margin:0 12px;
}

#navList a, #navList a:link, #navList a:active, #navList a:visited {
	color: #000000;
	font-size:1.1em;
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
}

#navList a:hover {
	color:#fff;
}

#navList a.active {			/* current page link highlighted */
	color:#26247b;
}
