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

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

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

a {
	color: #91b2bd;
	text-decoration: none;
}

img {
	border: 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: #91b2bd;
}


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

/* Banner div
===================================================================*/
#banner {

}

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


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

}

#nav li{
	display: inline;
	margin-left: 15px;
	letter-spacing: 0.25em;
	padding-bottom: 1px;
}

#nav li.selected {
	color: #91b2bd;
	border-bottom: 5px solid #91b2bd;
}

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

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


/* nav-sec div
===================================================================*/
#nav-sec {
	float: right;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.25em;
	font-size: 0.8em;
}

#nav-sec a{
	color: #cabdac;

}

#nav-sec a:hover {
	text-decoration: underline;
}

#nav-sec ul {
	list-style: none;
}


/* innerwrap div
===================================================================*/
#innerwrap {
	width: 760px;
	margin-top: 30px;
}

/* left div
===================================================================*/
#left {
	width: 250px;
	float: left;
	clear: left;
	text-align: right;
	font-variant: small-caps;
	line-height: 1.5em;
}

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

#left img.news {
	margin-top: 25px;
}

#left img.title {
	margin-top: 20px;
}

#left span.word {
	font-variant: small-caps;
	font-weight: bold;
	color: #91b2bd;
}

#left li {
	list-style: none;
	color: #91b2bd;
}

#left ul {
	margin-top: 15px;
}


/* Right div
===================================================================*/
#right {
	float: right;
	width: 500px;
}

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

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

#right h3 {
	color: #91b2bd;
	font-size: 1.4em;
	font-variant: small-caps;
	text-align: left;
	padding-left: 10px;
	margin-top: 15px;
}

#right img.float-rt {
	float: right;
}

#right img.store-on-coll {
	margin-left: 8px;
	margin-top: 15px;
}

#right img.dan {
	float: right;
}

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

#right p.first {
	margin-top: 0px;
}

#right p.last {
	margin-bottom: 20px;
}

#right span.word {
	font-variant: small-caps;
	font-weight: bold;
	color: #91b2bd;
}

#right ul {
	list-style: square;
	list-style-position: inside;
	text-indent: 10px;
	line-height: 1.5em;
	padding-left: 10px;
}


/* 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: #91b2bd;
}

.small {
	font-size: 0.8em;
	margin-top: 10px;
	text-align: right;
}