html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background:#9C2800 url(/images/bg_grad.jpg) repeat-x;
  color: #eaeaea;
  font-family:Verdana, Tahoma, Helvetica, arial, serif;
  font-size: .9em;
  line-height: 1.6em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1 {
  color: #eaeaea;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #eaeaea;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 14px;
  margin-top:10px;
}

a,  a:link {
  color: #eaeaea;
  font-weight: bold;
}

a:visited {
  color: #999786;
  font-weight: bold;
}

a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

a:focus {
  color: #ffcc00;
}

a:active {
  color: #999786;
}

img {
	border:none;
}

.captionbox {
	width:172px;
	float:right;
	margin-top:20px;
	margin-right:10px;
	font-style:italic;
	font-size:80%;
	text-align:left;
}

.articlecaptionbox {
	width:100%;
	font-style:italic;
	font-size:80%;
	text-align:left;
}

table {
	border:none;
	width:100%;
	text-align:center;
}

table .category {
	margin-left:0px;
	margin-right:0px;
	margin-top:16px;
	margin-bottom:16px;
}

td {
	text-align:center;
	vertical-align:middle;
}

.catlist {
	vertical-align:top;
}

.totop {
	text-align:right;
}

.toback {
	vertical-align:middle;
}

.description {
	text-align:left;
	margin-left:15px;
	margin-top:15px;
}

.buybutton {
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
}

.services {
	padding-left: 1.5em;
}

.quote {
	margin-bottom: 0.5em;
	font-style:italic;
}

.commenter {
	margin-top: 0;
	font-weight:bold;
}

.month {
	font-weight: bold;
	color:#4484E3;
	text-decoration: underline;
}

.shopcat {
	margin-left:4em;
	font-style:italic;
}

#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 980px;
}

#outerWrapper #contentWrapper {
  height:100%;
  border-left-width:3px;
  border-left-style:solid;
  border-left-color:#000000;
  border-right-width:3px;
  border-right-style:solid;
  border-right-color:#000000;
}

#outerWrapper #header {
  padding: 10px 0 0 0;
  text-align:center;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 15px 0px 10px 10px;
  width: 14em;
}

#outerWrapper #contentWrapper #leftColumn1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#outerWrapper #contentWrapper #leftColumn1 li {
	margin: 0;
	padding: 0;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #footer {
  padding: 5px 10px 5px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:center;
  color:#eaeaea;
  font-size: 1em;
  font-weight:bold;
  border-width:3px;
  border-style:solid;
  border-color:#000000;
}

/*------
PRODUCTS
------*/

.prodlink {
	color:#eaeaea;
}

.prodname {
	font-weight:bold;
	font-size:1.2em;
}

.prodprice {

}

.prodbuy {
	font-weight:bold;
}

.featurename {
	font-size:1.4em;
	font-weight:bold;
}

.featureprice {
	font-size:1.2em;
	text-align:left;
	margin-left:15px;
}

/*------
LIGHTBOX
------*/

#page {
  position: relative;
  text-align:left;
}

#images {
  text-align:left;
  float: left;
/*  width: 600px; */
}

#details {
  color: #000;
}

.gallery

{
    width: 700px;

	cursor: default;

	list-style: none;

}

.gallery img

{

	background: #9c2800;

	border-color: #dd7700 #ee9900 #ffcc00 #dd8800;

	border-style: solid;

	border-width: 0em;

	color: inherit;

	padding: 2px;

	vertical-align: top;

	width: 100px;

	height: 75px;

}

.gallery li

{

	background: #ffcc00;

	border-color: #dd7700 #ee9900 #ffcc00 #dd8800;

	border-style: solid;

	border-width: 0.2em;

	color: inherit;

	display: inline;

	float: left;

	margin: 6px;

	padding: 1px;

	position: relative;

}
