/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 850px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 850px;
	height: 75px;
	margin: 0 auto;
	
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 0px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 10px;
}

/* Content */

#content {
	float: right;
	width: 650px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 185px;
	border: thin dashed #CCCCCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: small;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/*Chair Display*/

.insetbox{
	float:left;
	width:100px;
	height: 205px;
	margin: 10px 20px 5px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border: thin solid #FAE2DC;
}

.insetbox h4{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.insetbox img {
	text-align: center;
	vertical-align: middle;
		
}



.numL{
	float:left;
	width:90px;
	background-color: #FFE1C4;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFC082;	
}


.numLong{
	float:left;
	width:120px;
	background-color: #FFE1C4;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFC082;	
}
.numR{
	float:left;
	width:30px;
	
	
	
}


.insetbox a{ color:#fff; text-decoration:none }
.insetbox a:hover {
	text-decoration:underline;
	color:#000;
}

.back {
	color:#fff;
	background-color: #990033;
}

.back a {
color:#fff;
	text-decoration:none
	background-color:#0055FF;
}
.back a:hover {
	text-decoration:underline;
	color:#333333;
	background-color: #fff;
}

.family{
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;

	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
}

#installheading{
	color: #000;
	font-size: 10px;
	margin-bottom: 15px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	
}

.installbox{

	float:left;
	width:150px;
	height: 85px;
	margin: 10px 10px 30px 0px;
	padding: 3px;
}



.installLarge{
	float:left;
	clear:both;
	width:500px;
	height: 300px;
	margin: 40px 0px 25px 0px;
	border: thin solid #089;

}

.rowdata {
width:572px;
float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 18px;
background-color: #CCFFFF;
font-weight:bold; text-align:left
}


.clear{
clear:both;
}
/*Pure Formatting*/


 .list {
	color: #000066;
	font-size: 10px;
	line-height: 18px;
	background-image: url(../images07/coll.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 10px 0px 0px 20px;
}

.pagenumnavR{
	font-size: 12px;
	float: right;
	width:100%;
	text-align: right;
	
}

.pagenumnavR a {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}

.pagenumnavR a:hover {
	text-decoration:underline;
	color:#333333;
	background-color: #CCCCCC;
}



.onpage {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFCCCC;
}


/*for tables*/

.tablesinsetbox{

	float:left;
	width:125px;
	height: 145px;
	margin: 10px 20px 5px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border: thin solid #FAE2DC;
	
}

.tablesinsetbox h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


.boothsinsetbox{

	float:left;
	width:135px;
	height: 125px;
	margin: 10px 20px 5px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	
	
}

.boothsinsetbox h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

