/*************************** Main Tag Settings ***************************/
body {
	background-color: #322f30;
	font-family: Arial, Helvetica, sans-serif;
}

a,
a:active,
a:visited {
	color: #000;
}

a:hover {
	color: #5e4e3c;
}

h1 {
	color: #dfc893;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 5px 20px 5px;
}

h2 {
	border-bottom: 1px solid #DDD;
	color: #6f5d2f;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 10px 0 4px 0;
}

img.center {
	display: block;
	margin: 0 auto;
}

input, select, textarea {
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
	padding: 2px 3px;
}

p {
 	margin: 10px 0;
}

table {
	width: 100%;
}
table td {
	padding: 2px 2px;
}

textarea { width: 95% }

ul li {
	list-style-type: square;
	margin: 5px 0 0 30px;
}

/*************************** Containers ***************************/
#main {
	background-color: #FFFFFF;
	background-image: url('../images/template/background.png');
	background-repeat: repeat-x;
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 1000px;
}

#mainpage-banner {
	background-image: url('../images/template/mainpage_background.jpg');
	background-repeat: no-repeat;
	height: 370px;
	margin: 0 auto;
	padding: 0 25px;
	width: 950px;
}

#mainpage-banner img {
	margin-top: 300px;
	margin-left: 696px;
}

#subpage-content {
	background-color: #FFFFFF;
	background-image: url('../images/template/subpage_background.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}

#subpage-content,
#mainpage-content {
	color: #5e4e3c;
	font-size: 13px;
	line-height: 20px;
	padding: 20px 25px;
	text-align: justify;
	width: 950px;
}

.left-container {
	float: left;
}

.right-container {
	float: right;
}

.left-container,
.right-container {
	width: 48%;
}

/*************************** Header ***************************/
#header {
	height: 147px;
	margin: 0 auto;
	width: 955px;
}

#header-logo {
	float: left;
	width: 390px;
}

#header-logo img {
	margin-top: 10px;
}

#header-nav-menu {
	float: right;
	margin-top: 30px;
	text-align: right;
	width: 550px;
}

#header-nav-menu a {
	display: block;
	text-decoration: none;
	width: 80px;
}

#header-nav-menu a,
#header-nav-menu a:active,
#header-nav-menu a:visited {
	color: #322f30;
}

#header-nav-menu a:hover { color: #FFF}

#header-nav-menu li {
	color: #333;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	float: right;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	text-align: center;
}


#header-nav-menu .selected a,
#header-nav-menu .selected a:active,
#header-nav-menu .selected a:visited {
	color: #EEE !important
}

#header-nav-menu .selected a:hover { color: #FFF !important }

/*************************** Content Box ***************************/
.content-box {
	background-image: url('../images/template/content_box_background.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 10px auto;
	width: 98%;
}


.content-box .content-box-image, 
.content-box .content-box-text {
	padding: 10px 18px 18px 5px;
}

.content-box-text h2 {
	background-color: #e3d9be;
	border: 0;
	color: #5e4e3c;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 8px 5px;
}

.content-box-image img {
	border: 1px solid #CCC;
	margin: 5px
}

/*************************** Footer ***************************/
#footer {
	clear: both;
	color: #ddd9cd;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

#footer a,
#footer a:active,
#footer a:visited {
	color: #ddd9cd;
	text-decoration: none;
}

#footer a:hover {
	color: #FFDAA8;
	text-decoration: underline;
}

#footer-container {
	margin: 0 auto;
	width: 975px;
}

#footer-content, #footer-copyright {
	padding: 15px 15px 15px 0;
}

#footer-content li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 15px;
	margin: 0;
}

/*************************** General Settings ***************************/
.button {
	display: inline-block;
	background-image: url('../images/template/button_background.png');
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #9F9983;
	padding: 2px 7px 2px 7px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

.button:hover {
	text-decoration: underline;
}

.button:active {
	color: #DDD !important;
}

.button:hover,
.button:visited {
	color: #FFF;
}
				
.align-left { float: left !important }
.align-right { float: right !important }
.clear { clear: both }
.divider {
	background-color: #CCC;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 5px;
}
.error {
	background-color: #FCC;
	border: 2px solid #900;
	color: #900;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 4px;
}
.indent { margin-left: 20px }
.text-center { text-align: center !important }
.text-justify { text-align: justify !important }
.text-left { text-align: left !important }
.text-right { text-align: right !important }

/*************************** Default Page ***************************/
#mainpage-left {
	float: left;
	width: 72%;
}

#mainpage-left .left-container, #mainpage-left .right-container {
	text-align: left;
}

#mainpage-left img {
	padding: 5px 15px 0 0;
}

#mainpage-right {
	background-color: #FFFF99;
	display: inline;
	margin-right: -8px;
	float: right;
	width: 27%;
}

#mainpage-right .content {
	background-color: #e5d9b5;
	padding: 8px;
}

#mainpage-right h1 {
	background-color: #322f30;
	border-bottom: 2px solid #FFF;
	margin: 0;
	padding: 8px;
}

/*************************** Assembly Instructions Page ***************************/
.assembly_image {
	margin-top: 20px;
	text-align: center;
	width: inherit;
}

.assembly_image .caption {
	font-size: 12px;
}

.assembly_list li {
	margin: 20px 0 35px 35px;
	list-style-type: decimal;
}

/*************************** Assembly Instructions Page ***************************/
.table-sub-header {
	font-weight: bold;
	padding-top: 8px;
}

/*************************** News Page ***************************/
.newsitem {
	clear: both;
	display: table;
	margin-bottom: 25px;
}

.newsitem img {
	float: left;
	padding: 5px 10px 5px 5px;
}

.newsitem strong {
	text-transform: uppercase;
}