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


/*#innerwrap
==================================================*/
#innerwrap img.fit {
	margin: 15px 0px 15px 20px;
}

/* left div
===================================================================*/
#left {
	width: 300px;
	float: left;
	clear: none;
	text-align: right;
	margin-right: 20px;
	margin-top: 40px;
	line-height: 1.5em;
	font-weight: bold;
}

#left a{
	text-decoration: none;
	font-weight: normal;
}

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

#left img {
	margin-top: 30px;
}

#left img.first {
	margin-top: 0px;
}

#left img.subnav {
	margin-top: 5px;
}

#left li{
	list-style: none;
}

#left p.visit {
	margin-top: 50px;
	color: #91b2bd;
}

#left p.gift-cards {
	font-weight: normal;
	margin-top: 20px;
}


#left ul {
	margin-top: 10px;
	margin-bottom:20px;
}

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



/*#right-contact
===================================================================*/
#right-contact{
	float: right;
	width: 400px;
	margin-top: 40px;
}

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

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

#right-contact img.map {
	border: 5px solid #000;
	margin-left: 10px;
}

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

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

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

#right-contact span.req {
	color: red;
}

/*CSS for the form
===================================================================*/
#right-contact p.form {
	font-size: 0.9em;
	color: #fff;
}

#right-contact input.txt {
	width: 225px;
	border: 1px inset #00008b;
}

#right-contact input.btn {
	border: 1px outset #00008b;
}

#right-contact input.checkbox {
	margin-left: 10px;
	margin-right: 5px;
}

#right-contact p label {
	float: left;
	width: 35%;
	font-weight: bold;
}

#right-contact fieldset {
	border: 2px solid #000;
	padding: 10px;
	margin: 10px;
	background-color: #91b2bd;
	color: #fff;
}

#right-contact checkbox {
	padding-left: 5px;
}

