body {
	font: .8em "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #333;
background-image: url(http://www.longfordboutique.com/images/background.png); background-attachment: fixed; background-position: top center; background-repeat:no-repeat; margin-left: 0px;	margin-top: 0px; margin-right: 0px;	margin-bottom: 0px; 


}

#Main {
	margin:0; padding: 0;
}

p, td, th {
	margin:0; 
	line-height: 22px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
p.smallprint {
	margin:0; 
	line-height: 13px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

a {
	color: #967537;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #C6A567;
}


h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
	font-weight:normal;
}

h3 {
	font-size: .8em;
}


span.smallwht {
	font-size: .8em;
	color: #fff;

}


#Header {
	background-color:#ffffff;
	background-repeat: no-repeat;
	width:980px;
	text-align:middle;
	margin:auto;
}

#Header img.Logo_Print {
	display:none;

}

#Header h1 {
	display:none;
}
#Main {
	width:980px;
	background-color:#EBE6DE;
	text-align:middle;
	margin:auto;

}
div.mainscroll {
	width:695px;
	height:570px;
	background-color:#EBE6DE;
	text-align:left;
	margin:auto;
	overflow:auto;
}


#Footer {
	width:980px;
	text-align:middle;
	font-size: .8em;
	background: #fff;
	margin:auto;

}
#Footer a {
	color:#fff;
}
/*Div container for blocs of content */
.box {
	padding:0;
	margin:0;
}
.box div {
	padding:.5em;
	margin:0;
}
.box h2 {
	background:#FF5D00;
	color:#fff;
	padding:.5em;
	text-align:center;
}

.box h2.Orange {
	background:#000080;
}
.box h2.Green {
	background:#006666;
}
.box h2.Red {
	background:#A31528;
}
.box h2.Grey {
	background:#006666;
}


table#options {
	background:#fff;
	clear:both;
}

table#options td {
	vertical-align: middle;
}
table#options td div.check {
	border: 2px solid #333;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
	margin: 0 .5em;
	height: 14px;
	width: 14px;
	float:left;
}

td div.selected {
	background-image: url(../../images/icons/check.png) !important;
	background-image: url(../../images/icons/check.gif);
	padding: 2px;
	margin: 0 .5em;
	border: 0;
	float:left;
}

table#options tr.option {
	cursor: pointer;
	background: #fff;
	color: #333;
}
table#options td label {
	width:90%;
}


table#options div.selected {
	background-image: url(../../images/icons/radio.png) !important;
	background-image: url(../../images/icons/radio.gif);
	padding: 2px;
}



/* Menu */

#Menu {
	padding:.5em 0;
	margin:.5em 0;
	background:#000080;

}

#Menu li {
	display:inline;
	width:100%;
	height:100%;
}

#Menu li a {
	text-decoration:none;
	color:#fff;
	width:100%;
	height:100%;
	background:#000080;
	padding:0.5em;
	margin:0;
}

#Menu li a:hover {
	color:#ffff00;
	text-decoration: underline;
}
