/* GLOBAL TAGS
================================================*/
html,body {
	width:100%; 
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #726966;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
p {
	margin: 2px;
}
h1 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #726966;
	text-decoration: none;
}
a:hover {
	color: #4d392e;
}


/* PAGE LAYOUT
================================================*/
div#container {
	width: 100%;
}
div#header {
	margin: 20px 0 15px 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
div#wrapper {
	margin: 0px;
	width: 100%;
	height: 580px;
	background-color: #E0E0E0;
}
div#content {
	margin: 0 auto;
	width: 960px;
	height: 580px;
}
div#column-left {
	float: left;
	background-image: url(../images/bg_left.gif);
	width: 320px;
	height: 580px;
}
div#column-right {
	float: left;
	background-image: url(../images/bg_right.gif);
	width: 640px;
	height: 580px;
}
div#content-text {
	float: right;
	margin: 100px 56px 0 0;
	padding: 0;
	width: 540px;
}
div#content-text p {
	padding-bottom: 10px;
	font-size: 13px;
}
div#footer {
	width: 100%;
	height: 145px;
	font-size: 12px;
	background-color: #E6E6E6;
	text-align: center;
}
div#footer p{
	color: #726966;
}

/* NAVIGATION
================================================*/
#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	font-size: 12px;
	color: #726966;
	text-align: center;
	text-transform: uppercase;
}
#nav ul {
	margin: 0;
	padding: 9px 0 0 10px;
}
#nav ul li.page_item{
	list-style: none;
	display: inline;
	padding: 0 34px;
	font-size: 8px;
	border-right: #726966 1px solid;
}
#nav ul li.page_item a, #nav ul li.page_item a:link, #nav ul li.page_item a:active, #nav ul li.page_item a:visited{
	font-size: 12px;
	color: #726966;
}
#nav ul li.page_item a:hover{
	color: #4d392e;
}
#nav ul li.current-cat a, #nav ul li.current-cat a:link, #nav ul li.current-cat a:active, #nav ul li.current-cat a:visited {
	color: #4d392e;
}
#nav ul li.link{
	border-right: 0;
}

#nav-bottom {
	margin: 0;
	padding: 4px 0 0 0;
	width: 100%;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #726966;
	text-align: center;
}
#nav-bottom ul {
	margin: 0;
	padding: 9px 0 0 10px;
}
#nav-bottom ul li{
	list-style: none;
	display: inline;
	padding: 0 20px;
}
#nav-bottom ul li a, #nav-bottom ul li a:link, #nav-bottom ul li a:active, #nav ul li a:visited{
	text-transform: uppercase;
	color: #726966;
	text-decoration: none;
}
#nav-bottom ul li a:hover{
	color: #4d392e;
}


/* GENERAL CLASS
================================================*/
.pad {
	padding-right: 6px;
}
.italic {
	font-style: italic;
}
.clear {
	padding-bottom: 28px;
	clear: both;
}
.line {
	border-right: #726966 1px solid;
}
.title {
	text-transform: uppercase;
	padding-bottom: 28px;
}
.content-block {
	overflow: auto;
	width: 100%;
	height:418px;
}
.holder {
	float: left;
	margin: 25px 0 0 40px;
	padding: 0;
}
.collection-padding {
	padding: 70px 0 0 0;
}
.toggle {
	cursor: pointer;
	padding-bottom: 10px;
	font-size: 1em;
}
.toggleblock {
	display: none;
	text-transform: uppercase;
}
.toggleblock ul {
	margin: 0;
	padding: 7px 0 12px 10px;
	font-size: 11px;
}
.toggleblock ul li {
	list-style: none;
	padding-bottom: 7px;
}
.active {
	display: block;
}

/* GENERAL PAGE ID TAGS
================================================*/
#logo {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* IMAGE ROTATOR
================================================*/
div#image-box {
	position:relative;
	width: 960px;
	height: 580px;
	margin: 0;
	padding: 0;
}
div#rotator ul {
	margin: 0;
	padding: 0;
}
div#rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
}
div#rotator ul li.show {
	z-index: 500;
}

/* JPANEL SCROLLBAR
================================================*/
.jScrollArrowUp {
	width: 20px;
}
a.jScrollArrowUp {
	background: url(../images/arrow_up.gif) no-repeat;
	width: 20px;
	height: 20px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
a.jScrollArrowDown {
	background: url(../images/arrow_down.gif) no-repeat;
	width: 20px;
	height: 20px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -20px;
}
.scroll-pane {
	width: 600px;
	height: 418px;
	overflow: auto;
	float: left;
}
.wide {
	width: 400px;
}
.super-wide {
	width: 700px;
}
.tall {
	height: 400px;
}

/* MAILING LIST FORM
================================================*/
.form-wrapper {
	width: 335px;
	font-size: 12px;
}
.form-row {
	margin: 0;
	padding: 5px 0;
	clear: both;
}
.form-row label {
	float: left;
	width: 90px;
}
.form-row input.text {
	float: left;
	width: 245px;
	height: 18px;
	background-color: #D6D6D6;
	border: 0;
	color: #000;
}
.form-row select {
	width: 245px;
	height: 18px;
	background-color: #D6D6D6;
	border: 0;
}
.form-row p {
	float: right;
}
.form-row input.button {
	padding-top: 6px;
	float: right;
}

