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

body {
	background:#333;
	font-size:62.5%;
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
}

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

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

label {
	display:block;
	font-weight:bold;
	margin:1em 0 0;
}


#banner {
	background:#925040;
	padding:0;
}

#banner h1 {
	margin:0 auto;
	font-size:3em;
	color:#FFF;
	font-weight:normal;
	display:none;
	
}

#tocart, #navigation {
	margin:0;
	padding:.5em;
	background: #000;
	text-align:right;
	font-size:1.4em;
}

#navigation {
	text-align:left;
}

#tocart a, #navigation a {
	color:#FFF;
}

#tocart a:hover, #navigation a:hover {
	color:#FFA;
	text-decoration:none;
}

#tocart img, #navigation img {
	margin:-.4em .5em 0 1em;
	vertical-align:middle;
}

#content {
	background:#cdccb0;
}

#categories {
	float:left;
	padding:2.5%;
	font-size:1.6em;
	width:15%;
}

#categories ul {
	margin:0 0 1em;
	padding:0;
	list-style-type:none;
	font-size:.9em;
}

#categories ul ul {
	margin-top:.5em;
}

#categories li li {
	list-style-type:square;
	margin:0 1.5em 0;
}

#categories li li.no_bullets {
	list-style-type:none;
	margin-left:0;
}

#products, #product, #full, #page {
	float:right;
	padding:2.5%;
	width:75%;	
	background:#FFF;
}

#full {
	width:auto;
	float:none;
	font-size:1.2em;
}

#products h2 {
	float:left;
	margin:0;
}

#products h2 span {
	font-size:80%;
	margin-left:1em;
}

#products .pages {
	float:right;
	font-size:1.3em;
}

#products table {
	clear:both;
	width:100%;
	text-align:center;
	margin:4em 0 2em;
	border:0;
}

#products td {
	padding:1em;
	width:25%;
	/*border:1px solid #ddd;*/
}

#products h3, #products p {
	margin:0;
}

#products h3 {
	font-size:1.3em;
}

#products p {
	font-size:1.1em;
	color:#333;
}

#product img {
	margin-right: 2em;
	margin-bottom: 2em;
}

#product, #page {
	font-size:1.2em;
	min-height:400px;
	padding-top:0;
}

#product p, #page p {
	font-size:1.1em;
}

#product h3, #page h3 {
	margin-top:0;
}




#pages {
	clear:both;
	background:#000;
	font-size:1.2em;
}

#pages ul {
	margin:0;
	padding:.5em;
}

#pages li {
	display:inline;
	padding:0;
	margin:1em;
}

#pages a {
	color: #FFF;
}

#attachments {
	width:400px;
	float:right;
}

#attachments input {
	width:70%;
}

#attachments table {
	width:100%;
	border-collapse:collapse;
}

#attachments td, #attachments th {
	border:1px solid #CCC;
	padding:.5em;
	text-align:center;
}

#attachments th {
	background:#DDD;
}

#footer {
	margin:1em;
	text-align:center;
	color:#CCC;
	font-size:1.1em;
}

.fieldWithErrors  {
  border-left:6px solid #900;
  padding-left:2px;
  background:#FFF;
}


.fieldWithErrors+label {
  margin-top:0;
}


#errorExplanation {
	width:400px;
	margin:10px 0 20px;
  background:#FCC;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: .25em .25em .25em 35px;
  font-size: 12px;
  background:#C66 url(../images/alert.gif) no-repeat 10px 50%;
  color: #fff;
  border-top:3px solid #900;
  border-bottom:3px solid #900;
  margin-top:0;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size:11px;
  font-weight:bold;
}

#errorExplanation ul {
	margin-left:30px;
	padding:0 0 20px;
}


/* Lightbox JS */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}





