/*CSS file for Fancy That Group*/

*, html {
	padding:0;
	margin:0;
}

body {
	background:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	display: none;
	font-size: 3em;
	margin-top: 50px;
}

h3 {
	color: #703247;
	text-align: right;
}

h3.bottom {
	margin-top: 25px;
	margin-bottom: 35px;
}


address {

	font-variant: small-caps;
	font-style: normal;
	color: #a8a8a8;
}

img {
	border: none;
}


/* wrapper div
===================================================================*/
#wrapper {
	margin: 0 auto;
	width: 760px;
}

/* Banner div
===================================================================*/
#banner {
	margin-top: 35px;
	margin-left: 80px;
	position: absolute;
	width: 680px;
	z-index: 0;
}

/*#silhouette
===================================================================*/
#silhouette {
	/*position: relative;
	top: -200px;
	left: 0;
	z-index: 101;*/
	
	position: relative;
	margin-top: 0px;

	padding-left: 10px;
	z-index: 100;
}


/* nav div
===================================================================*/
#nav {
	position: relative;
	border-bottom: 8px solid #000;
	width: 680px;
	margin-left: 80px;
	margin-top: -440px;
	padding-bottom: 2px;
	text-align: right;
	z-index: 150;
}

#nav li{
	display: inline;
	padding-left: 20px;
	color: #000;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	background: #b09d89;
	color: #fff;
}



/* innerwrap div
===================================================================*/
#innerwrap {
	float: right;
	width: 760px;
}

/* left div
===================================================================*/
#left {
	background: url(ftimages/shopping-bag.gif) no-repeat top right;
	width: 300px;
	float: left;
	clear: none;
	text-align: right;
	
}

#left a {
	color: #b09d89;
	font-variant: small-caps;
}

#left a.news {
	color: #b71062;	
	font-weight: bold;
}

#left a:hover {
	color: #703247;
}

#left li {
	list-style: none;
	color: #b09d89;
	line-height: 1.5em;
}

#left p {
	padding: 20px 0 0 0;
}

#left ul.store-hours {
	margin-top: 385px;
}
/* Right div
===================================================================*/
#right {
	float: right;
	width: 350px;
	padding-top: 20px;
}

#right h2.newsflash {
	padding: 20px 0 0 0;
	color: #703247;
}

#right h3.newsflash {
	padding: 5px 0 5px 0;
	color: #703247;
	text-align: left;
}

#right img.tag {
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: 50px	
}

#right p {
	margin-top: 10px;
	line-height: 1.5em;
	text-align: right;
}

#right span.newsflash {
	font-weight: bold;
}

#right a{
	color: #703247;
	font-weight: bold;
}

#right a:hover{
	text-decoration: underline;
}


/* Footer div
===================================================================*/
#footer {
	clear: both;
	width: 760px;
	margin: 20px auto;
	text-align: right;
}

.title {
	text-decoration: underline;
}

.comment {
	color: red;
}

.copy {
	font-size: 0.7em;
	margin-top: 5px;
	color: #a8a8a8;
}


/* brands div
===================================================================*/
#brands {
	margin: 20px 0 30px 0;
	border-top: 1px solid #c0c0c0;
}

#brands h2 {
	color: #c0c0c0;
	font-size: 1em;
	margin: 0 0 20px 0;
	padding-top: 10px;
}

#brands ul {
	list-style-type: none;
	margin-bottom: 50px;
}

#brands li {
	display: inline;
}
