/* Print-friendly styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;  /*Centers the page content container in IE 5 browsers. */
	position: relative;
}
/* Counteract logo image replacement for print */
h1 {
	display:block;
	width:758px;
	height:40px;
	text-indent:10px;
	background:url(none);
	text-align: left;
	font-variant: small-caps;
	color: #799917;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
/* Page titles. */
h2 {
	color: #799917;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	background-image: none;
	padding-left: 0px;
	font-variant: small-caps;
}
/* Section titles. */
h3 {
	color: #799917;
	font-size: 1.2em;
	line-height: 1.1em;
	font-variant: small-caps;
	font-weight: normal;
}
/* Sets the style for the h4 header. */
h4 {
	color: #6C603E;
	font-size: 120%;
	font-weight: normal;
}
/* Sets the style for the h5 header. */
h5 {
	color: #6C603E;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 1px;
}
/* Alternate page titles. */
h6 {
	color: #799917;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
	background-image: url(../images/leaf2_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	font-variant: small-caps;
}
/* Styling for the gallery thumbnails. */
.galleryThumb {
	border: 12px solid #FFFFFF;
}
/* For when the body text is just a bit too large. */
.smallText {
	font-size: 0.9em;
}
/* For when the smallText text is just a bit too large. */
.tinyText {
	font-size: 0.7em;
}


/* Sets the style for the dropcap. */
.dropcap {
	float: left;
	font-size: 320%;
	line-height: 1em;
	margin-right: 0.05em;
	margin-bottom:-0.2em;
	padding-right: 0.05em;
	color: #799917;
	padding-left: 0.05em;
}
/* Center images as needed. */
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Sets the style for the callout. */
.callout {
	font-size: 175%;
	color: #6D8B14;
	letter-spacing: 0.5px;
	line-height: 1.3;
	font-style: italic;
	text-align: right;
}
.date {
	font-size: 120%;
}
.detail {
	font-size: 90%;
}
.legal {
	font-size: 90%;
	font-style: italic;
}
.emphasis {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.special {
	font-size: 90%;
}
.footer {
	font-size: 70%;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 20px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #7D5115;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #7D5115;
	font-weight: normal;
	text-decoration: none;
}
/* A redundant rule to the visited pseudo class above because it appears Opera needs some specificity. */
:link {
	color: #7D5115;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #799917;
	text-decoration: none;
}
/* Removes underlines and borders from linked images. */
a img{
	text-decoration: none;
	border:none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	min-width: 760px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #contentWrapper {
	background-color: #FFFFFF;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	height: 50px;
	border-bottom: 1px solid #ABABAB;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#outerWrapper #header a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #nav {
	height: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: none;
}
#outerWrapper #presentation {
	height: 323px;
	border: 1px solid #ABABAB;
	margin-bottom: 10px;
	background-image: url(../images/red_yurt_light_overlay.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #leftColumn {
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	width: 214px;
}
#outerWrapper #contentWrapper #leftColumn #sidebar {
	padding: 0px 10px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ABABAB;
	padding: 18px;
	margin: 0px 0px 0px 214px;
}

/* Contains the alternate single column page content. For the Photo Gallery */
#outerWrapper #contentWrapper #singlecolumn {
	background-color: #FFFFFF;
	padding: 18px;
	margin: 0px;
}

#outerWrapper #contentWrapper #content #colorselectorContainer {
	color: #000000;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #special {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px none #ABABAB;
	padding: 0px 10px;
}
/* Start column navigation*/
#navcontainer {
	width: auto;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	width: 171px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/diamond_brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding: 3px 3px 3px 19px;
}
#navcontainer a:hover {
	color: #799917;
	text-decoration: none;
	background-color: #FFFFFF;
}
#navcontainer #active a {
	color: #799917;
	text-decoration: none;
}
#navcontainer #active a:hover {
	color: #799917;
	text-decoration: none;
	background-color: #FFFFFF;
	cursor: default;
}
.featuresTable {
	font-size: 90%;
}
.featuresLabel {
	font-weight: bold;
}
.featuresDescription {
	font-weight: normal;
}
.featuresTable th {
	text-align: center;
	background-color: #DDDBCC;
}
tr.altRowA td {
	background-color: #EEEDE6;
}
tr.altRowB td {
	background-color: #F7F5F2;
}

/* Start form styling */
#verticalForm fieldset {
	display: block;
	width: 472px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #ACAC82;
}
#verticalForm legend {
	font-weight: bold;
	color: #6C603E;
}
#verticalForm fieldset.radio {
	width: 472px;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#verticalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#verticalForm fieldset.radio label {
	font-weight: normal;
}
#verticalForm input {
	display: block;
	width: 15em;
	color: #333333;
}
#verticalForm label {
	display: block;
	margin-bottom: .5em;
	font-weight: normal;
}
#verticalForm label.first {
	padding-top: .5em;
}
#verticalForm select {
	display: block;
}

#verticalForm .button {
	width: 8em;
}

/* Alternate button styling */
/*#verticalForm .button {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEEEEE;
	padding: 0.25em;
	color: #6D8B14;
	width: 8em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#verticalForm .button:hover {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F9F9F9;
	color: #799917;
}
#verticalForm .button:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #E6E6E6;
}
#verticalForm .button:focus {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #E6E6E6;
}*/

.textArea {
	color: #333333;
}
/* End form styling */


/* Start Astriden Price Quote Calculator form styling */
#astriden {
	font-size: medium;
	text-align: left;
}
#astriden select {
	width: 225px;
	position: relative;
	font-size: small;
}
#astriden .totalPrice {
	color: #375C95;
	font-weight: bold;
	font-size: medium;
	position: relative;
	text-align: center;
	letter-spacing: 1pt;
}
#astriden .calculatorItems {
	font-size: medium;
}

/* End Astriden Price Quote Calculator form styling */


/* Begin admin area styling */
#adminTableA {
	background-color: #E9E8DC;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* End admin area styling */
#wrapForm {
	text-align: left;
}


/* Begin Lower Navigation */
#lowerNav {
	font-variant: small-caps;
	border: 1px solid #ABABAB;
	background: #FFFFFF;
	margin: 10px auto 5px;
	display: none;
}
#lowerNav ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 6px 0px;
	/*position: relative;*/
}
#lowerNav li {
	display: inline;
	text-align: center;
	margin: 0 -2px;
}
#lowerNav li a {
	padding: 1px 7px;
	text-decoration: none;
	border-right: 1px solid #ACAC82;
	border-left: 1px solid #ACAC82;
	color: #51482F;
}
#lowerNav li a:hover {
	color: #799917;
}
#lowerNav li a#current {
	color: #799917;
	border-right: 1px solid #ACAC82;
	border-left: 1px solid #ACAC82;
}
/* End Lower Navigation */

caption {
	text-align: left;
	font-size: medium;
}
.featuresList {
	font-size: medium;
}
.featuresList li {
	padding-bottom: 10px;
}

/* Styles for fieldsets not within forms, like those on Fabric & Colors page */
fieldset {
	border: 1px solid #C4C4A6;
}
legend {
	padding: 4px 0px
}

/* Begin styles unique to the 'How to Order' page */
#orderSteps {

}
#orderSteps ol {
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#orderSteps li {
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
}
#orderSteps li span {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#downloadPDFs {
	height: 25px;
	background: #F2F1EC;
}
#downloadPDFs ul {
	margin: 0px;
	list-style: none;
	padding: 3px 0px;
}
#downloadPDFs li.pdf {
	display: inline;
	padding: 0px 25px;
	margin: 10px 0px 0px 70px;
	background-image: url(../images/pdf_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#terms {
	padding: 10px;
}
#terms ul {
	margin: 0px;
	padding: 3px 0px;
}
#terms li {
	margin: 0px;
	padding: 3px 0px;
}
/* End styles unique to the 'How to Order' page */