html {
	}
	
body {
	margin-top: 20px;
	margin-bottom:20px;
	text-align: center;
	background-color: #9BB777;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration: underline;
	color: #015E3C;
	background: transparent;
	}

a:visited {
	color: #015E3C;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	color: #015E3C;
	}

a:active {
	text-decoration: underline;
	color: #015E3C;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 12px;
	margin-bottom: 0.25em;
	color: #31472B;
	margin-top: 0px;
	}

h2 {
	font-size: 12px;
	margin-bottom: .25em;
	margin-top: 0.25em;
	color: #444444;
	font-weight: bold;
	padding-bottom: 5px;
	}

h3 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #333333;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #666666;
	font-weight: normal;
	}

p {
	margin-top: 0;
	line-height: 1.5 em;
	font-size: 11px;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
	}
	
ul {
	list-style-type: none;
	font-size: 11px;
	margin: 0em 0em 1.5em;
	padding: 0px;
	}

li {
	margin-bottom: 0.3em
}

hr {
	color: #31472B;
	background-color: #31472B;
	height: 1px;
	border: none;
	}
	
hr.light {
	color: #E1E1E1;
	background-color: #E1E1E1;
	height: 1px;
	border: none;
	}	
	
label {
	display: block;
	font-weight: normal;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

/* Form */

form {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

form h2 {
	padding: 5px 0px 4px 2px;
	font-size: 11px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
form p {
	font-size: 11px;
	margin-bottom: 0px;
	}
	
input {
	display: block;
	margin-bottom: 7px;
	}
	
select {
	display: block;
	margin-bottom: 7px;
	}
	
text {
	display: block;
	margin-bottom: 7px;
	}
	
.inline {
	float: left;
	margin-right: 10px;
	}
	
.inline_right {
	margin-left: 10px;
	display: inline;
	}
	
.inlineclear {
	clear: left;
	}
	
/* FIXES ------------------- */

#bodywrap {
	text-align: left;
	width: 991px;
	background-image: url(../assets/images/bg/bg_r3_c1.jpg);
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.dot {
	clear: both;
	content: "."
	margin-bottom: 0px;
	color: #E3DED2;
	}
	
/* PAGE COMPONENTS ------------------- */

#login {
	width: 200px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	}
	
#login_n {
	width: 200px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	}
	
#login img {
	}

/* Masthead */

#masthead {
	text-align: right;
	background-image: url(../assets/images/bg/bg_r1_c1.jpg);
	height: 105px;
	background-repeat: no-repeat;
	}
	
#masthead p {
	color: #30462A;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	}
	
#masthead img {
	display: inline;
	vertical-align: bottom;
	}
	
#masthead a:link {
	text-decoration: none;
	color: #30462A;
	}
	
#masthead a:visited {
	text-decoration: none;
	color: #333333
}
	
#masthead a:hover {
	text-decoration: underline;
	color: #333333
}
	
#masthead a:active {
	text-decoration: none;
	color: #333333
}
	
/* Nav Bar */

#navbar {
	background-image: url(../assets/images/bg/bg_r2_c1.jpg);
	background-repeat: no-repeat;
	height: 27px;
	}

.tab {
	border-left: 1px solid #999999;
	margin-left: 100px;
	}

.tab a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	}

.tab a:link {
	text-decoration: none;
	color: #000000;
	}
	
.tab a:visited {
	text-decoration: none;
	color: #000000;
	}
	
.tab a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
.tab a:active {
	text-decoration: none;
	color: #000000;
	}
	
#subbar {
	clear: left;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	padding-left: 15px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A2BA85;
	height: 15px;
	}
	
.subtab a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 1px;
	padding-right: 10px;
	padding-left: 15px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
.subtab a:link {
	text-decoration: none;

	}
	
.subtab a:visited {
	text-decoration: none
	}
	
.subtab a:hover {
	text-decoration: underline
	}
	
.subtab a:active {
	text-decoration: none
	}
	
/* Image Bar */

#imagebar {
	background-image: url(../assets/images/imagebar/books.jpg);
	background-repeat: no-repeat;
	height: 200px;
	margin-left: 8px;
	}
	
/* Body Column */

#bodycolumn {
	margin-left: 45px;
	width: 900px;
	margin-top: 30px;
}
	
/* Left Column */

#leftcolumn {
	width: 715px;
	}
	
/* Right Column */

#rightcolumn {
	float: right;
	width: 150px;
	}

.rightbox {
	border: 1px solid #31472B;
	margin-bottom: 20px;
	}
	
.rightbox h1 {
	color: #FFFFFF;
	background-color: #30472B;
	padding: 5px;
	margin-top: 0px;
	text-align: center;
	}

.rightbox h2 {
	padding: 3px 7px 0px 7px;
	}

.rightbox p, ul {
	padding: 0px 7px;
	}

/* Galley */

.gallery_home {
	width: 120px;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 22px;
	}
	
.gallery_home img {
	}
	
.gallery_home h1 {
	}
	
.gallery_home h2 {
	color: #666666;
	font-size: 11px;
	}

/* Galley */

.gallery {
	float: left;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 22px;
	}
	
.gallery img {
	width: 120px;
	}
	
.gallery h1 {
	}
	
.gallery h2 {
	color: #666666;
	font-size: 11px;
	}
	
/* Footer */
	
#footer {
	width: 991px;
	margin: 0px auto;
	background-image: url(../assets/images/bg/bg_r5_c1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 15px;
	}
	
#footer p {
	color: #666666;
	font-size: 10px;
	margin-top: 10px;
	}

/* Box */
	
.box {
	border: 1px solid #31472B;
	margin-bottom: 20px;
	padding: 5px;
	width: 200px;
	margin-right: 25px;
	float: left;
	}
	
.box h1 {
	color: #FFFFFF;
	background-color: #8AA36A;
	padding: 5px;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	text-align: center;
	}
	
.box p {
	}
	
/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	float: left;
	}

.banner {
	margin-bottom: 5px;
	}
	
.thumbnail {
	float: left;
	padding-right: 15px;
	padding-bottom: 7px;
}

.thumbnail img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}


/* List tables */
	
.list {
	margin-bottom: 7px;
}

.list th {
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	}

.list td	{
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	}
	
.c1 td {
	background-color:#F6F6F6
	}
	
.c td {
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../assets/images/house/lable_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 5px;
	}
	
.cleanlist td	{
	padding: 4px 4px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	}


/* FONT STYLES -------------------- */

.cart td {
	background-color: #8AA36A;
	}

.cart label {
	color: #FFFFFF;
	font-weight: bold;
	}
	

.title {
	font-size: 22px;
	color: #31472B;
	font-family: Arial, Helvetica, sans-serif;
	}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
.binding {
	color: #996633;
	}

.greytext {
	color: #666666;
	margin-bottom: 0px;
	font-size: 10px;
	}
	
.dateline {
	color: #444444;
	margin-top: 1em;
	margin-bottom: 0em;
	}
	
.byline {
	color: #444444;
	margin-bottom: 1em;
	}
	
.teaser {
	color: #444444;
	margin-bottom: 1em;
	}
	
.source {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin-top: -0.1em;
	}
	
.credit {
	color: #666666;
	text-align: right;
	font-size: 9px;
	margin-top: -0.1em;
	margin-bottom: 0;
	padding-right: 3px;
	}
	
.caption {
	color: #333333;
	font-size: 9px;	}
	
.quote {
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1em;
	}
	
.smalltext {
	color: #666666;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}	
	
.error {
	color: #BD0000;
	}	
	
/* MISC STYLES -------------------- */
	
.clear {
	clear: both;
	}

.clearright {
	clear: right;
}

.price {
	color: #990000;
}

#imagecolumn {
	float: left;
	width: 175px;
	}
	
#imagecolumn img{
	}
	
#copycolumn {
	margin-left: 200px;
	}
.instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E05A00;
	padding-bottom: 5px;
}
.number {
	float: left;
}

#map {
	background-image: url(../assets/images/mapbg/mapbg_r2_c1.jpg);
	background-repeat: repeat-y;
}
#mapindent {
	padding-left: 20px;
}
.numbertext {
	margin-left: 45px;
}
.logintext {
	margin-left: 250px;
}
.tipbox {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #346601;
	border-bottom-color: #336402;
	border-left-color: #356603;
	margin-bottom: 20px;
}

.view {
	float: right;
}
#listheader {
}


#home_leftcolumn {
	width: 500px;
	float: left;
}

#home_leftcolumn p {

}

#home_rightcolumn {
	float: right;
	width: 358px;
}
.adline {
	display: inline;
}
.yellowback {
	background-color: #FFF1CC;
	padding: 5px;
}
	
/* Menu Box */

.mbox_header {
	background-image: url(../assets/images/menubox/menubox_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 17px;
	}
	
.mbox_header h2 {
	font-size: 10px;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
	}
	
.mbox_header_arrow {
	background-image: url(../assets/images/menubox/menubox_arrow_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	}

.mbox {
	background-image: url(../assets/images/menubox/menubox_r2_c1.jpg);
	background-repeat: repeat-y;
	width: 130px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

.mbox_footer {
	background-image: url(../assets/images/menubox/menubox_r4_c1.jpg);
	background-repeat: no-repeat;
	height: 8px;
	margin-bottom: 20px;
	}

p.mboxnote {
	font-size: 9px;
	color:#666666;
	margin-bottom: 5px;
	}
	
p.mboxedit a {
	font-size: 9px;
	color:#666666;
	padding: 4px;
	border: 1px dotted #DCDCDC;
	}
	
p.mboxedit a:hover {
	background-color: #F6F6F6;
	text-decoration: none;
	}
