body {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 100%;
	background-image: url(../images/new_layout/nav_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left 155px;
}

#header {
	display: block;
	float: left;
	width: 900px;
	background-image: url(../images/new_layout/hdr02_new.jpg);
	background-repeat: no-repeat;
	background-position: 295px top;
	left: 0px;
	height: 155px;
}

#header img {
	float: left;
}
#page {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 15px;
	min-height:660px;
}
.topRotate {
	display: block;
	float: right;
	height: 115px;
	top: 15px;
	position: relative;
	width: 500px;
	text-align: right;
	padding: 0px;
	z-index: 500;
}
.topRotate img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}


#contentWrapper {
	min-height: 500px;
	display: block;
	float: left;
	width: 900px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav/nav_stretch.jpg);
	background-repeat: repeat-y;
	background-position: 0px top;
}
.content {
	display: block;
	float: left;
	margin: -10px 0px 0px;
	padding: 30px 0px 0px 200px;
	width: 695px;
	z-index: 200;
}
.contentTop {
	display: block;
	float: left;
	position: relative;
	left: -30px;
	top: -30px;
}

/* INDEX PAGE ONLY */
.indexContentText {
	display: block;
	float: left;
	top: 0px;
	width: 580px;
	margin: -170px 0px 0px -70px;
	padding: 0px 0px 15px;
	z-index: 500;
	position: relative;
}

.indexContentText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px 0px 10px;
}
.indexContentText p img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.indexContentText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545A8C;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.indexContentText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7D8B84;
	font-weight: normal;
	margin: 10px 0px;
	float: left;
	display: block;
	width: 600px;
	padding-top: 3px;
}
.content table {
	float: left;
}
.content table td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content ul {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
}
.contLinks {
	display: block;
	float: left;
	width: 650px;
}
.contLinks a:link, .contLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	display: block;
	text-decoration: none;
}
.contLinks a:hover {
	text-decoration: underline;
}
.content ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	list-style-position: inside;
	list-style-type: disc;
	display: block;
}
.content ul h1 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	width: 100%;
}
.content ul h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #545AAD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.content a:link, .content a:visited {
	color: #153B20;
	text-decoration: none;
}

.content a:hover {
	color: #153B20;
	text-decoration: underline;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px 0px 10px;
}
.content img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545A8C;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7D8B84;
	font-weight: normal;
	margin: 10px 0px;
	display: block;
	width: 100%;
	padding-top: 3px;
}

.imgFloatLeft {
	display: block;
	float: left;
	position: relative;
	left: 210px;
	top: 170px;
}
.imgFloatRight {
	display: block;
	position: relative;
	left: 227px;
	float: left;
	top: 5px;
	margin: 0px;
	padding: 0px;
}

.imgFloatRight2 {
	display: block;
	left: 29px;
	float: right;
	top: 38px;
	position: relative;
}


/*Calendar */

#calendar {
	display: block;
	float: right;
	width: 240px;
	background-color: #EEEDE0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	position: relative;
	height: 192px;
	top: 8px;
}
#calendar div {
	color: #917F65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	position: relative;
}
#calendar h1 {
	color: #545A8C;
	display: block;
	padding: 3px 3px 3px 5px;
	width: 232px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #545A8C;
	float: left;
	position: relative;
	margin: 0px;
}
#calendar p {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7AEA2;
	float: left;
	margin: 0px;
	font-size: 11px;
	display: block;
	width: 230px;
	padding-left: 5px;
	padding-right: 5px;
}
#calendar p a:link, #calendar p a:visited {
	color: #545A8C;
	text-decoration: none;
	display: block;
	float: left;
}

#calendar p a:hover {
	color: #545A8C;
	text-decoration: underline;
	display: block;
	float: left;
}


.secNav {
	float: right;
	width: 490px;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	letter-spacing: 1px;
	line-height: 15px;
}
.photoRight {
	display: block;
	float: right;
	position: relative;
	clear: both;
}
.productsWrapper {
	display: block;
	float: left;
	width: 600px;
}


.products {
	display: block;
	float: left;
	width: 155px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
	top: 10px;
	margin-right: 35px;
}
.products img {
}
.products p {
	display: block;
	float: left;
	left: 20px;
	width: 100%;
}
.products h1 {
	color: #7D8B84;
	font-size: 12px;
	display: block;
	float: left;
	width: 155px;
	position: relative;
}
.products img {
	display: block;
	float: left;
	position: relative;
	margin: 0px;
	height: 150px;
	width: 150px;
}
.products a:link, .products a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.products a:hover {
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* PRODUCT DETAILS */
	.productDetailsWrapper {
	display: block;
	float: left;
	width: 600px;
}


.productDetails {
	display: block;
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 35px;
	position: relative;
}
.productDetails img {
	float: left;
	margin-right: 15px;
}


.productDetails p {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.productDetails div {
	display: block;
	float: left;
}

.productDetails h1 {
	color: #132B1C;
	font-size: 14px;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.productDetails img {
	display: block;
	float: left;
	position: relative;
	margin: 0px;
	height: 150px;
	width: 150px;
}
.productDetails a:link, .productDetails a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.productDetails a:hover {
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*---------------------- */

.calendarStory {
	display: block;
	float: left;
	position: relative;
}
.calendarStory p {
	display: block;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	position: relative;
	width: 100%;
}
.calendarStory h3 {
	font-weight: bold;
	font-size: 13px;
	display: block;
	color: #545A8C;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
}
.calendarStory_img {
}
.calendarStory_img img {
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	height: 200px;
	width: 300px;
}
.content form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39533F;
}
.content form table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #39533F;
	border-right-color: #39533F;
	border-left-color: #39533F;
}
.content form table td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39533F;
}
#midSection {
	display: block;
	float: left;
	width: 900px;
	height: 200px;
}
.selections {
	display: block;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 155px;
}
.wishList {
}


.wishList a:link, .wishList a:visited {
	color: #545A8C;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #545A8C;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	width: 100px;
	text-align: center;
}

.wishList a:hover {
	background-color: #545A8C;
	color: #FFFFFF;
}
.selections h1 {
	font-size: 12px;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.selections img {
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 3px;
	height: 150px;
	width: 150px;
}
.selections p {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.rightPhotoColumn {
	display: inline;
	float: right;
	position: relative;
	width: 302px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.rightPhotoColumn img {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.helpfulGuides {
	display: block;
	float: left;
}
.helpfulGuides a:link, .helpfulGuides a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
}
