@charset "utf-8";
/* CSS Document */

/* Fonts */
body,th,td,p,li {
  font-family:Tahoma;
  font-size:11px;
  line-height:14px;
  color:#000000;
}

/* Helpers */
.clear {
  clear: both;
}

/* General HTML */
body {
  padding:0px;
  margin:0px;
  background:#FFFFFF url(../img/template/bg.gif);
}
a {
  color:#4D8F9D;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
img {
  border:0px;
}

/* Headings */
h1, h2, h3, h4, h5 {
  letter-spacing: -1px;
  padding: 0px 5px 0px 5px;
  color: #000;
  background: transparent url(../img/template/header_line.gif) no-repeat scroll 0% 100%;
  letter-spacing: .1em;
}
h1 {
  font: small-caps 1.8em arial;
}
h2 {
  font: small-caps 1.6em arial;
}
h3 {
  font: small-caps 1.4em arial;
}
h4 {
  font: small-caps 1.3em arial;
}
h5 {
  font: small-caps 1.2em arial;
}


/* Lists */
ul {
  margin:0;
  padding:0;
  list-style:none
}
li  {
  background: url(../img/template/a1.gif) no-repeat left center;
  margin: 0px;
  padding: 2px 0px 2px 16px;
}

/* Tables */
table {
  width: 100%;
}
td {
  vertical-align: top;
}

/* Forms */
form {
  margin: 0;
}
input, textarea, select, checkbox	{
  color:#2A2C2E;
  border:#191A1C 1px solid;
  background:#FFFFFF;
}
textarea {
/*  width:171px;*/
	width: 90%;
  height:116px;
  padding-left:5px;
  overflow:auto;
  margin-top:1px
}
.input, .submit {
  margin-top: 1em;
}

/* Data Lists */
dl {
  line-height:2em;
  background: #FFFFFF;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}
dt {
  float: left;
  width: 11em;
  font-weight: bold;
  background: #99CCFF;
  padding-left: 1em !important;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
dd {
  margin-left: 12em !important;
  padding-left: 1em !important;
  color: #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

/* Page */
#page-container {
  margin: 40px auto 0 auto;
  margin-top: 5px;
  border: 15px solid #3399CC;
  width: 1002px;
}
#page {
  border: 1px solid #000000;
  background: #FFFFFF;
}

/* Header */
#header {
  /*float: left;*/
  background-image:url(../img/template/banner1.jpg);
  background-repeat:repeat-x;
  height:150px;
}
#header img {
  /*float: left;*/
}

/* Primary Links */
#primary-links {
  clear: both;
  float: left;
}
#primary-links ul {
  float: left;
  width: 650px;
  height: 51px
}
#primary-links li {
  float: left;
  margin: 0;
  padding: 0;
}

/* Content */
#content {
  clear: both;
}


/* Footer */
#footer {
  clear: both;
  margin: 20px 0;
  text-align: center;
}

/* Layout 1 */
#layout-1 {
  width: 100%;
  border-collapse: collapse;
}
#layout-1-1 {
  padding: 8px;
  background: #FFFFFF;
}
/* Changes About Us and Contact Us Color Narrow Column */
#layout-1-2 {
  padding: 8px;
  background: #FFFFFF url(../img/template/bg-col3.gif) repeat-y;
}

/* Layout 2 */
#layout-2 {
  width: 100%;
  border-collapse: collapse;
}
#layout-2-1 {
  padding: 8px;
  background: #FFFFFF;
}
#layout-2-2 {
  padding: 8px;
  background: #FFFFFF url(../images/bg-col2.gif) repeat-y;
}

/* Layout 3 */
#layout-3 {
  width: 100%;
  border-collapse: collapse;
}
#layout-3-1 {
  padding: 8px;
  background: #FFFFFF;
}
#layout-3-2 {
  padding: 8px;
  background: #FFFFFF;
}
#layout-3-3 {
  padding: 8px;
  background: #FFFFFF url(../img/template/bg-col3.gif) repeat-y;
}




/* Item List */
#filters h3 {
  cursor: pointer;
}
#pagination {
  margin: 15px;
  text-align: center;
}
table.data {
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
  white-space: normal;
  border-left: 1px solid #8F8F8F;
  border-top: 1px solid #8F8F8F;
}
table.data tr th {
  background-color: #ccc;
  border-right: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
  text-align: center;
  padding:3px;
}
table.data tr td {
  border-right: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
  padding:4px 4px;
  vertical-align:top;
  text-align: center;
  cursor: pointer;
}
table.data tr.odd td, td.odd {
  background: #FFFFFF;
}
table.data tr.even td, td.even {
  background: #eee;
}
table.data tr.over td, td.over {
  background: #3399CC;
}
table.data tr.click td, td.click {
  background: #3F3F3F;
}

/* Item Images */
#images {
  width: 190px;
  margin: 10px;
}
#images .thumb {
  margin-bottom: 2px;
}
#images .thumb-mini {
  margin: 0px 0px 0 0;
}
#images img {
  border:#191A1C 2px solid;
}

/* Error Message */
div.error_message {
  color: #FF0000;
  background-color: #FFFFCC;
  font-weight: bold;
  padding-left: 1.9em;
}




/* More Button */
.more {
  background: transparent url(../img/template/more.gif) no-repeat;
  text-align: center;
  width: 86px;
  height: 19px;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 11px;
  padding: 1px 0 0 0;
  margin: 20px 10px 0 0;
  float: right;
}
.more a {
  width: 86px;
  height: 19px;
  text-decoration: none;
  color: #333;
}
.more a:hover {
  text-decoration: none;
  color: #000000;
}

/* Item Search */
#ItemSearchForm div {
	float: left;
}
#ItemSearchForm input {
  background: #FFFFFF;
}



#flashMessage {
	background-color: #FEFFBF;
	color: #AF0000;
	padding: 5px;
}


.message, .info, .success, .warning, .error {
        border: 1px solid;
        margin: 10px;
        padding:15px 10px 15px 65px;
        background-repeat: no-repeat;
        background-position: 10px center;
        font-size: 125%;
}
.info {
        /* color: #00529B; */
        border-color: #00529B;
        background-color: #BDE5F8;
        background-image: url('../img/message/info.png');
}
.success {
        /* color: #4F8A10; */
        border-color: #4F8A10;
        background-color: #DFF2BF;
        background-image:url('../img/message/success.png');
}
.warning {
        /* color: #9F6000; */
        border-color: #9F6000;
        background-color: #FFFABF;
        background-image: url('../img/message/warning.png');
}
.error {
        /* color: #D8000C; */
        border-color: #D8000C;
        background-color: #FFBABA;
        background-image: url('../img/message/error.png');
}

