html,body {
	margin:0;padding:0
}

body {
	background: #7a7a7a url(images/bg.png) repeat;
	color: #363636;
	font: 13px/20px verdana,arial,sans-serif;
	text-align: center;
}

div#header h1 {
	font-size: 31px;
	font-weight: normal;
	letter-spacing: 4px;
	margin: 0;
	padding: 20px 0 10px 10px;
}
div#header h3 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 10px 0 10px 20px;
}

div#header {
	background: #363636 url(images/bg_header.jpg) no-repeat right;
	color: #ccc;
}

div#container {
	text-align:	left;
}

div#maintext {
	margin: 20px;
}

div#leftcolumn {
	background:#fff;
}

div#footer {
	background: #363636 url(images/bg_footer.jpg) no-repeat 0% 0%;
	color: #fff;
	margin: 0;
	font-size: 12px;
	padding: 15px 0 5px 0;
	text-align: center;
	clear: both;
	width: 100%;
}

div#container {
	background: #a3a3a3 url(images/bg_content.jpg) repeat-y;
	border-right: 2px solid #363636;
	border-left: 2px solid #363636;
	width: 960px;
	margin: 0 auto;
}

div#content {
	border-top: 2px solid #363636;
	float: left;
	width: 760px;
}

div#leftcolumn {
	border-top: 2px solid #363636;
	float: right;
	width: 200px;
}

/* BEGIN NAVIGATION */

#menu {
background: #BC8F8F;
padding-left: 0;
margin: 0;
width: 200px;
}

#menu li {
list-style: none;
margin: 0;
padding: 0;
}

#menu li a {
font-size: 11px;
background: #808080 url(images/nav_arrow_off1.gif) no-repeat right;
color: #ffffff;
display: block;
width: 100%;
line-height: 2.6em;
border-top: 1px solid #a3a3a3;
border-bottom: 2px solid #363636;
outline:none;
text-decoration: none;
text-indent: 10px;
text-transform: uppercase;
}

#menu li a:hover {
	color: #363636;
	background: #CCCCCC url(images/nav_arrow_over1.gif) no-repeat right;
}

/* Menu for Products - darker grey background */

#menup {
	padding-left: 0;
	margin: 0;
	width: 200px;
}

#menup li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menup li a
{
	font-size: 11px;
	background: #4C4C4C url(images/nav_arrow_off2.gif) no-repeat right;
	color: #ffffff;
	display: block;
	width: 100%;
	line-height: 2.6em;
	border-top: 1px solid #a3a3a3;
	border-bottom: 2px solid #363636;
	outline:none;
	text-decoration: none;
	text-indent: 10px;
	text-transform: uppercase;
}

#menup li a:hover {
	color: #363636;
	background: #cccccc url(images/nav_arrow_over1.gif) no-repeat right;
}

/* END NAVIGATION */

/* BEGIN MORE SITE STYLES */

a {
color: #363636;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #6c6c6c;
	text-decoration: underline;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

p {
	font-size: 1.1em;
}

h1 {
	font-size: 26px;
	letter-spacing: 1px;
}

h2 {
	font-size: 22px;
	letter-spacing: 1px;
}

h3 {
	font-size: 18px;
	letter-spacing: 1px;
    line-height: 22px;
}

h4,h5,h6 {
	font-size: medium;
	letter-spacing: 1px;
	margin: 10px 0;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	clear: both;
}

.pagename {
	background-color: #6c6c6c;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 5px 4px 5px;
}

.headline {
	background-color: #a3a3a3;
	border-top: 1px solid #a3a3a3;
	border-right: 2px solid #363636;
	border-bottom: 2px solid #363636;
	border-left: 1px solid #a3a3a3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 0 0 0 25px;
	padding: 3px 5px 3px 5px;
}

* html .headline {padding: 2px 5px 3px 5px;}

.infobox {
	font-size: 12px;
	background: url(images/bg_infobox.gif) no-repeat 0% 0%;
	border-bottom: 2px solid #363636;
	padding: 5px 10px 5px 10px;
}

.infobox h4 {
	font-size: small;
	margin: 0;
}

.infobox p {
	padding: 0;
}

div.scrollbox {
	border: 1px solid #363636;
	background-color: #fff;
	height: 300px;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	overflow: auto;
	width: 695px;
}

code {
	display: block;
	border: 1px solid #363636;
	background-color: #fff;
	padding: 5px;
	margin: 10px 0 10px 0;
}

pre {
	margin: 0;
	padding: 0;
}

strong, b {
	/*color: #b70005;*/
    font-weight: bold;
}

img {
	border: 0;
	vertical-align: middle;
}

.imgleft { 
	float: left;
	margin: 5px 10px 0 0;
	border-top: 1px solid #ccc; 
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
}

.imgright { 
	line-height: normal;
	float: right; 
	margin: 5px 0 0 10px;
	border-top: 1px solid #ccc; 
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	color:#a3a3a3;
	background-color: #a3a3a3;
	margin: 0;
}

.clear {
	clear: both;
}

#contactleft {
	width: 180px;
	float: left;
}

#contactright {
	float: right;
	width: 300px;
}

 .thumbnail {
	float: left;
	width: 80px;
	height: 60px;
	border-top: 1px solid #ccc; 
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #ccc;
	background-color: #fff;
	margin: 10px 20px 10px 0;
	padding: 5px;
}

a.gallery, a.gallery:visited {
	position:relative; 
	z-index:1;
}
a.gallery b {
	position:absolute;
	visibility:hidden;
	width:320px;
	height:0;
	border-top: 1px solid #ccc; 
	border-right: 3px solid #a3a3a3;
	border-bottom: 3px solid #a3a3a3;
	border-left: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	left:0;
	top:-150px;
}

a.gallery:hover {
	text-decoration:none;
	border:0; 
	z-index:1000;
}

a.gallery:hover b {
	visibility: visible;
	height: 240px;
	cursor: pointer;
	z-index:500;
}

a.gallery:hover b img {
	border:0;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #5f7fb3;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #26354F;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #d9c373;
	color: #433812;
	border-bottom: 2px solid #60501A;
}

.accordion_content {
    background-color: #DFDFDF;
    /*padding: 2%;*/
 	/* background-color: #ffffff; */
 	color: #444444;
 	overflow: hidden;
}

.accordion_content h2 {
	margin: 2px 0 2px 25px;
	color: #444444;
    /*background-color: #E6E6E6;*/
}

.accordion_content h3 {
	margin: 2px 0 2px 25px;
    /*background-color: #E6E6E6;*/
	color: #444444;
}

.accordion_content p {
    /*background-color: #E6E6E6;*/
	line-height: 100%;
    font-size: 1.1em;
	padding: 2px 0 2px 25px;
}

/*
	Horizontal Accordion
*/

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
    display: block;
	height: 100px;
	width: 30px;
	background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}

.horizontal_accordion_content p {
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

#textile p {
  font-size: 1.3em;
  line-height: 1.3em;
}
#textile h1 {
  font-size: 1.9em;
  line-height: 1.2em;
}
#textile h2 {
  font-size: 1.7em;
  line-height: 1.2em;
}
#textile h3 {
  font-size: 1.5em;
  line-height: 1.2em;
}

#textile blockquote {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  border-top: solid #A9A9A9 1px;
  border-left: solid #A9A9A9 1px;
  border-right: solid #696969 3px;
  border-bottom: solid #696969 4px;
  background-color: #DCDCDC;
  padding-left: 12px;
  padding-right: 12px;
}

/* Form CSS - from Sitepoint */
input.txt {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 250px;
}

input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
input.redbtn {
  color: #FFFFFF;
  background-color: #FA8072;
  border: 1px outset #00008B;
}
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}
form div label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

.red
{
  color: #FF0000;
}

/* END MORE SITE STYLES */
