/*CSS file for Fancy That Group - The Roundstone*/

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

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

}

a {
	color: #b09d89;
	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: #b09d89;
}


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

/* Banner div
===================================================================*/
#banner {
	position: relative;
	margin-top: -75px;
	margin-left: -30px;
}

/*#logo
===================================================================*/
#logo {
	position: relative;
	padding-left: 0px;
	z-index: 100;
	width: 760px;
	
}

#logo img.tag {
	position: relative;
	margin-top: -100px;
}


/* nav div
===================================================================*/
#nav {
	width: 760px;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
	z-index: 150;
}

#nav li{
	display: inline;
	/*margin-left: 25px;*/
	margin-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #b09d89;
	letter-spacing: 0.20em;
	padding-bottom: 1px;
}

#nav a:hover {
	/*background: #b09d89;*/
	color: #b09d89;
	border-bottom: 5px solid #b09d89;
}



/* innerwrap div
===================================================================*/
#innerwrap {
	clear: none;
	width: 760px;
}

/* left div
===================================================================*/
#left {
	width: 300px;
	float: left;
	clear: left;
	text-align: right;
	color: #b09d89;
}

#left a {
	font-weight: bold;
}

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

#left img {
	margin-top: 35px;
	/*margin-right: 32px;*/
	border: none;
}

#left img.second-image {
	margin-top: -10px;
}

#left img.last {
	margin-right: 0px;
}

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

#left p {
	margin-top: 15px;
	line-height: 1.5em;
}

#left ul.store-hours {
	margin-top: 5px;
	font-variant: small-caps;
	font-weight: bold;
}
/* Right div
===================================================================*/
#right {
	float: right;
	width: 350px;
}

#right img {
	border: none;
	margin-bottom: 20px;
}

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

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

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


/* Footer div
===================================================================*/
#footer {
	clear: both;
	width: 760px;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}

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

.title {
	text-decoration: underline;
}

.comment {
	color: red;
}

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

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

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

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

#brands li {
	display: inline;
}
