

body {
	width:100%;
	background-image:url('/images/fsbackground.jpg');
	background-repeat:repeat;
	background-position:top left;
	margin:0;
	color: #BF535A;
	font-family: calibri, arial, sans-serif;
}

#wrapper {
	width:750px;
	text-align:left;
	padding: 10px 0 10px 0;
	
}

#header {
	width:100%;
	height:200px;
	background-image:url('/images/fsbanner.jpg');

}
#navbar {
	width: 100%;
	height: 50px;
	background-image:url('/images/fsnavbar.jpg');
	background-repeat:none;
	background-position: top left;


}

#content {
	width: 100%;
	background-image:url('/images/fsmiddle.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	padding:15px 15px 15px 15px;


}

#footer{
	width: 100%;
	height: 75px;
	background-image:url('/images/fsfooter.jpg');
	background-repeat: none;
	
}


img {
	border:0;
}

a {
	color: #a4ce52;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div.menu {
	float:left;
	font-family: calibri, sans-serif;
	font-size: 24px;
	margin:10px 0 10px 20px;
}

.menu a:hover {
	text-decoration:none;
}

#dropmenudiv{
position:absolute;
border:1px solid #775c4b;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background: #fdf8f5;
display: block;
text-indent: 3px;
border-bottom: 1px solid #775c4b;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #927867;
}

table.main {
width:690px;
border-top:2px dashed #e17e83;
border-right:2px dashed #e17e83;
margin: 0 20px 0 20px;
border-collapse:collapse;
background: #FFDFE1;
}
table.main td {
color:#e17e83;
border-bottom:2px dashed #e17e83;
border-left:2px dashed #e17e83;
padding:.3em 1em;
text-align:center;
}

p {
	margin-bottom:1em;

}
li {
	margin-bottom:.5em;
}
ul.blank {
	list-style-type:none;
}

div.full {
	width: 90%;
	margin-left: 2.5%;
}	


div #leftcontent {
	width: 45%;
	float:left;
	margin-left: 2.5%;
}
div #rightcontent {
	width: 45%;
	float:left;
	margin-left: 1.25%;
	padding-left: 1.25%;	
	border-left: 2px solid #775C4B;
}
div.clear {
	clear:both;
}
span.rules {
	font-weight: bold;
	}
img.content {
/*	border:3px solid #e17e83;*/
}

/* FORMS */

#horizontalForm fieldset
{
	display: block;
	margin: 0 2.75em 2em 1em;
	padding: 0 1em 1em 1em;
	background-color: #FFDFE1;
}

#horizontalForm fieldset.radio
{
	margin: 1em 2em 1em 0;
	float: left;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}



#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}

#horizontalForm textarea
{
	display: block;
	width: 35em;
}

#horizontalForm input.submit
{
	clear: both;
	margin: 2em 0 0 0;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}


#horizontalForm fieldset fieldset
{
	clear:both;
	float:left;

}

#horizontalForm #quiltoptionsfield1
{
	width: 91%;
	margin: 1em 0 1em 0;
	
}

#horizontalForm #quiltoptionsfield1 input
{
	clear: both;
	float:left;
	width:auto;

}

#horizontalForm #quiltoptionsfield1 label
{
	font-weight: normal;

}

#horizontalForm #completiondatelabel1 {
	clear:both;
}
#horizontalForm #noteslabel1 {
	clear:both;
}
#horizontalForm #quiltpatternname1 {
	float:left;
	
}
#horizontalForm #recipientfield1 {
	margin: 1em 2em 1em 0;
	float: left;
	width: 91%;
}

#horizontalform div.divfieldset
{
	margin: 2em 2em 0 0;
}

#horizontalform #wholikes1
{
	width: 35em;
}

#horizontalform #whooccasion1
{
	width: 35em;
}

#horizontalform #postalcode1
{
	width: 5em;
}

#horizontalform #quiltoptionsfield1 #quiltpatternname1
{
	float:left;
	margin: .5em 0 0 2em;
	width: 35em;
}
#horizontalform #quiltoptionsfield1 #quiltthemename1
{
	float:left;
	margin: .5em 0 0 2em;
	width: 35em;
}
.small
{
	font-size:80%;
	display: block;
	margin: 0 0 0 1.5em;

}
#error
{
	display:block;	
	margin: 0 0 0 1.5em;
	color: #A4CE52;
	font-weight:bold;
}

#completiondate1 span {
	font-weight:normal;
}	

div.title {
	width: 100%;
	text-align:center;
}


#footer #callme {
	width: auto;
	height: 69px;
	float:right;
	margin: 3px 20px 3px 0;
	background-color: #775D4E;
	background-image:url('/images/fsnavbar.jpg');
	background-position: 50% 0%;
	border-color: #775B4D;
	border-style: solid;
	border-width: 0 3px 0 3px;

	color: #FFFDFE;
	font-weight: bold;
	padding: 0 10px 0 10px;
	vertical-align: middle;
	text-align:right;
}