body {
  /*background-color: #009900;*/
  /*background-color: #336633;*/
  background-color: #669966;
  /*opacity: 1.5;*/
  font-family: 'Bitstream Vera Sans',Verdana,Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  color: black;
}

p, ol, ul, td {
  /*font-family: 'Bitstream Vera Sans',Verdana,Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #333;*/
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #990000; /*font-weight: bold;*//*color: #13395e;*/ }
/*a:visited { color: #13595e; }*/
a:hover { color: #13595e; text-decoration: none; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px; 
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

img.titlelogo {
  border: 0;
}

div#mainwrapper, div#mainwrapper_admin {
  position: relative;
  z-index:10;
  margin:0 auto;
  margin-top: 0px;
  width: 960px;
  text-align: left;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  margin-top: 5px;
/*
  background-color: white;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444; */
} 

div#mainwrapper_admin {
  border-top: 1px solid #f00;
  border-left: 1px solid #f00;
  border-right: 2px solid #f00;
  border-bottom: 2px solid #f00;
}

div#mainwrapper h1, div#mainwrapper_admin h1 {
  /*color: #13395e;*/
  color: #990000;
  letter-spacing: -2px;
}

div#mainwrapper h2, div#mainwrapper_admin h2 {
  color: #672517;
  letter-spacing: -1px;
}

h3 {
  color: #13395e;
}

div#breadcrumbs {
  padding-left: 4px;
  padding-bottom: 5px;
  padding-top: 6px;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin-top: 2.0em;
  font-weight: bold;
  /*border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;*/
}

div#side_nav {
  float: left;
  margin-right: 10px;
  width: 200px;
  height: 100%;
  display: inline;
  background-color: rgb(230,230,250);
  padding: 5px;
}

div#side_nav a {
  /*color: #13395e;*/
  color: black;
}

div#side_nav ul {
  padding-left: 0px;
  margin-left: 2pt;
  line-height: 200%;
}

div#side_nav li {
	padding-left: 3px;
  list-style-type: none;
	margin-bottom: 3px;
}

div#side_nav li.over a {
  color: #13395e;
  font-weight: bold;
  text-decoration: none;
}

div#side_nav li a {
	font-weight: bold;
}

div#side_nav li a:hover {
  color: #13395e;
}

div#side_nav li.active {
  background-color: rgb(250,250,255); 
}

div#side_nav li.active a {
	text-decoration: none;
}

div#side_nav li li.active a {
  font-weight: bold;
}

div#side_nav li li {
  padding-left: 10px;
  background-color: rgb(230,230,250);
	list-style: square inside;
	margin-bottom: 0px;
  margin-left: 0px;
}

div#side_nav li li a {
	/*color: rgb(50,50,250);*/
	font-weight: normal;
	text-decoration: none;
}

div#content {
/* border: 2px solid black; */
}

div.header {
  background-color:rgb(230,230,250);
  padding: 3px;
  color: black;
}

div.header h1 {
  margin: 0;
}

.home_page_link {
  font-family: 'courier';
  font-size: 14pt;
  font-weight: 900;
  letter-spacing: 0px;
  color: black;
}

p.home_page_link a {
  color: black;
  text-decoration: none;
}

div#main_content {
  margin-left: 220px;
}

div#footer {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-top: 15px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div#footer p {
  font-size: 10px;
  margin: 0;
  padding: 0;
  /*color: #666;*/
  color: black;
}

img.gallerythumb {
  padding: 10px;
  border-top: 1px solid #999;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 1px solid #999;
}

img.galleryfull {
  padding: 10px;
  border-top: 1px solid #999;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 1px solid #999;
}

img.fr{ float: right; margin-left: 1.5em; margin-bottom: 1.5em;}

div#login {
}

div#top_right_links {
  float:right;
}

.entity-validation-errors {
  color: red;
  font-weight: bold;
}


/* Slideshow stuff **************************************************/
#slideshow1 {
  position: relative;
  float: left;
  /*width: 370px;
  height: 280px;*/
  width: 410px;
  height: 310px;
  border-top: 1px solid #999;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 1px solid #999;
 }

#slideshow2 {
  position: relative;
  float: right;
  /*width: 370px;
  height: 280px;*/
  width: 410px;
  height: 310px;
  border-top: 1px solid #999;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 1px solid #999;
 }

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  /*width: 350px;
  height: 260px;*/
  width: 400px;
  height: 300px;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat 
 }

div#map {
  float:right;
  width: 400px;
  height: 300px;
}

textarea {
  background-color: #fbfbfb;
  border: 1px solid #aaa;
  padding: 2px;
}

input[type=text], form input[type=password] {
  background-color: #fbfbfb;
  border: 1px solid #aaa;
  padding: 2px;
}

form table td {
  padding: 2px;
}

/*			Products Table Formatting				*/

td.category_info {
  vertical-align: top;
	background: rgb(235,221,221);
}

div.title {
	padding: 5px;
  background: rgb(230,230,250);
}

div.product_description {
	padding: 5px;
}

div.title h2, th.product_category h2 {
	margin: 0px;
}

th.product_category {
	background-color: rgb(250,250,255);
}

th.product_parameters {
	background-color: rgb(230,230,250);
}

table.category, table.product_category {
  width: 730px;
  vertical-align: text-top;
}

table#products th.shape {
  width: 140px;
}

td.description {
  vertical-align: top;
}

td.category_image {
  width:200px;
}

td.regular_text {
  color: black;
  font-size: 12px;
}

div.float_right {
  float:right;
}

/* - FLASH ERRORS - */
div#flash_error {
  background-color:red;
  border:1px solid;
  float:right;
  margin-bottom:3px;
  padding:5px;
}
div#flash_notice {
  background-color:lightblue;
  border:1px solid;
  clear:both;
  float:right;
  padding:5px;
}
div#flash_warning {
  background-color:lightgreen;
  border:1px solid;
  clear:both;
  float:right;
  margin-bottom:3px;
  padding:5px;
}

