@charset "UTF-8";

a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #00F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.sage {
	background-color: #9EAFA2;
}
.sage .upleft {
	background-image: url(images/corner_sage_tl.png);
	height: 11px;
	width: 11px;
	top: 0;
	left: 0;
	position: absolute;
}
.sage .upright {
	background-image: url(images/corner_sage_tr.png);
	height: 11px;
	width: 11px;
	top: 0;
	right: 0px;
	position: absolute;
}
.sage .botleft {
	background-image: url(images/corner_sage_bl.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.sage .botright {
	background-image: url(images/corner_sage_br.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.gray {
	background-color: #333;
}
.gray .upleft {
	background-image: url(images/corner_gray_tl.png);
	height: 11px;
	width: 11px;
	top: 0;
	left: 0;
	position: absolute;
}
.gray .upright {
	background-image: url(images/corner_gray_tr.png);
	height: 11px;
	width: 11px;
	top: 0px;
	right: 0px;
	position: absolute;
}
.gray .botleft {
	background-image: url(images/corner_gray_bl.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.gray .botright {
	background-image: url(images/corner_gray_br.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.purple {
	background-color: #B099BA;
}
.purple .upleft {
	background-image: url(images/corner_purple_tl.png);
	height: 11px;
	width: 11px;
	top: 0;
	left: 0;
	position: absolute;
}
.purple .upright {
	background-image: url(images/corner_purple_tr.png);
	height: 11px;
	width: 11px;
	top: 0;
	right: 0;
	position: absolute;
}
.purple .botleft {
	background-image: url(images/corner_purple_bl.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.purple .botright {
	background-image: url(images/corner_purple_br.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.sienna {
	background-color: #EABF86;
}
.sienna .upleft {
	background-image: url(images/corner_sienna_tl.png);
	height: 11px;
	width: 11px;
	top: 0;
	left: 0;
	position: absolute;
}
.sienna .upright {
	background-image: url(images/corner_sienna_tr.png);
	height: 11px;
	width: 11px;
	top: 0;
	right: 0;
	position: absolute;
}
.sienna .botleft {
	background-image: url(images/corner_sienna_bl.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.sienna .botright {
	background-image: url(images/corner_sienna_br.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.teal {
	background-color: #7CC1BF;
}
.teal .upleft {
	background-image: url(images/corner_teal_tl.png);
	height: 11px;
	width: 11px;
	top: 0px;
	left: 0px;
	position: absolute;
}
.teal .upright {
	background-image: url(images/corner_teal_tr.png);
	height: 11px;
	width: 11px;
	top: 0;
	right: 0;
	position: absolute;
}
.teal .botleft {
	background-image: url(images/corner_teal_bl.png);
	height: 11px;
	width: 11px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.teal .botright {
	background-image: url(images/corner_teal_br.png);
	height: 11px;
	width: 11px;
	bottom: 0;
	right: 0;
	position: absolute;
}/* CSS Document */

#holder {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#upperlefttab {
	height: 120px;
	width: 270px;
	position: absolute;
	text-align: center;
}
#logobar {
	height: 72px;
	width: 685px;
	position: absolute;
	top: 48px;
	right: 0px;
}
#tabbar {
	height: 178px;
	width: 955px;
	top: 120px;
	position: absolute;
}
#crossarch {
	position: absolute;
	height: 62px;
	width: 955px;
	background-image: url(images/index_arch.png);
	bottom: -62px;
}
#photo_nav {
	height: 237px;
	width: 955px;
	position: absolute;
	top: 185px;
}
#text_nav {
	height: 122px;
	width: 100%;
	position: absolute;
	top: 248px;
	background-color: #CCC;
	left: 0px;
}
.relative1 {
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.padded {
	padding: 12px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 5;
	background-attachment: fixed;
	background-image: url(images/floralhearpatter.png);
	background-repeat: repeat;
}
#indexmarquee {
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height: 20px;
}
#indexmainbar {
	padding: 11px;
}
#textnav1 {
	padding: 11px;
	height: 50px;
	width: 178px;
	position: absolute;
	left: 85px;
	top: 17px;
	color: #727F77;
	font-size: 12px;
}

#textnav1 a {
	color: #727f77;
}

#textnav1 a:hover {
	color: #00F;
}

#textnav2 a:hover {
	color: #00F;
}

#textnav3 a:hover {
	color: #00F;
}

#textnav4 a:hover {
	color: #00F;
}


#textnav2 {
	padding: 11px;
	height: 47px;
	width: 163px;
	position: absolute;
	left: 316px;
	top: 17px;
	color: #74697C;
	font-size: 12px;
}

#textnav2 a {
	color: #74697C;
}
#textnav3 {
	padding: 11px;
	height: 43px;
	width: 182px;
	position: absolute;
	left: 531px;
	top: 17px;
	font-size: 12px;
	color: #816E4E;
}
#textnav3 a {
	color: #816E4E;
}

#textnav4 {
	padding: 11px;
	height: 43px;
	width: 121px;
	position: absolute;
	left: 770px;
	top: 17px;
	font-size: 12px;
	color: #4E7777;
}

#textnav4 a {
	color: #4E7777;
}
#indexmainbartext {
	color: #FFF;
	width: 533px;
	position: absolute;
	left: 91px;
	top: 58px;
	font-size: 16px;
	padding: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text_nav_footer {
	height: 72px;
	width: 100%;
	background-color: #CCC;
	left: 0px;
	clear: both;
	float: left;
	position: relative;
	top: 348px;
}
#text_nav_temp {
	height: 130px;
	width: 100%;
	position: relative;
	top: 338px;
	background-color: #CCC;
	left: 0px;
}
.ecobirth_lucida {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 30px;
	margin-right: 30px;
	margin-left: 20px;
	float: left;
	margin-bottom: 30px;
}
.content {
	position: relative;
	top: 310px;
	margin-top: 11px;
	overflow: visible;
	font-size: 14px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.content:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	}
	
.rachelcarson {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
}
.floatright {
	float: right;
	margin: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	clear: both;
}
.flashcenter {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: 50px;
}
h4 {
	display: inline;
}
.intern_newsletter_box {
	margin: 30px;
}
#footer {
	font-size: 12px;
	color: #666;
	text-align: center;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.photogallery img {
	margin: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}.dvdblock {
	padding: 12px;
	width: 448px;
	height: 300px;
}
#dvdrightcolumn {
	position: absolute;
	right: 25px;
	width: 448px;
	top: 300px;
	height: 386px;
	margin: 0px;
	padding: 0px;
}
.dvdblock img {
	float: right;
	margin: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	clear: both;
}
#dvdrightcolumn .content {
	top: 0px;
}
#steingraber_ad {
	position: absolute;
	left: -180px;
}
#Store {
	text-align: center;
}
.noborder {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 {
	font-size: 14px;
	color: #B05300;
	display: inline;
}
italics {
	font-style: italic;
}

