/* CSS Document */

body {
	text-align: center;
	font-size: 76%;
	margin: 0;
	background: #666 url('../img/bg-body.gif') repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	background: #F2F2F2;
	width: 740px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #000;
	text-align: left;
	font-size: 1.1em;
}
#header {
	border-color:#603;
	border-width: 6px 0;
	border-style: solid;
	padding: 1px 0;
	background: #fff;
}
#content {
	border-top: 1px solid #ccc;
	margin-top: 1px;
	padding: 20px; line-height:150%
}
#footer {
	clear: both;
	border-bottom: 10px solid #603;
}
p.btns { text-align: right; }

/* =threeCol -------------------------------- */
.threeColLeft {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.threeColCenter {
	margin: 0 2%;
	padding: 0 2%;
	width: 40%;
	float: left;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.threeColRight {
	width: 25%;
	float: right;
	margin-bottom: 20px;
}
.twoColLeft {
	width: 47%;
	padding-right: 3%;
	float: left;
	border-right: 1px solid #ccc;
	margin-bottom: 2em;
	}
.twoColRight {
	width: 47%;
	float: right;
	margin-bottom: 2em;
}
.oneColCenter {
	width: 100%;
	float: left;
	margin-bottom: 2em;
}
p {
	line-height; 1.6em;
}
.highlight {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 5px;
	line-height: 1.2em;
}
h1 {
   font-size: 1.5em;
   color: #660033;
   margin-top: 0;
   margin-bottom: .5em; font-family:Andalus;
 }
h3 {
	font-size: 12pt;
	color: #660033;
	margin-top: 0;
	margin-bottom: .5em; 
	font-family:Arial Rounded MT Bold; 
}
.cart {
	border-collapse: collapse;
	padding: 20px;
	border-bottom: 1px solid #990033;
}
.cart td {
	padding: 5px;
}	
.cart h3 {
	margin-top: 0;
}

table#contact td{
	padding-right: 10px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this 
case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example 
is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by 
tweaking these decoy styles */

.sIFR-hasFlash h1 {
/*	visibility: hidden; */
}

.sIFR-hasFlash h2, h2 {
	font-size: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #603;
	margin-top: 0;
}
