/* @group Simple Reset */

html,body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,p,em,strong,a,blockquote,cite.img,abbr{
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 1;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	list-style: none;
}

/* @end */

/* @group Type */

html{
	font-size: 100%;
}
body{
	font-size: 1em;
	font-family: Baskerville, 'Palatino Linotype', 'Times New Roman', serif;
	line-height: 1.571em;
	color: #190C00;
	font-style: normal;
	text-shadow: 0 1px rgba(255,255,255,0.9);
}
h1,h2,h3,h4{
	margin: 1em 0;
	color: #190C00;
	letter-spacing: -0.025em;
}
h1{

}
h2{
	font-size: 1.75em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
.main p,
.aside p{
	margin:1.571em 0;
}
.main h2,
.main h3,
.main h4{
	clear: left;
}
.amp{
	font-style: italic;
	font-family: Hoefler Text, Baskerville, 'Palatino Linotype', 'Times New Roman', serif;
	margin: 0 -.025em;
	position: relative;
}
strong{
	font-weight: 600;
}
a{
	color: #668105;
}
a:hover{
	text-decoration: underline;	
}
.foot{
	text-align: center;
	color: #665F52;
	font-size: 0.875em;
}
.foot .belief{
	font-style: italic;
	margin: 0;
	font-size: 1.15em;
	opacity: 0.9;
}
.foot p{
	margin: 1em 0;
}
.foot .belief:before,
.foot .belief:after{
	content: "~";
	opacity: 0.5;
}
.aside{
	font-size: 0.938em;
	color: #443F36;
}
.aside ul,
.main ul{
	margin:1em 0;
}
.aside ul li,
.main ul li{
	padding: 0.25em 0 0.25em 22px;
	line-height: 1.2;
	background: url(images/bullet.png) 0 0.5em no-repeat;	
}
.aside h4{
	font-size: 20px;
}
.currency{
}
.currency .unit{
	font-size: 13px;
	color: #000;
	vertical-align: top;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

/* @end */

/* @group Aesthetic */

html{
	background: #F8F6E3 url(images/victorian_bg.jpg) center 0 no-repeat;
}
body{
	position: relative;
}
.body_flourish{
	background: url(images/header_flourish.png) right 0 no-repeat;
	position: absolute;	
	width: 210px;
	height: 142px;
	display: block;
	right: -80px;
	top: 0;
	z-index: -1px;
}
.main img{
	border: 3px double #C6C5B6;
}
.foot{
	background: url(images/main_section.png) center 0 no-repeat;
	padding-top: 20px;
	margin-top: 2em;
}
.head{
	background: url(images/head_nav_bottom.png) 0 bottom no-repeat;
	margin: 0 0 1em 0;
}
.head span.flourish{
	display: block;
	width: 540px;
	height: 690px;
	position: absolute;
	left: -200px;
	top: 0;
	z-index: -1;
}
.head *{
	text-shadow: 0 1px #fff;
}
.head .content{
	background: url(images/head_nav_bg.png) 0 0 repeat-y;
	padding: 0 15px;
	margin-bottom: 10px;	
}
.head h3{
	margin: 0.75em 0;
}
.head h2,
.head h3,
.head h4{
	text-align: center;
}
.head h1{
	margin: 0;
	height: 150px;
	background: url(images/head_bg.png) 0 0 no-repeat;
}
.head h1 a{
	display: block;
	height: 150px;
	background: url(images/se_logo.png) center center no-repeat;
	text-decoration: none;	
	text-indent: -9000px;
	overflow: hidden;
}
.head h1 a:hover{
	opacity: 0.8;
}
.head .section{
	background: url(images/nav_section.png) center 0 no-repeat;
	padding: 15px 0;
}
.head ul.nav li{
	list-style-type: upper-roman;
	list-style-position: inside;
	text-align: right;
	line-height: 0.75;
	color: #aaa;
	font-size: 12px;
	padding: 0.5em 0;
}
.head ul.nav li a{
	float: left;
	display: block;
	width: 88%;
	margin-right: -2em;
	text-align: left;
	font-size: 16px;
	color: #190C00;
	background: url(images/dot.png) 0 bottom repeat-x;
}

.head ul.nav li.current a{
	font-style: italic;
	color: #666;
	text-decoration: none !important;
}
.head ul.nav li:hover{
	color: #668105;
}
.head ul.nav li a:hover{
	color: #668105;
	text-decoration: none;
}
.head ul.nav li a:hover:after{
	content: "→";
	font-size: 10px;
	line-height: 1.5;
}
dl{
	margin: 1em 0;
}
dt{
	float: left;
	display: block;	
}
dd{
	text-align: right;
	background: url(images/dot.png) 0 1.05em repeat-x;
	display: block;
}
.head .section.aveda p{
	text-indent: -9000px;
	overflow: hidden;
	background: url(images/aveda.png) center center no-repeat;
	line-height: 1;
	margin-top: 0.75em;
}
.aside .section{
	background: url(images/aside_section.png) center 0 no-repeat;
	padding: 30px 0 10px 0;
}


/* @end */

/* @group Layout */


body{
	width: 880px;
	margin: 0 auto;
}
.head{
	width: 220px;
	float: left;
	position: relative;
}
.aside{
	width: 220px;
	float: left;
	clear: left;
}
.foot{
	clear: both;
	margin-bottom: 1em;
}
.main{
	width: 580px;
	float: right;
	margin-left: 80px;
	padding-bottom: 2em;
}
.col{
	width: 280px;
	float: left;
	position: relative;
}
.col + .col{
	margin-left: 20px;
}

/* @end */

/* @group Style Sets */

a.learn{
	font-style: italic;
	display: block;
	text-align: center;
}
a.learn span{
	background: url(images/link_flourish_left.gif) 0 center no-repeat;	
}
a.learn span span{
	padding-right: 30px;
	margin-left: 30px;
	background: url(images/link_flourish_right.gif) right center no-repeat;	
}
.gift_cards p{
	background: url(images/gift_card.png) 0 center no-repeat;
	padding-left: 120px;
	line-height: 1.4;
	padding: 0 0 20px 120px;
}
.sig{
	height: 38px;
	text-indent: -9000px;
	display: block;
	background: url(images/heather_sig.gif) -5px center no-repeat;
}
.sig.large{
   height: 70px;
	background: url(images/heather_sig_larger.gif) -5px center no-repeat; 
	margin: 0;  
}
.card{
	background: url(images/card_bg.png) 0 0 repeat;
	border: 1px solid #D5D4BA;
	padding: 10px;
}
.rates{
	width: 200px;
	float: right;
	margin: 1em 0 1em 40px;
	position: relative;
	font-size: 15px;
}
.rates img{
	border: 0;
	margin: -10px;
	margin-bottom: 0;
}
.rates dl{
	margin: 10px 0;
}
.rates .shadow{
	width: 252px;
	height: 50px;
	position: absolute;
	background: url(images/rates_shadow.png) 0 0 no-repeat;
	left: -16px;
	bottom: -18px;
}
.rates .section{
	background: url(images/nav_section.png) center 0 no-repeat;
	padding: 25px 0 5px 0;
	overflow: hidden; /* Clear floats */
}
.rates dt,
.rates dd{
	margin-bottom: 5px;
}
.rates dt.rel,
.rates dl.rel{
	margin-top: -5px;
	line-height: 1.2;
	font-size:1.1em;
}
.rates dt em{
	color: #443F36;
	opacity: 0.85;
}


/* @end */