/* CSS Document */

body,td,th {
	color: #333;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 1em;
}
body {
	background-color: #F7F2E8;
	background-image: url(images/slice.jpg);
	background-attachment: fixed;
	
}
#top {
background-image: url(images/bg-top.gif);
background-repeat: repeat-x;
}
#left_side {
background-image: url(images/bg-left.gif);
background-repeat: repeat-y;
}
#right_side {
background-image: url(images/bg-rt.gif);
background-repeat: repeat-y;
}
#bottom {
background-image: url(images/bg-btm.gif);
background-repeat: repeat-x;
}
.content_area {
background-image: url(images/bg-in.jpg);
}
.header {
padding-top: 25px;
padding-left: 15px;
padding-right: 15px;
}
img {
	padding: 10px;
}	
.nav {
	line-height: 1.4;
	padding-left: 10px;
	margin-top: -15px;
}

a {
	color: #9C5301;
}
a:hover {
	color: #900;
	text-decoration: none;
	border-bottom: 3px #900 solid;	
}	
.content {
	margin-left: 15px;
	
}	
.plus_text {
	font-size: 1.2em;
	letter-spacing: .2em;
}
.add_space_bottom {
	padding-bottom: 15px;
}
em {
	font-size: 1.1em;
}
/*Intenting first line of paragraph on homepage*/
.indent {
	text-indent: 1.5em;
}		
.indent_all {
margin: 0 4em;
}
.block_indent {
	margin-left: 100px;
}
.block_indent50 {
	margin-left: 50px;
}	
.footer {
text-align: center;
margin: 0 auto;
border-top: 1px dashed #900;
width: 700px;
font-style: italic;
}
p {
margin: 15px 45px 15px 15px;
}
.emph {
font-size: 1.2em;
font-weight: bold;
}
.caption_right {
float: right;
}
.prices p {
line-height: normal;
}
.caption, .caption-center {
font-family: "Times New Roman", Times, serif;
font-size: .9em;
font-style: italic;
}
.caption-center {
text-align: center;
margin: 0 auto;

}
.loose {
letter-spacing: .1em;
}
label {
vertical-align: top;

}
form {
text-align: left;
}
fieldset {
padding: 5px;
}
.ordertable {
margin-left: 15px;
}
.ordertable td {
border: 1px dotted #990000;
border-collapse: collapse;
}
.rt {
float: right;
margin-right: 15px;
margin-bottom: 20px;
}
.orderpage {
line-height: normal;

}
.noborder a:hover {
border-bottom: none;
}